what i use

topics: ,

Below is a nearly-comprehensive list of the software that I regularly use, including under-the-hood stuff which tends to go under-appreciated. 1

Everything listed is Free and Open-Source.

system

graphics

files

web

networking

text

audio/video

documents

blogging

miscellaneous

more from the friends of danso:

rustc_codegen_gcc: Progress Report #36

June 11

What is rustc_codegen_gcc? rustc_codegen_gcc is a GCC ahead-of-time codegen for rustc, meaning that it can be loaded by the existing rustc frontend, but benefits from GCC by having more architectures supported and having access to GCC’s optimizations. …

via Antoyo's Blog

AI Agents: A Pox on Free Society

May 20

I've been thinking a lot on this lately, and with our seemingly uncritical march toward AI facilitating everything, I feel like I should get in here and talk about why it's a Terrible Idea. Maybe, if I'm very lucky, I can convince a few peopl…

via Searching For Tao

ETS Match Specification Pitfall: Maps

February 9

During my work, I had a problem where I needed to efficiently write tree-shaped data. I also needed the ability to query ranges of the data. I reached for ETS tables, using the ordered_set table setting, and relied on match specifications to read ranges from the…

via Richard Kallos

generated by openring