I'm launching private beta of Terminal Graph on April 18th at 10:30am PST
Signup to be included!
terminalgraph.com
Posts by Andy Gayton
a new release for http-nu :: v0.14.0 :: build webapps with Datastar + Nushell :: 🐘💫🚀
github.com/cablehead/ht...
http-nu.cross.stream
a little util that's become essential in my stack.
if you work on remote vms and want to interact with services from your local laptop, pai-sho makes specified ports available on your localhost. ports reconnect when your laptop wakes up.
built on @iroh.computer 🙏
github.com/cablehead/pa...
@iroh.computer have hard forked (amicably) quinn
Alex, I'm curious if your team has looked into Datastar?
this is pretty nifty. a nushell plugin to work with (and generate) audio on the command github.com/SuaveIV/nu_p...
ESP32 on a breadboard
cli
Got @iroh.computer to work on the smallest device yet.
An ESP32 with 4MB of application memory and 4MB of heap.
This is a horribly patched version, but nothing drastic, just reducing deps.
Helsinki achieves vision zero traffic deaths..
with speed cameras.
www.politico.eu/article/hels...
It _feels_ really nice!
> Connecting your app to Stellar for live CSS updates
gist.github.com/cablehead/32...
New release for `http-nu` :: github.com/cablehead/ht... ; `xs 0.11` `Nushell 0.111.0` `Datastar 1.0-RC.8`
i built an entire x86 CPU emulator in CSS (no javascript)
you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS
lyra.horse/x86css/
this is just a quick sketch, could likely do better, but by implementing these 4 endpoints, you can provide the backend to a web embedded ghostty terminal in the language of your choice
a quick experiment with ghostty-web ; using POST + SSE for the transport, shell set to Nushell
Claude Code: "make a really amazing horror game based on the poetry of William Carlos Williams, just the wheelbarrow and the plums poems."
All the writing and design by Claude. I actually found it unnerving, despite the crude, "hand-drawn" graphics. so-much-depends.netlify.app
😂
Thank you Boris!
wow, was this one shoted just from that prompt?
Our family had our swearing-in ceremony to become Canadian citizens yesterday morning. Super proud, humble and grateful 🙏🇨🇦🥹, tyfesf
fleshing out testing patterns github.com/cablehead/ht...
It doesn't seem to be common knowledge that bsky runs their PDS vertically scaled on bare-metal servers with 300K+ accounts per server, so I wrote it up
discourse.atprotocol.community/t/vertical-s...
Anyone have availability, failover, or other performance setups to add?
🇨🇦
Something I think about a lot, with the copyright smash and grab by the big AI labs is, Aaron Swartz faced up to 35 years in prison for downloading academic articles from JSTOR via MIT's network in 2011, before committing suicide.
What do People know, anyway!
EG Grid landing page showcasing a zero-dependency CSS Grid drag-and-drop library. Features an interactive demo with colorful gradient tiles labeled A-H in various sizes, and a comparison table showing EG Grid's advantages over Packery, gridster.js, and react-grid-layout in terms of file size, dependencies, and features.
OK soft launching eg-grid. A 8.4kb gzip 0-dep bundle you can vendor in to your project and customize as needed. No npm. No versions. No guarantee.
derekr.github.io/eg-grid/
new http-nu release (pulls in the latest cross.stream too) github.com/cablehead/ht...
http-nu.cross.stream has reached 100⭐s. Thank you everyone 🙌
a small update: xs 0.94 ; `.last` gets a buff github.com/cablehead/xs...
Vibe coded a bento box style grid with drag and drop/keyboard nav using CSS Grid and View Transitions. The dragged element uses the Web Animation API so it can transition from where it's being dragged.
- Keyboard selection/movement
- CSS Grid
- View Transitions
- Pragmatic Drag and Drop