links

links

dz / links

Summary

Various links I find online that I want to look at later.

Subgraphs

Node Tree

Nodes

unikernel_wasm
content building a unikernal in wasm pt 1
children hermit
hyperlink https://flavio.castelli.me/2023/02/07/building-a-unikernel-that-runs-webassembly---part-1/
tags wasm, unikernel
location links/links.dz:6

hermit
content hermit: a unikernel in rust
parents unikernel_wasm
hyperlink https://github.com/hermit-os/hermit-rs
tags rust, unikernel
location links/links.dz:11

software_foundations
content The Software Foundations series is a broad introduction to the mathematical underpinnings of reliable software.
hyperlink https://softwarefoundations.cis.upenn.edu/
tags coq, books, compsci
location links/links.dz:17

epicweb_fullstack
content What Does "Full Stack" mean for Epic Web
remarks this article succintly talks about what is covered in the course they offer. I am less interested in the course (cuz $$$), more interested in keywords
hyperlink https://www.epicweb.dev/what-does-full-stack-mean-for-epic-web
tags career, webdev, fullstack
location links/links.dz:24

feynman_algebra
content Feynman lecture on elementary algebra
hyperlink https://www.feynmanlectures.caltech.edu/I_22.html
tags math, feynman, algebra
location links/links.dz:33

arraycast_games
content arraycast: making games with array-based programming languages
hyperlink https://www.arraycast.com/episodes/episode65-games
tags gamedev
location links/links.dz:38

unix_wasm
content Research Unix Sixth Edition (WASM)
hyperlink https://research.swtch.com/v6/
tags wasm, unix
location links/links.dz:44

do_not_erase
content Do Not Erase: Mathematicians and Their Chalkboards
remarks an interesting looking book where someone went around the united states photographing the chalkboards of various mathematicians
hyperlink https://bookshop.org/p/books/do-not-erase-mathematicians-and-their-chalkboards-jessica-wynne/15485316?ean=9780691199221
tags math, book
location links/links.dz:49

streamdal_oss
content open source tech stack choices for a tool called "streamdal"
remarks neat because it outlines the components for basically everything from backend to frontend. getting familiar with the "tooling" of "modern tech" is something I am trying to do for my career.
hyperlink https://docs.streamdal.com/en/resources-support/open-source/
tags frontend, career, swe, streamdal, backend
location links/links.dz:57

fpga_under_150
content FPGA Development Boards for Under $150
children fpga_under_150_hn (HN discussion)
hyperlink https://www.fpgajobs.com/blog/fpga-boards-under-150-dollars/
location links/links.dz:68

fpga_under_150_hn
content fpga hacker news discussion
parents fpga_under_150
hyperlink https://news.ycombinator.com/item?id=38161215
tags HN
location links/links.dz:72

hilgendorf_audiograph_rust
content Rust crate for "Datastructures and algorithms for audio graphs"
hyperlink https://github.com/m-hilgendorf/audio-graph
tags graph, rust, dsp
location links/links.dz:79

tatham_portable_puzzle
content https://www.chiark.greenend.org.uk/~sgtatham/puzzles/
remarks found via luci on mastodon. games built inside of a little VM, which made them portable. reminded me of Another World.
hyperlink https://www.chiark.greenend.org.uk/~sgtatham/puzzles/
location links/links.dz:85

tumble_forth
content tumble forth
children tumble_forth/outline, osdev/collapseos, osdev/duskos
hyperlink http://tumbleforth.hardcoded.net/
tags outlined, forth
location links/links.dz:90

uva_rust_os
content operating systems with rust (university of virginia)
hyperlink https://rust-class.org/pages/classes.html
tags osdev, lectures, rust
location links/links.dz:95

8bit_weird_pdp11
content Your 8-bit System is a Weird PDP-11
hyperlink https://8bitworkshop.com/docs/posts/2023/problems-with-c-and-8bits.html
tags retrocomputing
location links/links.dz:101

polinius_rust
content plonius update
hyperlink https://blog.rust-lang.org/inside-rust/2023/10/06/polonius-update.html
tags rust
location links/links.dz:106

html_first
content HTML First is a set of principles that aims to make building web software easier, faster, more inclusive, and more maintainable
hyperlink https://html-first.com/
tags webdev, html
location links/links.dz:111

rust_without_crates_io
content Rust without crates.io
hyperlink https://thomask.sdf.org/blog/2023/11/14/rust-without-crates-io.html
tags rust
location links/links.dz:119

wasm_by_example
content WASM by example
hyperlink https://wasmbyexample.dev/home.en-us.html
tags wasm
location links/links.dz:124

wasm_component_model
content WASM component model
hyperlink https://github.com/WebAssembly/component-model
tags wasm
location links/links.dz:129

why_not_content_negotiation
content Why I Tend Not To Use Content Negotiation
remarks Found on HN (obviously). There is so much here that is jargony and completely foreign to me (most application layer web concepts are.) hoping to study and learn.
hyperlink https://htmx.org/essays/why-tend-not-to-use-content-negotiation/
tags webdev
location links/links.dz:134

fp_15_150
content 15-150: principles of functional programming (CMU)
hyperlink https://brandonspark.github.io/150/
tags funcprog
location links/links.dz:143

flexlayout
content an implementation of Flexbox(Flexible Box) layout algorithm
hyperlink https://github.com/Sleen/FlexLayout
tags flexbox, cprog, css
location links/links.dz:149

knuth_airgap
content Knuth airgap and buffer
hyperlink https://taylor.town/knuth-airgap
tags knuth, workflow
location links/links.dz:154

interactive_guide_css_grid
content An Interactive Guide to CSS Grid
hyperlink https://www.joshwcomeau.com/css/interactive-guide-to-grid/
tags grid
location links/links.dz:159

enums_rust_better
content Why Enums in Rust feel so much better
hyperlink https://www.shuttle.rs/blog/2023/11/23/enums-in-rust
tags rust
location links/links.dz:164

thinkpenguin_router
content thinkpenguin free software mini wireless router
hyperlink https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-v3-tpe-r1300
tags networking, wifi, router
location links/links.dz:169

idiomatic_rust
content idomatic rust
hyperlink https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-v3-tpe-r1300
tags rust
location links/links.dz:174

botlib
content botlib: C telegram bot framework by antirez
hyperlink https://github.com/antirez/botlib
tags cprog, antirez, botlib
location links/links.dz:179

alightinthewoods
content A Light in The Woods
hyperlink https://alightinthewoods.net/
tags forest, worldbuilding
location links/links.dz:184

ripgrep_gh
content ripgrep (github repo)
hyperlink https://github.com/BurntSushi/ripgrep
tags grep, rust
location links/links.dz:189

wiktopher
content wiktopher (100r)
hyperlink https://100r.co/site/wiktopher.html
tags wiktopher, 100r
location links/links.dz:195

zfs_extdrive_tut
content ZFS tutorial for external drive
hyperlink http://jenpeterson.net/zfs-blog/
location links/links.dz:200

ed_bf
content ed implemented in brainfuck
hyperlink https://github.com/bf-enterprise-solutions/ed.bf
tags brainfuck, ed
location links/links.dz:204

largest_number_64bits
content largest number representable in 64 bits
hyperlink https://tromp.github.io/blog/2023/11/24/largest-number
location links/links.dz:209

TAOCP_worth_it
content Is TAOCP worth the effort?
hyperlink https://news.ycombinator.com/item?id=38443668
tags Knuth, HN, TAOCP
location links/links.dz:213

busato_modern_cpp_course
content Modern C++ programming course
hyperlink https://github.com/federico-busato/Modern-CPP-Programming
tags cpp
location links/links.dz:218

unit_testing_8bit_cpu
content unit testing on an 8 bit CPU
hyperlink https://boston.conman.org/2023/11/27.1
tags unittesting, retro, 8bit
location links/links.dz:223

rust_std_fs_slower_python
content Rust std fs slower than Python!? No, it's hardware!
remarks good reviews by HN comments
hyperlink https://xuanwo.io/2023/04-rust-std-fs-slower-than-python/
tags rust, python
location links/links.dz:228

intuitive_convolution
content intuitive guide to convolution
hyperlink https://betterexplained.com/articles/intuitive-convolution/
tags math, convolution
location links/links.dz:234

youki
content youki: A container runtime in Rust
hyperlink https://github.com/containers/youki
tags container, rust, OCI
location links/links.dz:239

runc
content CLI tool for spawning and running containers according to the OCI specification
hyperlink https://github.com/opencontainers/runc
tags container
location links/links.dz:244

sol_1
content sol_1 homebrew CPU and minicomputer built from 74HC logic
hyperlink http://www.sol-1.org/index.php
tags homebrew
location links/links.dz:250

write_your_own_retro_compiler
content Write your own retro compiler, but Nils M Holm
hyperlink http://t3x.org/t3x/0/book.html
tags retro, compiler
location links/links.dz:256

complete_guide_flexbox
content A Complete Guide to Flexbox
hyperlink https://css-tricks.com/snippets/css/a-guide-to-flexbox/
tags css, flexbox
location links/links.dz:262

complete_guide_grid
content A Complete Guide to CSS grid
hyperlink https://css-tricks.com/snippets/css/complete-guide-grid/
tags grid, css
location links/links.dz:267

forth_vocab_iteration
content A Forth Vocabulary For Iteration
hyperlink https://blog.information-superhighway.net/a-forth-vocabulary-for-iteration
tags forth
location links/links.dz:272

moving_forth
content Moving Forth
hyperlink http://www.bradrodriguez.com/papers/moving1.htm
tags forth
location links/links.dz:277

fxyt
content FXYT: Tiny, stack-based, postfix, canvas colouring language with only 36 simple commands
hyperlink https://github.com/susam/fxyt
tags graphics, stackbased, fxyt
location links/links.dz:282

beneater_8bit
content Ben Eater 8 bit computer series
hyperlink https://eater.net/8bit/
tags retro, 8bit
location links/links.dz:289

wasm_understand_every_byte
content Understanding every byte in a WASM module
hyperlink https://danielmangum.com/posts/every-byte-wasm-module/
tags wasm
location links/links.dz:294

xmas_c
content xmas.c: Winner of the Obfuscated C Code Contest in 1988.
remarks analysis of the program
hyperlink https://udel.edu/~mm/xmas/
tags cprog, obfuscated
location links/links.dz:299

aura_fpga
content AURA FPGA: The replacement of YM2151
hyperlink https://www.jsykora.info/2023/11/aura-fpga-the-replacement-of-ym2151/
tags fpga, fm, ym2151
location links/links.dz:306

zfs_data_corruption_bug
content A data corruption bug in OpenZFS?
hyperlink https://despairlabs.com/blog/posts/2023-12-25-openzfs-data-corruption-bug/
tags zfs
location links/links.dz:311

2_by_3_font
content a tiny 2x3 font
hyperlink https://zserge.com/posts/tiny-font/
tags bitmap, pixelart, font
location links/links.dz:316

3_by_3_font
content 3x3 font, the worlds smallest typeface
hyperlink http://luc.devroye.org/fonts-51468.html
tags font, bitmap, pixelart
location links/links.dz:321

tom_thumb
content Tomb Thumb: a tiny public domain bitmap font
hyperlink https://web.archive.org/web/20230527121936/https://robey.lag.net/2010/01/23/tiny-monospace-font.html
tags font, pixelart, bitmap
location links/links.dz:326

pixel_operator
content pixel operator bitmap font
hyperlink https://www.dafont.com/pixel-operator.font
tags font, pixelart, bitmap
location links/links.dz:331

pascal_in_forth
content Pascal in Forth
hyperlink http://tangentstorm.github.io/winfield-pascal-83.html
tags pascal, forth
location links/links.dz:336

forget_what_you_read
content How to forget what you read
remarks counter-argument to my current notetaking approach. Good points.
hyperlink https://ckarchive.com/b/68ueh8hk25687hkq88gqmtzope0kk
tags workflow
location links/links.dz:341

content_as_graph
content Displaying content as a graph: An exploration
remarks What I have been trying to do with dagzet. I bet there is some good wisdom here. Dagzet HTML presentation has been mediocre so far.
hyperlink https://thisisimportant.net/posts/content-as-a-graph
location links/links.dz:348

designing_sound_sc
content Designing Sound Examples (implemented in SC)
hyperlink https://en.m.wikibooks.org/wiki/Designing_Sound_in_SuperCollider
tags supercollider
location links/links.dz:357

sparkey
content Sparkey is a simple constant key/value storage library.
hyperlink https://github.com/spotify/sparkey
tags database, cprog
location links/links.dz:362

opus_RFC
content RFC 6716: Definition of the Opus Audio Codec
hyperlink https://datatracker.ietf.org/doc/html/rfc6716
tags opus, speech
location links/links.dz:368

what_happens_dark_knight
content what happens in the Dark Knight
remarks synopsis/analysis of the film with ties to various philosophies and economic theory
hyperlink http://www.aaronsw.com/weblog/tdk
location links/links.dz:373

writing_css_2024
content How I'm Writing CSS in 2024
hyperlink https://leerob.io/blog/css
tags css
location links/links.dz:379

k_pdp11_hn
content k pdp11 HN discussion
parents k_pdp11
hyperlink https://news.ycombinator.com/item?id=38912406
tags HN
location links/links.dz:384

k_pdp11
content K on PDP11
children k_pdp11_hn
hyperlink https://ktye.github.io/pdp11/index.html
tags k, APL
location links/links.dz:390

simulate_network_failures
content How to simulate network failures on Linux
hyperlink https://medium.com/@zakharenko/how-to-simulate-network-failures-in-linux-b71ab585e86f
tags networking, linux
location links/links.dz:395

MIT_6172
content MIT 6.172: Performance Engineering of Software Systems
hyperlink https://ocw.mit.edu/courses/6-172-performance-engineering-of-software-systems-fall-2018/download/
location links/links.dz:400

dx7_disassembly
content Yamaha DX7 Firmware ROM annotated disassemblytg dx7 fm
hyperlink https://github.com/ajxs/yamaha_dx7_rom_disassembly
location links/links.dz:404

value_noise
content Value noise in general, and generalizing the through-zero naive oscillator
remarks joelkp is a mutual on masto. they mention mention sndkit and soundpipe as a reference
hyperlink https://joelkp.frama.io/blog/ran-value-noise.html
location links/links.dz:408

conlangs_MIT
content Conlangs: How to construct language (MIT)
hyperlink https://ocw.mit.edu/courses/24-917-conlangs-how-to-construct-a-language-fall-2018/
tags conlang
location links/links.dz:415

norvig_programming_10_years
content Teach Yourself Programming in Ten Years
hyperlink https://norvig.com/21-days.html
location links/links.dz:420

hello_rust_sdl2_wasm
content A minimal working "game" written in Rust with SDL2, compiled to WASM.
hyperlink https://github.com/awwsmm/hello-rust-sdl2-wasm
tags rust, wasm, SDL
location links/links.dz:424

ksimple
content ksimple: bare minimum atw-style interpreter for learning purposes
hyperlink https://github.com/kparc/ksimple
tags APL, k
location links/links.dz:430

mrisc32
content MRISC32 is a 32-bit RISC/vector ISA, suitable for running on FPGA
hyperlink https://mrisc32.bitsnbites.eu/
tags fpga, risc
location links/links.dz:436

my4th
content my4th: homebuilt CPU-less forth computer
hyperlink http://mynor.org/my4th.htm
tags hardware, forth
location links/links.dz:442

demoscene_youtube
content demoscene programming youtube playlist
hyperlink https://m.youtube.com/playlist?list=PLRQwR4-_0PR9HBI_GZs1nTn7q5LTkGeCN
tags demoscene
location links/links.dz:447

forth_assembling
content forth assembling
hyperlink https://dercuano.github.io/notes/forth-assembling.html
tags forth
location links/links.dz:452

why_tailwind_isnt_for_me
content Why Tailwind Isn't for Me
hyperlink https://www.spicyweb.dev/why-tailwind-isnt-for-me/
tags css, tailwind
location links/links.dz:457

stem
content Stem is an interpreted concatenative programming language
hyperlink https://ret2pop.nullring.xyz/blog/stem.html
tags stack, concatenative
location links/links.dz:462

min
content min is a functional, concatenative programming language
hyperlink https://min-lang.org/
tags concatenative, nim
location links/links.dz:468

6502_100hz
content The 100 MHz 6502
hyperlink https://www.e-basteln.de/computing/65f02/65f02/
tags 6502, fpga, retro
location links/links.dz:474

riscv_assembler_arithmetic
content RISC-V Assembler: Arithmetic
hyperlink https://projectf.io/posts/riscv-arithmetic/
tags risc, riscv
location links/links.dz:479

riscv_specs
content RISCV Technical Specifications
hyperlink https://wiki.riscv.org/display/HOME/RISC-V+Technical+Specifications
tags riscv
location links/links.dz:484

tindallgrams
content tindallgrams
hyperlink https://www.nasa.gov/history/alsj/alsj-Tindallgrams.html
tags space, NASA
location links/links.dz:489

distributed_systems_reading_list
content A Distributed Systems Reading List
children distributed_consensus_reading_list (more contemporary)
hyperlink https://ferd.ca/a-distributed-systems-reading-list.html
tags distributed, systems
location links/links.dz:494

how_to_study
content How to Study: A Brief Guide
hyperlink https://cse.buffalo.edu/~rapaport/howtostudy.html#exception
tags study, focus, workflow
location links/links.dz:499

fourays
content fourays: a tribute to the AY-3-8910
hyperlink https://doug.lon.dev/blog/2024/fourays/tribute/
tags chiptune
location links/links.dz:504

hired
content hired: a modern take on 'ed'
hyperlink https://github.com/sidju/hired?tab=readme-ov-file
tags rust, ed
location links/links.dz:509

wasi
content WASI: The WebAssembly System Interface.
hyperlink https://wasi.dev/
tags rust, wasm
location links/links.dz:514

rp2040_doom
content Fully-featured Doom port for the Raspberry Pi RP2040 microcontroller
hyperlink https://github.com/kilograham/rp2040-doom
tags embedded, rp2040, gamedev, doom, rpi
location links/links.dz:519

janet_guide
content Janet for Mortals by Ian Henry
hyperlink https://janet.guide/
tags janet, books
location links/links.dz:525

font_review_journal
content font review journal
hyperlink https://fontreviewjournal.com/
tags fonts, typography, design
location links/links.dz:530

lettering_comics
content The Art and History of Lettering Comics
hyperlink https://kleinletters.com/Blog/the-art-and-history-of-lettering-comics/
tags books, lettering, comics
location links/links.dz:535

speech_and_language_processing
content Speech and Language Processing (3rd ed. draft)
hyperlink https://web.stanford.edu/~jurafsky/slp3/
tags speech, books
location links/links.dz:540

colorize_gb_games_backgrounds
content How to colorize Game Boy games - Backgrounds
hyperlink https://toruzz.com/blog/how-to-colorize-gb-games-04/
tags retro, gameboy, gamedev
location links/links.dz:546

reversing_for_dummies
content Reversing For Dummies
hyperlink https://0x44.cc/reversing/2021/07/21/reversing-x86-and-c-code-for-beginners.html
tags cprog, books, reverse_engineering
location links/links.dz:551

bitfield_text_renderer
content Tiny bitfield based text renderer
hyperlink https://www.onirom.fr/wiki/blog/25-09-2022_tiny_bitfield_based_text_renderer/
tags bitmap, gfx, text
location links/links.dz:556

ultra
content ultra is a Rust implementation of the Enigma machine that includes the ability to decrypt ciphertext.
hyperlink https://github.com/iKevinY/ultra
tags rust, enigma
location links/links.dz:561

unconventional_fpga
content Unconventional Uses of FPGAs
hyperlink https://voltagedivide.com/2024/03/18/unconventional-uses-of-fpgas/
tags fpga
location links/links.dz:568

leetcode_solutions
content GH repo of leetcode problem solutions
remarks C++ seems to be the most complete
hyperlink https://github.com/haoel/leetcode/tree/master
tags leetcode
location links/links.dz:573

magick_css
content magick.css is a minimalistic, (mostly) classless CSS framework that is designed to be easy to use and easy to understand.
hyperlink https://css.winterveil.net/
tags css
location links/links.dz:579

failsafe_go
content Fault tolerance and resilience patterns for Go
hyperlink https://failsafe-go.dev/
tags distributed, golang
location links/links.dz:586

DECT_NR_plus_tech_dive
content DECT NR+: A technical dive into non-cellular 5G
hyperlink https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/dect-nr-a-technical-dive-into-non-cellular-5g
tags 5g, DECT
location links/links.dz:592

zero_to_asic
content Zero to ASIC
hyperlink https://zerotoasiccourse.com/
tags hardware, asic
location links/links.dz:597

chernoff_face
content chernoff face
hyperlink https://en.m.wikipedia.org/wiki/Chernoff_face
tags chernoff, face
location links/links.dz:602

color_spaces
content color spaces
remarks comment from HN "He's really a reference in interactive visualization."
hyperlink https://ciechanow.ski/color-spaces/
tags color
location links/links.dz:607

llm_c
content LLM training in simple, raw C/CUDA
hyperlink https://github.com/karpathy/llm.c
tags llm
location links/links.dz:614

ps1_programming
content PS1 Programming Course with MIPS and C
hyperlink https://pikuma.com/courses/ps1-programming-mips-assembly-language
tags retro, gamedev, retrogaming, PS1
location links/links.dz:619

redka
content redka: redis re-implemented with SQLite
hyperlink https://github.com/nalgeon/redka
tags sqlite, redis
location links/links.dz:624

rust_calling_conv_deserve
content The Rust Calling Convention We Deserve
hyperlink https://mcyoung.xyz/2024/04/17/calling-convention/
tags rust
location links/links.dz:629

comprehensive_rust
content Comprehensive Rust (Google)
hyperlink https://google.github.io/comprehensive-rust/
tags rust
location links/links.dz:634

pocketmod
content pocketmod: small ANSI C library for turning MOD files into PCM audio
hyperlink https://github.com/rombankzero/pocketmod
tags mod, tracker
location links/links.dz:639

podlite
content Podlite: a markup language for organizing knowledge
remarks maybe possible to have dagzet work inside a small subset?
hyperlink https://podlite.org
tags workflow, podlite
location links/links.dz:645

leaving_rust_gamedev
content Leaving Rust gamedev after 3 years
hyperlink https://loglog.games/blog/leaving-rust-gamedev/
tags gamedev, rust
location links/links.dz:651

procedural_macros_rust
content procedural macros in rust
hyperlink https://www.freecodecamp.org/news/procedural-macros-in-rust/
tags rust
location links/links.dz:656

hecanjog_pulsar
content pulsar synth in C
hyperlink https://hecanjog.com/pulsar.txt
tags erik, pulsar, dsp
location links/links.dz:661

tale_of_pip
content tale of pip
remarks erik: PS this children's story is inspiring to me. It's a children's story that doesn't talk down. It's also a sound art piece. The original release came with a read-along storybook: https://alejandraandaeron.bandcamp.com/a lbum/tale-of-pip I think you'd like it! I'm still engaging with the simplicity and depth of it today.
hyperlink https://alejandraandaeron.bandcamp.com/album/tale-of-pip
tags erik, pip, bandcamp
location links/links.dz:666

chroma_interview_polansky
content Chroma interview Polansky PDF
remarks erik: lots of forth talk! curious about tracking down that "perceptron" program he wrote with James Tenney
hyperlink https://github.com/philburk/hmsl/blob/master/docs/chroma_interview_polansky.pdf
tags erik, forth
location links/links.dz:681

soundchaser
content soundchaser vintage computer music advertisement
hyperlink https://opstatics.s3.us-west-2.amazonaws.com/i/223fda94-cc23-4368-a8d7-c03ba02c36ea.jpeg
tags erik, vintage, soundchaser
location links/links.dz:689

aesthetics_computer_music
content Aesthetics in Computer Music Some Ontological Remarks about Music Composition Processes
remarks erik: Hey this is something I'd like to share with you for sure. I stumbled onto this doing a literature review for an article on process music and I found it really inspiring. I'd heard a couple of Vaggione's pieces but just kind of lumped him in with the "GRM granular" people, I'm going back to check out his work now and it's really amazing... but this article is a really cool discussion of the composition of process-based music and refreshingly focuses a lot on the human in the loop (he describes it as an action/perception loop)
hyperlink https://annas-archive.org/scidb/10.2307/3681635
tags erik, computermusic
location links/links.dz:695

train_notes
content What are the notes of a train horn?
hyperlink https://www.quora.com/What-are-the-notes-of-an-American-train-horn
tags quora, horn, train
location links/links.dz:719

sqlite_bytecode
content Why SQLite Uses Bytecode
parents sqlite/bytecode_engine
hyperlink https://sqlite.org/draft/whybytecode.html
tags sqlite, vm, bytecode
location links/links.dz:724

wasm_ground_up
content WebAssembly from the ground up
hyperlink https://wasmgroundup.com/
tags ebook, wasm
location links/links.dz:729

mu
content mu: a practical course for audio programming
remarks kst@lurk made this tutorial and I keep recommending it. Now I have a better place for it!
hyperlink https://mu.krj.st/
tags audioprog, audio, cprog, dsp
location links/links.dz:734

OCW_principles_compsys_design
content OpenCourseWare: Principles Of Computer System Design: An Introduction
remarks recomended to me by adriane@treehouse
hyperlink https://ocw.mit.edu/courses/res-6-004-principles-of-computer-system-design-an-introduction-spring-2009/
location links/links.dz:742

react_rendering_behavior
content Blogged Answers: A (Mostly) Complete Guide to React Rendering Behavior
hyperlink https://blog.isquaredsoftware.com/2020/05/blogged-answers-a-mostly-complete-guide-to-react-rendering-behavior/
tags react, frontend, rendering
location links/links.dz:748

rust_allocator
content What is in a Rust Allocator?
hyperlink https://blog.sulami.xyz/posts/what-is-in-a-rust-allocator/
tags rust
location links/links.dz:754

bitbang_9600_c64
content How to bitbang 9600 Baud RS-232 on the C64. I just find thinking at this level to be so cool. I'd love to find more creative opportuntities to use this headspace:
remarks gfqwfjpai
hyperlink https://www.pagetable.com/?p=1656
tags c64, retrocomputing
location links/links.dz:759

3dmath
content A book I found while searching for "3d math", a job requirement for the audio programmer position at naughty dog. I fouind the book first, then the online version here.
remarks gidjpfqkw
hyperlink https://gamemath.com/book/intro.html
tags gamedev, math, textbook
location links/links.dz:767

rust_os_tutorial
content A tutorial on building an OS in Rust. It seems to be well structured, breaking down things by topic. Could be worth looking into for my rust studies.
remarks ghqaepowi
hyperlink https://os.phil-opp.com/
tags rust, osdev
location links/links.dz:775

minimal_binary_boot
content Minimal Binary Boot: a minimal binary seed for booting. looks like it boostraps a forth.
remarks gqklkjfpr
hyperlink https://codeberg.org/StefanK/MinimalBinaryBoot
tags baremetal
location links/links.dz:783

c_portability_weird_machines
content C portability Lessons from Weird Machines. This pops up on HN occasionally, and I quite like because it showcases how the promise of C portability is kind of an illusion.
remarks giwhwuoql
hyperlink https://begriffs.com/posts/2018-11-15-c-portability.html
tags cprog
location links/links.dz:790

explaining_sqlite_vm
content Explaining The Virtual Machine. It turns out SQLite has a special virtual machine to process SQL statements. This blog posts covers a bit about the VM and how the virtual machine, and the process of converting statements into sqlite bytecode.
parents sqlite/bytecode_engine
remarks gujhrwjfq
hyperlink https://medium.com/@JasonWyatt/squeezing-performance-from-sqlite-explaining-the-virtual-machine-2550ef6c5db.
tags sqlite
location links/links.dz:798

atari_speech_synthesizer
content An atari speech synthesizer for the AT2600. Could be worth studying and possibly adapting. .
remarks giqdquopq
hyperlink https://github.com/rossumur/SAM2600.
tags atari, speech, retrocomputing
location links/links.dz:808

SAM
content Software Automatic Mouth: another implementation of SAM (I believe it's the same), based on speech software published in 1982 by Don't Ask Software.
remarks gdluhoiuo
hyperlink https://github.com/s-macke/SAM
tags retrocomputing, speech
location links/links.dz:815

chipspeech_plogue
content Chipseech by Plogue. A collection of vintage speech synthesizers. This product page has a bunch of useful information on it. .
remarks gjwqehahw
hyperlink https://plogue.com/products/chipspeech.html.
tags speech
location links/links.dz:823

eink_7_8_HDMI
content 7.8 inch e-ink display with HDMI in. I purchased this actually and am currently using it as my main display (Am used to workflows with tiny screens). .
remarks gfakspado
hyperlink https://www.waveshare.com/product/displays/e-paper/epaper-1/7.8inch-hdmi-e-paper.htm.
tags eink
location links/links.dz:831

HiFi_GAN
content HiFi-GAN is the underlying neural neural net used for speech synthesis in Larynx.
remarks gfwewhfdf
hyperlink https://github.com/jik876/hifi-gan
tags neuralnets
location links/links.dz:839

layrnx_tts
content Larynx is an end-to-end text to speech system. Wonder how hard it is to set up?
remarks gwfsperld
hyperlink https://github.com/rhasspy/larynx.
tags speech
location links/links.dz:846

heirloom_unix
content heirloom provides traditional implementations of standard Unix utilities. Wonder how it compares to things like busybox, sbase, etc.
remarks gajieiprd
hyperlink http://heirloom.sourceforge.net/
tags unix
location links/links.dz:853

monitor_7inch_waveshare
content Another screen from waveshare. 7-inch Full-HD display with HDMI in. Also there's a nice-looking enclosure. haven't purchased it, but it looks pretty reasonable.
remarks grdfljpww
hyperlink https://www.waveshare.com/product/raspberry-pi/displays/7inch-fhd-monitor.htm
tags monitor, waveshare
location links/links.dz:861

dan_luu_programming_books
content A annotated list of programming books by Dan Luu.
remarks girrowodj
hyperlink http://danluu.com/programming-books/
tags books, CS
location links/links.dz:869

casio_speech_synthesis
content A blog post on the speech synthesis technology employed by Casio. Contains some useful links.
remarks gjfqewips
hyperlink http://sandsoftwaresound.net/casio-speech-synthesis-technology/.
tags speech, casio
location links/links.dz:875

CS_lecture_list
content List of CS lectures with videos.
remarks gfdjswskk
hyperlink https://github.com/Developer-Y/cs-video-courses.
tags CS
location links/links.dz:882

rust_embedded_C
content Rust for embedded C programmers.
remarks gaesaehfl
hyperlink https://docs.opentitan.org/doc/ug/rust_for_c/
tags rust, cprog, embedded
location links/links.dz:888

integer_hash_function
content Integer hash function. At some point, I was needing one of these for a tiny project (bitrune perhaps?). I think I just ended up using modulo. Could be worth revisiting, if the idea of making symbolic notation systems with bitpatterns is still interesting to me. .
remarks ghjqdrlwk
hyperlink https://gist.github.com/badboy/6267743.
tags hash
location links/links.dz:894

hn_become_good_sys_design
content HN thread: how to become good at system design? Some helpful answers.
remarks gfhkqqffr
hyperlink https://news.ycombinator.com/item?id=29931816
tags HN, system_design
location links/links.dz:904

WFC_cprog
content WFC is a C implementation of the wave-function-collapse algorithm which can produce varied tilsets from a simple input.
remarks gweoqijqq
hyperlink https://github.com/krychu/wfc
tags cprog, WFC, gfx
location links/links.dz:911

feline_synth
content I believe this uses waveguides to produce cat sounds. Have not actually tried it, but I like the idea of it.
remarks guedsrokk
hyperlink https://experiments.withgoogle.com/feline-synth.
tags dsp, synth, feline
location links/links.dz:919

opengl_3_ish
content A implementation of OpenGL 3.x-ish in clean C.
remarks gkefqhdsu
hyperlink https://github.com/rswinkle/PortableGL
tags gfx, opengl, gamedev
location links/links.dz:926

frama_c
content Frama-C is a static analyzer of C code.
remarks gdsjpukrf
hyperlink https://frama-c.com/
tags cprog
location links/links.dz:932

wikiwiki_awk
content A wikiwiki clone, written in Awk!
remarks gufaqidpf
hyperlink http://awkiawki.bogosoft.com/
tags wiki, awk
location links/links.dz:938

nn_512
content NN-512 is a compiler that generates C99 code for neural net inference. Not exactly sure what that means at the moment, but I was really compelled by the website and the project when it popped up in the HN comments section.
remarks gdqkuifji
hyperlink https://nn-512.com/
tags neuralnets, cprog
location links/links.dz:944

LISP_game_of_life
content LISP implemented in Conway's game of life.
remarks gushrewij
hyperlink https://github.com/woodrush/lisp-in-life
tags lisp, game_of_life
location links/links.dz:953

cant_stop_telling_stories
content "The Computer Scientist Who Can't Stop Telling Stories" (Donald Knuth)
remarks gsuoplsai
hyperlink https://www.quantamagazine.org/computer-scientist-donald-knuth-cant-stop-telling-stories-20200416/.
tags knuth
location links/links.dz:959

tiny_skia
content A tiny subset of Skia, ported to Rust.
remarks gpjeoouud
hyperlink https://github.com/RazrFalcon/tiny-skia.
tags gfx, rust
location links/links.dz:966

floooh_chips
content 8-bit chip and system emulators in standalone C headers.
remarks gqfkshfqk
hyperlink https://github.com/floooh/chips
tags chiptune, cprog, 8bit
location links/links.dz:972

how_not_to_learn_rust
content How Not to Learn Rust.
remarks gasdoehol
hyperlink https://dystroy.org/blog/how-not-to-learn-rust/
tags rust
location links/links.dz:978

steerable_discovery_neural_audio
content "Steerable Discovery of Neural Audio Effects" by Steinmetz and Reiss.
remarks gdjjfdspq
hyperlink https://csteinmetz1.github.io/steerable-nafx/.
tags dsp, neuralnets
location links/links.dz:984

junest
content A lightweight arch-based distro that runs without privelges inside of a chroot within any other linux distro.
remarks gqjakolfh
hyperlink https://github.com/fsquillace/junest
tags linux
location links/links.dz:991

JWEB
content JWEB: a modern, simplified implementation of the CWEB system of literate programming. .
remarks gsskrqiah
hyperlink https://github.com/matjp/jweb.
tags literate_programming
location links/links.dz:998

listen_and_learn_birdsong
content Listen and Learn: a beginners guide to identifying birdsong.
remarks ghofwhufp
hyperlink https://www.bbc.co.uk/programmes/articles/34jF1nwh8Z32sbB92dH23yf/listen-and-learn-a-beginner-s-guide-to-identifying-birdsong
tags birdsong, animal_sounds
location links/links.dz:1005

singing_frogs
content Singing frogs! Very cute.
remarks giarqkspk
hyperlink https://www.youtube.com/watch?v=vlWOlW31TWU.
tags frogs, animal_sounds
location links/links.dz:1012

pixpats_min_syntax
content Procedurally generated pixel patterns with minimal syntax
remarks gqkrwpurk
hyperlink https://yuanchuan.dev/pixel-patterns
tags pixelart, gfx
location links/links.dz:1018

proquints
content Proquints are identifiers that are readable, spellable, and pronounceable. (Implementations in Java and C).
remarks gslkjhlfw
hyperlink https://github.com/dsw/proquint.
tags proquints
location links/links.dz:1024

proquints_proposal
content >A proposal for Proquints: Identifiers that are Readable, Spellable, and Pronounceable. (Wilkerson, 2009).
remarks glqqaupfp
hyperlink https://arxiv.org/html/0901.4016
tags proquints
location links/links.dz:1031

human_readable_UUIDs
content >Human Readable Alternatives for UUIDs (Stackoverflow Post). Some useful links in the comments.
remarks goafqparh
hyperlink https://stackoverflow.com/questions/49506313/human-readable-alternative-for-uuids
tags UUIDs, proquints
location links/links.dz:1038

unu
content >unu: simple, literate source files.
remarks glrwrppwr
hyperlink http://unu.retroforth.org/
tags literate_programming, retroforth, forth
location links/links.dz:1045

lisp_koans
content lisp koans.
remarks gdffqhqoi
hyperlink https://github.com/google/lisp-koans
tags lisp
location links/links.dz:1051

book_from_1500s
content cool book from 1500s. some fun sketches
remarks glsarjsks
hyperlink https://archive.org/details/petribelloniicen00belo/page/50/mode/thumb
tags books
location links/links.dz:1057

mults_adds_faster
content Multiplications and 2 additions are faster than 2 additions. TODO: try to understand this.
remarks gdpuuowid
hyperlink https://stackoverflow.com/questions/72306573/why-does-this-code-execute-more-slowly-after-strength-reducing-multiplications-t
tags optimization
location links/links.dz:1063

cistercian_numerals
content Cistercian numerals. numerical counting system where each glyph can be a value from 1 to 9,999.
remarks gsaieaudp
hyperlink https://en.m.wikipedia.org/wiki/Cistercian_numerals
tags cistercian
location links/links.dz:1071

web_audio_modem
content web audio modem. perhaps a way to study web audio stuff? there seems to be code snippets.
remarks gphwkusku
hyperlink https://martinmelhus.com/web-audio-modem
tags webaudio
location links/links.dz:1078

tortoise
content TorToiSe is a text-to-speech (TTS) program which can mimic voices given 2-4 examples. It is composed of five separately-trained neural networks that are pipelined together to produce the final output.
remarks geqspdqli
hyperlink https://nonint.com/2022/04/25/tortoise-architectural-design-doc/
tags speech
location links/links.dz:1085

strand
content "Strand" is an open-source implementation of the identically named parallel Prolog dialect as described in the book "Strand: New Concepts for Parallel Programming" by Ian Foster and Stephen Taylor
remarks grofulqsw
hyperlink http://www.call-with-current-continuation.org/strand/strand.html
tags book, prolog
location links/links.dz:1094

microfleng
content microfleng: a low level concurrent logic programming language descended from Prolog. Also has backend suppport for Uxn.
remarks grsrdosqs
hyperlink http://www.call-with-current-continuation.org/microfleng/microfleng.html
tags logic, prolog, uxn, concurrency
location links/links.dz:1103

zet_linking_your_thinking
content Zettelkasten, Linking Your Thinking, and Nick Milo's Search for Ground
remarks gqkisdqkj
hyperlink https://writing.bobdoto.computer/zettelkasten-linking-your-thinking-and-nick-milos-search-for-ground/
tags zettelkasten
location links/links.dz:1111

c99_strict_aliasing
content How I think about C99 strict aliasing rules
remarks ghprloqii
hyperlink https://alanwu.space/post/strict-aliasing/
tags cprog
location links/links.dz:1118

chimpanzee_diverse_vocal_sequences
content Chimpanzees produce diverse vocal sequences with ordered and recombinatorial properties
remarks gduiqoaui
hyperlink https://www.researchgate.net/publication/360622743_Chimpanzees_produce_diverse_vocal_sequences_with_ordered_and_recombinatorial_properties
tags speech, animal_sounds
location links/links.dz:1124

knuth_work_habits_problem_solving_happiness
content Donald Knuth on work habits, problem solving, and happiness
remarks gjdkhorji
hyperlink https://shuvomoy.github.io/blogs/posts/Knuth-on-work-habits-and-problem-solving-and-happiness/
tags knuth
location links/links.dz:1131

vegan_shoes
content well made vegan shoes
remarks guplioooq
hyperlink https://us.wildling.shoes/collections/autumn-winter/products/elderberry-rw
tags please_label
location links/links.dz:1138

little_typer_review
content Book review: The Little Typer
remarks gdppefuoj
hyperlink https://thatgeoguy.ca/blog/2021/03/07/review-the-little-typer/
tags books
location links/links.dz:1144

list_building_software
content engineering resources: list of resources about building software.
remarks gepdfarsu
hyperlink https://alexwennerberg.xyz/resources.html
tags software
location links/links.dz:1150

axidraw
content axidraw minikit v2. compact DIY kit edition.
remarks gassjikpq
hyperlink https://shop.evilmadscientist.com/productsmenu/924
tags gfx
location links/links.dz:1157

rust_critical_retrospective
content Rust: A Critical Retrospective
children rust_critical_retrospective/outline
parents osdev/QNX, hardware/precursor, hardware/precursor/betrusted, osdev/xous
remarks goeedapqs
hyperlink https://www.bunniestudios.com/blog/?p=6375
tags rust, outlined
location links/links.dz:1163

rust_borrow_checker_deep_dive
content The Rust Borrow Checker - a Deep Dive
remarks gsfqhksia
hyperlink https://www.infoq.com/presentations/rust-borrow-checker/
tags rust
location links/links.dz:1169

harmonkit
content HarmonKit: additive synthesizer written in Clojure, Overtone, and SC. Apparently uses CSPs. Created by Richard Hickey
remarks gioudpero
hyperlink https://www.youtube.com/watch?v=bhkdyCPYgLs
tags dsp, clojure
location links/links.dz:1175

clojure_core_async
content >Clojure core.async by Richard Hickey
remarks gufffrwar
hyperlink https://youtu.be/yJxFPoxqzWE
tags clojure
location links/links.dz:1183

libcsp
content libcsp is a high performance concurrency C library influenced by the CSP model. https://libcsp.dev/
remarks gqpsweqaa
hyperlink https://libcsp.dev/
tags cprog, concurrency
location links/links.dz:1189

atari_fonts
content >Collection of atari fonts, stored in PNG format.
remarks gleuphrhr
hyperlink https://github.com/TheRobotFactory/EightBit-Atari-Fonts
tags retrocomputing, atari
location links/links.dz:1196

we_use_bobx
content We use BobX
remarks gfilwkpdd
hyperlink https://thedailywtf.com/articles/We-Use-bobX
tags bobx
location links/links.dz:1202

common_libs_datastructs_c
content Common libraries and data structures for C.
remarks grsqaljuu
hyperlink https://github.com/tezc/sc
tags cprog
location links/links.dz:1209

communicating_sequential_processes
content Communicating Sequential Processes.
remarks geieksfkr
hyperlink https://en.m.wikipedia.org/wiki/Communicating_sequential_processes
tags concurrency
location links/links.dz:1215

vocore
content VoCore: Coin Sized Linux Computer.
remarks goskjohaw
hyperlink https://vocore.io/
tags linux, embedded
location links/links.dz:1221

modos_paper_laptop
content modos paper laptop: laptop with eink display.
remarks gaasjhefk
hyperlink https://www.modos.tech/blog/modos-paper-laptop
tags eink
location links/links.dz:1227

concurrent_queue_32bits
content A lock-free, concurrent, generic queue in 32 bits
remarks gkrififru
hyperlink https://nullprogram.com/blog/2022/05/14/
tags concurrency
location links/links.dz:1233

litestream
content litestream: streaming replication for sqlite.
remarks gqwklfdfu
hyperlink https://github.com/benbjohnson/litestream
tags sqlite
location links/links.dz:1239

cron_sqlite
content cron-based backup for SQLite.
remarks gripkjsia
hyperlink https://litestream.io/alternatives/cron/
tags sqlite
location links/links.dz:1245

ffi_beats_c
content "When FFI Function Calls Beat Native C". Found in HN discussion about FFI benchmarks, which is discussed this post. Specifically, it asks why LuaJIT performed better than C in the benchmark tests.
remarks gadrhiksj
hyperlink https://nullprogram.com/blog/2018/05/27/
tags cprog
location links/links.dz:1251

string_machine
content string machine: virtual analogue string synthesizer, based on a digital model designed by Peter Whiting.
remarks gjrpukjer
hyperlink https://github.com/jpcima/string-machine
tags dsp
location links/links.dz:1260

diagrams_gestures_formulae_music
content "Diagrams, gestures and formulae in music" by G. Mazolla and M. Andreatta. This was mentioned to me while I was rambling about Gesture Mastodon. I don't understand the math, or really what this paper is about, but it looks intetesting.
remarks golofjaqf
hyperlink https://isidore.science/document/10670/1.rmwpgg
tags gesture
location links/links.dz:1267

nandgame
content nandgame: build a computer starting from basic components.
remarks gorladkap
hyperlink https://nandgame.com/
tags logic, lowlevel
location links/links.dz:1277

getting_startd_embeded_systems
content a guide to getting started with embedded systems
remarks gdwoejqqh
hyperlink https://yinka.dev/blog/a-guide-to-getting-started-with-embedded-systems/
tags embedded
location links/links.dz:1283

one_true_awk
content one true awk: the version of awk described in The AWK programming language by Al Aho, Brian Kernighan, and Peter Weinberger (Addison-Wesley, 1988, ISBN 0-201-07981-X).
remarks gerfhsfod
hyperlink https://github.com/onetrueawk/awk
tags awk
location links/links.dz:1289

goawk
content goawk: a POSIX compliant awk interpretor written in AWK, with CSV support.
remarks gjfhplwdp
hyperlink https://github.com/benhoyt/goawk
tags awk
location links/links.dz:1297

midpoint_ellipse
content midpoint ellipse algorithm on SO.
remarks gjorqqkoo
hyperlink https://stackoverflow.com/questions/15474122/is-there-a-midpoint-ellipse-algorithm
tags gfx
location links/links.dz:1304

pinenote
content pinenote: linux eink tablet by pine64. comes with stylus. seems to have a form factor like the Remarkable.
remarks gllffkupr
hyperlink https://www.pine64.org/pinenote/
tags eink
location links/links.dz:1310

m5paper
content m5paper is a hackable 4.7 inch eink touchable eink display powered by esp32.
remarks grqowpqoo
hyperlink https://shop.m5stack.com/collections/m5stack-new-arrival/products/m5paper-esp32-development-kit-comm-edition
tags eink
location links/links.dz:1317

paperd_ink
content paperd.ink: an open source e ink paper development board
remarks gkeesfpld
hyperlink https://paperd.ink/
tags eink
location links/links.dz:1324

hash_perlin
content A simple hash for Perlin Noise (code and explanation).
remarks gpkulkhlr
hyperlink https://marcospereira.me/a-simple-hash-for-perlin-noise/
tags gfx
location links/links.dz:1330

SILE
content >SILE: Simon's improved layout engine. Seems to be an alrernative to TeX
remarks gakpkeaks
hyperlink https://sile-typesetter.org/
tags tex
location links/links.dz:1336

knuth_framed
content Donald Knuth Was Framed. (interesting opinion piece about LP, web, and the infamous Mcllroy story).
remarks gopiffaff
hyperlink https://buttondown.email/hillelwayne/archive/donald-knuth-was-framed/
tags knuth
location links/links.dz:1343

bytebeat_analysis_steady_on_tim
content >Breakdown and Analysis of bytebeat music in "Steady On Tim, It's Only A Budget Game"
remarks gaqqsalro
hyperlink http://www.sizecoding.org/wiki/Steady_On_Tim
tags bytebeat
location links/links.dz:1350

xilum
content xilum: an architecture for UI in Rust. (Blog post by author providing an overview).
remarks gujiswffu
hyperlink https://raphlinus.github.io/rust/gui/2022/05/07/ui-architecture.html
tags rust
location links/links.dz:1357

unix_conventions
content Unix command line conventions over time. Early 1970s, options, long options, the GNU project, double dash, subcommands.
remarks gaarliojh
hyperlink https://blog.liw.fi/posts/2022/05/07/unix-cli/
tags unix
location links/links.dz:1364

code_the_classics
content Code the classics vol 1: book that contains anecdotes from game developers of the 70s and 80s, as well as reimplementations using python and pygame zero.
remarks glhjhosjp
hyperlink https://store.rpipress.cc/products/code-the-classics-volume-1-2nd-edition
tags retrocomputing, gamedev
location links/links.dz:1372

pascal_x_in_y
content Learn X in Y minutes: Pascal. Brushing up on this to study TeX and Metafont.
remarks gwljwqsuo
hyperlink https://learnxinyminutes.com/docs/pascal/
tags pascal, tex
location links/links.dz:1380

rust_compiler_bug_catching
content Bugs that the rust compiler catches for you.
remarks guerjsloh
hyperlink https://kerkour.com/bugs-rust-compiler-helps-prevent
tags rust
location links/links.dz:1387

NPT
content NPT: ANSI common LISP written in C.
remarks gklasdsro
hyperlink https://github.com/nptcl/npt
tags lisp, cprog
location links/links.dz:1393

binomial_coefficients_wiki
content Wikipedia page on Binomial Coefficients. I ran into this while reading !TADM and didn't know what it was. Still grokking.
remarks gsilfquqi
hyperlink https://en.m.wikipedia.org/wiki/Binomial_coefficient
tags math
location links/links.dz:1399

cornel_bird_sounds
content The Cornell Guide to Bird Sounds: United States and Canada.
remarks goiqljkir
hyperlink https://www.macaulaylibrary.org/product/the-cornell-guide-to-bird-sounds-us-and-canada/
tags birdsong, animal_sounds
location links/links.dz:1408

birds_listening_birdsong
content >how timely to find an article on how birds listen to birdsong. birdsong has been a point of interest for me recently.
remarks gppqdfqdf
hyperlink https://www.scientificamerican.com/article/what-birds-really-listen-for-in-birdsong-its-not-what-you-think/
tags animal_sounds, birdsong
location links/links.dz:1415

clairnote
content clairnote SN is an alternative music notation system that aims to "make music easier to read and understand". Personally it does not look all that better, but I am willing to glance it if it makes certain relationships and symmetries stand out more in analysis.
remarks gdrilarei
hyperlink https://clairnote.org/
tags notation
location links/links.dz:1423

mechanical_watch
content what looks like an excellent write-up on the mechanisms of a mechanical watch. complete with interactive diagrams.
remarks goqqlpqej
hyperlink https://ciechanow.ski/mechanical-watch/
tags watch
location links/links.dz:1433

cpal
content A audio IO library in pure Rust. might be a good thing to use with the Rust DSP library I am working on. .
remarks gaajjohfw
hyperlink https://github.com/RustAudio/cpal.
tags rust, audioprogramming
location links/links.dz:1440

wavenet_vocoder
content An open source implementation of WaveNet vocoder
remarks guqwwawfe
hyperlink https://r9y9.github.io/wavenet_vocoder
tags dsp, neuralnet
location links/links.dz:1447

oksh
content Portable OpenBSD ksh, based on the Public Domain Korn Shell (pdksh).
remarks gdlqwqlil
hyperlink https://github.com/ibara/oksh
tags openbsd
location links/links.dz:1453

FXT
content FXT: a library of algorithms.
remarks guwpqlwjd
hyperlink https://www.jjj.de/fxt/
tags algorithms
location links/links.dz:1460

gandalf_colt45
content Why didn't Gandalf own a Colt .45?
remarks gajfdpsop
hyperlink https://featherlessbipeds.substack.com/p/why-didnt-gandalf
tags LOTR
location links/links.dz:1466

hyperphysics
content Hyperphysics: musical instruments
remarks gpqrdraaa
hyperlink http://hyperphysics.phy-astr.gsu.edu/hbase/Music/musinscon
tags NIME
location links/links.dz:1472

katapayadi
content Katapayadi system of numerical notation is an ancient Indian alphasyllabic numeral system to depict letters to numerals for easy remembrance of numbers as words or verses.
remarks groahqequ
hyperlink https://en.m.wikipedia.org/wiki/Katapayadi_system
tags notation
location links/links.dz:1478

brachiograph
content BrachioGraph: the cheapest, simplest possible pen-plotter
remarks gisiuoefj
hyperlink https://www.brachiograph.art/index.html
tags plotter
location links/links.dz:1487

observations_journaling
content Observations on 6 years of journaling.
remarks gqwasfdkr
hyperlink https://herman.bearblog.dev/years-of-journaling/
tags journaling, workflow
location links/links.dz:1493

c_xor_cpp
content C xor C++ Programming: This document enumerates instances where the same source code has different meaning when compiled with C and C++ implementations.
remarks ghfuapeqh
hyperlink https://docs.google.com/document/d/16B36r0HksR0LqQAGLA1syY
tags cprog
location links/links.dz:1499

master_system_speech
content Making the Master System a Master of Speech
remarks guwqrrolu
hyperlink https://nicole.express/2022/let-me-show-you-the-sound-of-m
tags speech
location links/links.dz:1507

writing_vale_neovim
content Writing like a pro with vale and neovim
remarks gdplelaal
hyperlink https://bhupesh.me/writing-like-a-pro-with-vale-and-neovim
tags neovim
location links/links.dz:1513

semiotics_wiki
content Semiotics (also called semiotic studies) is the study of sign processes (semiosis), which are any activity, conduct, or process that involves signs, where a sign is defined as anything that communicates something, usually called a meaning, to the sign's interpreter.
remarks gqwqhewri
hyperlink https://en.m.wikipedia.org/wiki/Semiotics
tags linguistics
location links/links.dz:1519

display_uhd_55
content >NEC UHD 55" professional display. maybe an alternative to getting TV? (nothing smart please).
remarks gojfljoqf
hyperlink https://www.sharpnecdisplays.us/products/displays/m551
tags monitor
location links/links.dz:1529

torvalds_microemacs
content Linus Torvalds' personal fork of microemacs:
remarks gqjharoia
hyperlink https://github.com/torvalds/uemacs
tags emacs
location links/links.dz:1536

twee
content twee editor.
remarks gqhdfoqeo
hyperlink https://texteditors.org/cgi-bin/wiki.pl?Twee_Editors
tags texteditor
location links/links.dz:1542

civil_war_sound_propagation
content >Outdoor Sound Propagation in the U.S. Civil War
remarks guldsuqpa
hyperlink http://wesclark.com/jw/sound_propagation.html
tags acoustics
location links/links.dz:1548

minirust
content The purpose of MiniRust is to describe the semantics of an interesting fragment of Rust in a way that is both precise and understandable to as many people as possible.
remarks ghfaokhfr
hyperlink https://www.ralfj.de/blog/2022/08/08/minirust.html
tags rust
location links/links.dz:1554

thinking_pen_paper
content Thinking with pen and paper
remarks gkrehflqe
hyperlink https://ljvmiranda921.github.io/life/2022/08/04/pen-and-paper/
tags ink, workflow
location links/links.dz:1562

mini_latex
content Implementing a "mini-LaTeX" in ~2000 lines of code
remarks gwqjiwdsd
hyperlink https://nibblestew.blogspot.com/2022/07/implementing-mini-latex-in-2000-lines.html?m=1
tags tex
location links/links.dz:1568

aesthetic_global_line_breaking
content Attempting to create an aesthetic global line breaking algorithm
remarks guulhafej
hyperlink https://nibblestew.blogspot.com/2022/06/attempting-to-create-aesthetic-global.html?m=1
tags typography
location links/links.dz:1574

tipsy
content tipsy: tiny playstation-y renderer.
remarks gpklpurkh
hyperlink https://github.com/nkanaev/tipsy
tags gamedev, gfx
location links/links.dz:1581

eloquent_javascript
content Eloquent Javascript: free ebook for learning modern javascript.
remarks guwdjiffh
hyperlink https://eloquentjavascript.net/
tags books, javascript
location links/links.dz:1587

towards_narrative_instruments
content Towards Narrative Instruments. (pdf) "a sketch of an alternative design vision for interactive storytelling research: let’s make *narrative instruments* that people can play to produce narrative, just like we play musical instruments to produce music"
remarks gllpiewlk
hyperlink https://twitter.com/maxkreminski/status/1481723096285396992?t=QB8luqcjxjNNl-PhxrP3Bg&s=19
tags NIME, books
location links/links.dz:1594

stretchtext
content StretchText ... gives more control to the reader in determining what level of detail to read at. Authors write content to several levels of detail in a work.
remarks gjfuwpwah
hyperlink https://en.m.wikipedia.org/wiki/StretchText
tags typography
location links/links.dz:1604

ppu_threadj
content The PPU thread.
remarks gwdooskfj
hyperlink https://yip.pe/content/The%20PPU%20thread.html
tags gfx
location links/links.dz:1612

rust_mentality
content Building a Rust Mentality
remarks glasaloku
hyperlink https://slightknack.dev/blog/shift/
tags rust
location links/links.dz:1618

concatenated k
content Concatenated K
remarks gkerewahe
hyperlink https://nsl.com/papers/ck.htm
tags catlang, k
location links/links.dz:1624

reading_book_notes_now_what
content I just finished reading a book and took lots of notes. Now what?
remarks goffloluw
hyperlink https://writing.bobdoto.computer/question-i-just-finished-reading-a-book-and-took-lots-of-notes-now-what/
tags ink, workflow
location links/links.dz:1630

coteditor
content lightweight text editor for osx
remarks gsodofrir
hyperlink https://github.com/coteditor/CotEditor
tags texteditor
location links/links.dz:1637

p2panda
content p2panda is a peer-to-peer communications protocol for playful, secure, data-efficient, offline- and local-first web applications.
remarks gsqshhikl
hyperlink https://p2panda.org/
tags p2p, distrubuted
location links/links.dz:1643

toy_ui_torial
content Toy UI library tutorial
remarks gwqhrdhas
hyperlink https://nakst.gitlab.io/tutorial/ui-part-1.html
tags gfx
location links/links.dz:1651

oot_triforce_percent
content OoT Triforce Percent ACE Showcase.
remarks gwekfhsao
hyperlink https://youtu.be/2x_pqyrf9lA
tags zelda, gaming
location links/links.dz:1657

couch_to_64k
content Couch to 64k – a.k.a. Building a Z80 Breadboard Computer. Part 1: Pins
remarks gwsoruuso
hyperlink http://bread80.com/2020/07/24/couch-to-64k-a-k-a-building-a-z80-breadboard-computer-part-1-pins/
tags z80, lowlevel
location links/links.dz:1663

open_logic_project
content The Open Logic Project is a collection of teaching materials on mathematical logic aimed at a non-mathematical audience, intended for use in advanced logic courses as taught in many philosophy departments.
remarks gpurkeouh
hyperlink http://builds.openlogicproject.org/
tags logic
location links/links.dz:1670

lambda_calculus_wiki
content >Lambda calculus wikipedia page.
remarks guklqkikk
hyperlink https://en.m.wikipedia.org/wiki/Lambda_calculus
tags lambda_calculus
location links/links.dz:1679

binary_lambda_calculus
content Binary lambda calculus (BLC) is a minimal, pure functional programming language invented by John Tromp in 2004,[1] based on a binary encoding of the untyped lambda calculus in De Bruijn index notation.
remarks glwpfhark
hyperlink https://tromp.github.io/cl/Binary_lambda_calculus.html
tags lambda_calculus
location links/links.dz:1685

58_bytes_CSS
content >58 bytes of CSS to look great nearly everywhere
remarks gppiuqolo
hyperlink https://gist.github.com/JoeyBurzynski/617fb6201335779f8424ad9528b72c41
tags CSS
location links/links.dz:1694

routine_tasks_priority_creative_ideas
content Why do your routine tasks get priority over your creative ideas?
remarks gspqqleee
hyperlink https://devashish.bearblog.dev/get-comfortable-with-unknwon/
tags workflow
location links/links.dz:1700

robotic_voice_simulator
content A Robotic Voice Simulator and the Interactive Training for Hearing-Impaired People
remarks giaekwluw
hyperlink https://www.hindawi.com/journals/bmri/2008/768232/
tags speech
location links/links.dz:1707

modulo_bias_how_to_avoid
content >Modulo Bias and How to Avoid it
remarks gkjwfaorw
hyperlink https://research.kudelskisecurity.com/2020/07/28/the-definitive-guide-to-modulo-bias-and-how-to-avoid-it/
tags lowlevel
location links/links.dz:1714

programming_34_keys
content >Programming On 34 Keys.
remarks gluifkjks
hyperlink https://peppe.rs/posts/programming_on_34_keys
tags keyboards
location links/links.dz:1720

jarvis_neuroscience_speech
content >dr. erich jarvis: the neuroscience of speech, language and music
remarks gqekeasrh
hyperlink https://hubermanlab.com/dr-erich-jarvis-the-neuroscience-of-speech-language-and-music/
tags speech
location links/links.dz:1726

rainbow_12bit
content The 12 bit rainbow palette.
remarks gosukrlkh
hyperlink https://iamkate.com/data/12-bit-rainbow/
tags gfx, color
location links/links.dz:1733

nonlinear_va_filters
content Nonlinear VA filters.
remarks gikoaashs
hyperlink https://github.com/Fredemus/va-filter
tags dsp
location links/links.dz:1739

german_school_lisp
content The German School of Lisp
remarks guarohles
hyperlink http://blog.fogus.me/2011/05/03/the-german-school-of-lisp-2/
tags lisp
location links/links.dz:1745

how_aphex_twin_made_selected_ambient
content How Aphex Twin made Selected Ambient Works 85-92
remarks geqfusiff
hyperlink https://www.musicradar.com/news/how-aphex-twin-made-saw-85-92
tags aphextwin
location links/links.dz:1751

decker
content Decker is a multimedia platform for creating and sharing interactive documents, with sound, images, hypertext, and scripted behavior.
remarks gksoaiofa
hyperlink https://beyondloom.com/decker/
tags 1bit
location links/links.dz:1757

spore_creature_creator_steganography
content Spore creature creator and steganography
remarks gifepqhfo
hyperlink https://nedbatchelder.com/blog/200806/spore_creature_creator_and_steganography.html
tags gamedev
location links/links.dz:1765

tinyvm
content TinyWM is a tiny window manager that I created as an exercise in minimalism. It is also maybe helpful in learning some of the very basics of creating a window manager. It is only around 50 lines of C.
remarks gufishswk
hyperlink http://incise.org/tinywm.html
tags vm
location links/links.dz:1771

decompiled_retail_console_games
content Decompiled Retail Console Games
remarks gqlsjpoji
hyperlink https://www.retroreversing.com/source-code/decompiled-retail-console-games
tags retrogaming
location links/links.dz:1780

openbsd_minimalist_desktop
content OpenBSD Minimalist Desktop
remarks ghleiieow
hyperlink https://nechtan.io/articles/openbsd_minimalist_desktop.html
tags openbsd
location links/links.dz:1786

benfrost_theory_of_machines
content Theory of Machines by Ben Frost
remarks gipjekdai
hyperlink https://benfrost.bandcamp.com/album/theory-of-machines
tags bandcamp
location links/links.dz:1792

miri
content Miri: An interpreter for Rust's mid-level intermediate representation.
remarks gwopwjkho
hyperlink https://github.com/rust-lang/miri
tags rust
location links/links.dz:1798

knyst
content Knyst: Real time dynamic audio graph and synthesis library.
remarks gfeaiwlrh
hyperlink https://crates.io/crates/knyst
tags rust, audioprogramming
location links/links.dz:1805

palestrina_printed_scores
content Where to get palestrina printed scores.
remarks gdalwislw
hyperlink https://www.performersedition.com/catalog/product/view/id/121717.
tags palestrina
location links/links.dz:1812

cistercian_dates
content cistercian numerals are good for dates
remarks gjoqiwuuj
hyperlink https://me.micahrl.com/blog/cistercian-dates/
tags notation
location links/links.dz:1818

synthesizing_birdsong
content synthesizing birdsong.
remarks greuuksha
hyperlink https://people.ece.cornell.edu/land/courses/ece4760/labs/f2021/lab1birdsong/Birdsong_keypad.html
tags animal_sounds, dsp, birdsong
location links/links.dz:1824

folders_high_file_counts
content article on "folders with high file counts" rresonates with me as I think about some of the organization strategies I have been developing.
remarks gwareajdi
hyperlink https://bombich.com/blog/2023/01/18/folders-high-file-counts
tags workflow
location links/links.dz:1830

sound_of_swearing
content The sound of swearing: are there universal patterns in profanity?
remarks gsfidwhad
hyperlink https://link.springer.com/article/10.3758/s13423-022-02202-0
tags speech
location links/links.dz:1838

lisp_hard_way
content Learn Lisp the Hard Way.
remarks gpeoeoeul
hyperlink https://llthw.common-lisp.dev/
tags lisp
location links/links.dz:1845

links_awakening_game_engine
content links awakening game engine documentation.
remarks gfwqoeasl
hyperlink https://github.com/zladx/LADX-Disassembly/wiki/Game-engine-documentation
tags zelda, gamedev
location links/links.dz:1851

libcpucycles
content libcpucycles is a public domain library for counting cpu cycles.
remarks gisprehol
hyperlink https://cpucycles.cr.yp.to/
tags lowlevel
location links/links.dz:1857

making_grammars
content making grammars: from computing with shapes to computing with things.
remarks gldswjwqw
hyperlink https://core.ac.uk/reader/127609300
tags grammar, gfx
location links/links.dz:1864

sharp_NEC_display_32
content >sharp NEC display 32"
remarks gqakepwsf
hyperlink https://www.sharpnecdisplays.us/products/displays/e328
tags display
location links/links.dz:1871

sim_text_editor
content the Sim text editor.
remarks guelhldeq
hyperlink https://sim.ssnf.xyz/
tags texteditor
location links/links.dz:1877

phase_aligned_formant
content phase aligned formant (PAF) generator.
remarks gppfspesa
hyperlink http://msp.ucsd.edu/techniques/latest/book-html/node96.html
tags dsp, speech
location links/links.dz:1883

moveable_ring_modulation
content Moveable ring modulation.
remarks gesirhwua
hyperlink http://msp.ucsd.edu/techniques/latest/book-html/node96.html
tags dsp
location links/links.dz:1889

voder_puccini
content Vocoder Puccini.
remarks gfrpseodj
hyperlink https://dittytoy.net/ditty/6f30b0885d
tags speech
location links/links.dz:1895

tarai_function_music
content >Tarai function music.
remarks ghraorkqs
hyperlink http://aikelab.net/tarai/
tags algomusic
location links/links.dz:1901

locality_sensitive_hashes
content introduction to locality sensitive hashes
remarks gaejodjhu
hyperlink https://tylerneylon.com/a/lsh1/
tags hashes
location links/links.dz:1907

little_rust_with_your_c
content A little rust with your C
remarks glppuwpru
hyperlink https://docs.rust-embedded.org/book/interoperability/rust-with-c.html
tags cprog, rust
location links/links.dz:1913

rust_too_many_linked_lists
content Learn Rust With Entirely Too Many Linked Lists
remarks gudldeial
hyperlink https://rust-unofficial.github.io/too-many-lists/index.html
tags rust
location links/links.dz:1919

draw_ugly_lines
content How to draw ugly lines.
remarks gsiupjwka
hyperlink https://cohost.org/tomforsyth/post/648716-how-to-draw-ugly-lin
tags gfx
location links/links.dz:1925

soundgen
content Soundgen is an open-source toolbox for voice synthesis, manipulation, and analysis.
remarks gpfdrefqi
hyperlink https://cogsci.se/soundgen.html
tags speech
location links/links.dz:1931

eno_studio_composition_tool
content Brian Eno: the Studio as a Compositional Tool
remarks gohepuuia
hyperlink https://beatpatrol.wordpress.com/2010/02/10/brian-eno-the-studio-as-compositional-tool-1983/
tags eno, composition
location links/links.dz:1938

big_list_lisp_impl
content big list of LISP implementations
remarks gipupwkuj
hyperlink https://taoofmac.com/space/dev/lisp
tags lisp
location links/links.dz:1944

noxin_dream_sequence
content NOXIN/Dream Sequence
remarks gdlokjkuw
hyperlink https://evel.bandcamp.com/album/dream-sequence
tags bandcamp
location links/links.dz:1950

zchunk
content zchunk: A file format designed for highly efficient deltas while maintaining good compression
remarks gdkjpridl
hyperlink https://github.com/zchunk/zchunk
tags compression
location links/links.dz:1956

packrat_parasing
content packrat parsing and parsing expression grammars
remarks gpdudlahj
hyperlink https://bford.info/packrat/
tags PEG
location links/links.dz:1963

why_everything_looks_the_same
content >why everything looks the same.
remarks gawdperhd
hyperlink https://medium.com/knowable/why-everything-looks-the-same-bad80133dd6e
tags design
location links/links.dz:1969

uxntal_alphabet
content The Uxntal Alphabet is a series of glyph representing uxntal numbers and opcodes.
remarks gajokuaud
hyperlink https://wiki.xxiivv.com/site/uxntal_alphabet.html
tags uxn, notation
location links/links.dz:1975

lisp_code_typography
content A Few Examples of Lisp Code Typography
remarks gorkpdwel
hyperlink http://kazimirmajorinc.com/Documents/Lisp-code-typography/index.html
tags lisp, typography
location links/links.dz:1982

writing_docs_well
content Writing docs well: why should a software engineer care?
remarks gqwsuehii
hyperlink https://surfingcomplexity.blog/2022/11/24/writing-docs-well-why-should-a-software-engineer-care/
tags documentation
location links/links.dz:1988

sounds_central_african_landscapes
content Sounds of Central African landscapes
remarks gorrrukdf
hyperlink https://registry.opendata.aws/elp-nouabale-landscape/
tags nature_sounds
location links/links.dz:1994

rv
content rv: RISCV core in 600 lines of C89 C.
remarks gojpielle
hyperlink https://github.com/mnurzia/rv
tags riscv, cprog
location links/links.dz:2000

tropetwist
content TropeTwist: Trope-based Narrative Structure Generation
remarks ghlfhsolh
hyperlink https://arxiv.org/abs/2204.09672
tags generative, gamedev
location links/links.dz:2006

bioacoustics
content Bioacoustics: finding the voices of other species.
remarks gikolasss
hyperlink https://worldsensorium.com/bioacoustics-finding-the-voices-of-other-species/
tags acoustics, animal_sounds, nature_sounds
location links/links.dz:2012

effective_rust
content Effective Rust
remarks grjreerof
hyperlink https://www.lurklurk.org/effective-rust/
tags rust
location links/links.dz:2018

riscv_os_rust
content >Making a RISCV Operating System Using Rust.
remarks gpapfpuiq
hyperlink https://osblog.stephenmarz.com/
tags osdev, rust, riscv
location links/links.dz:2024

mouth_gestures
content An Illustrated Guide to Mouth Gestures and Their Meanings Around the World.
remarks gaqakrqef
hyperlink https://thereader.mitpress.mit.edu/an-illustrated-guide-to-mouth-gestures-and-their-meanings-around-the-world/
tags gesture
location links/links.dz:2030

ditherpunk
content >Ditherpunk: the article I wish I had about monochrome image dithering.
remarks gksworaui
hyperlink https://surma.dev/things/ditherpunk/
tags pixelart, gfx, 1bit
location links/links.dz:2037

hn_eyeopening_textbooks
content HN thread on the most "eye-opening" textbooks. Surprisingly interesting range of answers.
remarks grahrksje
hyperlink https://news.ycombinator.com/item?id=35929112
tags HN, books
location links/links.dz:2044

anonymous_tor_phone
content Anonymous Tor Phone
remarks ghkuifppw
hyperlink https://0ut3r.space/2023/05/02/anonymous-tor-phone/
tags tor
location links/links.dz:2051

atari_800XL_remake
content Atari 800XL remake
remarks gajukashw
hyperlink https://revive-machines.com/index-en.html
tags retrocomputing, atari
location links/links.dz:2057

rust_performance_book
content The Rust Performance Book.
remarks gaiaqwseo
hyperlink https://nnethercote.github.io/perf-book/
tags rust, books
location links/links.dz:2063

polygons_another_world
content The polygons of Another World.
remarks gkdqruihd
hyperlink https://fabiensanglard.net/another_world_polygons/
tags gamedev
location links/links.dz:2069

diy_touchpad
content DIY touchpad
remarks grfqsaaps
hyperlink https://github.com/aatishb/DIYtouchpad.
tags touchpad
location links/links.dz:2075

smallest_h264_encoder
content Worlds smallest H264 encoder.
remarks gjwwdqkfl
hyperlink https://www.cardinalpeak.com/blog/worlds-smallest-h-264-encoder
tags gfx, h264
location links/links.dz:2081

when_doves_cry
content What it Sounds Like When Doves Cry: an ornithologist proposed a system for transcribing bird sound as human speech. It did not catch on.
remarks glehulpfs
hyperlink https://daily.jstor.org/what-it-sounds-like-when-doves-cry/
tags animal_sounds, birdsong
location links/links.dz:2087

neural_graphics_primitives
content Exploring Neural Graphics Primitives
remarks gefddefso
hyperlink https://thenumb.at/Neural-Graphics/
tags gfx, neuralnets
location links/links.dz:2095

interaction_nets_combinators_calculus
content >Interaction Nets, Combinators, Calculus.
remarks gqifwjhhs
hyperlink https://zicklag.github.io/blog/interaction-nets-combinators-calculus/
tags combinators
location links/links.dz:2101

diversity_arabic_scripts
content The diversity of arabic scripts
remarks gfsehaohu
hyperlink https://blogs.bl.uk/asian-and-african/2023/03/the-diversity-of-arabic-scripts.html.
tags notation
location links/links.dz:2107

fictional_alphabet_patters
content Fictional alphabet patterns
remarks gkefedsri
hyperlink https://forum.algorithmicpattern.org/t/fictional-alphabet-patterns/538/4
tags notation
location links/links.dz:2113

shoshikantetsu
content shoshikantetsu.
remarks geelqssre
hyperlink https://asnewman.github.io/shoshikantetsu
tags workflow
location links/links.dz:2119

CRT_filter_impl
content CRT filter implementation
remarks gkhpuuidr
hyperlink https://github.com/bisqwit/crt-filter
tags gfx
location links/links.dz:2125

divide_square_7_sim_rects
content Dividing a square into 7 similar rectangles.
remarks gejsdfkkf
hyperlink https://johncarlosbaez.wordpress.com/2023/03/06/dividing-a-square-into-7-similar-rectangles/
tags gfx
location links/links.dz:2131

potatop
content PotatoP: Lisp powered laptop with a battery life measured in years.
remarks gaerukiui
hyperlink https://hackaday.io/project/184340-potatop
tags lisp
location links/links.dz:2137

bomb_jack_flash
content Flash version of the arcade game Bomb Jack, available for play on Internet Archive.
remarks gfrsolask
hyperlink https://archive.org/details/1100_bomb_jack
tags bombjack, gaming
location links/links.dz:2144

LPCnet
content LPCnet: efficient neural speech synthesis:
remarks ghesjjeue
hyperlink https://github.com/xiph/LPCNet
tags neuralnets, speech
location links/links.dz:2151

three_ordinary_dice
content Making full use of three ordinary dice.
remarks grlfkklfq
hyperlink http://www.quadibloc.com/other/bo0201.htm
tags dice
location links/links.dz:2157

type_hinting_sucks
content why type hinting sucks
remarks gjjaaqpss
hyperlink https://old.reddit.com/r/Python/comments/10zdidm/why_type_hinting_sucks/
tags python
location links/links.dz:2163

agon_light
content agon light is the fastest and cheapest 8-bit microcomputer ever made
remarks gjqpawapk
hyperlink https://www.thebyteattic.com/p/agon.html?m=1
tags 8bit, hardware
location links/links.dz:2169

single_cycle_riscv_register_file
content A Single-Cycle 64-Bit RISC-V Register File
remarks gawfwsrri
hyperlink https://danielmangum.com/posts/single-cycle-rv64-register-file/
tags RiscV
location links/links.dz:2176

async_rust
content Asynchronous Rust on Cortex-M Microcontrollers
remarks ghdeodduj
hyperlink https://interrupt.memfault.com/blog/embedded-async-rust
tags rust, embedded
location links/links.dz:2182

ruliad
content The Concept of The Ruliad
remarks gjepsjwer
hyperlink https://writings.stephenwolfram.com/2021/11/the-concept-of-the-ruliad/
tags ruliad
location links/links.dz:2188

generative_ai_alien_minds
content Generative AI Space and the Mental Imagery of Alien Minds.
remarks gjdojaphh
hyperlink https://writings.stephenwolfram.com/2023/07/generative-ai-space-and-the-mental-imagery-of-alien-minds/
tags genai
location links/links.dz:2194

voice_acoustics_intro
content Voice acoustics: an introduction.
remarks gawpkrqrd
hyperlink https://newt.phys.unsw.edu.au/jw/voice.html
tags acoustics, speech
location links/links.dz:2200

linear_a
content exploring linear A.
remarks gakhfhpss
hyperlink https://lineara.xyz/
tags notation
location links/links.dz:2206

another_world_fpga
content another world ported to FPGA:
remarks ghofqlkrr
hyperlink https://github.com/sylefeb/a5k
tags fpga, gamedev
location links/links.dz:2212

rust_crossplatform_minimal
content Building cross-platform Rust for Web, Android and iOS – a minimal example
remarks gwqkpuewi
hyperlink https://www.artificialworlds.net/blog/2022/07/06/building-cross-platform-rust-for-web-android-and-ios-a-minimal-example/
tags rust
location links/links.dz:2218

entity_component_system_wiki
content Entity Component System.
remarks gajjdhipq
hyperlink https://en.m.wikipedia.org/wiki/Entity_component_system
tags gamedev
location links/links.dz:2225

nyctography_wiki
content Nyctography: a cypher and method for writing in the dark.
remarks gfwljksqi
hyperlink https://en.m.wikipedia.org/wiki/Nyctography
tags notation
location links/links.dz:2231

data_oriented_design
content Data oriented design.
remarks guoeuukpe
hyperlink https://www.dataorienteddesign.com/dodbook/dodmain.html
tags data
location links/links.dz:2237

rust_expressif
content Rust on Expressif chips
remarks giwpipqws
hyperlink https://mabez.dev/blog/posts/esp-rust-30-06-2023/
tags embedded, rust
location links/links.dz:2243

formalising_simple_vm
content Formalising a Simple Virtual Machine.
remarks gdohsohiu
hyperlink https://whileydave.com/2022/06/28/formalising-a-simple-virtual-machine/
tags vm
location links/links.dz:2249

whistlegraph
content Whistlegraph Performance: Audiovisual performance featuring fountain pens, singing, and paper.
remarks glsrioudi
hyperlink https://youtu.be/YXUUCkqv2LY
tags whistling
location links/links.dz:2255

ranking_every_shakespeare
content My ranking of every Shakespeare play.
remarks gjishoahl
hyperlink https://nullprogram.com/blog/2023/06/22/
tags shakespeare
location links/links.dz:2262

arcade_game_typography
content Arcade game typography
remarks ghwldadoa
hyperlink https://readonlymemory.vg/shop/book/arcade-game-typography/
tags retrogaming, typography
location links/links.dz:2268

chibicc_uxn
content chibicc-uxn: a small C compiler targetting uxn.
remarks gwhafauls
hyperlink https://github.com/lynn/chibicc
tags cprog, uxn
location links/links.dz:2274

utexas_CS338_NLP
content CS388: Natural Language Processing (online MS version)
hyperlink https://www.cs.utexas.edu/~gdurrett/courses/online-course/materials.html
tags speech, NLP
location links/links.dz:2280

zelda64_recomp
content Zelda64Recomp: Static recompilation of Majora's Mask (and soon Ocarina of Time) for PC (Windows/Linux)
hyperlink https://github.com/Mr-Wiseguy/Zelda64Recomp
tags n64, zelda
location links/links.dz:2286

cordic_rent_free
content Why the CORDIC algorithm lives rent-free in my head
hyperlink https://github.com/francisrstokes/githublog/blob/main/2024/5/10/cordic.md
tags math, algos
location links/links.dz:2293

blazingly_fast_linked_lists
content Blazingly Fast Linked Lists
hyperlink https://dygalo.dev/blog/blazingly-fast-linked-lists/
tags rust, optimization
location links/links.dz:2299

mutable_aliasing_formal_verification_notes
content Some notes on Rust, mutable aliasing and formal verification
hyperlink https://graydon2.dreamwidth.org/312681.html
tags rust
location links/links.dz:2304

advanced_js_questions
content A long list of (advanced) JavaScript questions, and their explanations
hyperlink https://github.com/lydiahallie/javascript-questions
tags webdev, javascript
location links/links.dz:2310

ilya_30
content Ilya Sutskever: learn these 30 papers to know 90% of what matters [in ML] today
remarks today: may 18 2024
hyperlink https://arc.net/folder/D0472A20-9C20-4D3F-B145-D2865C0A9FEE
tags papers, books, AI
location links/links.dz:2316

ubershaders
content Ubershaders: A Ridiculous Solution to an Impossible Problem
hyperlink https://dolphin-emu.org/blog/2017/07/30/ubershaders/
tags gfx, gamedev
location links/links.dz:2323

orangecrab_fpga
content orangecrab fpga
hyperlink https://1bitsquared.com/products/orangecrab
tags fpga
location links/links.dz:2329

linux_riscv_fpga
content A Trustworthy, Free (Libre), Linux Capable, Self-Hosting 64bit RISC-V Computer
hyperlink https://www.contrib.andrew.cmu.edu/~somlo/BTCP/
tags riscv, fpga
location links/links.dz:2334

fixing_iterative_damping_interp
content Fixing the iterative damping interpolation in video games
hyperlink https://blog.pkh.me/p/41-fixing-the-iterative-damping-interpolation-in-video-games.html
tags gamedev
location links/links.dz:2341

storing_knowledge_text
content Storing knowledge in a single long plain text file
hyperlink https://breckyunits.com/scrollsets.html
tags workflow, organize, text
location links/links.dz:2347

lo_wasm
content LO - small programming language targeting WASM that aims to be as simple as possible
hyperlink https://github.com/glebbash/LO
tags rust, wasm
location links/links.dz:2353

ewers_life_full_of_challenges
content Neal Ewers: Life Is Full of Challenges (Interview Excerpts, AD)
remarks mentioned while talking about moving slowly. ewers, being blind, can not take in images wholesale, and must accumulate them over time with repeated interactions. I also like him describing sight as having distance
hyperlink https://vimeo.com/202983845
tags erik
location links/links.dz:2359

nanomig
content Amiga Minimig ported to the Tang Nnao 20k FPGA
hyperlink https://github.com/harbaum/NanoMig
tags fpga, amiga, retrocomputing
location links/links.dz:2370

k_oss
content Arthur Whitney releases an open-source K with MIT license
hyperlink https://shakti.com/k
tags k, apl
location links/links.dz:2376

FMP_notebooks
content Python Notebooks for Fundamentals of Music Processing
hyperlink https://www.audiolabs-erlangen.de/resources/MIR/FMP/C0/C0.html
tags python, dsp
location links/links.dz:2382

thinkdsp
content Think DSP is an introduction to Digital Signal Processing in Python.
hyperlink https://allendowney.github.io/ThinkDSP/
tags dsp, python
location links/links.dz:2388

awesome_audio_dsp
content awesome audio DSP
hyperlink https://github.com/BillyDM/Awesome-Audio-DSP
tags dsp
location links/links.dz:2394

you_are_my_friend
content "You Are My Friend" Early Androids and Artificial Speech
hyperlink https://publicdomainreview.org/essay/early-androids-and-artificial-speech/
tags speech, vocsyn
location links/links.dz:2399

zx_origins
content zx origins: collection of several 8x8 fonts
hyperlink https://damieng.com/typography/zx-origins/
tags fonts, bitmap, pixelart
location links/links.dz:2405

medical_alarms
content ISO/IEC 60601-1-8, Patterson and other alarms in medical equipment
hyperlink https://th.id.au/alarms/
tags medical, sounddesign
location links/links.dz:2410

borrow_checker_within
content The Borrow Checker Within
hyperlink https://smallcultfollowing.com/babysteps/blog/2024/06/02/the-borrow-checker-within/
tags rust
location links/links.dz:2416

arthur_miles_throat_singing
content Arthur Miles "Lonely Cowboy" "cowboy throat singing"
remarks Seamus from RC showed me this one
hyperlink https://youtu.be/DpAFZnMyC7o
tags singing
location links/links.dz:2421

bomb_jack_display_hardware
content bomb jack display hardware
hyperlink https://github.com/martinpiper/BombJack/blob/master/README.md
tags retrogaming
location links/links.dz:2427

calvin_hobbes_internet_archive
content The Complete Calvin and Hobbes (Internet Archive)
hyperlink https://archive.org/details/TheCompleteCalvinHobbes_201902
tags comics
location links/links.dz:2432

bittorent_go
content Building a BitTorrent client from the ground up in Go
hyperlink https://blog.jse.li/posts/torrent/
tags bittorrent, golang
location links/links.dz:2437

cognitive_load_what_matters
content Cognitive Load is What Matters
parents cognitive_load_matters
hyperlink https://github.com/zakirullin/cognitive-load
tags software_design
location links/links.dz:2443

loudspeaker_movement
content loudspeaker movement
hyperlink https://www.reddit.com/r/audioengineering/comments/ixfb26/loudspeaker_movement/
tags acoustics
location links/links.dz:2448

c_isnt_proglang_anymore
content C Isn't A Programming Language Anymore
hyperlink https://faultlore.com/blah/c-isnt-a-language/
tags cprog
location links/links.dz:2453

syscall_tracer_ebpf
content Writing a system call tracer using eBPF
hyperlink https://sh4dy.com/2024/08/03/beetracer/
tags ebpf
location links/links.dz:2458

byo_sqlite
content Build your own SQLite, Part 1: Listing tables
hyperlink https://blog.sylver.dev/build-your-own-sqlite-part-1-listing-tables
tags sqlite
location links/links.dz:2463

creswell_distributed_systems_reading_list
content Distributed systems reading list by Dan Creswell
hyperlink https://dancres.github.io/Pages/
tags reading, distributed_systems
location links/links.dz:2468

distributed_consensus_reading_list
content Distributed Consensus Reading List
parents distributed_systems_reading_list
hyperlink https://github.com/heidihoward/distributed-consensus-reading-list
tags reading, distribute_systems
location links/links.dz:2473

implementing_regex_typescript
content Implementing Regular Expressions in TypeScript Types (Badly)
hyperlink https://skalt.github.io/projects/brzozowski_ts
tags typescript, regex
location links/links.dz:2480

forth_512_bytes
content Fitting a Forth in 512 bytes
hyperlink https://compilercrim.es/bootstrap/miniforth/
tags forth
location links/links.dz:2485

coyles_croissant_workshop
content Croissant workshop from Coyles Bakery in Seatle
remarks Recommended by EV
hyperlink https://www.youtube.com/watch?v=tx31hvWxWaI
tags croissant
location links/links.dz:2490

reading_c_decl
content Reading C type declarations
hyperlink http://unixwiz.net/techtips/reading-cdecl.html
tags cprog
location links/links.dz:2497

sqlite_index_viz
content SQLite Index Visualization: Structure
children sqlite_index_viz_hn (HN discussion)
hyperlink https://mrsuh.com/articles/2024/sqlite-index-visualization-structure/
tags sqlite
location links/links.dz:2502

sqlite_index_viz_hn
parents sqlite_index_viz
hyperlink https://news.ycombinator.com/item?id=42134964
location links/links.dz:2507

wikipedia_good_articles
content Wikipedia:Good articles
hyperlink https://en.m.wikipedia.org/wiki/Wikipedia:Good_articles
tags wikipedia
location links/links.dz:2512

getting_started_FPGA
content Getting Started with FPGAs
hyperlink https://nostarch.com/gettingstartedwithfpgas
tags fpga, books
location links/links.dz:2517

stacked_diffs
content stacked diffs
hyperlink https://newsletter.pragmaticengineer.com/p/stacked-diffs
location links/links.dz:2522

REST_pagination
content A guide to REST API pagination
hyperlink https://www.merge.dev/blog/rest-api-pagination
tags REST, backend
location links/links.dz:2526

chipwits
content ChipWits’ 40th Birthday: Original FORTH Code Open Sourced!
children chipwits_gh
hyperlink https://chipwits.com/2024/11/16/chipwits-40th-birthday-original-forth-code-open-sourced/
tags forth, gamedev
location links/links.dz:2531

chipwits_gh
content chipwits source (gh)
parents chipwits
hyperlink https://github.com/chipwits/chipwits-forth
tags forth, gamedev
location links/links.dz:2537

ballmer_binary_search_nash_equilibria
content Nash equilibria in Ballmer’s binary-search interview game
hyperlink https://quuxplusone.github.io/blog/2024/09/04/the-game-is-flawed/
tags math, algorithms
location links/links.dz:2543

frosted_glass
content Frosted Glass from Games to the Web
hyperlink https://www.tyleo.com/html-glass.html
tags css
location links/links.dz:2549

evgrieve
content evgrieve: hyperlocal EV news
hyperlink https://evgrieve.com/?m=1
tags news, blog, NYC
location links/links.dz:2554

aztec_skull_whistle
content aztec skull whistle
hyperlink https://caneuro.github.io/blog/2024/study-skullwhistle/
tags aztec, whistle, skull
location links/links.dz:2559

teatime
content teatime: A fully static distributed library system powered by IPFS, SQLite and GitHub
hyperlink https://github.com/bjesus/teatime
tags IPFS, sqlite, vue
location links/links.dz:2564

aduran_ledgers
content Engineers Do Not Get To Make Startup Mistakes When They Build Ledgers
hyperlink https://news.alvaroduran.com/p/engineers-do-not-get-to-make-startup
tags sysdesign, fintech
location links/links.dz:2571

rust_query
content rust-query: Type safe query builder for rust
hyperlink https://github.com/LHolten/rust-query
tags rust, databases
location links/links.dz:2577

pandan_recipe
remarks recommended by JG
hyperlink https://www.seriouseats.com/sangkaya-faktong-kabocha-pumpkin-custard-recipe-8746161
tags baking, recipes, food
location links/links.dz:2583

llama_cpp_guide
content LLAMA.CPP guide
hyperlink https://steelph0enix.github.io/posts/llama-cpp-guide/
tags LLM, LLAMA
location links/links.dz:2588

pack_ternary_bytes
content How to pack ternary numbers in 8-bit bytes
hyperlink https://compilade.net/blog/ternary-packing
tags ternary
location links/links.dz:2593

trailbase
content TrailBase: A blazingly fast, open-source application server with type-safe APIs, built-in JS/ES6/TS Runtime, Auth, and Admin UI built on Rust, SQLite & V8.
hyperlink https://trailbase.io/
tags rust, backend
location links/links.dz:2598

sensible_sqlite_defaults
content sensible sqlite defaults
hyperlink https://briandouglas.ie/sqlite-defaults/
tags sqlite
location links/links.dz:2606

ternary_computer_system
content Ternary Computer System
hyperlink https://www.ternary-computing.com/history/CPU-History.html
tags ternary
location links/links.dz:2611

success_failure_ninja
content The success and failure of ninja
hyperlink https://neugierig.org/software/blog/2020/05/ninja.html
tags ninja
location links/links.dz:2616

git_rebase_in_depth
content git rebase in depth
hyperlink https://git-rebase.io/
tags git
location links/links.dz:2621

1d_reversible_cellular_automata
content One Dimensional Reversible Automata
hyperlink https://richiejp.com/1d-reversible-automata
tags automata, 1bit
location links/links.dz:2626

phd_advisor_rewrote_himself_in_bash
content My Ph.D. advisor rewrote himself in bash.
hyperlink https://matt.might.net/articles/shell-scripts-for-passive-voice-weasel-words-duplicates/
tags bash, writing
location links/links.dz:2631

in_search_of_faster_sqlite
content In search of a faster SQLite
hyperlink https://avi.im/blag/2024/faster-sqlite/
tags sqlite, rust, limbo
location links/links.dz:2636

in_house_ai_model
content I built my own in-house AI model and he's kind of a dick.
hyperlink https://blog.jackserv.io/i-built-my-own-in-house-ai-model-and-hes-kind-of-a-dick-2/
tags ai, llama, llm
location links/links.dz:2641

sqlite_nosql
content NoSQL, but it's SQLite
hyperlink https://gist.github.com/vedantroy/df6b18fa89bc24acfe89fc8493743378
tags sqlite, nosql, typescript
location links/links.dz:2647

bloom_filters_sqlite
content How bloom filters made SQLite 10x faster
children bloom_filters_sqlite/discussion
parents sqlite/bytecode_engine, sqlite/query_optimizer_overview/07_joins, DDIA/glossary/OLTP, databases/visualizing_nested_loop_joins, DDIA/glossary/OLAP, databases/btree/probe, databases/star_schema_benchmark/star_queries, DDIA/glossary/join, databases/star_schema_benchmark, databases/duckdb, data_structures/bloom_filter, databases/nested_loop_join, sqlite/past_present_future
hyperlink https://avi.im/blag/2024/sqlite-past-present-future/
tags sqlite
location links/links.dz:2652

long_term_swdev
content On Long Term Software Development
hyperlink https://berthub.eu/articles/posts/on-long-term-software-development/
tags software
location links/links.dz:2662

spacer
content spacer: CLI tool to insert spacers when command output stops
hyperlink https://github.com/samwho/spacer
tags rust
location links/links.dz:2667

flexbox_froggy_source
content flexbox froggy (source code)
hyperlink https://github.com/thomaspark/flexboxfroggy/
location links/links.dz:2673

parsing_millions_urls_second
content Parsing millions of URLs per second
hyperlink https://onlinelibrary.wiley.com/doi/10.1002/spe.3296
tags performance, url, cpp
location links/links.dz:2677

four_limitations_rust_borrow_checker
content Four limitations of Rust's borrow checker
children four_limitations_rust_borrow_checker/discussion, four_limitations_rust_borrow_checker/outline
parents rust/borrow_checker
hyperlink https://blog.polybdenum.com/2024/12/21/four-limitations-of-rust-s-borrow-checker.html
tags outlined, rust
location links/links.dz:2682

written_sound
content written sound: an onomatopoeia dictionary
hyperlink https://m.writtensound.com/index.php
tags ononatopoeia
location links/links.dz:2692

cognitive_load_matters
content Cognitive load is what matters
children cognitive_load_what_matters (GH and article), cognitive_load_matters/outline
hyperlink https://minds.md/zakirullin/cognitive
tags workflow, outlined, cognition
location links/links.dz:2698

not_abstraction_layer_of_indirection
content That's not an abstraction, that's a layer of indirection
parents cognitive_load_matters/outline/07_layered_architecture
hyperlink https://fhur.me/posts/2024/thats-not-an-abstraction
tags software
location links/links.dz:2705

dont_implement_layered_arch
content why you should not implement layered architecture
parents cognitive_load_matters/outline/07_layered_architecture
hyperlink https://blog.jooq.org/why-you-should-not-implement-layered-architecture/
tags software
location links/links.dz:2711

seconds_since_epoch
content Seconds Since the Epoch
hyperlink https://aphyr.com/posts/378-seconds-since-the-epoch
location links/links.dz:2716

search_of_faster_sqlite
hyperlink https://avi.im/blag/2024/faster-sqlite/ln
tags sqlite
location links/links.dz:2720

sm2_rust
content Implementing SM-2 in Rust
hyperlink https://borretti.me/article/implementing-sm2-in-rust
tags rust, spaced_repetition
location links/links.dz:2724

casual_viewing
content Casual Viewing Why Netflix looks like that
hyperlink https://www.nplusonemag.com/issue-49/essays/casual-viewing/
tags netflix
location links/links.dz:2729

polyglot_html_zip_png
content https://gildas-lormeau.github.io/Polyglot-HTML-ZIP-PNG/SUMMARY.html
hyperlink How
tags archive, zip, html, png
location links/links.dz:2735

my_history_forth_stack_machines
content My history with Forth & stack machines
hyperlink https://yosefk.com/blog/my-history-with-forth-stack-machines.html
tags forth
location links/links.dz:2740

lua_match
content Minimalistic sum types and switches for Lua
remarks almost no code! good use of metatables
hyperlink https://github.com/alurm/lua-match
tags lua
location links/links.dz:2748

2_on_stack
content Debugging memory corruption: Who wrote ‘2’ into my stack?!
hyperlink https://unity.com/blog/engine-platform/debugging-memory-debugging-memory-corruption-who-wrote-2-into-my-stack-who-the-hell
tags windows, c++, unity
location links/links.dz:2755

database_review_2024
content Databases in 2024: A Year in Review
children database_review_2024/outline
hyperlink https://www.cs.cmu.edu/~pavlo/blog/2025/01/2024-databases-retrospective.html
tags databases, outlined
location links/links.dz:2764

minikanren
content what is minikanren?
hyperlink http://minikanren.org/
tags kanren, logic
location links/links.dz:2772

btrees_more_than_i_thought
hyperlink https://benjamincongdon.me/blog/2021/08/17/B-Trees-More-Than-I-Thought-Id-Want-to-Know/
tags btree
location links/links.dz:2780

worlds_first_midi_shellcode
content World’s First MIDI Shellcode
hyperlink https://psi3.ru/blog/swl01u/
tags reverse_engineering, MIDI
location links/notes.dz:2785