I’m working on a native UI framework in rust. I want to be able to build cross platform, fully native applications with native code. And I want platform native components. I started with Leptos - which gives you a nice declarative UI syntax and reactive elements. I used Claude to get that working on iOS, cocoa and GTK. I made a nice little iOS schedule app for attendees at conferences. It works great. All rust, nativ…
Ask HN: What are you working on? (August 2026)
711–720 of 1001 posts
Re: Ask HN: What are you working on? (August 2026)
#712Which is, i think, a common thing about solo devs.How do you guys deal with that?
Re: Ask HN: What are you working on? (August 2026)
#713Re: Ask HN: What are you working on? (August 2026)
#714The tunnel itself worked, but stock illumos could not manage the DHCPv6 prefix delegation required by my connection. I also spent quite a bit of time tracing a four byte ABI mismatch between a 64 bit Rust process and a 32 bit illumos service.
There was no happy ending, but I learned more about the illumos network stack and distilled the experience into a blog post: https://skalski.dev/connecting-my-illumos-box-to-a-japanese-...
Re: Ask HN: What are you working on? (August 2026)
#715Re: Ask HN: What are you working on? (August 2026)
#716Re: Ask HN: What are you working on? (August 2026)
#717Replaypics allows a person to create an event and upload pictures, optionally invite others to upload their pictures. It selects the best and makes 4 collages and 2 videos (portrait and landscape). The videos are set to music that is selected as per the mood of the photos, cuts synced to the beats.
Trying a different monetisation method: Albums are free to create, users pay only to get the share link. Curious whether people will pay at the share moment.
Re: Ask HN: What are you working on? (August 2026)
#718Re: Ask HN: What are you working on? (August 2026)
#719Re: Ask HN: What are you working on? (August 2026)
#720You can work on shared files instantly without uploading or downloading them.
1 minute video: https://www.youtube.com/watch?v=9Wt0NMx2_I8 Github repo: https://github.com/KeibiSoft/KeibiDrop
Since last month hardened bidirectional edits such that people can work on video assets with Premier Pro, DaVinci, and such.
Got a pre-alpha release, where we managed to split congestion control over QUIC and bulk data transfers over TCP, and the lockless conflict resolution :D