Reilly Wood
@reillywood.com
200 followers 310 following 350 posts
computer enjoyer https://reillywood.com/about/ urbanism stuff is at @grids.reillywood.com
Posts Media Videos Starter Packs
reillywood.com
Yeah, the borrow checker and strings are probably the biggest sources of complexity in the name of performance.

It gets easier (I promise!) and it's still my favourite language but I sometimes fantasize about a Rust with garbage collection that was a little more chill about implicit allocations...
reillywood.com
Not that I’m aware of (but my info may be out of date, I haven’t contributed to Nushell in the last year or so)
reillywood.com
I think Nushell users would generally not enable that; parsing JSON is trivial in Nu (pipe something to `from json`) but doesn't happen automatically when CLI tools emit JSON.

Maybe it should, will give that some thought :)
reillywood.com
Yes I think that’s a great approach.
reillywood.com
I’m glad you’re asking! Personally I think the best way is to have an easily discoverable way to emit a Nushell-supported format (usually JSON or YAML, maybe CSV for flat tabular data) without any autodiscovery.

(I used to be on the Nushell core team)
reillywood.com
uv is the cheat code for getting past the worst of the package management stuff. but I don't use Python enough to know the good ways to do type checking well, and then I try to use a popular, well-documented library and its examples are doing weird type checking with string comparisons
reillywood.com
every single time I do Python stuff
reillywood.com
That’s fair; I think it’s a fine option to wait it out while early adopters figure out the best ways to use these things
reillywood.com
I have found them to be crazy useful for many tasks but it took and still is taking a lot of experimentation to figure out what they’re good at and where they fall over
reillywood.com
That's interesting and surprising to me; I imagined that the tools would end up looking the same to the underlying LLM either way. Maybe something's amiss in popular MCP client libraries?
reillywood.com
I met Remy at an MCP event in SF recently; super sharp guy, you’re building some neat stuff!
Reposted by Reilly Wood
gergely.pragmaticengineer.com
Ironic: Gartner had my post ridiculing Gartner removed. The one that shared Gartner's Magic Quadrant about AI Code Assistants, which does not include Claude Code, OpenAI Codex, and ranks Amazon above Cursor.

This one: github.blog/ai-and-ml/gi...

Are they embarrassed to share their Magic Quadrant?
reillywood.com
can't find it but Dave Plummer from Dave's Garage has talked about doing something similar to this in the 90's for Windows stress testing

(he's a weird dude who frequently exaggerates but this story seemed legit)
reillywood.com
as a Canadian who was recently subjected to this: can you not?
Reposted by Reilly Wood
hillelwayne.com
I was doing some software history research and stumbled on this absolutely FASCINATING letter from 1964: dl.acm.org/doi/10.1145/...

Some random defense contractor writes in to say "You should deliver a minimal prototype as fast as possible to get feedback and involve users at every stage of labor"
Some observations concerning large programming efforts | Proceedings of the April 21-23, 1964, spring joint computer conference
dl.acm.org
reillywood.com
This is a good read and I appreciate that it's honest about the reasons for hiding CoT! Thanks for posting it here
reillywood.com
galaxy brain (positive valence)
Reposted by Reilly Wood
gracekind.net
Worse news: there are uncountably many undecidable problems. Computers have been a scam this whole time
Reposted by Reilly Wood
reillywood.com
shipping software on macOS vs shipping software on Linux, sigh
screenshot of the install options for Ghostty. 1 option (Homebrew) for macOS, and 10 bajillion options for Linux
reillywood.com
I do the West Coast “wake up, catch up on what coworkers in Europe and the East Coast have been doing, work work work in the morning and then things are relatively quiet in the afternoon” thing and mostly always have. Curious whether it’s better or worse than the reverse situation
reillywood.com
yeah I’m hopeful that we’ll get there now that Apple has those APIs for local inference. figure it’ll take a few years for hardware+software to get there but eventually we’ll have some cross-platform abstraction for that