Ask HN: What are you working on? (May 2026)
531–540 of 1001 posts
Re: Ask HN: What are you working on? (May 2026)
#532Recently I came up with an idea for a puzzle-adventure under Playstation mod limitations. That means no new assets, and no new scripts either. Simply, let's treat it as a different game, and see what can be done with that. I researched the built-in scripts, and oddly, every script that could be used to enable a game object was not repeatable. Ditto for scripts to disable an object. The only repeatable scripts were toggle scripts (disable an object if it is enabled, enable if it is disabled). So last week I prototyped some puzzles using that primitive only, and while doing so, I figured out how to trick the engine into making those do-once scripts repeatable, too...
Re: Ask HN: What are you working on? (May 2026)
#533I've been learning to crochet. I'm trying to do more hobbies with my hands, but it's also pretty interesting from a mathematical perspective. The fundamental primitive (the chain stitch) is like a series of slip knots, and each stitch is reversible. So the piece is actually a series of reversible transformations. The yarn is sewn in at the end to secure it. This has some interesting implications. If you make a mistak…
Re: Ask HN: What are you working on? (May 2026)
#534Old-school graphics in modern TS.
Several years ago, it was not possible to blit an entire screen of random pixels to the screen at a decent frame rate without something like shaders.
Even though the screen is now even higher resolution, the CPU can now blast 2560x1440 random pixels to the screen at 90 FPS. Must be advancements in hardware and/or JS runtime. (The bottleneck seems to be generating the random numbers...)
I figured out how to make my TV static effect look more realistic:
- Mostly: TV "pixels" had wide aspect ratios[1]
- Larger "grains" (see info in corner)
- Also added subtle CRT scan line effect. ('C' to toggle)
- Looks different when animated (click to toggle pause; probably should emulate 60FPS).
---
Started revisiting this rabbit hole while thinking about programming prompts from the new Recurse Center application[2]. They suggest about six different prompts; I figured out how to combine all the prompts together.
[1]: https://github.com/Leftium/fx/blob/33405b25dc7caeb48e6c563a3...
Re: Ask HN: What are you working on? (May 2026)
#535I created the platform because I found myself rewriting the same parts of my prompts (or storing them in a text-file) all the time. Now, with a few simple clicks I can populate all the task-specific fluff (personas, constraints, tones, ...) around the actual task that I want the AI to complete.
The platform is open by default; with the purpose of letting users learn from prompts and building blocks that other users created and use. I don't have any users yet, because I want to complete the MCP and Claude Code Plugin before I start marketing my product.
Other things on the roadmap:
- Teams tier, where teams can privately share prompts and building blocks between them. Currently, your data is either private or public, no targeted sharing.
- LLM integration into the prompt builder to reduce prompt engineering friction even more. Instead of manually searching for, and selecting the building blocks you want to use, you would just start typing your task and let the platform decide what building blocks would best support your prompt. There is still a difference with letting an LLM completely generate the prompt, as we would be using existing building blocks that have real feedback from previous uses.
Let me know what you think!
Re: Ask HN: What are you working on? (May 2026)
#536Re: Ask HN: What are you working on? (May 2026)
#537This started with https://github.com/edward-murrell/sambervise - a GTK tool for admining Samba users and groups. I'm currently building a tool that walks a user through setting up a domain, adding DCs, and configuring fileservers and workstations.
In the TODO is making NFSv4 integration with Samba as painless as possible, and some kind of GUI application.
Re: Ask HN: What are you working on? (May 2026)
#538Re: Ask HN: What are you working on? (May 2026)
#539It's called a smol machine free and oss, https://github.com/smol-machines/smolvm
Re: Ask HN: What are you working on? (May 2026)
#540I’m an application developer by day, but lately Claude Code and Codex have finally made microcontrollers approachable enough for me to start tinkering with them on the side. I built this little “holographic” display that shows the surf forecast for any beach. While my friend built the casing, and mechanical part of it https://x.com/paulnovacovici/status/2041722840190480581?s=46...