MoreRSS

site iconTim BornholdtModify

I'm a seasoned entrepreneur and technical co-founder who helps amazing people get their impactful organizations off the ground.
Please copy the RSS to your reader, or quickly subscribe to:

Inoreader Feedly Follow Feedbin Local Reader

Rss preview of Blog of Tim Bornholdt

i ran Claude in a loop for three months, and it created a genz programming language called cursed

2025-09-10 06:49:01

The programming language is called "cursed". It's cursed in its lexical structure, it's cursed in how it was built, it's cursed that this is possible, it's cursed in how cheap this was, and it's cursed through how many times I've sworn at Claude.

Absolutely dying at this.

Read this post on the web | Respond to this post via email

U2 + Gospel Choir - I still haven't found what I'm looking for

2025-09-01 21:21:00

I’ve been listening to a lot of Donald Lawrence and the Tri-City Singers lately. Big, powerful gospel choir music feels pretty dang good right now.1

This gospel choir-fueled version of the U2 hit is something else.


  1. I actually got to be part of a gospel choir in college, and it was one of the best experiences I had at the U.  

Read this post on the web | Respond to this post via email

Irrational Dedication

2025-08-31 20:44:24

Behind every seemingly effortless success lies a landscape of invisible battles: endless meetings, self-doubts, and moments of near-total collapse.

What truly separates people isn’t some magical talent, but an almost irrational commitment to pushing through pain that would break most people.

Everything around you—every convenience you enjoy, every space you inhabit, every service you use—was one person’s refusal to accept the world as it was.

The world progresses from a collection of irrational dedication.

Related: glory means nothing without sacrifice. Personally, I’m sometimes quick to want the glory without the sacrifice, which results in a fairly hallow glory.

Read this post on the web | Respond to this post via email

Fix the News issue 309

2025-08-29 21:00:00

I’ve cut social media almost entirely out of my life (10/10 recommend), but I still drop into LinkedIn every so often. And honestly? I get exhausted fast by all the heavy, depressing posts.

Yes, there’s a lot of real suffering and injustice in the world. If you’re in the thick of it right now, I hope you’re able to keep hanging in there.

But if you’d like a little break from the bleak hellscape that is 21st-century journalism, check out the latest issue of Fix the News. Or, if you just want the highlights, here are a few that stood out to me:

  • Billions of people have gained clean water, sanitation, and hygiene in the last nine years. (Billions with a B.)

  • In the 12 months prior to June, Africa imported over 15GW of solar panels. Sierra Leone alone imported enough to cover 65% of its entire generating capacity.

  • Google estimates the median LLM prompt uses 0.24 Wh (about nine seconds of TV), emitting 0.03 g of CO₂ and five drops of water. (How many of you leave the TV on while doing chores?)

  • Wildfires are terrifying, but between 2002 and 2021, global burned area actually fell 26%.

A gentle reminder: news and social media are designed to keep you engaged by stoking fear, outrage, and anxiety. That cycle is hard to break, and a lot of my friends worry that looking away even for a moment means we will collectively slide into totalitarianism and ruin.

That’s a lot of weight to carry alone. Yes, we need to stay vigilant and hold leaders accountable, but we can’t live paralyzed by fear. There are countless good people stepping up, trying to make the world better (including many of you). Try to hold onto that truth alongside the bleak!

Read this post on the web | Respond to this post via email

Big O

2025-08-24 00:03:51

Big O notation is a way of describing the performance of a function without using time. Rather than timing a function from start to finish, big O describes how the time grows as the input size increases. It is used to help understand how programs will perform across a range of inputs.

In this post I'm going to cover 4 frequently-used categories of big O notation: constant, logarithmic, linear, and quadratic. Don't worry if these words mean nothing to you right now. I'm going to talk about them in detail, as well as visualise them, throughout this post.

I have a minor in computer science, and I remember sitting through many explanations of the importance of Big O notation, yet it hasn’t really mattered much in my career until recently.

If you have heard of Big O but aren’t clear on how it works, give this post a shot. It contains a lot of great visualizations to help drive the point home.

Read this post on the web | Respond to this post via email

Habit experiment №2: Self-directed study

2025-08-23 12:02:35

By many peoples’ standards, I don’t actually actually own a lot of books. But, of the books I do own, I’ve probably read only about 70% of them. And of that 70%, I can’t even admit to reading each book in its entirety. This is intentional. I like cultivating a “home library,” which I believe must include an inventory of unread books awaiting future serendipitous re-discovery. I’m not alone in this. In Reading Well, Simon Sarris describes a similar personal philosophy:

You should buy books on a whim, whenever possible, enough that you start to forget about them. You shouldn’t know the whole contents of your own shelves. If you create a home library it should act as one: It is there for you to discover and rediscover, to get lost in.

For me, it’s a library, but for music.

I was thinking today about how I feel like I’m in a rut with my music library. I’ve spent an hour or two every day for weeks now cultivating my collection of music that has followed me for decades.

And I’m tired. All that weeding is hard work, even if it’s “just” carefully adding ID3 tags and the highest album art you can possibly find for each piece of music you have.

But the payoff is that I have an amazing garden, a well curated selection of tunes that provide answers to many of the questions I ask that can’t be specifically answered by books.

I also enjoy the Whim concept that Sean describes here. As I’m finding my attention being drawn away from the music (or, if I find my attention is drawn back into the music in a non-harmonious way), I pull it from the garden.

After all: if an album was meant to fit into my life somehow, it’ll find its way back in there.

Read this post on the web | Respond to this post via email