Live data from Hacker News

Ask HN: What are you working on? (May 2026)

news.ycombinator.com

421–430 of 1001 posts

Re: Ask HN: What are you working on? (May 2026)

#421
The last couple years I've been prototyping a not-for-profit pinball museum in Chicago. In the coming weeks we'll be opening 7 days a week in a 2900 sq ft space in the Loop: https://theflip.museum/

It's my first time starting a physical, retail business and it has been quite an education in the small details.

Re: Ask HN: What are you working on? (May 2026)

#422
The last couple weeks have been working on a parking spot app for Taipei and New Taipei. Finding a available spot, especially during weekends is very difficult. There are some apps, but only in Mandarin, so I did a English version.

If you are in the area, try it out https://taipeiparking.com/ - Android app and web app.

Re: Ask HN: What are you working on? (May 2026)

#423
I am working on a local first task and note manager with AI integration, both a TUI (mac, linux, windows) and iOS app.

https://vistacker.com - allows disconnected operation, auto sync across multiple machines with optional encryption so the service can’t see your data.

I'd love to get some feedback (have a few friends trying it out).

Re: Ask HN: What are you working on? (May 2026)

#424

I’m working on 2 hardware projects right now! Fold-up, scissor lift, cross-cantilever 3D printer for open sauce M.2 FPGA hardware accelerator devboard All just for fun and open source https://github.com/kaipereira :D

Both of those are cool projects!

Re: Ask HN: What are you working on? (May 2026)

#425
I'm building a memory safe programming language that's like Rust, with a declarative concurrency model, which makes it much safer, simpler, and easier and nearly as fast & efficient

https://github.com/cuzzo/clear

The goal is to make Rust code nearly as easy to write as Ruby, but it almost always does the absolute best strategy.

You can write somewhat slow untyped code, and the internal tooling can guide you to adding all the types and optimizations and concurrency strategies that will make your code as fast as possible.

Re: Ask HN: What are you working on? (May 2026)

#426
Just finished an app that allows you to track every rep, set, and weight at the gym. Decaboy — the ultimate gym companion for serious bodybuilders

https://decaboy.fit

Built in 15 minutes with mecha-ai my own code assistant using DeepSeek

https://github.com/kuyawa/mecha-ai

Right now working on a betting app, DeepSeek is fairy dust and Mecha is my magic wand, I am unstoppable!

* If you need an app I can build anything and I mean anything in one day for peanuts, just let me know

Re: Ask HN: What are you working on? (May 2026)

#427
I'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 mistake, you can always backtrack and try again. If you have a crocheted piece, at least in principle you could find the lose end, free it, and work back stitch by stitch to reverse engineer it. (In practice people don't seem to do a stitch-for-stitch reverse engineering just like you probably wouldn't bother reimplementing something line by line without a compelling reason, you figure out what's going on in the challenging places just by look and feel and improvise from there.)

I'm oversimplifying somewhat and there are some forms of crochet that include irreversible stitches, yarn can be felted together (entangled, like a cotton ball) to create irreversible bonds between adjacent strands, and often several panels/pieces are joined together irreversibly to create a larger piece.

Re: Ask HN: What are you working on? (May 2026)

#428

BrowserBox demos: https://win9-5.com/demo These embed a remote browser in an iframe to give you “embed anything browser view” custom elements. The demos focus on retro desktops to emphasize the browser - as these common web tropes, the retro desktop, can never actually ship a real browser without something like bbx. https://browserbox.io https://github.com/BrowserBox/BrowserBox

Maybe I'm slow, but tbh this "retro desktops" demos were more confusing than helpful for me. I had trouble understanding what are you trying to show with this - why is there a full desktop with multiple apps, and it takes several clicks to open this web browser. "embed a remote browser" and "embed anything" in the same sentence - anything? Like are they embeding streamed windows 95 os? Is this entire windows simulator streamed (too good quality but could be some streaming svg magic)?. Too much irrelevant details and elements. Obviously I understood after these several clicks and seeing heavily compressed browser window, but I found Hyper-Frame browser to be a clearer demo.
Post reply on HN