Profile avatar
nizzness.bsky.social
Warp drives, not bombs. https://github.com/cnizzardini
199 posts 28 followers 18 following
Regular Contributor
Active Commenter

At 40 years old, I can still code longish hours, not like I'm my 20s or early 30s, but somewhat longish. I just have to deal with my wrist yelling at me and inadequate sleep. Oh, to be young again.

I said to a developer that there are two ways to do things here: the longer way and the longest way. I will try and stick to the longer way after what I did today. Hint: You can tell by the color of the tape.

Is it just me, or is Stripes support going down hill quick? It felt like I was interacting with AI, so I asked if they were AI. The "support" agent ignored the question. Please don't destroy a great company and product. I'm afraid to need your support now.

The simple joys of writing plain ol html. Please don't react badly, folks.

The real reason developers write tests... we rather code than test.

martinfowler.com/articles/exp...

I made a small adjustment to my sign up form on my SaaS by removing a required field. This field was apparently tripping up bots. Cause the gates of hell opened on release burning through my daily allowed emails. No, I didn't have bot prevention on sign up. Yes, I do now. Woof. Fuck bots.

From apathy to anger.

Spoke w/ a friend who works in higher education today. She has been tasked with finding terms like race, diversity, and DACA (to name a few) on their website in case they need to be removed.

Gonna try and hit sun and bass this year, but I just discovered darkshire and this may be the way. #dnb youtube.com/playlist?lis...

Spent some time optimizing page speed for my SaaS. Achieved 100 on desktop (was 54) and 96 on mobile (was 33). I learned some new things with prefetch, native lazy load, LCP and CLS to name a few. My JQuery/bootstrap tincan is strunk.

If you had to choose between being null or 0, which would you pick?

Found a use for this nifty php enum package today: github.com/cerbero90/enum

Ask AI: Create a picture "the simple joys of coding without writing unit tests"

Nice to see the latest PHP ^8.2 version of my openapi library for cakephp getting close to overtake the older versions. packagist.org/packages/cni...