--- title: Bookmarks & Links url: bookmarks.html date: 2024-01-01T12:00:00+02:00 type: bookmarks draft: false --- - [Mechanical Watch](https://ciechanow.ski/mechanical-watch/) - [Sturgeon's law](https://en.wikipedia.org/wiki/Sturgeon%27s_law) - [ no one knows who created skull trumpet (until now)](https://www.youtube.com/watch?v=ZYcHOEjGzPA) - [The code worked differently when the moon was full](https://www.hanselman.com/blog/the-code-worked-differently-when-the-moon-was-full) - [How the Blog Broke the Web](https://stackingthebricks.com/how-blogs-broke-the-web/) - [Arnold Schwarzenegger based programming language ](https://github.com/lhartikk/ArnoldC) - [Reviewing your history of public GitHub repositories using ClickHouse](https://til.simonwillison.net/clickhouse/github-public-history) - [What happened to Italy's Skyscrapers?](https://www.youtube.com/watch?v=ikg3-GQLg3g) - [Roman Roads](https://sashamaps.net/docs/maps/roman-roads-original/) - [Velocity 2012: Richard Cook, "How Complex Systems Fail"](https://www.youtube.com/watch?v=2S0k12uZR14) - [Unix Text Processing PDF](https://github.com/larrykollar/Unix-Text-Processing) - [Papers from the computer science community to read and discuss](https://github.com/papers-we-love/papers-we-love) - [Seer - a gui frontend to gdb](https://github.com/epasveer/seer) - [Programming Notes for Professionals books](https://goalkicker.com/) - [Original Apollo 11 Guidance Computer AGC source code for the command and lunar modules](https://github.com/chrislgarry/Apollo-11) - [GoGaRuCo 2010 - The Shell Hater's Handbook by: Ryan Tomayko](https://www.youtube.com/watch?v=olH-9b3VJfs&feature=youtu.be) - [Microsoft v. MikeRoweSoft](https://en.wikipedia.org/wiki/Microsoft_v._MikeRoweSoft) - [A list of ternary operators](https://buttondown.com/hillelwayne/archive/a-list-of-ternary-operators/) - [nesdoug – NES Programming with cc65](https://nesdoug.com/) - [42Bastian/sprpck: Lynx Sprite Packer](https://github.com/42Bastian/sprpck) - [My Journey in Game Programming - Atari 8-bit Computer, C (with cc65) - Episode 45 - YouTube](https://www.youtube.com/watch?v=cHsvwbQEceU) - [Sage Guide | Classic WoW Leveling Guide (Alliance 1-60)](https://www.sageguide.net/) - [Local RAG with llama.cpp - YouTube](https://www.youtube.com/watch?v=gigip1Pxf88) - [LangChain Parent-Child Retriever for better RAG - YouTube](https://www.youtube.com/watch?v=wSi0fxkH6e0) - [Vim cheatsheet](https://devhints.io/vim) - [Hjalfi ports Fuzix to the ESP8266: #1: getting the kernel to compile - YouTube](https://www.youtube.com/watch?v=cDHcGY7EzUM) - [~kvik/wiki.9front.org (master): unix2plan9.md](https://git.sr.ht/~kvik/wiki.9front.org/tree/master/item/unix2plan9.md) - [List of Plan 9 applications](https://en.wikipedia.org/wiki/List_of_Plan_9_applications) - [Manual Section 1 - Plan 9 from User Space](https://9fans.github.io/plan9port/man/man1/index.html) - [C Programming in Plan 9 from Bell Labs](http://doc.cat-v.org/plan_9/programming/c_programming_in_plan_9) - [Plan9 / 9Front Basic Install - YouTube](https://www.youtube.com/watch?v=yt2V7yYiPCQ) - [Fresh 9front install in QEMU hangs at boot](https://github.com/bo-yang/plan9front/issues/213) - [Tiny Graphics Interface](https://cc65.github.io/doc/tgi.html) - [FQA 0 - Introduction To Plan 9](https://fqa.9front.org/fqa0.html#0.2.1.1) - [jimmy://src](http://runjimmyrunrunyoufuckerrun.com/src/) - [Hiversaires by Rek & Devine](https://hundredrabbits.itch.io/hiversaires) - [100R — wiktopher](https://100r.co/site/wiktopher.html) - [Plan 9 Wiki (Plan 9 wiki)](https://plan9.io/wiki/plan9/plan_9_wiki/) - [cosinekitty/sapphire: Sapphire - free modules for VCV Rack 2](https://github.com/cosinekitty/sapphire) - [nullJaX/vcvrack-patchable-devices: VCV Rack plugin with Patchable Devices modules](https://github.com/nullJaX/vcvrack-patchable-devices/) - [bogaudio/BogaudioModules: Modules for VCV Rack](https://github.com/bogaudio/BogaudioModules) - [Zorlen Reference Guide - Vanilla World of Warcraft Addon](https://www.briankoponen.com/zorlen-addon-vanilla-world-warcraft/) - [Emulating a CPU in C++ #2 (6502) - Unit Testing - YouTube](https://www.youtube.com/watch?v=L7J1pPokEyw&list=PLLwK93hM93Z13TRzPx9JqTIn33feefl37&index=2) - [Zero to CUDA: Calling a GPU From Golang - Source Allies](https://www.sourceallies.com/2024/02/zero-to-cuda/) - [9FRONT FREQUENTLY QUESTIONED ANSWERS](https://fqa.9front.org/) - [dude_the_builder/zig_in_depth: The code for the Zig in Depth video course](https://codeberg.org/dude_the_builder/zig_in_depth) - [Let's Learn Eurorack (ft. VCV Rack): 01 - The Basics - YouTube](https://www.youtube.com/watch?v=BTcP3DofZLY) - [Connecting Acoustic Instruments and Modular Synthesizers: VCV Rack Tutorial - YouTube](https://www.youtube.com/watch?v=1PaRconB4X8) - [Tutorial: Programming Modules for VCV Rack - Part 1 - YouTube](https://www.youtube.com/watch?v=7Z7LHAnIIac) - [Experiment with Rhythms with the Rhythm Explorer - YouTube](https://www.youtube.com/watch?v=W7ZIqzzzRW4) - [Following the VCV Rack development tutorial - YouTube](https://www.youtube.com/watch?v=wyiHM1Fke0E) - [Wiby - Search Engine for the Classic Web](https://wiby.me/) - [Contributions — Universal Ctags 0.3.0 documentation](https://docs.ctags.io/en/latest/contributions.html#contributions) - [Building an OS - 1 - Hello world - YouTube](https://www.youtube.com/watch?v=9t-SPC7Tczc&list=PLFjM7v6KGMpiH2G-kT781ByCNC_0pKpPN) - [Find the Minimum Number in an Array | C Programming Example - YouTube](https://www.youtube.com/watch?v=sepK5w4Uep0&list=PLA1FTfKBAEX6dPcQitk_7uL3OwDdjMn90) - [Dr. Katz, Professional Therapist - Season 1, 2, 3 (1995-1997) - YouTube](https://www.youtube.com/watch?v=MRDwLhDQyNQ) - [Runes – Casey Rodarmor's Blog](https://rodarmor.com/blog/runes/) - [Ordinal Theory – Casey Rodarmor's Blog](https://rodarmor.com/blog/ordinal-theory/?ref=blog.ordinalhub.com) - [How to Embed an Arbitrary File in a C Program - Code Plea](https://codeplea.com/embedding-files-in-c-programs) - [Zig Parser – Mitchell Hashimoto](https://mitchellh.com/zig/parser) - [zig-wasi/src/main.zig at main · andrewrk/zig-wasi · GitHub](https://github.com/andrewrk/zig-wasi/blob/main/src/main.zig#L705) - [Ø -Loihdittu (Sähkö recordings) - YouTube](https://www.youtube.com/watch?v=ayJXdIcMPxM&list=PL425A6D95D6F6EC8C) - [FrameXML · FrameXML.toc (build 5875)](https://www.townlong-yak.com/framexml/1.12.1/FrameXML.toc) - [yutsuku/UITweaks: UITweaks - a World of Warcraft (1.12.1) AddOn](https://github.com/yutsuku/UITweaks) - [XFactionChat/XFactionChat.lua](https://github.com/EinBaum/XFactionChat/blob/master/XFactionChat.lua) - [Vanilla WoW Wiki](https://vanilla-wow-archive.fandom.com/wiki/World_of_Warcraft_API) - [dkpminus/Classic-Wow-Database](https://github.com/dkpminus/Classic-Wow-Database) - [LuaSQL: Database connectivity for the Lua programming language](https://lunarmodules.github.io/luasql/) - [Omni completion - Vim Tips Wiki](https://vim.fandom.com/wiki/Omni_completion) - [Format Code The Vim Way - YouTube](https://www.youtube.com/watch?v=tM_uIwSucPU&list=PLknodeJt-I5H_zK-udgi5XhhYrnDoLHkP&index=15) - [Draggable SVG elements](https://www.petercollingridge.co.uk/tutorials/svg/interactive/dragging/) - [Donsol by Rek & Devine](https://hundredrabbits.itch.io/donsol) - [Vimcasts - Free screencasts about the text editor Vim](http://vimcasts.org/) - [Flatland - By Edwin A Abbott [full audiobook] read by James Langton - YouTube](https://www.youtube.com/watch?v=pivnpMohki0) - [A/N/N/A/R/C/H/I/V/E](https://annarchive.com/archive.html) - [Building a Parser from scratch. Lecture [1/18]: Tokenizer | Parser - YouTube](https://www.youtube.com/watch?v=4m7ubrdbWQU) - [How I program C - YouTube](https://www.youtube.com/watch?v=443UNeGrFoM)