Ask HN: What Are You Working On? (June 2025)
531–540 of 1001 posts
Re: Ask HN: What Are You Working On? (June 2025)
#532Re: Ask HN: What Are You Working On? (June 2025)
#533I'm finally getting my online presence in order... This week, I'll set up a Hugo blog with the Ed theme, love it, looks exactly what I'm looking for, and as a former LaTeX enthusiast, it's pretty close. It's readable, minimalist. I'll need to customize the theme, though. I plan to publish blog posts about anything I find interesting. https://gohugo-theme-ed.netlify.app/ In parallel to this work, I'm setting up a simp…
Now I figured out I want to go all in actually learning rust and doing the deep dive in crypto. Enjoy the trip.
Re: Ask HN: What Are You Working On? (June 2025)
#534Some examples:
- A minimal C shell with built-ins like cd, pwd, type: https://gist.github.com/rrampage/5046b60ca2d040bcffb49ee38e8...
- Terminal Snake game which fits in a QR code using Linux syscalls for drawing: https://gist.github.com/rrampage/2a781662645dc2fcba45784eb58...
- HTTP server with sendfile support in ARM64 assembly: https://gist.github.com/rrampage/d31e75647a77badb3586ebae1e4...
I learned to handcraft a static ELF binary using just GNU assembler (no linker): https://gist.github.com/rrampage/74586d0a0a451f43b546b169d46... . Trying to see if I can craft a small assembler in ARM64
Re: Ask HN: What Are You Working On? (June 2025)
#535Re: Ask HN: What Are You Working On? (June 2025)
#536Built in Rust(tauri), GoLang TypeScript and Livekit as WebRTC infra
Re: Ask HN: What Are You Working On? (June 2025)
#537My Misterio docker based tool is searching new feature request... https://github.com/daitangio/misterio/
Also, I am playing a bit with Zulip Chat, which I find quite well done and easy to self-host, considering its complexity: https://github.com/zulip/docker-zulip
Last but not least, I suggest a new Murderbook novel... https://amzn.to/3TMJdlh because there is not only coding!
Re: Ask HN: What Are You Working On? (June 2025)
#538Thinking about:
How will various Human Computer Interaction change as many of current apps (which are screen based UI with some background code) simply get replaced with chat/voice/gesture based requests to LLM