Ian Langworth 💥

@statico.bsky.social

Witty social media bio / 🗿🔮✨ / founder & software engineer, one-hit author, sausage dog enthusiast / perpetually working on something new / langworth.com

Cursor and the GitHub MCP server did a great job of addressing an issue. What I didn't expect is for Cursor to use the MCP server to *reply as me on the issue thread* 😱 Comment deleted. MCP tool uninstalled.

Bild

How long before we can write shell scripts in plain English? #!/usr/bin/env llmscript Find all PNG files in input direction, "src". If no files, show an error. Calculate if all tiles can fit in a 1024x1024 sprite atlas. Create the atlas using ImageMagick. Create a JSON file with coordinates.

An interesting document is Wikipedia's edit filter for internet brainrot which gets updated if certain meme phrases are overwhelmingly used in vandalism. It started in the yolo/swag era and has evolved to the skibidi/rizz present, regularly dropping memes that are sufficiently stale (like Harambe)

regex to capture memes such as "|absolute\s*unit" and "|b+o+iii+"

UI is hard! I started with a drag and drop system, but it took up the whole screen. Since equipping items costs a move, you don't want to equip something without realizing a monster hit you. So now I have a tabbed interface. Not happy with it but gotta move on. #roguelike #gamedev