Also, while working on maps, felt there weren't any good alternative to GeoJSON editor online so built something by spending hours, it's one of the best GeoJSON Editors out there which is free to use https://krata.app
Ask HN: What apps have you created for your own use?
161–170 of 793 posts
Re: Ask HN: What apps have you created for your own use?
#162I do bit of property investing in South Africa and needed something to evaluate all potential deals.
Re: Ask HN: What apps have you created for your own use?
#163Using https://wwebjs.dev/ to read my whatsapp messages, redis for storage/interop, and a script written for https://github.com/matryer/xbar for a "GUI", instead of running WhatsApp Desktop / WhatsApp Web on my machine (very bad for my attention), I have a status bar icon saying when did I last get a message from my wife, and the text of the last few messages.
Re: Ask HN: What apps have you created for your own use?
#164https://303-gen-06a668.netlify.app - A tool to generate randomised 303 acid loops (Chrome only)
https://metronic-studio-0d0680.netlify.app - Unfinished web daw project started a few years ago
Re: Ask HN: What apps have you created for your own use?
#165Re: Ask HN: What apps have you created for your own use?
#166- https://flathabits.com - After reading Atomic Habits, I wanted a habit tracker but most had more friction than I wanted, required accounts, had distractions, lock-in etc. so I built a privacy-focused app, with little friction and no-lock-in (saves to plain text).
- https://plainorg.com - There are a gazillion markdown apps on the App Store, but hardly any supporting org markup, so I built one.
- https://xenodium.com/scratch-a-minimal-scratch-area - I wanted a surface where I could just dump text with as few taps as possible.
- https://github.com/xenodium/macosrec - I wanted to take either screenshots or videos of macOS apps from the command line, so I could integrate anywhere.
- https://github.com/xenodium/chatgpt-shell - I'm far down the Emacs rabbit hole, so I prefer Emacs-integrated tools. Built a ChatGPT Emacs shell to see what the hype was all about ;) tl;dr it really does help.
- https://github.com/xenodium/dwim-shell-command - A way to manage and easily apply the gazillion one-liners (and more complex scripts) I've come across. I got close to 100 utils check-in now.
- https://github.com/xenodium/ob-swiftui - Play around with SwiftUI layouts from the comfort of my preferd editor.
- https://github.com/xenodium/company-org-block - Org block completion.
- https://xenodium.com - I tend to scratch own itches and post my solutions here.
Re: Ask HN: What apps have you created for your own use?
#167This is a mdns repeater for (primarily home) networks. The "recommended" way is to use use PIM/IGMP but you can not control the specific mdns names that'll be repeated over the vlan boundary. There are a few other repeaters but nothing that would've worked for me so I wrote this. It still needs a few improvements around caching responses. mdns enabled devices do known prefix suppression which some times causes problems.
Re: Ask HN: What apps have you created for your own use?
#168I haven't revisited it in a while, and the docs could probably do with some love, but I use it every day.
Re: Ask HN: What apps have you created for your own use?
#169A scrabble-esque word game to play with my friend, and try out some modified game rules. Built with Elm.