Cool Links to Neat Stuff
2025/08/14
- Stochastic Code Monkey Theorem, another take on AI focused on code generation. a bit more nuanced than "AI bad forever" but also clear on where there is utility to be had.
2025/08/07
- HTML is dead long live HTML. Another post about everything wrong with HTML/CSS dev and some ideas for remaking the DOM from first principles.
2025/08/06
- Hackerpager. Kinda like a flipper zero but for LoRa / meshtastic
2025/08/04
2025/07/21
- TCP in UDP. Method to bypass censorship by hiding TCP inside UDP streams
- parakeet-tdt-0.6b-v2 an LLM based speech recognition model. Apparently comparable in performance to models 4x its size.
- Unbounded Browser Extension. Uses QUIC to route people's traffic through your browser to help circumvent internet traffic censorship accross the world.
2025/07/15
- Secure Minions. Neat setup where local models talk to remote models using secure enclaves.
2025/07/14
- Cost of health optimization. Great article about how investing in basic health improvements can have a drastic effect compared to aiming for very expensive "advanced" optimizations.
2025/07/10
- Programming Sucks, a fun post about all the pain involved in getting computers to do anything for a living.
- smollm3, 3b model that's competitive with Qwen3:4b. Cool thing is that it is fully open. Writeup talks about how they improved perf.
- Running Ollama on AMD iGPU, I've had a lot of issues with this on my GPD WIN 4 so I'll see if this guide can help with that.
2025/07/09
- Mu Language Model. Great writeup about how M$ optimized a tiny 500M model to run on their hardware accelerated computers with support for function calling.
2025/07/05
- Memory blocks. Good article for strategies around LLM memory creation and retrieval. One neat idea was to give it a rewritable prompt.
- Project Discovery - Nuclei. Framework for detecting vulnerabilities.
2025/06/24
2025/06/19
2025/06/18
2025/06/12
2025/06/11
- Datomic pro. Great overview of the Datomic graph database. I'm a huge fan of their approach and this is a pretty comprehensive overview.
2025/06/09
- cursed knowledge. Fun collection of how tech can behave weirdly. Could be useful to avoid issues in the future!
2025/06/02
- easytier p2p VPN. Been wanting an easy way to route betweeb my devices. This could be it! Gotta read the source first to see how it works.
2025/05/23
2025/05/21
- gtoolkit - browse code with grsphs. I've idly considered making a code editor that treats code as a traverseable graph. This seems to go one step further and link between text and graph views with multiple tabs. It's customized with smalltalk which I've been wanting to learn. Overall seems like it'd useful for inspo if not to actually use.
2025/05/19
- Scrappy app maker. They made a tool for drag and drop UIs for "small apps". It'd be cool to do something similar with Agregore.
- benui - why I refuse AI. Good summary of some of the issues with relying on LLMs for coding. I feel some of the same convictions.
2025/05/14
- oniux tor isolation. Runs linux processes in isolated contexts to make sure all their networking is running through tor
2025/05/12
- LLM codgen workflow pro tips for making LLM based code generation work. Maybe I can steal some ideas for Agregore
2025/05/05
2025/04/24
- yazi - command line file browser, seems pretty fast! I've been tired of messing with GUI based editors so this will be a nice change of pace.
- ai predictions for 2027. A sort of speculative fiction about where AI might be going. Could be cool to revisit over the years (Assuming we're alive still).
2025/04/17
2025/04/15
2025/04/09
- dolthub prolly tree vector index, I've literally been wanting to do this for over a year but haven't had time to sit down and do it so it's great to see somebody beat me to it! Their approach requires rebalancing which IMO isn't ideal.
2025/04/08
- olmo2 model, fully open with the training data, weights, and recipe.
2025/04/03
2025/03/20
- Zero Shot TTS Voice Clone could be cool for trying to make an LLM talk in my voice down the line.
- Interaction Nets, neat way to think of computation as graph transformations. I've been wanting to do a graph manipulation programming tool so this could be good inspo
2025/03/14
2025/03/01
- Graph Neural Networks graph manipulation and visualization has been on my mind so this should be relevat to that.
- Leaf protocol a new protocol for federated data. Focuses on data rather than events between servers.
2025/01/21
- Group Key Agreement Tool for agreeing on shared encryption keys in p2p groups that change over time.