Programming
535 sites
https://thesephist.com/
Linus (thesephist) is a software researcher and engineer whose site collects over a decade of writing on AI interfaces, knowledge tools, and creative software, alongside more than 100 open side projects ranging from compilers to personal productivity tools. A fascinating portal into the mind of someone deeply invested in how language models can augment human thinking and expression.
https://cogsci.ed.ac.uk/~richard/rxp.html
RXP is a validating XML parser written in C by Richard Tobin at the University of Edinburgh, released under the GNU Public License and supporting XML 1.1, Namespaces 1.1, xml:id, and XML Catalogs. The project page provides source downloads, a Unix man page, Windows executables, stylesheets for infoset serialization, and test suite results for developers integrating XML parsing into their software.
https://alexwlchan.net/
Alex Chan's personal site blends technical writing with creative and personal reflections, covering software development, digital preservation, Python, Git, and accessibility. Recent articles include a custom static site generator, webcam toy apps, and parody movie posters, making it a rich mix of code-focused tutorials and playful projects.
http://mspowershell.blogspot.com/2007/12/script-to-extract-disk-space-usage.html
JB's PowerShell is a technical blog by Jakob Bindslet collecting practical PowerShell scripts for system administrators, including WMI queries for disk space monitoring across servers and clusters. Each post shares ready-to-use code snippets with real-world utility, making it a handy reference for Windows scripting tasks.
https://zenspider.com/ruby/quickref.html
Ryan Davis's Ruby QuickRef is a comprehensive quick-reference guide covering the Ruby programming language, from syntax rules and data types to control expressions, class definitions, and the standard library. It also includes a handy Minitest section with unit test examples, assertions, and command-line tool references, making it an essential bookmark for Ruby developers of all levels.