Ask HN: What Are You Working On? (Nov 2025)
171–180 of 1001 posts
Re: Ask HN: What Are You Working On? (Nov 2025)
#172Re: Ask HN: What Are You Working On? (Nov 2025)
#173Go check it out, its free to try, with a one-time purchase full version:
https://apps.apple.com/app/apple-store/id6475267297?pt=11914...
Re: Ask HN: What Are You Working On? (Nov 2025)
#174Of course we have to slap "AI" on it in this market, but we plan on adding AI features that are actually thoughtful and not just a glorified chatbot.
Re: Ask HN: What Are You Working On? (Nov 2025)
#175Multiplayer QWOP-like where you control one leg of an octopus.
I'm further ahead in the development than shown here, hopefully have the finished thing out with support for multiple games within a month or so (would be faster if I didn't have a job lol)
Re: Ask HN: What Are You Working On? (Nov 2025)
#176So far all levels have been handmade pixel art. I’m now testing machine generated puzzles with random “pixels”. This is an interesting challenge because I still want levels to be solvable and fun. I recently released 15 new puzzles like this and I’m preparing a new update with more.
[1]: https://apps.apple.com/app/nonoverse-nonogram-puzzles/id6748...
Re: Ask HN: What Are You Working On? (Nov 2025)
#177Re: Ask HN: What Are You Working On? (Nov 2025)
#178https://www.inclusivecolors.com/
The interface is optimized to let you quickly explore and tweak multiple tints/shades at once so you can customize all colors exactly how you want e.g. try dragging vertically through the saturation curve in one motion to edit all the tints/shades at once, or shift whole curves horizontally by dragging between the dots on a curve.
It uses the HSLuv color space, where (unlike say HSL) the WCAG contrast stays the same when you change the hue and saturation sliders. This makes it much easier to explore accessible colors choices as you know only changes to the lightness slider will impact the contrast. You can also switch from the WCAG2 contrast checker to using APCA, which is meant to correct for inaccuracies in WCAG2, such as it being too forgiving for dark mode color combos.
Note the mobile version is more of a preview and the desktop version has more features.
I probably need to add something like a tutorial as there's a lot going on, but I've added more hints and tooltips recently. Open to feedback on what's initially confusing and what changes might help!
Re: Ask HN: What Are You Working On? (Nov 2025)
#179Website: https://statisticaldrafting.com
Turns out to be a small niche, but I enjoy it!
Re: Ask HN: What Are You Working On? (Nov 2025)
#180It has been a super fun experience so far - I'm using CPLDs instead of an FPGA which makes the logic a bit more era period. I have a working system now with the math coprocessor, SRAM, DRAM, and other device support.
I am just about ready to get the VGA card I designed produced so I can work on debugging the design.
While this is fundamentally a system that ss less powerful than my apple watch, it is just fun to work on. Going back to very first principles debugging, building tools, and of course getting to exercise an old logic analyzer!