Just use {{my favorite tech}}...
Dec. 30, 2024Here’s some shit developers say to each other when the other person is stuck and we don’t actually have an answer to their problem.
- Just use
PHP,Django,Rails, fuck it just use PHP (Laravel, you know) - Just use
Emacs,Sublime,vim,macvim,neovim,Intellij,Cursor, fuck it just use Notepad - Just
get a Mac,use debian,use ubuntu,use centosfuck it just use WSL
These variously change over the years, but the message is the same: you wouldn’t have this problem if you used my preferred tooling. By the time I ask someone else for their input, I might be desparate enough to drop my tooling, but I’ve substitued one problem for the burden of switching to a new tool.
How often does this help me toward my immediate goal? Not never, but rarely.
We Do This To Our Clients Too #
We all have our favorite tools. Deliberately or not, we are inclined to advocate for those tools. In these moments when we want to gloat (C++, Go, Rust doesn’t have these problems), we should take a moment to consider whether or not we are being helpful. Seek not to be understood, but to understand.
Note that we do this to our clients too!
- Just use
AWS,Azure,GCP,Oracle Cloud,Linodefuck it just use a raspberry pi - Just use
MySQL,Postgres,SQLite, fuck it just buy an Oracle License- just kidding use
CouchDB,MongoDB,RocksDB,Redis, fuck it just make a hash table
- just kidding use
- Just use
cgi-bin/perl,Java,.NET,.NET Core,Elixirfuck it I miss Visual Basic - Just use
JMS,AMPQ,MQSeries,RabbitMQ,Redis,Postgres,Kafka,SQSfuck it use Batch Files - Just use
PAM,Active Directory,SAML,OAuth,WebAuthn,Passkeysfuck it let’s just do username/password
Our motivations aren’t always as noble as we’d like them to be. If you switch from your on-prem VMWare systems to AWS, then me and my team can be the heroes because we know that (and we don’t know how to manage your corporate network). If your Postgres indexes suck, we can switch you to Mongo and it’ll be 6 months of fun development before we get to production and find out our MongoDB indexes suck.
Seek First to Understand #
Every tool is a tradeoff. I’m not advocating for staying on legacy systems forever. But I am suggesting that if you have a problem, exhaust all available options in the current technology before branching out into a new one. If someone asks for help, listen to their specific problem and lazer focus on it, then move on to “have you considered…”.
Seek not to be understood, but to understand comes to mind.
When to Jump Ship #
Reverse the above thinking when available options on the current stack have been exhausted and any of the following (often these come in clusters)
- The current technology prevents us from developing fast enough
- The current technology is insecure an unpatchable
- The current technology can’t be accredited for our industry
- The current technology forked and we are on the dying branch
- The current technology is acquired by a VC firm
- The current technology is EOL
- The current technology cannot be staffed
- The current technology won’t scale, even with more hardware
- The current technology’s BDFL is mentally unstable (looking at you, Wordpress)