I use freetube on desktop ( The libredirect extension make it an ease ), and since i watch subscribed channels in phone, i use revanced. So that i don't cause viewership loss to them ( IDK it will affect them directly or not, just for my pleasure. )
For PC's the whisper can be now run on many common laptops and desktops ( with almost good accuracy ) , thanks to projects like whisper.cpp and faster-whisper.
There also happens a lot of model's getting released by meta like wav2vec2 and MMS ( not seen using anywhere though )
I guess there are many python packages for aforementioned projects too.
I thought I would never have to see BSOD after switching to linux, but here we go...
[ tbh, I love that errors are presented much better, just that the name doesn't bring back much good memories.
Glad that there are govt. level systems who make use of Linux (mostly ubuntu ) systems here. For eg. , in kerala, all govt schools and colleges use linux for computer labs and academic activities, i guess the local body administration too use ubuntu.
Only wish we could convince those private sector schools of the money they'll save converting those slow windows systems to linux.
How are you still using that old os ? Also how does it perform ? do the modern web run in it ?
I'm happy to see the improvements in the mobile side of things ( phosh ). As per different reviews i heard , what it mainly need are perfomance improvements though.
I don't know about graphene, but doesn't some android roms allow to use custom ( more private Webview implementations) instead of default ?
We are introducing a change in JDK/JRE packages of our distro. This is triggered from the way a JRE is build in modern versions of Java (>9). We are introducing this change in Java 21.
To sum it up instead of having JDK and JRE packages coexist in the same system we will be making them conflict. The JDK variant package includes the runtime environment to execute Java applications so if one needs compilation and runtime of Java they need only the JDK package in the future. If, on the other hand, they need just runtime of Java then JRE (or jre-headless) will work.
This will (potentially) require a manual user action during upgrade:
- If you have both JDK and JRE installed you can manually install the JDK with
pacman -Syu jdk-openjdk
and this removes the JRE related packages. - If you have both JRE and JRE-headless you will need to choose one of them and install it manually since they would conflict each other now.
- If you only have one of the JDK/JRE/JRE-headless pacman should resolve dependencies normally and no action is needed.
At the moment this is only valid for the upcoming JDK 21 release.
Doesn't Tor on Tails come with ublock origin ? I don't get why Tor doesn't come with it preinstalled too
Probably that if possible, you can link to original article from itsfoss. And possibly for all such news ( unless its overly bloated / behind a paywall )
News18 first showed the picture of a Muslim man as culprit ( before getting his name & details )
And if u follow twitter, Even Sachin Tendulkar and PV sindhu suddenly got "shocked" by the incident.
Not saying that all our medias are working with an agenda ( many of above channels just want their viewership rise, no matter how ), but there has been efforts to communalize the narrative too.
https://www.phoronix.com/news/AMD-Ryzen-AI-Open-Source-Demo AMD Has Open-Source Ryzen AI Demo Code - But Only For Windows
Please create a comment or react with an emoji there.
(IMO, they should've limited comments,and gone with reaction count there, its looks mess right now )
Yeah. I would've loved if it were optional / configurable .
Yeah, its as if some new developers entered or something. Or maybe they started posting little stuff more often.
Whatever it is, i'm glad.
And i use it with fish :)
[ From proton reddit announcement ]
Hey everyone,
Starting today, you will be able to see attachments displayed in the message list on Proton Mail for the web. This feature will come to mobile apps in the near future.
Attachment preview will help you find a document you need quickly and preview it in one click. You don’t need to open the email containing it to see the details of the document.
Please note that this is only available with the density set to “comfortable.” If you cannot see this improvement, you can check which interface density you’re using by clicking on the settings icon in your browser.
First thing i do is disable bitlocker. Its PITA when dualbooting too
What is your opinion ?
Although i applaud their moral stance, this probably only helps to just stagnating one more business. Its not as if they were providing any defence clothes or equipments.
[ From proton reddit announcement ]
We're happy to announce that the search feature for Proton Calendar is now available in the latest version of the web app!
Now you can easily find the events you're looking for – whether you need to confirm an event’s location, get more details from its description, see participants, and more.
If you haven’t already, try it out here: https://calendar.proton.me
Search is made possible by creating a local index of your events and storing it on your device. When you search for an event, the app goes through the index of your downloaded events and highlights all matches. That way, no event content is made visible to Proton for the purpose of a search.
Read more about Calendar search in our knowledge base: https://proton.me/support/calendar-search
As always, thank you for your continuous support,
The Proton team
It mainly depends on your likes. What i did was to find one or two accounts related to my favourite topic and then checking their "following" tab. It really helps to Fill my feed
Also, most accounts boost other accounts/ post, which also acts as a way for me to discover accounts.
[ From proton reddit announcement ]
Thanks to your collective feedback, we’re now excluding the 🗑️ Trash and 🔥 Spam emails from your ✉️ All Mail folder by default.
You can, of course, change this back from your Proton Mail web app settings.
https://account.proton.me/mail/general#messages
We’re curious to know what you think and look forward to more suggestions that will help us make Proton Mail better for everyone.
I think not. There only seems to be only 2 dev's working on linux app, and thir current priority is to bring wireguard to the app and preferrably , an updated CLI too.
I think not. From the reddit discussion, it seems that only 2 dev's ( they are hiring one more soon ) work for linux support, and they can't currently spread too thin.
Tried it in debian today. Yeah, its bad that the app need to be open inorder to have connection. They could've made it go background ( like telegram or discord does ), which would be better.
[ From reddit announcement ]
Today, we’re excited to announce that the new Proton VPN Linux app is now officially available for everyone.
With the new Linux application, you get a host of features:
- Protocols: OpenVPN-UDP and OpenVPN-TCP
- VPN Accelerator
- Moderate NAT
- NetShield Ad-blocker
- Kill switch
- Port forwarding
- Auto connect at app startup
- Pin servers to tray
Secure Core support will be added in the coming months as well. And though WireGuard is not yet supported, we’ve implemented OpenVPN DCO on our servers, which gives you identical results in terms of performance.
Find more information on how to install it in our KB article here.
For those of you wondering, in the coming months, we'll be working on a new Linux CLI based on your feedback.
I don't remember any films, but this shortfilm about timeloop was good. https://youtu.be/35z4bChYS_A
There appears to be a few more ones too related to time travel. Thankyou for reminding to check em out
I just had to uninstall "Enhancer for youtube", and reload the YT page. Not even ubock cache clearing was necessary. ( maybe different for different people )
Find problematic extensions quickly with the Visual Studio Code extension bisect utility
What it does is that when you encounter an issue with your extensions, it disables half of them, and asks you whether that fixed your issue or not. If it did, it repeats the process, disabling only half of that half, and asks you again - and so on and so forth until you home in on one troublesome extension.
The article explores the rich tradition of Malayalam script and its evolution in the face of modern technologies. It delves into the challenges and innovations in adapting the script to digital platforms while preserving its cultural heritage.
An excellent read. ( and a long one )
[ From official announcement in protonmail subreddit ]
Hello everyone,
Starting today, you can test the search feature in the beta version of the Proton Calendar web app.
This feature will allow you to easily find the events you're looking for while keeping your schedule private.
Search is made possible by creating and storing a local index of your events on your device.
This ensures that Proton doesn't see the details of your events.
To try it out, make sure that you have joined the Beta.
Do this by opening the Proton Calendar web app, and enabling Beta access in the settings menu.
You can learn more about this feature here: https://proton.me/support/calendar-search
Search was one of the most popular Calendar community requests, and we’d love to hear your feedback about it!
This is considered as the beginning of general-purpose programming. ( Image credits : NASA and MIT_CSAIL )
Time : 13th Aug 1 am to 3 am IST ( highest peak )
Look towards North East direction .
Hope it wont be cloudy. Its a good oppurtunity since there wont be moonlight pollution also.
Also, it would be good to have a space community to post news like this
There’s a pixelated drawing board for Lemmy now.
help me create a 64x64 image of firefox logo there.
after signing in with lemmy, u can use this template (just clicking this link will be enough)
u can also use my recommended settings
YouTube Video
Click to view this content.