logoalt Hacker News

ayyesterday at 10:09 PM0 repliesview on HN

I dont have big ideas. Some of the more interesting ones that I ended up using but can’t share: a streaming radio for my MP3 collection (runs behind the vpn); a lightweight and self contained webrtc conference server for talking with my family; a process-level virtualization based on KVM.

Of the ones I can share:

Browser-based network tester using webrtc unreliable data https://netpoke.com - use magic code “DEMO” to see what’s it about - the source is at https://github.com/ayourtch/netpoke

A port of the SOTA speech generation model from Python to Rust:

https://github.com/ayourtch/fish-audio-experiment

A study on LLM prompting techniques:

https://github.com/ayourtch-llm/kindness

My own coding agent that i use with my locally hosted LLM for experiments:

https://github.com/ayourtch-llm/apchat

Also LLM helped with a lot of code for my packet mangling library: https://github.com/ayourtch/oside - which, among other things, includes a now battle tested SNMPv3 stack.

A true “stochastic parrot” using hash tables: https://github.com/ayourtch/hashmem

These are the ones I remember. Feel free to scout my GitHub for more. Edit: And of course it doesn’t need to be said that out of ideas I try all of them make it to github. Many end up thrown away.