Ask HN: What apps have you created for your own use?
681–690 of 793 posts
Re: Ask HN: What apps have you created for your own use?
#682Re: Ask HN: What apps have you created for your own use?
#6831. https://github.com/smcameron/space-nerds-in-space Space Nerds in Space, a multiplayer starship bridge simulator for linux 2. Gneutronica, a MIDI drum machine program https://github.com/smcameron/gneutronica 3. gaseous-giganticus a program to generate textures for gas giant planets https://github.com/smcameron/gaseous-giganticus 4. explodomatica, a program to generate "explosion noises" by filtering white noise htt…
Re: Ask HN: What apps have you created for your own use?
#684I've written a BitGrid simulator in Lazarus.[2] BitGrid is a hypothetical computing architecture I've been noodling with for decades. I'm hoping to learn Verilog/VHDL/RTL enough get a chip made in one of the free shuttles.
Then comes the hard part... programming the thing. I keep pushing myself back into perpetual analysis paralysis.
Re: Ask HN: What apps have you created for your own use?
#685the one that meant the most for me was earlier this year, I made an add-on for me and my friends that automatically syncs esports matches (e.g. Valorant, CS, LoL etc.) to Google Calendar . Things took some turns 10 months later I now have 100+ users (https://tournacat.com/).
Re: Ask HN: What apps have you created for your own use?
#686I wish the grouping API was available on Chrome, even if the docs say they are, they just don't work properly.
Re: Ask HN: What apps have you created for your own use?
#687My goal is to learn SwiftUI and explore new technologies.
The app is now open source on GitHub as well, it's my way to give back to the community as I was learning it.
---
[1] Download link: https://apps.apple.com/app/clendar-a-calendar-app/id15481020...
[2] Landing page: https://vinhnx.github.io/clendar-site
[3] GitHub: https://github.com/vinhnx/Clendar
Re: Ask HN: What apps have you created for your own use?
#688Like every programmer before me, I created a to-do list app of course! However, as a programmer, I prefer trees to lists so I made a to-do tree app. I have been using it religiously every day since to manage all aspects of my life in a way that I couldn't previously with tools like Wunderlist (RIP) or didn't have the time to make work in this way like Notion. Shockingly there aren't many other options out there for t…
Re: Ask HN: What apps have you created for your own use?
#689I created a note-taking app which works in every* browser, with and without JS and CSS, has bookmarklets for clipping, PKI-backed user accounts, completely portable data format, threaded conversations, completely auditable data structure, labeling, queryable with SQLite, web of trust for the user identities, and support for adding and running code. * Mosaic has issues, and I have not tested on many pre-Mosaic browser…
Wow! I thought I was familiar with the history of the web, but I didn’t realize there were pre-Mosaic browsers! Just to confirm: you are referring to this link in your profile, correct? https://github.com/gulkily/pollyanna Edit: glad to see w3m in the supported browser list!
(I wasn't there, but I've done a lot of research into this.)