/informatics/
Designing a word frequency auto-tagger for sofiechan
Let's talk about the upcoming auto-tagger architecture. All it has to do is produce affinity scores between threads and tags, and our now existent smart tag selector will select a high-affinity set of tags that also make a good index. To do this, it's goin...
A Primer on E-Graphs (A technique to control combinatorial blowup in term rewriting systems)
About 10 years ago I was very interested in term rewriting as a basis for exotic programming languages and even AI. One of the big problems in term rewriting is that without a canonical deterministic ordering, you rapidly end up with an uncontrollable numb...
(www.cole-k.com)
Radiopaper
Radiopaper is an interesting data point in the design space of social media. They've put some thought into it and landed someplace very different from Sofiechan. Their goal is to "improve conversation quality," which sounds goods, but they do it buy leanin...
(radiopaper.com)
Why Momentum Really Works. The math of gradient descent with momentum.
https://distill.pub/2017/momentum/
A pinpoint brain with less than a million neurons, somehow capable of mammalian-level problem-solving.
https://rifters.com/real/2009/01/iterating-towards-bethlehem.html?fbclid=IwAR1b9QURSJnizgy7r4HD7UCYmc06A7uL5muc7igz8uJHxLAIZWEwDMSqyPk
Higher-order Virtual Machine (HVM). New functional programming VM based on Interaction Nets.
https://github.com/HigherOrderCO/HVM/tree/master
Kolmogorov–Arnold Networks, a new architecture for deep learning.
https://github.com/KindXiaoming/pykan
Hundred Rabbits' "UXN" ultra-portable personal computing stack
They made a simple VM that can be implemented in a weekend by almost anyone that can run their whole suite of personal computing, artistic, gaming, music, creative, etc apps. This is one of the coolest projects out there and it proves that computing could ...
(100r.co)