Ask HN: What are you working on? (February 2025)
251–260 of 922 posts
Re: Ask HN: What are you working on? (February 2025)
#252In my country (Malaysia), most banks only export bank and credit card statements as PDFs, with no standard format for displaying the data. Since most of my transactions are cashless, I want a way to track my spending habits. I don't want to manually key in each transaction, so apps that require that won’t work for me. Right now, I'm building a bank statement PDF converter to track my past spending. I’m about halfway…
Do the banks offer email notifications for transactions? That could be another approach if you automate pulling info from the emails
That said, my main goal for now is just to make it work for personal B2C use first. I do think there’s some potential here because major cities are pretty much cashless now, and there aren’t any good existing solutions for B2C.
There are some other decent options, but they mainly focus on B2B (that’s where the money is), so they’re quite expensive and overkill for what I need.
Re: Ask HN: What are you working on? (February 2025)
#253Writing software, a reading website, coverage tracking, self-hosted pulumi/terraform backend, and a space trading API game (since very recently). It’s a bit hard to spread efforts over all of them, but at least most of these projects have lasted several years now, so not constantly doing new things that never finish.
Re: Ask HN: What are you working on? (February 2025)
#254After seeing an example image on wikipedia someone took of a tram [2] I want to try do it to the trains that run near my house.
[1]: https://writing.leafs.quest/programming-fun/line-scanner
[2]: https://en.m.wikipedia.org/wiki/Line-scan_camera#/media/File...
Re: Ask HN: What are you working on? (February 2025)
#255Working on "wanting to live". It's hard to create desire within oneself when one has experienced intense sorrow. Been trying the "do the thing, and desire comes after" for many things (baking, piano, skating, ..), but that hasn't really worked. What has seemed to work is connecting with people (crucial that they know how to connect back). Made a little web app that helped me communicate: https://azriel.im/tears/ (I c…
Re: Ask HN: What are you working on? (February 2025)
#256``` @Synth def tone(freq=440, amp=0.2): return SinOsc.ar(freq, 0) * amp ```
Re: Ask HN: What are you working on? (February 2025)
#257It's not available publicly yet, but works well for my purposes and I'm working on productionizing it. Sign-up page for updates: https://letmeknow.jkoff.ca/infinite-ci
Re: Ask HN: What are you working on? (February 2025)
#258ATM I'm making some videos to show how it works and how it saves time for us. It's free, 100% private, local-first, and has E2E browser sync for subscribers.
Re: Ask HN: What are you working on? (February 2025)
#259I recently made a little tool for people interested in running local LLMs to figure out if their hardware is able to run an LLM in GPU memory. https://canirunthisllm.com/
And you can definitely add some ref links for a bit of revenue.
Re: Ask HN: What are you working on? (February 2025)
#260Working with clients I realized that many companies lack basic monitoring and observability. E-commerce shops go down and no one notices. DBs do thousands of useless queries per minute. Emails stop sending silently. I’m building a tool to make monitoring setup a no-brainer. I’m talking about basic website monitoring setup in 5-seconds — literally. The problem is not a lack of tools. The existing tools are not even th…