Test.
Worklog: doodled dungeon generation prototype.
I made one YouTube video every week for a year. Here's what happened.
runprompt lets you run LLM .prompt files from your shell with a single-file Python script. It turns prompts from ephemeral into concrete artifacts you can re-use in your shell.
Thank you for your feedback.
Worklog: 🧑🚀 putting together a Windows build of https://asterogue.com for publishing on Steam.
I analyze some of the problems with agentic coding, and look at other options for using LLMs in software development.
I released a new version of Jsfxr Pro. 🎉
It's a retro sfx generator for game devs & musicians.
- New export formats:
- OGG files
- MP3 files
- Sfxr files
- JSON sound parameter editor
- Export all account data and sound packs
- Added tooltips
- UI tweaks and fixes
Check it out at https://pro.sfxr.me/
Video: https://www.youtube.com/watch?v=X7nGlvEeL24
Blog: https://mccormick.cx/news/entries/new-jsfxr-pro-features
Feedback most welcome! 🙏
I tested out two free open weights models with Ollama on an old Macbook air from 2015 to see how it performed.
A quick review of the exciting new ClojureScript features in the 1.12.116 release!
uncompressible is a good way to be
runprompt
Single-file Python script that runs Google's .prompt format (markdown template + front matter) from the command line. Zero deps, works with any LLM provider, supports structured JSON output & Unix-style chaining.
Perfect for quick AI automation without frameworks.
Worklog: hacking on new download formats for https://pro.sfxr.me - coming soon!
Getting my web game on Steam. A quick look at the process of listing in the Steam store.
❌ Cloudflare is down, so basically the whole internet is down.
✅ Except for https://rogule.com
the 🧝 rejects cloudflare centralization
#rogule
What is an LLM agent? A description and a technical look at how to implement one using curl requests.
Build a ClojureScript native desktop app in 5 minutes with NeutralinoJS.
Control the SIDBlaster USB (SID chip controller) with Python via the ftdi_sio module.
https://gist.github.com/chr15m/922391517223cb3b9166547a70e09baa
Found a bug in subscribeMap EOSE handling. Issued a fix: https://github.com/nbd-wtf/nostr-tools/pull/515 nostr:nprofile1qydhwumn8ghj7un9d3shjtnhv4ehgetjde38gcewvdhk6tcprfmhxue69uhhq7tjv9kkjepwve5kzar2v9nzucm0d5hsqgpm7rrrljungc6q0tuh5hj7ue863q73qlheu4vywtzwhx42a7j9n5qnvvze enjoy!
Oh we use this now?
subscribeMap(requests: { url: string; filter: Filter }[], params: SubscribeManyParams)
This just bit me too. I'm confused about how we subscribe to many filters now.
A Scittle ClojureScript game menu starter template for 2d games using Reagent.
Deploy a Nostr relay with one script.
There is a NIP proposal for Static Websites hosted on Blossom Servers and Nostr Relays:
https://github.com/nostr-protocol/nips/pull/1538
So, NostrDeploy.com implements this NIP:
https://github.com/sepehr-safari/nostr-deploy-server
One can simply deploy their sites with a single command using nostr-deploy-cli:
Awesome, thanks!
I'm curious to know how nostrdeploy compares with e.g. nostr-webhost. It would be good if there was a standard for publishing and displaying small static websites via Nostr.
nostr:nprofile1qyfhwumn8ghj7anpw4k8gtnfwf5hxtn5duqzq3frhevd89d3kxt2nwxg9vpck6y4evptdq7scff6j4gx3kapltxs8cp55g is there any documentation available on how you implemented this? It would be great if there were a NIP detailing double ratchet message encryption.
Ok I see you made a JS library for doing this, thanks:
Once I finish NIP-17 support I think I'm going to start looking into nostr:npub1g53mukxnjkcmr94fhryzkqutdz2ukq4ks0gvy5af25rgmwsl4ngq43drvk double ratchet NIP. It requires the client to keep state, but If I remember correctly it requires a lot less decryption requests from the users pubkey since it uses rotating random keys
nostr:nprofile1qyfhwumn8ghj7anpw4k8gtnfwf5hxtn5duqzq3frhevd89d3kxt2nwxg9vpck6y4evptdq7scff6j4gx3kapltxs8cp55g is there any documentation available on how you implemented this? It would be great if there were a NIP detailing double ratchet message encryption.

