Weeknotes vol. 8: Active Storage and shipping baby no. 6
By Garrett,
I had two (big) tasks this week (which as per usual I’m writing after the fact):
- Get file uploads integrated into the app with Active Storage
- Bring my beautiful wife to the hospital on Friday to ship baby no. 6
I’ll stick to the nerdy stuff for this post though.
There’s nothing not to love about Rails, as my experience with Active Storage further confirmed. Installation is a breeze.
bin/rails active_storage:install-
bin/rails db:migrate -
class Thought < ApplicationRecord has_one_attached :file end - Make some updates to your form(s)
- Done
And then there’s all the little app specific details, and that’s what took the week.
Phil finished the Web/Mac app design, and so the next few weeks (after the break with baby) will be spent focused on production-ready HTML and CSS, which I’m very excited about. This is where my original love for the internet started and I’m excited to see what’s changed since the last time I was serious about it (probably everything).
Like this? Get email updates or grab the RSS feed.
More insights:
-
The trust problem that you already solved
Every developer who has spent time with AI coding tools carries the same low-grade anxiety. You ask the model to build something, it hands you back a file, and then you stare at it like a customs inspector wondering whether the suitcase has a false bottom. Line by line, function…
-
The flatness of the machine
You can feel it before you can name it. A paragraph arrives, fluent and frictionless, and something in the back of your reading brain flinches. The sentences are grammatically flawless, the structure orderly, the tone warm but not too warm, authoritative but not too authoritativ…
-
Software was never meant to last forever
There is a particular kind of frustration that anyone who has worked inside a mid-sized organisation will recognise. You are eighteen months into a Salesforce implementation. The original scope was clean and reasonable. But somewhere around month four, somebody realised that you…
-
The vibe coding spectrum: from weekend hacks to the dark factory
A year ago, Andrej Karpathy posted a tweet that would come to define how an entire industry talks about itself. “There’s a new kind of coding I call ‘vibe coding,’” he wrote, “where you fully give in to the vibes, embrace exponentials, and forget that the code even exists.” He d…
-
Claude Opus 4.6 just shipped agent teams. But can you trust them?
Anthropic shipped Claude Opus 4.6 this week. The headline features are strong: a 1M token context window (a first for Opus models), 128K output tokens, adaptive thinking that adjusts reasoning depth to the task, and top-of-the-table benchmark scores across coding, finance, and l…