OpenZL 0.2 Released For Metaâs Content-Aware Compression Software
Last October engineers at Meta announced OpenZL as a format-aware compression framework. OpenZL aims to be speedy yet capable of delivering high compression ratios depending upon what is being compressed. OpenZL is viewed as their next leap in data compression beyond their wonderful work on Zstandard (Zstd). This week thereâs finally a new OpenZL software release available⊠â Read more
Flattened Image Tree 1.0 Specification For Embedded Linux Systems
The Flattened Image Tree âFITâ 1.0 specification was recently finalized for this container format used by U-Boot on embedded systems for providing various boot components like DTBs, the Linux kernel image, and more into a single file⊠â Read more
@bender@twtxt.net Glad you like it. At least itâs in landscape format. :-D
@lyse@lyse.isobeef.org Really depends on the genre, I guess. đ€ Quite a lot of ânon-popâ music still uses the format âconcept albumâ, I think. đ€ But donât ask me for any solid statistics. đ
Opera GX Browser Gets Flatpakâed & Snapâed On Linux
Last month Opera released the Opera GX gaming-focused web browser for Linux. It rolled out in RPM and Debian package format support while now for those interested is also available via Flatpak and Snap sandboxed app formats⊠â Read more
Remembering Zip Drives - the Trendy Storage Technology of the 1990s
Back in the 1990s, floppy disks âhad a mere capacity of 1.44MB,â remembers XDA Developers, âwhich would soon become absolutely tiny for the increasingly large pieces of software that would come about.â
Floppy disks also felt quite fragile, and while we got âsuperfloppyâ formats that were physically larger and had more capacity, those w ⊠â Read more
GIMP 3.2.2 Released With Minor UI/UX Updates & Bug Fixes
It was just two weeks ago that GIMP 3.2 released, one year after the big GIMP 3.0 debut. Out today is GIMP 3.2.2 with various bug fixes, plug-in / file format handling updates, and some minor UI/UX work⊠â Read more
sqlparse is also unsuitable for me: https://github.com/andialbrecht/sqlparse/issues/688
Iâm supporting incremental SQLite schema changes to just upgrade from an older database version to whatever the current software version supports. In the past, I already noticed that this is quite expensive in unit tests when each test case runs through the entire schema patches and applies them one by one.
To speed up test execution I now decided that I finally go through the troubles of maintaining both a set of incremental patches and a full schema setup in one go. A unit test verifies that both ways end up with the same structure. This gives me a set of SQLs to check the structures:
SELECT type, name, tbl_name, sql
FROM sqlite_schema
ORDER BY type, name, tbl_name
Unfortunately, the resulting CREATE TABLE SQL queries are formatted differently, depending on whether the full schema was set up in one big step or the structure had been modified with ALTER TABLE. Mainly, added columns are not on their own lines but appended in one physical line. Thatâs why I wanted an SQL formatting tool. Since I didnât find one that works decently, Iâm now doing some simple string manipulation. Joining consecutive whitespace into a single space character, removing spaces before commas and closing parentheses and spaces after opening parentheses. This works surpringly good enough. Of course, if it fails, the âdiffâ is absolutely horrendous.
Now for the cool part, my test execution dropped from around 5:05 minutes to just 1:32 minutes! I call that a win.
I just stumbled across PRAGMA table_info('tablename') https://sqlite.org/pragma.html#pragma_table_info, PRAGMA foreign_key_list('tablename') and friends. I guess, I have to play with that, now. Itâs probably much better to use than the SQL text approach.
AMD, NVIDIA, OpenAI & Others Form An Optical Scale-up Consortium
AMD, Broadcom, Meta, Microsoft, NVIDIA and OpenAI jointly announced today the formation of the Optical Compute Interconnect (OCI) Multi-Source Agreement (MSA) optical scale-up consortium⊠â Read more
Nice cloud formations this evening. Obviously, they looked much cooler in person. https://lyse.isobeef.org/abendhimmel-2026-03-09/
The National Videogame Museum Acquires the Mythical Nintendo Playstation
The National Videogame Museum has acquired an extremely rare MSF-1 development kit, believed to be the oldest surviving prototype of the canceled Nintendo PlayStation. Engadget reports: Nicknamed the Nintendo PlayStation, the idea was that a new CD-ROM format backed by Sony would be added to the cartridge-based Super NES, resultin ⊠â Read more
LibreOffice Says Its UI Is Way Better Than Microsoft Officeâs
darwinmac writes: While many users choose Microsoft Office over LibreOffice because of its support for the proprietary formats (.docx, .xlsx, and .pptx), others prefer Office for its âbetterâ ribbon interface. These users often criticize LibreOffice for having a âclunkyâ UI instead of the âstandardâ ribbon interface you would find in Word, Excel, and ot ⊠â Read more
@rdlmda@rdlmda.me You need to use the RFC3339 format. I would recommend you read the specs at https://twtxt.dev â This is what is used by many moden clients these days đ
âHow Many AIs Does It Take To Read a PDF?â
Despite AIâs progress in building complex software, the ubiquitous PDF remains something of a grand challenge â a format Adobe developed in the early 1990s to preserve the precise visual appearance of documents. PDFs consist of character codes, coordinates, and rendering instructions rather than logically ordered text, and even state-of-the-art models asked to extract information from them wil ⊠â Read more
AOMedia Open Audio Codec âOACâ Aims To Be The Successor To Opus
While the Alliance For Open Media âAOMediaâ is most known for developing the AV1 open video codec, the associated AV1 Image File Format (AVIF), and the next-generation AV2, they are now working on the Open Audio Codec (AOC)⊠â Read more
v2 branch and @doesnm.p.psf.lt has been incredibly helpful so far. Be great ot have a few more folks to join us, some of the v2 highlights include:
@bender@twtxt.net Here is a properly formatted version of your message:
Not yet â but thatâs probably a good idea.
Instructions:
- Clone the repository
git clone https://git.mills.io/saltyim/saltyim.git
cd saltyim
- Check out the
v2branch
git checkout v2
- Build and install the CLI/TUI
make DESTDIR=$HOME/bin install
After installation, run:
salty-chat
@lyse@lyse.isobeef.org ⊠at least this story was entertaining to read. đ If only Firefoxâs storage format wasnât so convoluted, you could have just shut it down and removed all the unwanted tabs. đ«€
@movq@www.uninformativ.de Nice, itâs coming together! Despite it being ages ago that I used a hex editor or viewer, these different representations of information appear very handy to me. If I had to mess around on binary formats, Iâd definitely appreciate them. I canât remember if the hex viewer back then had these options. Donât even recall what software that was. :-)
I, too, only very, very rarely use the mouse in the terminal. Apart from selecting text to copy into the clipboard. But that probably has the potential for trouble and interference with button clicks, etc. If one isnât careful.
How did the startup times develop?
The Last Of The Dolby Digital Plus âE-AC3â Patents Might Now Be Expired
For those interested in the Dolby Digital Plus âEnhanced AC-3â audio compression format for open-source software, the last of the patents for this widely-used format by streaming services and more appears to have expired⊠â Read more
OpenAI Releases Prism, a Claude Code-Like App For Scientific Research
OpenAI has launched Prism, a free scientific research app that aims to do for scientific writing what coding agents did for programming. Engadget reports: Prism builds on Crixet, a cloud-based LaTeX platform the company is announcing it acquired today. For the uninitiated, LaTeX is a typesetting system for formatting scientific docume ⊠â Read more
Wikipediaâs Guide to Spotting AI Is Now Being Used To Hide AI
Ars Technicaâs Benj Edwards reports: On Saturday, tech entrepreneur Siqi Chen released an open source plugin for Anthropicâs Claude Code AI assistant that instructs the AI model to stop writing like an AI model. Called âHumanizer,â the simple prompt plugin feeds Claude a list of 24 language and formatting patterns that Wikipedia editors have listed as ch ⊠â Read more
Google Temporarily Disabled YouTubeâs Advanced Captions Without Warning
Google has temporarily disabled YouTubeâs advanced SRV3 caption format after discovering the feature was causing playback errors for some users, according to a statement the company posted. SRV3, also known as YouTube Timed Text, is a custom subtitle system Google introduced around 2018 that allows creators to use custom colors, tran ⊠â Read more
JPEG-XL Image Support Returns To Latest Chrome/Chromium Code
After widespread backlash over its 2022 decision to remove JPEG-XL support, Google has quietly restored the image format in the latest Chrome/Chromium codebase. Phoronix reports: Back in December they merged jxl-rs as a pure Rust-based JPEG-XL image decoder from the official libjxl organization. At the end of December they did more JPEG-XL plumbing with the en ⊠â Read more
FFmpeg Merges A Number Of Vulkan Improvements To Start 2026
FFmpeg developer Lynne has landed a number of Vulkan-related imporvements to this widely-used open-source multimedia library. Over the past year FFmpeg saw Vulkan shader-based decoding for more video formats, AV1 and VP9 extension work, performance improvements, and other work around Vulkan Video. It will be very exciting to see how FFmpeg delivers in 2026 with Vulkan Video and how the software ecosystem as a whole begins taking up this cross-platform, ⊠â Read more
@kirschner@kirschner âs âAda & Zangemann: A Tale of Software, Skateboards, and Raspberry Ice Creamâ was a wonderful surprise â I knew Iâd like this book since Iâve heard he had written it, but Iâll admit I only actually read it once I had the actual physical book in my hands⊠and ended up being surprised by it a couple of times, the book has plenty more depth than I assumed! Sure, it is what I thought it would be, âa book for children about free softwareâ, but it is so much more than thatâŠ
@o_sarilho@o_sarilho is a webcomic - and fortunately it is also collected in physical format. There are versions in Portuguese and English, but this is a SciFi comic book from a Portuguese author, and that alone would get my attention⊠the fact that part of the action happens on the region where I actually live just made it even more interesting! So, well, I knew I would need to read it, and I bought the books, but only in 2025 did I actually started reading it⊠and, well - all I can say is that I glad I have the rest of the series so far, so I can catch up!
How Markdown Took Over the World
22 years ago, developer and columnist John Gruber released Markdown, a simple plain-text formatting system designed to spare writers the headache of memorizing arcane HTML tags. As technologist Anil Dash writes in a long piece, Markdown has since embedded itself into nearly every corner of modern computing.
Aaron Swartz, then seventeen years old, served as the beta tester before its quiet March 2004 debut. Goo ⊠â Read more
Since I used so much Rust during the holidays, I got totally used to rustfmt. I now use similar tools for Python (black and isort).
What have I been doing all these years?! I never want to format code manually again. đ€Łđ
Amazon Plans Massive Superstore Larger Than a Walmart Supercenter Near Chicago
Amazon âhas submitted plans for a large-format store near Chicago that would be larger than a Walmart Supercenter,â reports CNBC:
As part of the plans, Amazon has proposed building a one-story, 229,000-square-foot building [on a 35-acre lot] in Orland Park, Illinois, that would offer a range of products, such as grocerie ⊠â Read more
Send To Kindle from Microsoft Word is Discontinued
Microsoft is discontinuing its Send to Kindle integration in Word, ending a feature that allowed Microsoft 365 subscribers to send documents directly to their Kindle e-readers and preserve complex formatting through fixed layouts.
The company updated its documentation to announce that beginning February 9th, 2026, the Send to Kindle feature will no longer work across Web, Wi ⊠â Read more
Disney+ To Add Vertical Videos In Push To Boost Daily Engagement
Disney+, which is looking to catch up with some streaming and digital rivals in terms of daily engagement, is adding vertical videos to the service. From a report: The arrival of the new format later this year was one of several advertising-oriented announcements the company made Wednesday at its Tech + Data Showcase at CES in Las Vegas. ⊠â Read more
Next-Gen AMD Server SoCs To Enjoy Firmware-Agnostic Platform Configuration Approach
Next-generation AMD server SoCs â presumably the AMD EPYC âVeniceâ on Zen 6 â is poised to introduce a firmware-agnostic platform configuration platform configuration change method/format. This is This aims to improve server platform interoperability and eliminate redundant configuration efforts for different firmware solutions⊠â Read more
GNOME Glycin Adds XPM/XBM Support To Address Fedoraâs Last Unsandboxed Image Loader
GNOMEâs Glycin project as the Rust-based sandboxed and extendable image loading library now supports XPM and XBM images. This is notable since those formats were the last unsandboxed image loading formats used on Fedora Linux⊠â Read more
@movq@www.uninformativ.de I noticed that your feedâs last modification timestamp was missing in my database. I cannot tell for certain, but I think it did work before. Turns out, your httpd now sends the Last-Modified with UTC instead of GMT. Current example:
Sat, 03 Jan 2026 06:50:20 UTC
Iâm not a fan of this timestamp format at all, but according to the HTTP specification, HTTP-date must always use GMT for a timezone, nothing else: https://httpwg.org/specs/rfc9110.html#http.date
The Atlanta Journal-Constitution Prints Final Newspaper, Shifts To All-Digital Format
CBS News: The Atlanta Journal-Constitution has printed its final newspaper, marking the end of a 157-year chapter in Georgia history and officially transitioning the longtime publication into a fully digital news outlet.
The front-page story of the final print edition asks a fitting question: âWhat is the ⊠â Read more
Debianâs Bug Tracker With No Web UI For Editing Bugs Is Very Obscure For 2026
Debianâs maintainer of the Meson build system package is calling attention to the unfortunate state of Debianâs bug tracker in 2026. Editing bug data within Debianâs bug tracker still relies on writing custom-formatted emails and submitting them via your mail client. There still is no modern web UI for managing the Debian bug tracker as it was largely written in the early 90s⊠â Read more
mu (”) now has builtin code formatting and linting tools, making ” far more useful and useable as a general purpose programming language. Mu now includes:
- An interpreter for quick âscriptinogâ
- A native code compiler for building native executables (Darwin / macOS only for now)
- A builtin set of developer tools, currently: fmt (-fmt), check (-check) and test (-test).
Why Some Avatar: Fire and Ash Scenes Look So Smooth, and Others Donât
If you watched Avatar: Fire and Ash in James Cameronâs preferred high frame rate 3D format and noticed certain sequences appearing unusually smooth while others had the traditional cinematic look, that visual inconsistency is entirely intentional. The third Avatar film continues Cameronâs frame rate experimentation from The Way of ⊠â Read more
Cryptsetup 2.8.2 Released With BitLocker Clear Key Support
Cryptsetup 2.8.2 released on Thursday for this open-source utility used for setting up disk encryption with dm-crypt on Linux systems, including for LUKS volumes, TrueCrypt, BitLocker, and other formats⊠â Read more
Amazon Changes How Copyright Protection is Applied To Kindle Directâs Self-Published Ebooks
Amazon says it will allow authors to offer their DRM-free ebooks in the EPUB and PDF formats through its self-publishing platform, Kindle Direct Publishing. Starting on January 20, 2026, authors who set their titles as DRM-free will see their books made available in these more open formats. Fro ⊠â Read more
Webp, though it has been around for a long while, wasnât fully supported on all browsers until recently. The other formats have been in use for such a long time, proving to work just fine, that the advantages Webp provides havenât been seemingly enough to merit a switch.
Google is also the one behind Webp, and, well, people donât trust, nor like, them much.
Fragile, inconvenient and low quality: Why are cassettes back in vogue?
For a supposedly obsolete music format, audio cassette sales seem to be set on fast forward at the moment. â Read more
QuickTime Turns 34
On Dec. 2, QuickTime turned 34, and despite its origins in Appleâs chaotic 1990s (1991 to be exact), âitâs still the backbone of video on our devices,â writes Macworldâs Jason Snell. That includes MP4 and Appleâs immersive video formats for Vision Pro. From the report: By the late â80s and early â90s, digital audio had been thoroughly integrated into Macs. (PCs needed add-on cards to do much more than issue beeps.) The next frontier was ⊠â Read more
AV1 Open Video Codec Now Powers 30% of Netflix Streaming
Netflix says its open AV1 video codec now powers about 30% of all streaming on the platform and is rapidly becoming its primary delivery format thanks to major gains in compression, bandwidth efficiency, HDR support, and film-grain rendering. TVTechnology reports: The blog by Liwei Guo, Zhi Li, Sheldon Radford and Jeff Watts comes at a time when AV2 is on the hor ⊠â Read more
ProcessOne: Stop Telling Us XMPP Should Use JSON
We hear this too often: âXMPP uses XML. It should use JSONâitâs more modern.â
The logic seems straightforward: JSON came later, so it must be better. But better for what, exactly?
JSON became successful because itâs the standard serialization format for JavaScript. That made it convenient for browser-based applications.
Does that m ⊠â Read more
Google Looks To Bring JPEG-XL Support Back To Chrome / Chromium
Back in 2022 was the surprising decision by Google that they were going to deprecate JPEG-XL image support in Chrome. By the end of 2022 they went ahead and removed JPEG-XL support from Chrome/Chromium to the frustration of many web developers and end-users interested in this image format. Now though as we get ready to roll into 2026, Google engineers are looking at bringing back JPEG-XL support to the Chrome web browser⊠â Read more
The EU â19.11.2025 COM(2025) 837 final 2025/0360 (COD): Digital Omnibusâ Regulation Proposal is out, and it it we have:
- âproposed simplification measuresâ watering down personal data protection
- There are two terms, âopen formatâ and âformal open standardâ with different definitions - none âopen enoughâ
Iâm sure there is a lot more to digest from it, so here you go:
https://digital-strategy.ec.europa.eu/en/library/digital-omnibus-regulation-proposal
Sam Altman Celebrates ChatGPT Finally Following Em Dash Formatting Rules
An anonymous reader quotes a report from Ars Technica: On Thursday evening, OpenAI CEO Sam Altman posted on X that ChatGPT has started following custom instructions to avoid using em dashes. âSmall-but-happy win: If you tell ChatGPT not to use em-dashes in your custom instructions, it finally does what itâs supposed to do!â he wrote.
⊠â Read more
Slovensko bez hranĂc Ä. 8
Ărad pre SlovĂĄkov ĆŸijĂșcich v zahraniÄĂ (ĂSĆœZ) predstavil novĂ©, novembrovĂ© vydanie spravodajcu Slovensko bez hranĂc, ktorĂ© prinĂĄĆĄa aktuĂĄlne informĂĄcie o Äinnosti Ășradu, vĂœznamnĂœch udalostiach a aktivitĂĄch krajanov na vĆĄetkĂœch kontinentoch. NajnovĆĄie ÄĂslo (8/2025) je dostupnĂ© vo formĂĄte pdf na webovej strĂĄnke ĂSĆœZ. â Read more
Deutsch-österreichischer DoppelgÀnger: Der falsche Kurz
FĂŒr ein neues Talk-Format hat Welt-TV Sebastian Kurz eingeladen â den falschen. Der ist zwar auch Politiker, aber nicht âAustrias Next-Top-Kanzlerâ. mehr⊠â Read more
PDF Will Support JPEG XL Format As âPreferred Solutionâ
The PDF Association is adding JPEG XL (JXL) support to the PDF specification, giving the advanced image format a new path to relevance despite Googleâs decision to declare it obsolete and remove it from Chromium. The Register reports: Peter Wyatt, CTO of the PDF Association, said: âWe need to adopt a new image [format] that can support HDR [High Dynamic Range] c ⊠â Read more