Updated Documentation ¡ This Week in GNOME
A privacy and FOSS enthusiast. Linux đ§ and Firefox đŚ for life
đ Loves space and starwatching
đ Amazed at how universe works
A privacy and FOSS enthusiast. Linux đ§ and Firefox đŚ for life
đ Loves space and starwatching
đ Amazed at how universe works
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.
Updated Documentation ¡ This Week in GNOME
Incoming changes in JDK / JRE 21 packages may require manual intervention
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.