mondobe | 1 month ago | on: Ask HN: What are you working on? (January 2026)
mondobe's comments
mondobe | 7 months ago | on: Show HN: Wordle-style game for Fermi questions
mondobe | 7 months ago | on: Show HN: Wordle-style game for Fermi questions
mondobe | 7 months ago | on: Ask HN: What are you working on? (July 2025)
This is my first time doing anything with frontend more complex than an image carousel, and I have occasionally felt that I'm in over my head with things like multithreading and audio playback, but it's immensely satisfying seeing the app come together.
I am extremely impressed by the Leptos framework [2], and I'm thrilled that I haven't had to write a single line of JS, even when doing DOM interactions or communicating with web workers.
Once I polish up the tracker frontend, I'd like to add a backend and potentially try to release it as a paid app.
mondobe | 8 months ago | on: Is anybody using this private key?
mondobe | 11 months ago | on: Brazil's government-run payments system has become dominant
mondobe | 11 months ago | on: Tell HN: Announcing tomhow as a public moderator
mondobe | 11 months ago | on: Animals Made from 13 Circles (2016)
interface Animal {
Circle[13] circles();
// Leftover from Intro to CS, remember to remove
void make_sound();
}mondobe | 11 months ago | on: AMC Theatres will screen a Swedish movie 'visually dubbed' with the help of AI
mondobe | 1 year ago | on: Microplastics in the human brain
mondobe | 1 year ago | on: Tomatoes roaming the fields and canaries in the coalmine
mondobe | 1 year ago | on: Cats may be able to learn human words
mondobe | 1 year ago | on: DeepMind debuts watermarks for AI-generated text
mondobe | 1 year ago | on: AI-Generated Minecraft in real time
mondobe | 1 year ago | on: In some scientific papers, words expressing uncertainty have decreased (2023)
mondobe | 1 year ago | on: Smartphone buyers meh on AI, care more about battery life
From personal experience, the only thing that changed when replacing the "old" Google Assistant with the Gemini-powered one on my Pixel was that it's no longer able to create reminders.
mondobe | 1 year ago | on: How I Experience Web Today (2021)
mondobe | 1 year ago | on: My negative views on Rust (2023)
Even more importantly than this, Rust has a major emphasis on backwards compatibility. The author mentions a "hamster wheel" of endless libraries, but, in Rust, nothing's forcing you to switch to a newer library, even if an old one is no longer maintained.
In general, the complexity of your project is completely up to you, and (at least to me) it seems like a lot of the new features (e.g. generator syntax) are trending towards simplicity rather than complexity.
mondobe | 1 year ago | on: Ask HN: What's the "best" book you've ever read?
A lot of my current knowledge about the game industry comes from things I learned in this book (or used as a base for further research later on). Each chapter is a vignette into a different era, technology, and country, up to the indie boom of the 2000s. It's not a life-changing read by any means, but it's an extensive and memorable one.
mondobe | 1 year ago | on: Ask HN: What's the "best" book you've ever read?
Most of my work so far has been on the actual music-making interface, but I'm beginning work on the backend now. I've only worked with Django before (for a school project at Georgia Tech), so I'll be deep in the `sqlx` documentation for a while.
There's no manual, so use at your own risk (it's similar to tracker programs like FastTracker and OpenMPT): https://mondobe.com/tracker