March 9, 2025So there I was…
#
So there I was applying to another startup on Y-Combinator a few Mondays ago, and in my cover letter I made a joke about how difficult it is to get deterministic responses out of LLMs. Almost immediately after I sent the email, I instantly came up with a better joke I should have used instead:
How many LLMs does it take to screw in a light bulb?
...
February 7, 2025The Problem
#
Maybe like me, you work on lots of remote, terminal-only servers setting up stupid stuff like Plex, Jenkins, Godot Packaging, game servers, etc.
If you do this, you probably spend hours testing terminal commands trying to find the exact commands to configure your device properly. If your server ever went down, all that work would be lost forever.
Luckily, that command history is available on the device itself (up-arrow shows previous commands), but it doesn’t really help you if that VM is deleted and lost forever, or if you want to show somebody else the many steps it took to do something complicated. Copying commands one at a time is a non-starter too.
...
December 3, 2024
What is Shorter Services?
#
Shorter.Services is a SAAS application I dreamed up in December 2023. I wanted to make it easier to convert human-readable text from rasterized files into machine-readable data. I also wanted to make money off what I thought was a unique idea.
Fast forward 10 months, and I came to realize that my idea was not at all unique. At least 5 other, larger companies already had similar offerings. I was disheartened, but I finished the project.
...