251
 
 

Terence Eden reports that the UK's National Health Service (NHS) is preparing to close almost all of its open-source repositories as a response to LLM tools, such as Anthropic's Mythos, becoming more sophisticated at finding security vulnerabilities. He does not, to put it mildly, agree with the decision:

The majority of code repos published by the NHS are not meaningfully affected by any advance in security scanning. They're mostly data sets, internal tools, guidance, research tools, front-end design and the like. There is nothing in them which could realistically lead to a security incident.

When I was working at NHSX during the pandemic, we were so confident of the safety and necessity of open source, we made sure the Covid Contact Tracing app was open sourced the minute it was available to the public. That was a nationally mandated app, installed on millions of phones, subject to intense scrutiny from hostile powers - and yet, despite publishing the code, architecture and documentation, the open source code caused zero security incidents.

Furthermore, this new guidance is in direct contradiction to the UK's Tech Code of Practice point 3 "Be open and use open source" which insists on code being open.

252
253
 
 

Syntax Highlighting

Edit v2 adds the Lightweight Syntax Highlighter. It has a ~40kB footprint for a dozen languages plus runtime, barely grows with each language added, and runs at >100MB/s.

The highlighter is based on a simple programming language that combines regular expressions with explicit control flow. It's designed such that the runtime can be easily ported to other languages, including JavaScript.

From 1.2.1 to 2.0.0, the edit binary size increased from 267 to 330 kB for win exe and 217 to 300 kB for linux binary.

What is edit? README intro:

A simple editor for simple needs.

This editor pays homage to the classic MS-DOS Editor, but with a modern interface and input controls similar to VS Code. The goal is to provide an accessible editor that even users largely unfamiliar with terminals can easily use.

254
 
 

Quoted

We’re excited to announce the release of Zulip Server 12.0, containing hundreds of new features and bug fixes: end-to-end encryption for mobile push notifications, a major upgrade for Docker, configurable image previews, and much more! Almost 5,500 new commits have been merged across the project since the 11.0 release in August 2025.

Zulip is an organized team chat application ideal for both live and asynchronous communication. With Zulip, you own your data: it’s 100% open-source software, with easy migration between cloud hosting and self-hosting, plus a powerful API.

255
256
257
258
259
260
 
 

ive tested both hydrus and monbooru's ram consumption, and these were the results:

❯ ps aux | grep hydrus ghost_u+ 38817 0.0 0.0 3748 2204 ? S 21:45 0:00 /usr/bin/bwrap --args 40 -- hydrus_client ghost_u+ 38832 0.0 0.0 3852 1356 ? S 21:45 0:00 /usr/bin/bwrap --args 40 -- hydrus_client ghost_u+ 38833 4.2 3.5 4824044 261588 ? Sl 21:45 0:09 python3 /app/bin/hydrus_client ghost_u+ 39613 0.0 0.0 231268 2420 pts/0 S+ 21:48 0:00 grep --color=auto hydrus

❯ docker stats monbooru --no-stream CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS 0a46831f9470 monbooru 0.00% 19MiB / 7.047GiB 0.26% 13.6MB / 54.3MB 14.4GB / 5.51GB 20

Test results by @gary_host_laptop@lemmy.ml

261
262
263
 
 

In NetNewsWire 7.0.5 we made a change to get the feed image from RSS via the image element.
Weren’t we already doing this? Seems surprising that we weren’t!
It’s because, historically, these images were often rectangular — but the app wants square images. These days, probably due to the influence of mobile apps, images tend to be square, which is great. It means we can use these.
Note to feed publishers We suggest checking your feeds to see if they are supplying an image URL.

264
 
 

Ghostty, a modern GPU-accelerated terminal emulator developed by Mitchell Hashimoto, is transitioning its active development away from GitHub due to ongoing reliability issues that have disrupted daily workflows.

Hashimoto announced the decision in an emotional post titled “Ghostty Is Leaving GitHub,” stating that the project will gradually eliminate its dependency on GitHub while maintaining the current repository as a read-only mirror. Further details about the new hosting platform will be provided in the coming months, as discussions continue with both commercial and open-source providers.

265
 
 

In these uncertain and divisive times, we appreciate Anthropic offering support to the Blender project in the form of a Patron-level membership. This enables the Blender team to keep pursuing projects independently, and to focus on building tools for artists and creators.

Francesco Siddi, CEO at Blender

266
267
268
269
 
 

App to fix the bad sound quality of your crappy laptop speakers

FxSound (formerly known as DFX) is a high-fidelity digital audio processing program. It brings you booming bass, crystal clear audio and high fidelity by optimizing your music in real time. That means you get a studio quality listening experience without the need for overly expensive headphones or speakers. FxSound simply runs in the background. Just turn on your music and enjoy an improved listening experience. Its features include:

  • EQ: Balanced your sound with 9-band graphical EQ with customizable center frequencies.
  • Visualizer: Built-in audio visualizer to feel your music.
  • Effects: Boosted bass and volume to improve your music and movie viewing experience.
  • You can also enhance clarity of audio or add ambiance and surround effects.
  • Presets: Presets professionally designed for music, gaming, movies, transcription, and more. Additional presets can be found here. You can also make your own presets and share them.
270
 
 

Germany's Sovereign Tech Agency (Sovereign Tech Fund) has provided critical financial resources to open-source software projects and maintainers the past several years. This has proven to be an incredible effort and today they announced their newest initiative as the Sovereign Tech Standards.

Sovereign Tech Standards aims to support open-source maintainers working on open standards and improving interoperability. Sovereign Tech Standards covers standards via the IETF, W3C, and ISO.

271
 
 

Fedora has released Fedora KDE Plasma Desktop Edition 44 to the public.

The Fedora KDE Plasma Desktop Edition is suitable for many needs. It combines the reliable and trusted Fedora Linux base with the KDE Plasma Desktop environment. It provides a selection of KDE applications that are simple by default, but powerful when needed.

Download (Torrent)

272
273
274
 
 

David Steele, maintainer of the popular pgBackRest backup and restore project for PostgreSQL, has archived the project and announced that it is no longer being maintained.

After a lot of thought, I have decided to stop working on pgBackRest. I did not come to this decision lightly. pgBackRest has been my passion project for the last thirteen years, and I was fortunate to have corporate sponsorship for much of this time, but there were also many late nights and weekends as I worked to make pgBackRest the project it is today, aided by numerous contributors. Every open-source developer knows exactly what I mean and how much of your life gets devoted to a special project.

Since Crunchy Data was sold, I have been maintaining pgBackRest and looking for a position that would allow me to continue the work, but so far I have not been successful. Likewise, my efforts to secure sponsorship have also fallen far short of what I need to make the project viable.

275
 
 

What are the best open-source software for recording games running on Ryujinx?

OBS doesn’t seem to be the best option for this task. Are there any other choices?

view more: ‹ prev next ›