<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: ghoshbishakh</title><link>https://news.ycombinator.com/user?id=ghoshbishakh</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 27 Jun 2026 05:05:05 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ghoshbishakh" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ghoshbishakh in "Developers don't understand CORS (2019)"]]></title><description><![CDATA[
<p>100% - although it is stunning to see since most LLMs get CORS questions right (which is surprising since they trained on all sorts of incorrect data).</p>
]]></description><pubDate>Sun, 21 Jun 2026 08:00:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48616684</link><dc:creator>ghoshbishakh</dc:creator><comments>https://news.ycombinator.com/item?id=48616684</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48616684</guid></item><item><title><![CDATA[New comment by ghoshbishakh in "DynIP – Dynamic DNS with RFC 2136, IPv6, DNSSEC, and BYOD"]]></title><description><![CDATA[
<p>Thanks for the answer. I use DB replicas (so all dns servers have a common backend), but only one accepts writes.<p>I still can not figure out any economical way to roll out anycast.</p>
]]></description><pubDate>Tue, 26 May 2026 10:39:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48277809</link><dc:creator>ghoshbishakh</dc:creator><comments>https://news.ycombinator.com/item?id=48277809</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48277809</guid></item><item><title><![CDATA[New comment by ghoshbishakh in "DynIP – Dynamic DNS with RFC 2136, IPv6, DNSSEC, and BYOD"]]></title><description><![CDATA[
<p>How do the geo distributed secondaries work? How do they sync?<p>Also, is there anycasting?</p>
]]></description><pubDate>Tue, 26 May 2026 10:03:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48277492</link><dc:creator>ghoshbishakh</dc:creator><comments>https://news.ycombinator.com/item?id=48277492</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48277492</guid></item><item><title><![CDATA[New comment by ghoshbishakh in "Ferrari Luce"]]></title><description><![CDATA[
<p>I like the design. (Might be a hot take)</p>
]]></description><pubDate>Tue, 26 May 2026 04:47:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48275111</link><dc:creator>ghoshbishakh</dc:creator><comments>https://news.ycombinator.com/item?id=48275111</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48275111</guid></item><item><title><![CDATA[New comment by ghoshbishakh in "Microsoft reports AI is more expensive than paying human employees"]]></title><description><![CDATA[
<p>No! - me after reading the title. I am unable to hire any more interns and junior devs. Simply because there is no way I can justify the time and money spent behind them. Money is not the issue - time taken to make them productive is not worth now.</p>
]]></description><pubDate>Sat, 23 May 2026 06:01:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48245140</link><dc:creator>ghoshbishakh</dc:creator><comments>https://news.ycombinator.com/item?id=48245140</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48245140</guid></item><item><title><![CDATA[Someone vibe coded a dashboard for global energy flow]]></title><description><![CDATA[
<p>Article URL: <a href="https://global-energy-flow.com/">https://global-energy-flow.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48067820">https://news.ycombinator.com/item?id=48067820</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 08 May 2026 19:47:19 +0000</pubDate><link>https://global-energy-flow.com/</link><dc:creator>ghoshbishakh</dc:creator><comments>https://news.ycombinator.com/item?id=48067820</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48067820</guid></item><item><title><![CDATA[New comment by ghoshbishakh in "Ask HN: Who wants to be hired? (May 2026)"]]></title><description><![CDATA[
<p>About: Founder of Pinggy.io - Ph.D. in Computer Science- Focused on Networks, Distributed Systems, and Security.<p>I am currently looking for intereseting roles in building AI native systems.<p>Skills: Name it and give me a week.<p>Availability: Immediate.
Location: Remote only.<p><a href="https://ghoshbishakh.github.io/" rel="nofollow">https://ghoshbishakh.github.io/</a>
<a href="https://pinggy.io/" rel="nofollow">https://pinggy.io/</a></p>
]]></description><pubDate>Sat, 02 May 2026 17:12:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47988283</link><dc:creator>ghoshbishakh</dc:creator><comments>https://news.ycombinator.com/item?id=47988283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47988283</guid></item><item><title><![CDATA[So_reuseaddr naming is more accurate on Windows]]></title><description><![CDATA[
<p>SO_REUSEADDR has a completely different meaning on Windows - which I did not know since I never tried it.<p>On Linux, SO_REUSEADDR just lets you rebind a port stuck in TIME_WAIT. It WON'T allow multiple active listeners on the same port.<p>On Windows, it is permissive. Multiple sockets CAN bind to the same address and port if they all set SO_REUSEADDR, which breaks exclusivity. Instead, we need to use the option SO_EXCLUSIVEADDRUSE.<p>More interestingly, on macOS , it sits in between. SO_REUSEADDR can allow multiple binds under certain conditions (ask an LLM or read the man page for more on that).<p>Same name. Different guarantees.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47802754">https://news.ycombinator.com/item?id=47802754</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 17 Apr 2026 05:41:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47802754</link><dc:creator>ghoshbishakh</dc:creator><comments>https://news.ycombinator.com/item?id=47802754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47802754</guid></item><item><title><![CDATA[New comment by ghoshbishakh in "Cloudflare Email Service"]]></title><description><![CDATA[
<p>Why not use SES?</p>
]]></description><pubDate>Thu, 16 Apr 2026 20:08:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47798808</link><dc:creator>ghoshbishakh</dc:creator><comments>https://news.ycombinator.com/item?id=47798808</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47798808</guid></item><item><title><![CDATA[New comment by ghoshbishakh in "Launch HN: Kampala (YC W26) – Reverse-Engineer Apps into APIs"]]></title><description><![CDATA[
<p>Wireshark + some post processing?</p>
]]></description><pubDate>Thu, 16 Apr 2026 18:46:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47797750</link><dc:creator>ghoshbishakh</dc:creator><comments>https://news.ycombinator.com/item?id=47797750</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47797750</guid></item><item><title><![CDATA[New comment by ghoshbishakh in "Cloudflare Email Service"]]></title><description><![CDATA[
<p>Pricing:<p>$0.35 per 1,000 emails<p>Here are the limits:<p>"Your account may have daily sending limits based on Cloudflare's assessment of your account standing. "<p>Source: 
<a href="https://developers.cloudflare.com/email-service/platform/pricing/" rel="nofollow">https://developers.cloudflare.com/email-service/platform/pri...</a>
<a href="https://developers.cloudflare.com/email-service/platform/limits/" rel="nofollow">https://developers.cloudflare.com/email-service/platform/lim...</a></p>
]]></description><pubDate>Thu, 16 Apr 2026 14:24:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47793414</link><dc:creator>ghoshbishakh</dc:creator><comments>https://news.ycombinator.com/item?id=47793414</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47793414</guid></item><item><title><![CDATA[New comment by ghoshbishakh in "IPv6 traffic crosses the 50% mark"]]></title><description><![CDATA[
<p>Countries like India have higher adoption (>70%) because of 4G/5G abundance. Legacy broadband providers hold back IPv6 usage.</p>
]]></description><pubDate>Thu, 16 Apr 2026 08:56:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47790439</link><dc:creator>ghoshbishakh</dc:creator><comments>https://news.ycombinator.com/item?id=47790439</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47790439</guid></item><item><title><![CDATA[Roast your startup and send it to 1999]]></title><description><![CDATA[
<p>Article URL: <a href="https://shipordie.club/roast/1999mystartup">https://shipordie.club/roast/1999mystartup</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47385998">https://news.ycombinator.com/item?id=47385998</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 15 Mar 2026 10:26:41 +0000</pubDate><link>https://shipordie.club/roast/1999mystartup</link><dc:creator>ghoshbishakh</dc:creator><comments>https://news.ycombinator.com/item?id=47385998</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47385998</guid></item><item><title><![CDATA[Tell HN: AI coding is not for the impatient]]></title><description><![CDATA[
<p>AI coding requires patience. Not because the models are slow, but because the workflow itself is iterative.<p>Many people say AI coding tools are overhyped because they don’t give perfect code in one prompt. But that expectation is wrong.<p>AI works better if you treat it like working with a very fast junior engineer. Give a small task. Look at the output. Fix the instruction. Repeat.<p>If you ask for a whole system in one prompt the result is usually messy. But if you break the work into smaller parts like functions or modules the results become much better.<p>The key skill is not prompt tricks. It is patience and breaking problems into small pieces and iterating.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47335852">https://news.ycombinator.com/item?id=47335852</a></p>
<p>Points: 2</p>
<p># Comments: 4</p>
]]></description><pubDate>Wed, 11 Mar 2026 14:14:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47335852</link><dc:creator>ghoshbishakh</dc:creator><comments>https://news.ycombinator.com/item?id=47335852</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47335852</guid></item><item><title><![CDATA[New comment by ghoshbishakh in "Tony Hoare has died"]]></title><description><![CDATA[
<p>His paper on communicating processes was a great read when I was new to computer science research.</p>
]]></description><pubDate>Tue, 10 Mar 2026 19:33:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47327805</link><dc:creator>ghoshbishakh</dc:creator><comments>https://news.ycombinator.com/item?id=47327805</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47327805</guid></item><item><title><![CDATA[New comment by ghoshbishakh in "Never buy a .online domain"]]></title><description><![CDATA[
<p>We posted this warning on HN before: <a href="https://news.ycombinator.com/item?id=40195410">https://news.ycombinator.com/item?id=40195410</a><p>We struggled a lot when we opted for the .online domain for <a href="https://pinggy.io" rel="nofollow">https://pinggy.io</a> urls</p>
]]></description><pubDate>Wed, 25 Feb 2026 14:17:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47151794</link><dc:creator>ghoshbishakh</dc:creator><comments>https://news.ycombinator.com/item?id=47151794</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47151794</guid></item><item><title><![CDATA[New comment by ghoshbishakh in "Ask HN: Should I learn Docker to deploy my app in VPS?"]]></title><description><![CDATA[
<p>Should you learn - yes. Do you really need it - probably not now, but eventually yes. I use it always to set up my dev environment so that the team can have a consistent environment to work on.</p>
]]></description><pubDate>Sat, 10 Jan 2026 19:37:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=46569169</link><dc:creator>ghoshbishakh</dc:creator><comments>https://news.ycombinator.com/item?id=46569169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46569169</guid></item><item><title><![CDATA[New comment by ghoshbishakh in "Ask HN: What was your best interview experience?"]]></title><description><![CDATA[
<p>As a candidate. The interviewer started with "This interview is not about what you don't know. It is all about what you know.". The interviewer was Kirit from a company called Endurance International Group.</p>
]]></description><pubDate>Sat, 10 Jan 2026 19:36:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46569154</link><dc:creator>ghoshbishakh</dc:creator><comments>https://news.ycombinator.com/item?id=46569154</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46569154</guid></item><item><title><![CDATA[Ask HN: Is there any scope of building a non AI startup?]]></title><description><![CDATA[
<p>I run a small dev tool company. I was looking to start my next project. But it seems like there is no point of building dev tools now since nothing apart from AI is getting any traction.<p>Should I just swallow my interests and do something related to AI? Or do you think a subscription management API can be a useful product?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46569133">https://news.ycombinator.com/item?id=46569133</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 10 Jan 2026 19:33:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46569133</link><dc:creator>ghoshbishakh</dc:creator><comments>https://news.ycombinator.com/item?id=46569133</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46569133</guid></item><item><title><![CDATA[Chunked Transfer Encoding – when content length is not known]]></title><description><![CDATA[
<p>Article URL: <a href="https://pinggy.io/blog/understanding_content_length_header_and_chunked_encoding/">https://pinggy.io/blog/understanding_content_length_header_and_chunked_encoding/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46272074">https://news.ycombinator.com/item?id=46272074</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 15 Dec 2025 09:13:39 +0000</pubDate><link>https://pinggy.io/blog/understanding_content_length_header_and_chunked_encoding/</link><dc:creator>ghoshbishakh</dc:creator><comments>https://news.ycombinator.com/item?id=46272074</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46272074</guid></item></channel></rss>