Ryan Djurovich π
@ryan0x44
Deploy containers, in your cloud account, in minutes. Lower risk, cost & complexity, without vendor lock-in. http://Nadrama.com π Prev: @Cloudflare, @Xero, etc
Fav tech January 2025: π οΈ pixi to install code tools/runtimes/etc. π chezmoi to sync .dotfiles across machines via git. π₯ ghostty terminal with tmux. #οΈβ£ zsh shell with oh-my-zsh. π zed code editor. π§ claude 3.5 sonnet for ai code assistance. π€ gpt 4o for other aiβ¦
πArkType just surpassed 1M downloads/monthπ If you still haven't tried it, your friends are now laughing behind your back (statistically speaking).
It finally happened. I had so many @AmpCode tmux panes going at once that I started asking about something in the wrong pane. Amp kindly pointed out I was probably referring to a different codebase.

Y'all go ahead and write some JSON prompts, I'll just keep using Amp with my regular sentences because at this point it feels like it pretty much can't get better from here - it's already awesome and my brains thinking speed and cognitive capacity is the main limiting factor inβ¦
Once you can review/adjust/approve coding agent work on the go it's going to be huge. I'll usually kick off some agents before I go grab a coffee and too many times I've come back to "ok to run X command? yes / no". Can't wait for this to catch on as the next thing. Bonus if Iβ¦
"opencode mobile" @OpenCode_AI Still needs more polish. Not a terminal or mobile web UI, it's a "normal" app with Tokoyonight as the default theme :) DM for early access, soooon
Someone needs to do a study on the environmental impact of the tokens wasted on these unnecessary compliments!
Hey @AnthropicAI please make this t-shirt I will buy it
Getting ready for production launch. Migrated off Neon DB, now using AWS via Hyperdrive+Tunnels with Cloudflare Workers. Seeing up to 12% reduction in page loads!
Hey @AnthropicAI please make this t-shirt I will buy it

I'm bullish on Remix v3. The wisdom imparted on this README alone is π€― As someone who's been using @remix_run for years, and currently using RR7/Astro/Hono in production, and very much constantly assessing the options in the Go ecosystem like Templ+htmx/datastar, I can say thereβ¦
Heads up if you're following Remix 3 development: remix-the-web has now moved to remix-run/remix in the v3 branch. Find it here π github.com/remix-run/remiβ¦
Egregious act by @Google to break the web and not take up the offer to continue servicing goo.gl shortened URLs. @Cloudflare should be trusted to keep those redirects going. There is literally no excuse to break the web like this. Shame on you, @Google.
why break the Web like this? we offered to run it almost a year ago but were turned away.
100%. I've pretty much stopped looking at Go stack traces. Amp has solved *every. single. one.* that I threw at it this week. Perfect one-shot fixes.
When devs use AI tools, they save the most time with: A) Code generation B) Something else Surprisingly, based on the research DX did with 180 companies, it's not code generation! Stack trace analysis and refactoring both save more time (!!) @rhein_wein gives details:
I think it's been a few weeks since the last LLM hallucination. I remember not too long ago GPT felt like it was hallucinating more than it wasn't, but now it feels like it won't be long before the concept becomes a distant memory or a rarity.
Claude during my daytime: > let me check the code compiles, run your tests, heck lets even add a few more tests to get coverage on those changes. Claude during my evening: > I did what you asked. Does it compile? No. Tests pass though right? No. Can you fix all of the above? No.
I feel like Claude is performing at different levels during different times of day - is this a thing? It feels like this past week it has been very noticeable, but I've observed this in previous weeks too. Going to state this in Pacific Time (PT) because if any folks in Sanβ¦
Ghostty on Linux now has native GUI for showing progress bars (as reported by ConEmu's OSC 9;4 code). The style can be customized through GTK CSS (e.g. colors, size, and more). The terminal escape code: conemu.github.io/en/AnsiEscapeC⦠Ignore my missing "new tab" icon lol.
Been coding 25 years. Learning more from LLMs each day, than what I've learned on average each day of my career prior to coding assistants. I'm talking some serious bash, Make, and Go tricks. Part of me worries I'll forget them, part of me it assured I don't need to worryβ¦
Mystery solved!! Ubuntu 22.04 had an automatic update to systemd. This update restarted systemd that wiped IP rules and took down networking for Kubernetes infra. The update came out 9 June. 9-10 June dozens of services had big outages. Like Heroku: newsletter.pragmaticengineer.com/p/why-reliabilβ¦
What is happening right now? ChatGPT/OpenAI outage for 3 hours Heroku down for 4 hours (even their status page is down!) NVIDIA dev docs as well (runs on Heroku) Pipedrive (CRM) issues for 4 hours What else is downβ¦ and are these connected? Something started 4 hours agoβ¦
I've been doing like 50/50 TypeScript and Go over the last year and I'm here to say: if you're using a good coding agent, Go is a fantastic programming language to be working with
Thanks to @davecheney having so many fantastic blog posts for LLMs to train on, I just ask @AmpCode for idiomatic Go in the style of Dave, Amp asks its Oracle, then gets Claude to write the code. What a team!

Everyone: GitHub Desktop is better! No, VS Code! Me: ...I just use `git add -p`. Walks you through each change, hunk for hunk, and lets you accept with `y`. Itβs like a mini code review before you commit. Pair that with dandavison/delta, and you get syntax highlighting too π