Joe Del Nano
joechem.io
Joe Del Nano
@joechem.io
SWE @blocks • Creator of jOeCHEM — joechem.io — Organic Chemistry I and II instructional videos with worksheets + solutions (all fo’ free)
Reposted by Joe Del Nano
Shooting our videos is a little bit different now.
July 8, 2025 at 2:12 AM
Reposted by Joe Del Nano
I'm trying to get into the habit of producing more video, so on the spur of the moment I made a 7 minute video showing how I used Claude Code to put together a simple GitHub Actions workflow www.youtube.com/watch?v=VC6d...
Using Claude Code to build a GitHub Actions workflow
YouTube video by Simon Willison
www.youtube.com
July 1, 2025 at 3:56 AM
Reposted by Joe Del Nano
Honestly I learned the most (and became a much better dev) when I reinvented the wheel.

Built a (simple) ORM instead of just using NHibernate (was a mistake.) Implemented own sorting algo thinking it would do better than built in (it did not.) Built own charting library. Etc

All were worth it!!
It's good to reinvent the wheel sometimes!
endler.dev/2025/reinven...
Great post by Matthias Endler.

It helps understanding how wheels work, how you can fix them when broken, how to make better wheels if really needed, or how to find creative use cases for wheels by thinking outside the box.
Reinvent the Wheel | Matthias Endler
One of the most harmful pieces of advice is to …
endler.dev
May 25, 2025 at 11:07 AM
Reposted by Joe Del Nano
Cannot wait for San Francisco to finally unite around our greatest strength: preventing something from being built.
May 5, 2025 at 2:47 AM
Reposted by Joe Del Nano
Boom. 35% tariffs already.
Astronomers using a space telescope have found signs of biological activity on K2-18b, a distant water-covered planet that is 8.6 times bigger than Earth. www.ft.com/content/0142...
April 19, 2025 at 5:47 AM
Felt __really__ weird updating the ole' LinkedIn from Senior -> Staff Engineer, but it really did happen 🎉
April 16, 2025 at 6:51 PM
Reposted by Joe Del Nano
"Clever engineers write clever code. Exceptional engineers write simple code."

100% agree with this. There are rare exceptions that call for clever or innovative, but most of the time you think you're being clever you're just leaving a trap for a future you.

endler.dev/2025/best-pr...
The Best Programmers I Know | Matthias Endler
I have met a lot of developers in my life. Late…
endler.dev
April 8, 2025 at 1:01 AM
I read @jcsalterego.bsky.social skeets and marvel at how someone can have so many thoughts
April 2, 2025 at 8:13 PM
Reposted by Joe Del Nano
Somehow I think this is going to get the most "well actually" responses of all my videos

anyways this is what I can tell you about runtimes
What the **** is a "runtime"?
YouTube video by Annie Sexton
www.youtube.com
March 20, 2025 at 5:07 PM
Reposted by Joe Del Nano
BREAKING: A court overturned Ohio's ban on gender-affirming care for transgender youth.

This is a critical victory for trans rights.
March 18, 2025 at 5:05 PM
@justingarrison.com @withenoughcoffee.com loving @fafo.fm 😎 if y’all are looking for a cool person in the observability world who is a OSS maintainer, escaped Elmo’s Twitter takeover, and has tons of PE/infra experience @ddelnano.bsky.social is doing awesome stuff with px.dev
Kubernetes Monitoring, Application Debug Platform | Pixie
A simple and robust monitoring and live-debug platform for distributed environments, designed for developers.
px.dev
March 1, 2025 at 7:31 AM
Reposted by Joe Del Nano
Dear President Zelenskyy,

On behalf of the majority of Americans, I apologize for what our snowflake of a president tried to do you today.

You stood strong and showed us what love of country means.

Thank you Zelenskyy

Fuck Trump & Vance
a blue and yellow flag with a heart and the word we above it
ALT: a blue and yellow flag with a heart and the word we above it
media.tenor.com
March 1, 2025 at 4:35 AM
Reposted by Joe Del Nano
To become a Senior engineer you need to develop an ego and autonomy.

To become a Principal engineer you need to abandon that ego.
February 19, 2025 at 2:59 AM
Wow, after 11 days in NYC in Feb, coming back to SF this weather is divine
February 19, 2025 at 2:07 AM
For the first time in my career, I’m about to be writing Golang instead of Python professionally and oh BOY am I excited
February 18, 2025 at 10:12 PM
Reposted by Joe Del Nano
These are the good guys supporting DEI. Reward them with your business.

Costco
Meijer
Kroger
Giant Grocery
Ben & Jerry’s
Ulta, Macy’s
Old Navy
Nordstrom’s
TJ Maxx
GoTo Foods ( Moe’s Southwest Grill, Mcalister’s, Auntie Anne’s, Jamba, Cinnabon…)
Dollar Tree
Walgreens
Wegmans
January 26, 2025 at 12:07 AM
Reposted by Joe Del Nano
Any company whose mission is to “to ensure that artificial general intelligence benefits all of humanity” would be ecstatic about a capable open source model like Deepseek released.

Any company which has a mission of making money off closed-source models would be devastated tho.
January 25, 2025 at 8:17 PM
Reposted by Joe Del Nano
Speaking of healthcare. Let's make @bsky.app the platform that fights misinformation. Some great follows are @drsusanoliver.bsky.social @jsm2334.bsky.social @therealtruther.bsky.social

Let's get them more followers and engagement than other platforms and let health science accounts find a home
January 25, 2025 at 5:55 PM
Reposted by Joe Del Nano
The only way to turn it off is to

1. Contact your Google Workspace administrator to

2. Ask them to submit a support ticket

3. Cross fingers

4. THEN they might be able to turn it off

5. Yes I also cannot believe Google would do THIS

bsky.app/profile/gerg...
Google auto opted in *every* paying Google Workspace user to Gemini. Also adding a nice increase in price, even though no one opted into it.

You cannot turn off / opt out.

Except... if you open a support ticket.

Only then does Google enable the setting to turn it off!

I did:
January 22, 2025 at 7:24 PM
At my previous job, I joined and inherited an (IMO) over engineered CI platform that had been neglected for a long time. In fairness, it still worked very well, but it had lots of low hanging fruit in terms of bug fixes, new features, and VULN fixes (oh god the number of open VULNs)
January 19, 2025 at 9:57 PM
I’ve been loving good into the office more recently, but dang do I still appreciate Okta’s remote first flexibility. Just landed in Houston to surprise a friend for their birthday, and I’m pretty jazzed to post up in a coffee shop and bang some work out
January 17, 2025 at 1:08 PM
Reposted by Joe Del Nano
One of the best techniques for improving my Go tests was to learn the "if got, want" pattern, which makes tests dramatically more clear. You can learn the pattern in 30 seconds.
if got, want: A Simple Way to Write Better Go Tests
There’s an excellent Go testing pattern that too few people know. I can teach it to you in 30 seconds. Instead of writing Go tests like this: // The common, unrefined way. username := GetUser() if use...
mtlynch.io
January 8, 2025 at 2:23 PM
Reposted by Joe Del Nano
The kid has one more thing to say! 😊
January 6, 2025 at 11:20 PM
A very, very foggy morning in SF from Okta HQ
January 6, 2025 at 5:00 PM
Just biked to the office for the first time in my working career, and my goodness does it feel good to move my body on the way to work
January 6, 2025 at 4:58 PM