Weeknotes vol. 8: Active Storage and shipping baby no. 6

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 like it’s 2008.
More from the blog
-

Workslop: worse but more
In November 1955, a naval historian named C. Northcote Parkinson opened [a satirical essay in The Economist](https://en.wikipedia.org/wiki/Parkinson%27s_law) with a line that outlasted everything else he wrote. Work expands to fill the time available for its completion. His example was an elderly lady who spent an entire day posting a single card to her niece, a task a busy person would finish in three minutes on the way to lunch.Parkinson’s law now has a sequel, and it is worse. Work no longer expands to fill the time. It expands to fill the capacity. The effort of producing a thing used to …
-

Foomers vs doomers: skilled incompetence and the AI tug of war
foom-er, noun, an ironic malapropism playing on doomerism (AGI fatalists) and FOMO (hustle bros), used to describe techno-optimists. Reflects the onomatopoeic "slowly, then all at once" nature of exponential growth: “AI go foom.”A speaker at one of the many AI conferences that have sprung up like garments on your "clothes chair" (not clean, but not dirty enough to wash) describes the miracles of agent-assisted coding. Year-long rewrites finished in a fortnight, backlogs cleared, and hard problems dissolved by brilliant prompting and clever code harnesses. The audience of true believers laps i…
-

Forward Deployed Engineers: AI’s hired guns
> The last mile of AI deployment is a real person, sitting in your office, learning your business, writing your plumbing, and making things work reliably. That will remain human for the foreseeable future.Google Trends shows a 5,000% increase in searches for "AI forward-deployed engineer" over the past five years. The curve stays flat from 2021 through mid-2024, then turns vertical. [Indeed data reported by Business Insider](https://www.businessinsider.com/ai-forward-deployed-engineer-career-job-openings-tech-2026-5) shows postings for the role rising from 643 in April 2025 to 5,330 a year la…
-

The sorting machine: recruitment’s race to the bottom
> The sorting machine was built to cope with a genuine problem. Where it went wrong was in mistaking efficiency for effectiveness, in assuming that the ability to process resumes fast meant the ability to evaluate candidates well. The fix is not a smarter machine but a more modest one, paired with humans who are given the time, the tools, and the structured information to do what they were always better at.If you've been involved in any part of the recruitment process, the last 18 months have been dispiriting, to say the least. Hiring became a closed loop. Employers adopted applicant tracking…
-

Weighing smoke: why GEO dashboards are mostly useless
> The promise of a tool that gives you similar search visibility to the pre-agent world is understandably seductive. But before you eagerly hand over your cash for a platform, consider whether an afternoon's work a month might be a more cost-effective alternative.I recently wrote about [the GEO chimera](https://betterthangood.xyz/blog/geo-practice-versus-snake-oil/), the cottage industry promising to optimise your brand into AI answers. My argument was that the levers being sold mostly did not exist. Another part of the industry is selling gauges rather than levers. Estimates of the spend on …
