Ask HN: What apps have you created for your own use?
271–280 of 793 posts
Re: Ask HN: What apps have you created for your own use?
#272I've created a mobile proxy pool for a personal project of web scraping real estate data: https://scrapingfish.com/blog/byo-mobile-proxy-for-web-scrap... Then, I expanded the infrastructure and built a web scraping API on top of it: https://scrapingfish.com
Is there a concern of violating mobile network policies in doing so?
Re: Ask HN: What apps have you created for your own use?
#273We have been doing months and months of training and she has improved a lot but occasionally regresses. If I could record the data I could potentially see some trends.
I've been recording each dog interaction in a spreadsheet but that quickly got cumbersome and required me to remember each interaction first and then remember to log it at a later point. This lead(s) to a lot of missed data.
So I'm putting together a simple app that will allow me to log the entry on my phone with a couple of taps and eventually generate charts, etc.
Re: Ask HN: What apps have you created for your own use?
#274At the time, I recall finding one or two tools on GH, none of which seemed suitable. There was also a 3rd party service for calculating tax which integrated with exchanges, but it didn't sit well with me for privacy reasons.
Eventually I felt I had no choice but to build a tool to calculate capital gains from an input CSV of transactions. I wanted to keep it simple, so it puts the burden on the user to download transactions from exchanges and get them in the correct format, which it then processes.
I finally submitted some very late tax returns, and the tax office was kind enough to withdraw the late interest penalty after I explained the effort involved.
Re: Ask HN: What apps have you created for your own use?
#275- Pasty: A pastebin alternative that I regularly use. (https://github.com/abcdlsj/pasty)
- Golink: A straightforward URL shortener that uses 'go/' as its domain.(https://github.com/abcdlsj/share/tree/master/go/golink)
- Readability: This tool strips down websites to their clean, readable content. For more information, visit my blog post at https://abcdlsj.github.io/posts/write-a-readability-tool.htm...> or view the code at https://github.com/abcdlsj/share/tree/master/go/readability.
- Gnar: My personal alternative to tools like Ngrok or FRP, crafted for my own use. (https://github.com/abcdlsj/gnar)
I'm excited to share these with the community!
Re: Ask HN: What apps have you created for your own use?
#276Re: Ask HN: What apps have you created for your own use?
#277I like using my E-Reader to read things, and often "things" will be articles on the web. But I also like making annotations and like the reading app I use (KOReader) quite a lot, so firing up a browser would hurt the experience. So I made a script that turns websites into cleaned-up epub files that get synced over to my E-Reader: https://github.com/solarkraft/webpub It's deliberately engineered just far enough to be…
I recently reached out to the team behind Omnivore, which is a read-it-later app that does export well to Logseq, to see if they could add a pagination function to the app so I could use their app that way instead of scrolling, but being able to save websites in epub format, read them in KOReader, and export the notes would be a great alternative!
What are you using to access these notes over time?
Re: Ask HN: What apps have you created for your own use?
#278For my little girls I built https://www.howdoyousayit.rodeo to practice English vocabulary.
In the past, I built Pegao.co, a bookmark to share public lists of links, but I've shut it down.
Re: Ask HN: What apps have you created for your own use?
#279Re: Ask HN: What apps have you created for your own use?
#280I released an alpha build early this year (https://play.google.com/store/apps/details?id=ai.morrissey.m...) but abandoned it because I stopped using reddit altogether, and didn't love the idea of potentially having to pay reddit for an app I was giving away for free.
Was certainly fun building it though, no regrets.