

They’ve been saying this for the last 2 years
They’ve been saying this for the last 2 years
Probably just a reporting bug. Comments stayed consistent.
exFAT is still the best format for multiplatform compatibility so it’s good to see that it’s still getting maintained.
I really like the simplicity and formatting of stock pacman. It’s not super colorful but it’s fast and gives you all of the info you need. yay (or paru if you’re a hipster) is the icing on top.
Don’t buy a Chromebook for linux. While driver support usually isn’t an issue, the alternative keyboard layout is terrible for most applications. To even get access to all of the normal keys that many applications expect you need to configure multi-key shortcuts which varies in complexity based on your DE. In most cases it will also void your warranty because of the custom firmware requirement.
The drive is visible to the OS so if they have any kind of management software in place which looks for hardware changes it will be noticed.
Almost everything has been done already. Most new app ideas are just gimmicks thrown onto existing concepts.
French laws don’t recognize software patents so videolan doesn’t either. This is likely a reference to vlc supporting h265 playback without verifying a license. These days most opensource software pretends that the h265 patents and licensing fees don’t exist for convenience. I believe libavcodec is distributed with support enabled by default.
Nearly every device with hardware accelerated h265 support has already had the license paid for, so there’s not much point in enforcing it. Only large companies like Microsoft and Red Hat bother.
Just introducing them to it is probably enough. Show them different desktop environments and applications to get them used to the idea of diverse interfaces and workflows. Just knowing that alternatives exist could help them break out of the Windows monoculture later. Enable all of the cool window effects.
Dropping support after only 25 years? I can’t believe Linux is contributing to planned obsolescence.
Get yt-dlp then run: yt-dlp -x ‘video-url’
I believe if you’re willing to check the format codes on the video you can download audio only but both will get you the least compressed audio available.
From what I’ve heard they’re competitive for English but I’ve never used Deepspeech myself. Whisper has much more community support so it’s probably easier to use overall.
I’ve used the tplink ones that they’re using and they’ve been pretty solid. I can’t say how they’d fare in a 24/7 setup though since they’re not really intended for that.
Whisper is your best bet for FOSS transcription. This is the most efficient implementation AFAIK: https://github.com/guillaumekln/faster-whisper.
Not even remotely. It requires custom firmware which often requires physical disassembly to install. From there you can install any distro, but you will continue to have many small issues and inconveniences often due to the nonstandard keyboard.
There was a Chromebook targeted Linux distro called eupnea that could be installed without custom firmware via depthboot, but it’s dead now and the original repo got deleted after the Dev got hacked, so the build scripts don’t work anymore.
There are 2 ways to do it, either via depthboot(software only, no custom firmware, lots of manual OS prep, 0 risk) or custom firmware(maybe physical, model dependant, no os prep, small risk). For custom firmware you usually have to either bridge an internal jumper, unplug the battery, or build a custom cable, depending on your model.
While it is allowed it’s not supported by google.
I would never recommend buying a Chromebook with the intention of replacing the OS unless you’re looking for a project or you’re getting it for cheap.
As someone who has owned a Chromebook for several years, I can tell you that you shouldn’t. Hardware wise it’s hard to beat Chromebooks at their price points, but the complete lack of control over the system is a deal breaker. I don’t have time to list all of the issues I’ve had. In many cases what would have been trivial fixes on a normal Linux system required full reinstalls on chromeOS. Like the time I accidentally filled up the fairly modest system storage. The system refused to allow me to delete anything, requiring a reset just to get local file management abilities back.
I ultimately ended up installing full Linux on it, which ended up being a whole other ordeal due to all of Google’s “security” features.
I actually ran into this issue just yesterday. Switching my java installation fixed it.
Perplexity (an “AI search engine” company with 500 million in funding) can’t bypass cloudflare’s anti-bot checks. For each search Perplexity scrapes the top results and summarizes them for the user. Cloudflare intentionally blocks perplexity’s scrapers because they ignore robots.txt and mimic real users to get around cloudflare’s blocking features. Perplexity argues that their scraping is acceptable because it’s user initiated.
Personally I think cloudflare is in the right here. The scraped sites get 0 revenue from Perplexity searches (unless the user decides to go through the sources section and click the links) and Perplexity’s scraping is unnecessarily traffic intensive since they don’t cache the scraped data.