<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: abhinav061</title><link>https://news.ycombinator.com/user?id=abhinav061</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Apr 2026 08:27:19 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=abhinav061" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by abhinav061 in "Flickr: The first and last great photo platform"]]></title><description><![CDATA[
<p>+1 on Flickr being the best acquisition and product Yahoo! had.<p>I still have my account and old photos there. And because I licensed most of them as CC, a couple of them landed on Wikipedia because of that - felt nice.</p>
]]></description><pubDate>Sun, 26 Apr 2026 04:23:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47907330</link><dc:creator>abhinav061</dc:creator><comments>https://news.ycombinator.com/item?id=47907330</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47907330</guid></item><item><title><![CDATA[New comment by abhinav061 in "Building a CLI for all of Cloudflare"]]></title><description><![CDATA[
<p>On first of April, Cloudflare released EmDash with x402 support and now going big on CLI.<p>Cloudflare is quietly rebuilding their entire developer surface with agents as the primary consumer, not humans?</p>
]]></description><pubDate>Tue, 14 Apr 2026 16:18:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47767627</link><dc:creator>abhinav061</dc:creator><comments>https://news.ycombinator.com/item?id=47767627</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47767627</guid></item><item><title><![CDATA[New comment by abhinav061 in "Building a CLI for all of Cloudflare"]]></title><description><![CDATA[
<p>The consistency enforcement at the schema layer is the part I'd want to steal. Enforcing get vs info, standardizing --json across commands, these sound obvious but they're the things that break agent pipelines silently.<p>One thing I'm curious about: Cloudflare uses TypeScript for Workers and now this CLI, but Rust for the actual edge runtime. Is there a rough heuristic the team uses internally for when TS wins vs when you reach for something else?</p>
]]></description><pubDate>Tue, 14 Apr 2026 13:01:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47765120</link><dc:creator>abhinav061</dc:creator><comments>https://news.ycombinator.com/item?id=47765120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47765120</guid></item><item><title><![CDATA[New comment by abhinav061 in "A fake job offer gone wrong"]]></title><description><![CDATA[
<p>Scammers intentionally make grammatical mistakes. If you can spot the mistakes, they don't want to engage with you.<p>(Of course, there are other reasons why would one spot yet ignore grammatical mistakes - sometimes it is because of the personal situation they are in, sometimes it's of empathy towards non-native English speakers)</p>
]]></description><pubDate>Sat, 10 Dec 2022 07:14:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=33930667</link><dc:creator>abhinav061</dc:creator><comments>https://news.ycombinator.com/item?id=33930667</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33930667</guid></item><item><title><![CDATA[New comment by abhinav061 in "Ask HN: Show us your low-tech/simple stack side projects"]]></title><description><![CDATA[
<p><a href="https://github.com/abhinavs/blockr" rel="nofollow">https://github.com/abhinavs/blockr</a> is a CLI tool to block websites that distract you. I originally wrote it to block youtube from my 5 year old daughter's laptop and since then, I have been also using it personally (I'm a Twitter addict.)<p>I have built a Jekyll blog theme too with very small CSS footprint - <a href="https://github.com/abhinavs/moonwalk" rel="nofollow">https://github.com/abhinavs/moonwalk</a></p>
]]></description><pubDate>Tue, 11 Jan 2022 19:06:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=29896149</link><dc:creator>abhinav061</dc:creator><comments>https://news.ycombinator.com/item?id=29896149</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29896149</guid></item><item><title><![CDATA[New comment by abhinav061 in "Ask HN: What are some tools / libraries you built yourself?"]]></title><description><![CDATA[
<p>Last year, I built a CLI tool, called blockr[0] to easily block/unblock websites so that I can focus more on work. I had a few specific requirements:<p>- I use more than one browser and wanted changes to reflect across browsers
- While on my daughter's computer, I wanted to permanently block a few websites, however, for my own computer, I wanted an easy way to activate and deactivate deep-work mode.<p>Technically, I don't do anything smart and utilitze /etc/hosts file, but this tool has really helped me overcome my Twitter addiction.<p>[0] <a href="https://github.com/abhinavs/blockr" rel="nofollow">https://github.com/abhinavs/blockr</a> ; brief write-up on my blog - <a href="https://www.abhinav.co/blockr" rel="nofollow">https://www.abhinav.co/blockr</a></p>
]]></description><pubDate>Mon, 17 May 2021 13:54:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=27183413</link><dc:creator>abhinav061</dc:creator><comments>https://news.ycombinator.com/item?id=27183413</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27183413</guid></item><item><title><![CDATA[New comment by abhinav061 in "Ask HN: What (side-)project are you working on?"]]></title><description><![CDATA[
<p>I have a few projects that I am actively working on
1. Soopr  - <a href="https://www.soopr.co" rel="nofollow">https://www.soopr.co</a> 
Soopr is the easiest way to add like and share buttons to your website.<p>2. In addition, I have been spending time building a few open-source Jekyll based projects<p>Moonwalk - <a href="https://github.com/abhinavs/moonwalk" rel="nofollow">https://github.com/abhinavs/moonwalk</a> - is a fast and minimalistic blog with clean dark mode<p>Cookie - <a href="https://github.com/abhinavs/cookie" rel="nofollow">https://github.com/abhinavs/cookie</a> - is a fast and easy to deploy landing website that comes with a blog, additional pages. It uses Tailwind CSS, that makes editing it very easy.</p>
]]></description><pubDate>Tue, 30 Mar 2021 13:20:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=26634266</link><dc:creator>abhinav061</dc:creator><comments>https://news.ycombinator.com/item?id=26634266</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26634266</guid></item></channel></rss>