LibreOffice Writer now supports Markdown

libreoffice-writer-now-supports-markdown

We’re pleased to announce the release of LibreOffice 26.2, the newest version of the free and open source office suite trusted by millions of users around the world. This release makes it easier than ever for users to create, edit and share documents on their own terms. Designed for individuals and organizations alike, it continues […]

My Homelab Setup

my-homelab-setup

For the longest time, I’ve procrastinated on finding a good backup and storage solution for my Fujifilm RAW files. My solution up until recently involved manually copying my photos across two external SSD drives. This was quite a hassle and I hadn’t yet figured out a good off-site backup strategy. After hearing constant news updates […]

FrameBook

framebook

A reimagined classic, that’s only a little bit janky. the first-gen macbook from ’06 is one of my favorite laptop designs ever, mostly because for the longest time it was one of the only macbooks u could get in black besides the powerbook g3.plus it was the first macbook i ever personally owned, although this […]

What if the Apple ][ had run on Field-Sequential?

what-if-the-apple-][-had-run-on-field-sequential?

One thing I remain fascinated by is the field-sequential color system. Essentially, unlike composite video, which sacrifices color depth in space, field sequential sacrifices color depth in time. But the specifics matter, and we have the specifics: the United States adopted such a system, but didn’t stick with it. So this article describes a nonexistent, […]

LibreOffice: Request to the European Commission to adhere to its own guidances

libreoffice:-request-to-the-european-commission-to-adhere-to-its-own-guidances

The European Commission has accepted our request, and starting from today – Friday March 6 – has added the Open Document Format ODS version of the spreadsheet to be used to provide the feedback. We are grateful to the people working at DG CONNECT, the Commission’s Directorate-General for Communications Networks, Content and Technology, for responding […]

Beagle, a source code management system that stores AST trees

beagle,-a-source-code-management-system-that-stores-ast-trees

Beagle is a source code management system that stores AST trees, not binary blobs. The general idea is a database for the code as a hub of all code-related activities and storage for all the related data (tickets, CI results, whatsnot). The backing store is virtually any key-value database (rocksdb as of now). The data […]

CLI RSS/Atom feed reader inspired by Taskwarrior, synced using Git

cli-rss/atom-feed-reader-inspired-by-taskwarrior,-synced-using-git

A CLI RSS/Atom feed reader inspired by Taskwarrior. Subscribe to RSS and Atom feeds Simple query language for filtering by feed, read status, and date, with grouping and export Git-based sync across machines with conflict-free merge (why git?) No accounts, no servers, no continuous network dependency Mark content as read Designed to be distraction free, […]

Printf-Tac-Toe

printf-tac-toe

A c implementation of tic-tac-toe in a single call to printf. Written for IOCCC 2020.