<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: ashish01</title><link>https://news.ycombinator.com/user?id=ashish01</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 10:34:51 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ashish01" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ashish01 in "Professional video editing, right in the browser with WebGPU and WASM"]]></title><description><![CDATA[
<p>> Browser not fully supported<p>> This editor relies on WebGPU for rendering, which currently works best in Chrome or other Chromium-based browsers. You may experience issues in your current browser.<p>(reminds of works in IE6)</p>
]]></description><pubDate>Sun, 22 Mar 2026 16:27:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47479169</link><dc:creator>ashish01</dc:creator><comments>https://news.ycombinator.com/item?id=47479169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47479169</guid></item><item><title><![CDATA[New comment by ashish01 in "Microgpt"]]></title><description><![CDATA[
<p>That is really beautiful literate program. Seeing it after a long time. Here is a opus generate version of this code - <a href="https://ashish01.github.io/microgpt.html" rel="nofollow">https://ashish01.github.io/microgpt.html</a></p>
]]></description><pubDate>Sun, 01 Mar 2026 05:31:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47204008</link><dc:creator>ashish01</dc:creator><comments>https://news.ycombinator.com/item?id=47204008</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47204008</guid></item><item><title><![CDATA[New comment by ashish01 in "Ask HN: What are you working on? (January 2026)"]]></title><description><![CDATA[
<p>Still working on PocketWise (<a href="https://pocketwise.app" rel="nofollow">https://pocketwise.app</a>), a simple double-entry accounting app. Just finished adding end-to-end encryption with a zero-trust server model. All encryption and decryption happens in the browser (using PRF), and the server only sees encrypted data.</p>
]]></description><pubDate>Sun, 11 Jan 2026 20:02:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46579385</link><dc:creator>ashish01</dc:creator><comments>https://news.ycombinator.com/item?id=46579385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46579385</guid></item><item><title><![CDATA[New comment by ashish01 in "I dumped Windows 11 for Linux, and you should too"]]></title><description><![CDATA[
<p>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 thing that bothers me is that Firefox on Fedora feels noticeably more sluggish compared to Edge or Firefox on Windows. Maybe it’s just a perception issue, but I’d love to know what others are using as their web browser on Linux.</p>
]]></description><pubDate>Sun, 11 Jan 2026 16:18:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=46577004</link><dc:creator>ashish01</dc:creator><comments>https://news.ycombinator.com/item?id=46577004</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46577004</guid></item><item><title><![CDATA[Show HN: Pocketwise – a privacy-first, double-entry finance tracker]]></title><description><![CDATA[
<p>Working on pocketwise. Yet another personal finance tracker :)<p><i>Privacy update since my last post</i>: all user data is encrypted on the server. Only the user can see their data in plain text. Even someone with direct server access cannot read it. This came directly from feedback on my previous post, financial data is deeply personal, and putting minutia of ones personal finance on a remote server feel off.<p>I started with double-entry accounting using hledger. It was always a great financial realization for me, but I would stop using it after a couple of weeks. So I started writing a web interface for my ledger file, with the intent to make it simple enough that I actually stick with it. Over time, this became Pocketwise.<p>Pocketwise does not need any bank credentials. Instead, you do the data entry yourself.<p>To make this easier, you can type (or say) natural-language descriptions of your expenses like
“Chipotle $15 cash” or “Netflix 19.89 Apple Card”, and it stores them as proper double-entry records like:<p><pre><code>  2025-11-11 Chipotle
    Expenses:Food & Dining                    $15.00
    Assets:Cash                               $-15.00

  2025-11-11 Netflix
    Expenses:Subscriptions                    $19.89
    Liabilities:Credit Card:Apple Card        $-19.89

</code></pre>
There’s a 7-day free trial. If you try it, I’d love to hear your feedback.<p>Thanks for reading</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46464907">https://news.ycombinator.com/item?id=46464907</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 02 Jan 2026 14:12:44 +0000</pubDate><link>https://pocketwise.app/how-it-works</link><dc:creator>ashish01</dc:creator><comments>https://news.ycombinator.com/item?id=46464907</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46464907</guid></item><item><title><![CDATA[New comment by ashish01 in "Ask HN: What Are You Working On? (December 2025)"]]></title><description><![CDATA[
<p>Simple meal tracker to give some macros but mainly give a health rating on 1-10 scale. <a href="http://meal-tracker.fly.dev" rel="nofollow">http://meal-tracker.fly.dev</a></p>
]]></description><pubDate>Sun, 14 Dec 2025 19:52:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46266194</link><dc:creator>ashish01</dc:creator><comments>https://news.ycombinator.com/item?id=46266194</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46266194</guid></item><item><title><![CDATA[Show HN: Meal Tracker – Weekend hack using LLM to get food macros from photos]]></title><description><![CDATA[
<p>A tiny weekend project that lets you snap a meal photo and uses an LLM to estimate macros (with manual edits if needed)</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46247729">https://news.ycombinator.com/item?id=46247729</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 12 Dec 2025 19:24:05 +0000</pubDate><link>https://meal-tracker.fly.dev/login</link><dc:creator>ashish01</dc:creator><comments>https://news.ycombinator.com/item?id=46247729</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46247729</guid></item><item><title><![CDATA[New comment by ashish01 in "Litestream VFS"]]></title><description><![CDATA[
<p>I use Litestream for near real-time backups. Does not change how SQLite is used on the server, just a replacement for .backup</p>
]]></description><pubDate>Thu, 11 Dec 2025 18:27:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=46235036</link><dc:creator>ashish01</dc:creator><comments>https://news.ycombinator.com/item?id=46235036</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46235036</guid></item><item><title><![CDATA[Show HN: PocketWise – a simple, natural-language double-entry finance tracker]]></title><description><![CDATA[
<p>Working on pocket wise. Yet another personal finance tracker :)<p>I started with double entry accounting using hledger and it was always great financial realization but I would stop using it after a couple of weeks. So I started writing a web interface for my ledger file, with the intent to make it simple enough that I actually stick with it. This became pocket wise over time.<p>Pocketwise does not need need any bank credentials, instead you do the data entry.<p>But to make it easier you can type (or say) natural language descriptions of your expenses like - "Chipotle $15 cash" or "Netflix 19.89 Apple Card" and it will store them as double entries like<p><pre><code>    2025-11-11 Chipotle
      Expenses:Food & Dining                    $15.00
      Assets:Cash                               $-15.00

    2025-11-11 Netflix
      Expenses:Subscriptions                    $19.89
      Liabilities:Credit Card:Apple Card        $-19.89

</code></pre>
It has a 7 days free trail, if you decide to use it, I would love to hear your feedback. Thanks you. Thank you. Thank you. :)</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45888382">https://news.ycombinator.com/item?id=45888382</a></p>
<p>Points: 2</p>
<p># Comments: 2</p>
]]></description><pubDate>Tue, 11 Nov 2025 15:28:42 +0000</pubDate><link>https://pocketwise.app/how-it-works</link><dc:creator>ashish01</dc:creator><comments>https://news.ycombinator.com/item?id=45888382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45888382</guid></item><item><title><![CDATA[New comment by ashish01 in "Ask HN: What Are You Working On? (Nov 2025)"]]></title><description><![CDATA[
<p>I am working on PocketWise (<a href="https://pocketwise.app" rel="nofollow">https://pocketwise.app</a>) a lightweight personal finance tracking app. Goal is to make double entry accounting simple and approachable for everyday use. It’s my first project of this kind, so I’d really appreciate any feedback.</p>
]]></description><pubDate>Mon, 10 Nov 2025 02:25:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=45871650</link><dc:creator>ashish01</dc:creator><comments>https://news.ycombinator.com/item?id=45871650</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45871650</guid></item><item><title><![CDATA[New comment by ashish01 in "Ask HN: Dark Mode for HN?"]]></title><description><![CDATA[
<p><a href="https://hn-reader.pages.dev/" rel="nofollow">https://hn-reader.pages.dev/</a></p>
]]></description><pubDate>Thu, 18 Sep 2025 20:13:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=45294418</link><dc:creator>ashish01</dc:creator><comments>https://news.ycombinator.com/item?id=45294418</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45294418</guid></item><item><title><![CDATA[Cleora: A Simple, Strong and Scalable Graph Embedding Scheme]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/BaseModelAI/cleora">https://github.com/BaseModelAI/cleora</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44968945">https://news.ycombinator.com/item?id=44968945</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 21 Aug 2025 04:09:05 +0000</pubDate><link>https://github.com/BaseModelAI/cleora</link><dc:creator>ashish01</dc:creator><comments>https://news.ycombinator.com/item?id=44968945</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44968945</guid></item><item><title><![CDATA[New comment by ashish01 in "Show HN: HackerNewt - Breadth-first exploring HN client for iOS"]]></title><description><![CDATA[
<p>I also prefer BFS expansion of comments. So I implemented <a href="https://hn-reader.pages.dev/" rel="nofollow">https://hn-reader.pages.dev/</a> for this. Also has dark mode to be easy on eyes.</p>
]]></description><pubDate>Tue, 01 Jul 2025 17:40:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=44436284</link><dc:creator>ashish01</dc:creator><comments>https://news.ycombinator.com/item?id=44436284</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44436284</guid></item><item><title><![CDATA[New comment by ashish01 in "OpenAI reaches agreement to buy Windsurf for $3B"]]></title><description><![CDATA[
<p>> one of the biggest waste of money on an acquisition.<p>I think that was when intel acquired McAfee for 8B in 2010.</p>
]]></description><pubDate>Tue, 06 May 2025 13:48:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=43905094</link><dc:creator>ashish01</dc:creator><comments>https://news.ycombinator.com/item?id=43905094</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43905094</guid></item><item><title><![CDATA[New comment by ashish01 in "You Wouldn't Download a Hacker News"]]></title><description><![CDATA[
<p>I wrote one a while back <a href="https://github.com/ashish01/hn-data-dumps">https://github.com/ashish01/hn-data-dumps</a> and it was a lot of fun. One thing which will be cool to implement is that more recent items will update more over time making any recent downloaded items more stale than older ones.</p>
]]></description><pubDate>Wed, 30 Apr 2025 04:50:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=43841393</link><dc:creator>ashish01</dc:creator><comments>https://news.ycombinator.com/item?id=43841393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43841393</guid></item><item><title><![CDATA[Show HN: HN Reader – Alternate Reader for Hacker New]]></title><description><![CDATA[
<p>I built an alternative reader for Hacker News, featuring:<p>- Dark and light mode
- Level-order comment rendering<p><a href="https://github.com/ashish01/hn-reader">https://github.com/ashish01/hn-reader</a><p>Hope you enjoy it!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43672841">https://news.ycombinator.com/item?id=43672841</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 13 Apr 2025 13:56:36 +0000</pubDate><link>https://hn-reader.pages.dev</link><dc:creator>ashish01</dc:creator><comments>https://news.ycombinator.com/item?id=43672841</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43672841</guid></item><item><title><![CDATA[New comment by ashish01 in "My Beancount books are 95% automatic after 3 years (2024)"]]></title><description><![CDATA[
<p>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.</p>
]]></description><pubDate>Wed, 05 Mar 2025 21:04:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=43272394</link><dc:creator>ashish01</dc:creator><comments>https://news.ycombinator.com/item?id=43272394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43272394</guid></item><item><title><![CDATA[New comment by ashish01 in "DeepSeek-R1 for Coding in Zed"]]></title><description><![CDATA[
<p>You do get $10 worth of monthly claude credits for free - <a href="https://zed.dev/blog/zed-ai-billing" rel="nofollow">https://zed.dev/blog/zed-ai-billing</a> but for others like OpenAI or DeepSeek you need an API key.</p>
]]></description><pubDate>Wed, 29 Jan 2025 22:49:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=42872311</link><dc:creator>ashish01</dc:creator><comments>https://news.ycombinator.com/item?id=42872311</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42872311</guid></item><item><title><![CDATA[DeepSeek-R1 for Coding in Zed]]></title><description><![CDATA[
<p>Article URL: <a href="https://zed.dev/blog/how-is-deepseek-r1-for-coding">https://zed.dev/blog/how-is-deepseek-r1-for-coding</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42871765">https://news.ycombinator.com/item?id=42871765</a></p>
<p>Points: 31</p>
<p># Comments: 8</p>
]]></description><pubDate>Wed, 29 Jan 2025 21:59:05 +0000</pubDate><link>https://zed.dev/blog/how-is-deepseek-r1-for-coding</link><dc:creator>ashish01</dc:creator><comments>https://news.ycombinator.com/item?id=42871765</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42871765</guid></item><item><title><![CDATA[New comment by ashish01 in "Eventually consistent plain text accounting"]]></title><description><![CDATA[
<p><a href="https://github.com/egh/ledger-autosync">https://github.com/egh/ledger-autosync</a> is really useful for integrating banks OFX files into an existing ledger file. Over time, it learns common patterns, automatically assigning transactions to the correct accounts.</p>
]]></description><pubDate>Wed, 13 Nov 2024 05:57:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=42123310</link><dc:creator>ashish01</dc:creator><comments>https://news.ycombinator.com/item?id=42123310</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42123310</guid></item></channel></rss>