Disclaimer: This project isn't currently publicly available. I was using Simple as my primary bank, and their Goals feature made it possible to do envelope-style budgeting really conveniently. Unfortunately the bank that backed them, BBVA, sold to PNC. This lead to my Simple being shut down, and my account was converted first to a BBVA account and then to a PNC account. When I lost access to the Simple app I first bu…
A Plaid developer account is free and will let you connect to up to 5 bank accounts.
Ask HN: Those making $0/month or less on side projects – Show and tell
311–320 of 1001 posts
Re: Ask HN: Those making $0/month or less on side projects – Show and tell
#312Earlier quoted context omitted.
Unsolicited feedback: If this were also offered as a web-based application I'd probably use it (sitting at my desk all day I don't want to use my mobile device for music). Maybe sell rotating ads or sponsorships (on screen but not in the audio stream, please!) to make some $. Very cool.
That's exactly what is coming next for it! A fully-fledged web app. It's actually built using web tech so it's an easy port. Just need to rebuild some of the native bits for web (ohh I might get to use wasm!) but once that's done it should be good to go. Planning on pushing out in the next 2 weeks. And yeah while I don't need to run ads on it at the moment, if the right sponsor wanted to work with me I'd be exception…
Any plans for Youtube Music support? I rarely use spotify anymore. Not your problem obviously, just wondering if you have plans to expand.
Re: Ask HN: Those making $0/month or less on side projects – Show and tell
#313I'm experimenting with RL. Not gonna lie, it's hard and time-consuming.
Re: Ask HN: Those making $0/month or less on side projects – Show and tell
#314Not currently public aside from maybe a thousand testflight users, but I built a stock and crypto portfolio tracker app focused on design. I'm a designer and developer and this was my first time diving into Swift/SwiftUI. Started as a covid project to learn SwiftUI and became a 3 year side project, complete with full node backend to do some auth, caching, cleaning up data and various things. It's called Stocketa. Her…
Unrelated to the app your building, I've been reading your blog for a few years. Thanks for the content stammy :)
Re: Ask HN: Those making $0/month or less on side projects – Show and tell
#315A custom made wiki for documents and resources related to developing software (games) for the Super Nintendo / Super Famicom. Started in 2010 and still going strong, switched software a few years ago from Ruby to Node.
An online emulator for the SPC700, the sound chip from the Super Nintendo / Super Famicom with a large selection of the game library's OST to listen to. Designed to scratch a personal itch and play with Emscripten years ago.
Re: Ask HN: Those making $0/month or less on side projects – Show and tell
#316It's an another Notion to Blog integration service.
Who can benefit from it?
This project is for people who running a static blog because of their scary speed and publishing it by git push.
Who can't benefit from it?
People who don't love blogging and hate Notion. Sorry guys I did integrate with Notion because it's one of the tool I come across which can satisfy the hectic Hugo markdown properties.
Price? I set $5 per year and I think that's worth the month to spent for this little integration tool.
Any questions? please.
Re: Ask HN: Those making $0/month or less on side projects – Show and tell
#317I put together www.chessrapid.com for my own use. It's a version of Puzzle Rush / Puzzle Storm that has the added benefit of: 1) filtering by tactical themes and 2) seeing what themes you are frequently slow on / incorrect on. This way I can narrow in on the tactical themes that I need to improve pattern recognition on (e.g. I can take a break from Mate in 1 and Mate in 2; I really need to work on middle game).
Re: Ask HN: Those making $0/month or less on side projects – Show and tell
#318I'd often watch game release previews like the E3 and put the games that interested me in some kind of list. Now I would have to check manually for news about a release date or in which stores they would be published. GameWatch takes off this work from me and maybe also from you :).
I know it was most probably done before in some similar way, but I didn't even search for alternatives until now. It would have been a good idea if I wanted to create a real market competitor, but that was not my motivation. I wanted to craft something that was my own, and not a copy of some product. I didn't want to spoil my creativity.
I guess the most asked question will be: Why don't you crawl all the games beforehand and let the user search in your database. After all, it would improve the usability as users would not have to wait for the crawl to happen on demand. Also, you could show useful information like price history etc. per store.
Well, besides the limited resources I wanted to invest, the project was born with a different idea than price monitoring in mind. Rather, the main idea was for me - as a user of many game devices - to get updated as soon as a game is added to a specific store (Maybe some games would be nicer to play on the Switch?).
A preliminary crawl would not really have helped in this case. Besides, the on demand crawl results are cached. So if a popular game is searched for often, the overhead won't really be noticeable.
Costs:
- ~5€ DataDog Logging
- ~10€ VPC (but that is also used for other things)
Re: Ask HN: Those making $0/month or less on side projects – Show and tell
#319Re: Ask HN: Those making $0/month or less on side projects – Show and tell
#320Link aggregator / RSS reader with real-time commenting. No plans to monetize it. I mostly built it to learn Phoenix Liveview and TailwindCSS.