Viewing profile — ashish01
ashish01
HN member- Joined
- Mon, Sep 21, 2009, 11:39 AM UTC
- HN karma
- 638
- Public activity
- 130 items
- HN profile
- View on Hacker News ↗
About ashish01
No profile information was provided.
Recent public activity
-
comment
Comment #49062268
[dead]
- story
-
comment
Comment #48849872
Since it was making rounds yesterday here is what muse generated for the 3d rubik's cube prompt - https://ashish01.github.io/rubik-muse/
-
comment
Comment #47479169
> Browser not fully supported > This editor relies on WebGPU for rendering, which currently works best in Chrome or other Chromium-based browsers. You may experience issues in your…
-
comment
Comment #47204008
That is really beautiful literate program. Seeing it after a long time. Here is a opus generate version of this code - https://ashish01.github.io/microgpt.html
-
comment
Comment #46579385
Still working on PocketWise ( https://pocketwise.app ), a simple double-entry accounting app. Just finished adding end-to-end encryption with a zero-trust server model. All encrypt…
-
comment
Comment #46577004
I have an old Lenovo IdeaPad with fairly modest hardware, and I have both Fedora and Windows installed. About 90% of the time I use Fedora, and it works fine overall. The only thin…
-
story
Show HN: Pocketwise – a privacy-first, double-entry finance tracker
Working on pocketwise. Yet another personal finance tracker :) Privacy update since my last post : all user data is encrypted on the server. Only the user can see their data in pla…
-
comment
Comment #46266194
Simple meal tracker to give some macros but mainly give a health rating on 1-10 scale. http://meal-tracker.fly.dev
-
story
Show HN: Meal Tracker – Weekend hack using LLM to get food macros from photos
A tiny weekend project that lets you snap a meal photo and uses an LLM to estimate macros (with manual edits if needed)
-
comment
Comment #46235036
I use Litestream for near real-time backups. Does not change how SQLite is used on the server, just a replacement for .backup
-
story
Show HN: PocketWise – a simple, natural-language double-entry finance tracker
Working on pocket wise. Yet another personal finance tracker :) I started with double entry accounting using hledger and it was always great financial realization but I would stop …
-
comment
Comment #45871650
I am working on PocketWise ( https://pocketwise.app ) a lightweight personal finance tracking app. Goal is to make double entry accounting simple and approachable for everyday use.…
-
comment
Comment #45294418
https://hn-reader.pages.dev/
- story
- story
-
comment
Comment #44436284
I also prefer BFS expansion of comments. So I implemented https://hn-reader.pages.dev/ for this. Also has dark mode to be easy on eyes.
-
comment
Comment #43905094
> one of the biggest waste of money on an acquisition. I think that was when intel acquired McAfee for 8B in 2010.
-
comment
Comment #43841393
I wrote one a while back https://github.com/ashish01/hn-data-dumps and it was a lot of fun. One thing which will be cool to implement is that more recent items will update more ove…
-
story
Show HN: HN Reader – Alternate Reader for Hacker New
I built an alternative reader for Hacker News, featuring: - Dark and light mode - Level-order comment rendering https://github.com/ashish01/hn-reader Hope you enjoy it!
-
comment
Comment #43272394
With a one-time setup, a low-fi solution is to receive an email from your bank for every transaction and extract the data into a ledger entry.
-
comment
Comment #42872311
You do get $10 worth of monthly claude credits for free - https://zed.dev/blog/zed-ai-billing but for others like OpenAI or DeepSeek you need an API key.
- story
-
comment
Comment #42123310
https://github.com/egh/ledger-autosync is really useful for integrating banks OFX files into an existing ledger file. Over time, it learns common patterns, automatically assigning …
-
comment
Comment #41073545
Is there a way to download the problems via an API, or have them available in a file like https://norvig.com/top95.txt ? It would make a great dataset for benchmarking different so…