Live data from Hacker News

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

news.ycombinator.com

651–660 of 1001 posts

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

#651
I'm working on Topicle (https://topicle.com), a Reddit-inspired link sharing, voting and discussion platform that rethinks a bunch of basic aspects like moderation, anti-abuse and privacy to try to address some of the biggest pain points. Every moderation action has an admin appeal available, bots and astroturfing are aggressively monitored and policed, comment histories are always visible, no VPNs or datacenter IPs for write operations. Everything is self-hosted (Umami analytics) and there's no data leakage to big ad networks. The full feature set is listed here: https://topicle.com/about

There are also technologies new-ish to this kind of site included like every thread is a live thread via websockets, your post and comment scores update in realtime, notifications are realtime, you can DM other users and receive your messages immediately. So it's distinct from the everything is a hard page load world of 10 years ago and blurring into native software in a browser.

What I'm working on right now is a SwiftUI iOS app, because one of the most interesting observations from analytics has been that the internet is 70-80% mobile devices now, contrary to my 10 years out-of-date conception that people were mostly using the internet on desktops. So a mobile app seems non-negotiable to reach most users. I have a PWA already, but early users have repeatedly requested an official App/Play Store presence.

The stack is somewhat unique in that it's built with a Swift/Vapor framework (https://vapor.codes/) backend, with a more standard React Router 7 (SSR) frontend. I picked this framework mostly because I'm historically an iOS dev, but have found it to be very capable in its own right. I later discovered Apple themselves are using Vapor for some web services and have a team devoted to maintaining the server library (SwiftNIO https://github.com/apple/swift-nio) the framework is based on.

Anyway, it's very early still with launch via Reddit itself only 3 months ago. One of the biggest issues is getting it in front of people without appearing spammy and cold-start on a social platform is also brutal, you need users to get users, and round and round it goes. I may do a Show HN in the future if there's any interest in a real experience using Vapor as a production backend.

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

#652
post #293

Opening a new maker space in Berkeley, July 3rd Noon-Midnight. Founded by 2 guys in a basement 9 years ago. Now opening it up to the community of local makers as a non-profit 501(c)(3). 3D print, laser cutters, CNC, full e-bench. https://eastbaymakersclub.com

You're right in my neighborhood. Signed up! Fantastic!

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

#655
Yesterday I tried to take another crack at reverse engineering my e-scooter. I am don't have the energy to sit down and read through the decompiled android app, so I thought I'd try using Qwen3 Coder next for that but it kept looping when analyzing it, probably due to my terrible prompt. I tried with Mistral Vibe and then OpenCode. OpenCode showed me that the agent was trying to search for all kinds of strings over and over again. I am thinking I'll try yet again this week

I am close to buying a Claude sub but the thought of it going haywire and costing me extra money in tokens is too scary yet. Not to mention how much provider LLMs (not sure on the correct terminology for them as opposed to local) could hamper your reverse engineering efforts (looking at you Fable).

I really want to solve this scooter and have my own app for it. There's a firmware update feature in the app, maybe I could dump the firmware at least and that would help. Anyone have suggestions on what language model would be the best for this task (analyze decompiled and obfuscated android app / analyze dumped firmware ) ? i have a 96gb macbook and would prefer a local one (I guess to make myself feel better for having spent money on it?) but something through OpenRouter or whatever would do just fine as well

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

#656
I'm beginning to build/host a series of own-use, self-hostable products for personal benefit, starting with an LLM chat for me & my wife, a photo manager, our personal calendar, "whitelisted" youtube app for kids in our home, investment tracking, story/music playlist for our kids, and so on. Plan is to run and maintain our own ecosystem of essential products for our family.

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

#657
Continue work on my map-based WW2 Pacific submarine sim Silent Shark https://silentshark.app - I just added lifeguarding missions and am going to do my first ever "developer broadcast" on Steam tonight for the Steam Next Fest and hoping I don't screw things up...

I've been pleasantly surprised at the community beginning to get excited about the game.

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

#658
I am working ton Mixor a news comment site. http://www.asiaviewnews.com/gigabots/threads. It has posts about tech, and politics and a little finance. It's meant to be about anything. Right now you can post to start a new thread, and reply to existing threads. It has a bug on loading that I can't find the solution for, if you reload it should work. It also has a more recent issue, that I haven't renewed the ssl certificate for it, should work in Chrome if you click on the warning about visiting the website.

I am also working on an iOS app for video.

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

#659
Working on a cross platform podcast app. Server client but with full* offline support. Written with Dioxus + Axum and targets web and mobile. Hopping to get most of the features of antenna pod and a less bugs weirdness than Podverse (currently using iOS). Hoping to to release the code / deploy to the App Store once I dog food it a bit more.
Post reply on HN