Live data from Hacker News

Ask HN: What Are You Working On? (April 2026)

news.ycombinator.com

371–380 of 1001 posts

Re: Ask HN: What Are You Working On? (April 2026)

#371
I made Claude build me a web app to come up with anagrams: https://github.com/egeozcan/anagramci

I'm now having immense fun trying to come up with anagrams to whole sentences in Turkish.

I guess you could even automate finding anagrams (there are even web sites which allow you to do so), but Turkish agglutination makes it so much fun, and you can make really creative ones manually.

Once upon a time I even had made a tumblr to share what I found: https://sacmanagram.tumblr.com/ (also Turkish).

Re: Ask HN: What Are You Working On? (April 2026)

#372
I have been prompting and building a pos[1] for fun. I have been improving it bit by bit. I will also admit that I have not looked at the code that AI tools have generated. I let AI test it and the AI also finds bugs and fixes it.

Its a fun project, all done using free tier.

https://pos.unlimit.in

Re: Ask HN: What Are You Working On? (April 2026)

#373
post #223

My mother is living alone in her house and we are getting to the point where she might not be able to live alone. I built "Still Kicking", a picture frame that monitors her motion and sends back basic reports and can detect falls and sleep quality to a phone app, to help give her more time at home. It's just an mmWave sensor connected to an ESP32. But it works nicely, and I'm thinking of starting a company making the…

There was a Minnesota company called Healthsense (was acquired by GreatCall which was then acquired by BestBuy, not sure if the company/tech exists anymore) that had a similar approach on a broader scale. Their system used a bunch of mundane smart home sensors in the usual configuration (e.g. contact sensors on doors, motion sensors, etc) but also for tracking patterns and habits, like the refrigerator door, toilet seat, bed, etc. The idea being that an abrupt shift in behavior would trigger a notice for a loved one or nurse to check in. I always thought this was a cool idea and it's a shame it didn't take off a bit more.

The question of "intrusion" was always interesting to me because old folks often face going from nothing to assisted living or nursing home which is often quite intrusive, where somewhat ironically adding a bunch of sensors to your home allows you a bit more privacy.

Kind of a tangent, but I like your type of system as an alternative to the emergency pendants. It always struck me as strange to expect old folks at risk of fall to remember to charge and wear a pendant at all times.

Re: Ask HN: What Are You Working On? (April 2026)

#375
I’m building an open source SaaS for every vertical. I’m targeting e-commerce, restaurants, gyms, hotels, grocery stores. I want to leverage these systems to build an interoperable marketplace for each vertical. I launched a Shopify alternative in December and the Toast one is almost ready. Gyms, Hotels, and Grocery stores ones are in the works.

Re: Ask HN: What Are You Working On? (April 2026)

#376
Greetings from Munich. I’m building Joy, a CLI for product management. Your backlog is plain text in your git repo. joy add "fix the login bug", done. AI works through the same workflow as humans: identities, capabilities, cost budgets, every action in the git log. Still early. I use Joy to build Joy. Joy docs: https://joyint.com/en/joy/docs Ecosystem and trust model: https://joyint.com/en/docs/architecture Feedback welcome.

Re: Ask HN: What Are You Working On? (April 2026)

#377
I helped co-host a popup village in rural South Korea last week. Mix of co-working, co-living and local activities like trail running and bird watching.

Post-event feedback showed everyone loved it. But personally I think we could have done better organizing on the co-working side so people has a more predictable schedule to lock-in.

So I’m planning what the next iteration of this event could look like if the co-working aspect was stronger. Especially in the area of everyone sharing their personal and/or professional intentions with each other. So they're more likely to accomplish those intentions with the help of other participants.

https://protoville.xyz

Re: Ask HN: What Are You Working On? (April 2026)

#379
I've been building an HLS streaming engine with Elixir. It takes care of asset segmentation, transcoding, and streaming. It supports regular VOD playout, as well as live streaming by dynamically building HLS playlists from a variety of sources, including transcoded VOD assets and other HLS livestreams. It has a basic scheduling system and I'm integrating a lua engine to allow dynamic scheduling using user-provided scripts.

I'm hoping to continue extending it until it can act as a full internet TV delivery stack like Pluto or Roku TV. It still needs to be behind a CDN for efficient delivery but basically any CDN would work.

Re: Ask HN: What Are You Working On? (April 2026)

#380
with the advent of modern LLM's, I was building a lot of small, shareable, static sites.

Games, utilities, calcultors (for whatever niche), and anything else where I wanted it accessible for me from anywhere, plus the poeple I want to share with (publicly or privately)..

So, I built this:

https://pagey.site

Simple static site hosting. Upload html or a zip-containing-html along with other needed files, and it gets hosted on a subdomain with full https. Optionally, password protect it, or generate shareable links. Also, detailed analytics and other stuff.

Im already hosting 16 small sites on it.. loving it.

Post reply on HN