|
|
|
|
|
by techpression
96 days ago
|
|
So you’ve tried at least a hundred ideas by now, care to share fifty of them? I’m very curious as to what they are. Opus is too slow to even complete one idea per day for me, and that’s fine, I don’t have hundreds of them :) |
|
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.