-
I was born at the perfect time to pursue a career in full-stack software development. I grew up programming 8-bit computers, then learned Unix in college. I entered the workforce at the emergence of Windows for Workgroups and Linux, and I'll be retiring right about the time the AI's make me redundant. Also, the year Social Security goes broke.
Search…
Tag Cloud
- AI
- Amazon
- AngularJS
- Apple
- Censorship
- Corporate IT
- Corporatocracy
- Covid-19
- Cummins
- Deep State
- DHH
- Elder Scrolls Online
- Epstein
- FAANG
- Fallout 76
- Fraud
- Gaming
- Grim Meathook Future
- Health Insurance
- Housing
- Immigration
- Java
- Javascript
- Late Stage Capitalism
- Linux
- macOS
- Mechanical Keyboards
- Microsoft
- Monopoly
- Oligarchy
- Playstation
- Privacy
- PS5
- Rails
- Skyrim
- SocialMediaIsDestroyingSociety
- Trump
- Windows
- WSL
- Xbox
- YouTube
-
Quotes
-
Months and months of planning by lots and lots of middle management can save literally hours of programming.
Me -
Give a man a program, and you'll frustrate him for a day. Teach a man to program, and you'll frustrate him for a lifetime.
Unknown -
I have a mental illness that makes me think that people will change their minds if I present the correct arguments with the appropriate facts and data.
@xxclusionary, on Twitter -
I've put all of my skill points into arguing with blinking lights.
Me -
But I say unto you, that whosoever looketh on a new piece of Apple gear, to lust after it, hath committed purchase of it already in his heart.
Me -
Don't say you're easy on me; you're about as easy as a nuclear war.
Duran Duran, Is There Something I Should Know -
I sold the Renoir and the TV set; don't wanna be around when this gets out.
Duran Duran, The Reflex
Tag Archives: Rails
Even More on the Capabilities of Current-Gen “AI”
Another Twitter post led me to this Reddit post: Further down in the comments, OP had this to say: I copy-paste all of this for full context, but I want to emphasize this paragraph: It tried a bunch of things … Continue reading
Sidekiq. Feels Good, Man
After 15 years of doing Rails applications, I finally had a serious need of utilizing long-running background jobs to get things done, and setup Sidekiq. My jobs are database-bound, but my database was being underutilized, so I opened up the … Continue reading
Welcome to the “Future” of App Deployments
I’m sitting here watching the braintrust in our IT organization tell everyone about a NEW! “PRO!” product that will do database migrations with Jenkins, and I’m just sitting over here thinking about the native migrations available by default in Ruby … Continue reading
Mastodon
So I’m just now realizing that Mastodon is a Rails 6.1 application. I just looked over the Gemfile, and it includes a lot of the usual gems, notably cocoon, right at the end. I have a love/hate relationship with this … Continue reading
From Node to Ruby on Rails | D U N K
Building the web app in Rails took me 2 days – the same thing in Node would have taken 2 weeks. I’ve also included things I wouldn’t have attempted to build on Node/Express until I proved the idea out (editing … Continue reading
Kinda a big announcement – Joel on Software
I took a few stupid years trying to be the CEO of a growing company during which I didn’t have time to code, and when I came back to web programming, after a break of about 10 years, I found … Continue reading
Nine things we learned from the Epic v. Apple trial – The Verge
It’s particularly notable since some people are worried that macOS is inching toward the iOS model, making it a little more difficult to install unauthorized software with each new version. If you were already anxious about the Mac ecosystem closing … Continue reading
TECH | Stop using JPA/Hibernate · Blog de Laurent Stemmer
Here an example of a JPA entity (using Lombok for “simplicity”): <sarcasm quotes mine> Source: TECH | Stop using JPA/Hibernate · Blog de Laurent Stemmer Through a very long series of unfortunate circumstances, I was backed into using Java/Spring/Hibernate/Angular in … Continue reading