HackerTrans
TopNewTrendsCommentsPastAskShowJobs

l00sed

no profile record

Submissions

Live-coding duet– algoraving in a shared editor session

25midi.com
3 points·by l00sed·9 เดือนที่ผ่านมา·0 comments

comments

l00sed
·10 วันที่ผ่านมา·discuss
Haha I pretty much commented the same thing one minute apart.
l00sed
·10 วันที่ผ่านมา·discuss
https://opencode.ai/

OpenCode was the first agent harness I used, and I have always like it. You can configure a wide variety of providers, but it's open source and has a number of core contributors.

The other opinionated option is Pi (the Pi agent harness). This is a great lightweight option and also supports a number of providers. You can also use local model servers.
l00sed
·3 เดือนที่ผ่านมา·discuss
Learning robotics with AI and a Raspberry Pi (and a 3D printer) in my basement. https://youtube.com/shorts/PyLmN8CIZGQ?si=S8XhbNeiOLlyAWLh
l00sed
·3 เดือนที่ผ่านมา·discuss
Reminds me of Yoyoi Kusama's projects https://www.tate.org.uk/art/artists/yayoi-kusama-8094/obsess...
l00sed
·6 เดือนที่ผ่านมา·discuss
https://l-o-o-s-e-d.net Design and tech blog :)
l00sed
·6 เดือนที่ผ่านมา·discuss
Exactly my thoughts with Nextjs. Haha So sad...
l00sed
·6 เดือนที่ผ่านมา·discuss
That's true. Even then, though, you're dealing with backwards-compatibility support as the system updates. A compiled binary might run well for the systems it was compiled for, but what about longer timelines (a decade)? Will the newest system be able to easily run that compiled binary? Not always... and there's always the possibility it might include vulnerabilities that weren't discovered until later.

I was reading about terminal text editors (em, en, vi, vim, neovim, etc.), and it's interesting how some of the software that "lasts" is more like Theseus' Ship. All the original components replaced over time, but the core concepts last.
l00sed
·6 เดือนที่ผ่านมา·discuss
Really nicely written and quite thought-provoking. I think about when I die, will anyone be able to use or maintain any of the software I've written? Updates and patches are something so entwined with software that I doubt much of my code would be worth using if it suddenly froze.

It puts a beautiful spotlight on OSS communities and what they do to keep software alive through refactoring, iteration, patching. Also, on well-written documentation— perhaps that's even more important than the code for longterm maintenence and value. A good thesis that encourages someone to write it again, and better?
l00sed
·10 เดือนที่ผ่านมา·discuss
I've been using dotter for 5+ years and it's been an amazing tool. Doesn't go all in like NixOS, but lets you get close to that functionality by allowing templating to reuse a single dotfile repo across different systems. I also like how you can easily conditionally select configurations and scripts to load depending on environment.