Latest Linux and open source news from around the web

The Linux Command Line Sponsored · View on Amazon → YubiKey 5 NFC Security Key Sponsored · View on Amazon →
Foss Force

Meet Flow, a Fresh New Browser for Linux

If you miss Arc’s design and want something similar on Linux β€” but open source and without the AI baggage β€” Flow Browser is worth a look. The post Meet Flow, a Fresh New Browser for Linux appeared first on FOSS Force.

Linux.org

Python Series Part 23: Text Widget - Part 1

Now that we've covered the primary commands, we can start on the Methods, Tags and Marks. If you intend on using a Text Widget, or multiples, these are very handy abilities other than the standard options. Methods Now, we can move on to doing something with text in the Text Object. Let's start with the five methods: insert delete get index see Insert Method We can insert text into the Text Object by specifying the line, character place and... https://www.linux.org/threads/python-series-part-23-text-widget-part-1.60068/

OMG! Ubuntu

Firefox is adding built-in free VPN with 50GB monthly data

Mozilla has announced that a free, built-in VPN is coming to Firefox later this month. Firefox’s free VPN will offer 50 gigabytes of monthly data, which is pretty generous for a browser-based VPN. A Mozilla account is required to make use of it, which isn’t a hardship (they’re free), but is a point of friction some may wish to know upfront. This is not a full-device VPN; Firefox VPN only protects traffic inside of the browser, not data sent outside. It won’t rival the flexibility and security benefits of a full-featured VPN, like server switching to access geo-restricted streaming services […]

LWN.net

The Sashiko patch-review system

Roman Gushchin has announced the existence of an LLM-driven patch-review system named Sashiko. It automatically creates reviews for all patches sent to the linux-kernel mailing list (and some others). In my measurement, Sashiko was able to find 53% of bugs based on a completely unfiltered set of 1,000 recent upstream issues using "Fixes:" tags (using Gemini 3.1 Pro). Some might say that 53% is not that impressive, but 100% of these issues were missed by human reviewers. Sashiko is built on Chris Mason's review prompts (covered here in October 2025), but the implementation has evolved considerably.