Cool Links to Neat Stuff
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.