Woman holds up Communist and Anarchist banners advocating naps

I guess I’m a Communist now.

As an avid listener to Revolutions, I do have to laugh that she’s holding both anarchist and Communist banners.

— August 12, 2023

Much of Your Work Will Go to Waste

Daniel Mescheder argues, correctly, that most software never becomes useful and is therefore wasted.

It may sound like an overly pessimistic assessment of the state of our industry. My intention is not to sound cynical, however, I think we need to be honest with young engineers entering the field of software development: There is a real possibility, that a lot of the code that you will write during your career will go to waste. Nevertheless, this is not as bad as it might sound.

One of the reasons for “waste” is technical obsolescence:

Following a change in technology or a migration to another platform, a lot of code can usually be thrown out.

At work, I just shut down a system that I poured a lot of effort into. It was bittersweet, but it was also a huge relief to shut down that system. I didn’t have to worry about it any more! Obsolescence is the fate of all software, eventually. If a system shipped and served users, that means it passed through the obstacles to providing value that Mescheder enumerates, and it wasn’t a waste.

— August 12, 2023

UTF-8 Conversions with BitRank

My teammate Tim Clem wrote a nice post about the approach GitHub code search uses for converting between UTF-8 and UTF-16 efficiently.

— August 12, 2023