<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: cloudflare728</title><link>https://news.ycombinator.com/user?id=cloudflare728</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 16:49:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=cloudflare728" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by cloudflare728 in "Project Genie: Experimenting with infinite, interactive worlds"]]></title><description><![CDATA[
<p>We will probably see Ready Player One in a few decades. Hoping to stay alive till then.</p>
]]></description><pubDate>Thu, 29 Jan 2026 18:44:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=46814560</link><dc:creator>cloudflare728</dc:creator><comments>https://news.ycombinator.com/item?id=46814560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46814560</guid></item><item><title><![CDATA[New comment by cloudflare728 in "Trump says Venezuela’s Maduro captured after strikes"]]></title><description><![CDATA[
<p>I am ashamed being part of HN where a lot of people here supporting this terrorism.<p>No matter how fucked up any country can be, US president has no right to bomb or terrorize other countries.</p>
]]></description><pubDate>Sat, 03 Jan 2026 15:45:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46477945</link><dc:creator>cloudflare728</dc:creator><comments>https://news.ycombinator.com/item?id=46477945</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46477945</guid></item><item><title><![CDATA[New comment by cloudflare728 in "Karpathy on Programming: “I've never felt this much behind”"]]></title><description><![CDATA[
<p>I had no idea how it would end up. It was first time using AI IDE. I had only used chatgpt.com and claude.ai for small changes before. I continued it for the experiment. I thought AI write too many tests, I will judge based on test passing. I agree, it was bad expectation + no experience with AI IDE + bad software engineering.</p>
]]></description><pubDate>Tue, 30 Dec 2025 05:08:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46429735</link><dc:creator>cloudflare728</dc:creator><comments>https://news.ycombinator.com/item?id=46429735</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46429735</guid></item><item><title><![CDATA[New comment by cloudflare728 in "Karpathy on Programming: “I've never felt this much behind”"]]></title><description><![CDATA[
<p>Sometimes I have a similar file or related files. I copy their names and say use them as reference. 
Code quality improves by 10 times if you do so. Even providing a a example from framework's getting started works great too for new project.<p>Yeah the pain of cleaning up small mess is great too. I had some tests failing and type failing issues, I thought I will fix it later by only using AI prompt. As the size was growing, failing Typescript issues was growing too. At some point it was 5000+ type issues and countless number of failing unit tests. Then more and more. I tried to fix with AI, since it was not possible fixing old way. Then I discarded the whole project when it was around 500k lines of code.</p>
]]></description><pubDate>Mon, 29 Dec 2025 20:31:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46425211</link><dc:creator>cloudflare728</dc:creator><comments>https://news.ycombinator.com/item?id=46425211</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46425211</guid></item><item><title><![CDATA[Code Orange: Fail Small – our resilience plan following recent incidents]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.cloudflare.com/fail-small-resilience-plan/">https://blog.cloudflare.com/fail-small-resilience-plan/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46334541">https://news.ycombinator.com/item?id=46334541</a></p>
<p>Points: 9</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 20 Dec 2025 08:38:17 +0000</pubDate><link>https://blog.cloudflare.com/fail-small-resilience-plan/</link><dc:creator>cloudflare728</dc:creator><comments>https://news.ycombinator.com/item?id=46334541</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46334541</guid></item><item><title><![CDATA[New comment by cloudflare728 in "We architected an edge caching layer to eliminate cold starts"]]></title><description><![CDATA[
<p>I am self hosting using Docker. Next.js config to change header didn't work for me. I had cache rules in Cloudflare, but Next.js header for page (no-cache) doesn't allow Cloudflare to apply stale-while-revalidate.<p>Now that I have proper header added by HAProxy, Cloudflare cache rules for stale-while-revalidate works.<p>If anyone can reach Cloudflare. Please let us forcefully use stale-while-revalidate even when upstream server tells otherwise.</p>
]]></description><pubDate>Mon, 15 Dec 2025 21:03:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=46280610</link><dc:creator>cloudflare728</dc:creator><comments>https://news.ycombinator.com/item?id=46280610</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46280610</guid></item><item><title><![CDATA[New comment by cloudflare728 in "We architected an edge caching layer to eliminate cold starts"]]></title><description><![CDATA[
<p>I have done this with Next.js. Next.js doesn't support this header or I don't know how.<p>I already had HAProxy setup. So I have added stale while revalidate compatible header from HAProxy. Cloudflare handle the rest.<p>Edit:
I am not using vercel. Self hosted using docker on EC2.</p>
]]></description><pubDate>Mon, 15 Dec 2025 20:42:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=46280337</link><dc:creator>cloudflare728</dc:creator><comments>https://news.ycombinator.com/item?id=46280337</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46280337</guid></item><item><title><![CDATA[New comment by cloudflare728 in "Google releases its new Google Sans Flex font as open source"]]></title><description><![CDATA[
<p>Why would someone spend years developing a front where you can't tell the difference between Il or 0O? Doesn't it hurt their ego at personal level?</p>
]]></description><pubDate>Fri, 12 Dec 2025 20:26:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46248441</link><dc:creator>cloudflare728</dc:creator><comments>https://news.ycombinator.com/item?id=46248441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46248441</guid></item><item><title><![CDATA[New comment by cloudflare728 in "Python Workers redux: fast cold starts, packages, and a uv-first workflow"]]></title><description><![CDATA[
<p>I hope Cloudflare improve Next.js support on Workers.<p>Currently pagespeed.web.dev score drops by around 20 than self hosted version. One of the best features of Next.js, Image optimization doesn't have out of the box support. You need separate image optimization service that also did not work for me for local images (images in the bundle).</p>
]]></description><pubDate>Thu, 11 Dec 2025 11:17:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=46230019</link><dc:creator>cloudflare728</dc:creator><comments>https://news.ycombinator.com/item?id=46230019</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46230019</guid></item><item><title><![CDATA[New comment by cloudflare728 in "Abuse of the nullish coalescing operator in JS/TS"]]></title><description><![CDATA[
<p>Yes use zod or equivalent.<p>I am quite surprised people here doesn't know how to validate data in runtime. The author completely mixing Typescript with runtime behavior.<p>a?.b?.c?.() or var ?? something have well documented use cases and it's not what the author is thinking.</p>
]]></description><pubDate>Thu, 27 Nov 2025 20:27:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46072965</link><dc:creator>cloudflare728</dc:creator><comments>https://news.ycombinator.com/item?id=46072965</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46072965</guid></item><item><title><![CDATA[New comment by cloudflare728 in "Someone at YouTube Needs Glasses: The Prophecy Has Been Fulfilled"]]></title><description><![CDATA[
<p>HN typically use the word "steal"  when Chinese companies  do the same thing from American or European companies.<p>It's taking them 5 years stealing Chinese algorithms.</p>
]]></description><pubDate>Wed, 26 Nov 2025 05:30:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46054459</link><dc:creator>cloudflare728</dc:creator><comments>https://news.ycombinator.com/item?id=46054459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46054459</guid></item><item><title><![CDATA[New comment by cloudflare728 in "$5 PlanetScale is live"]]></title><description><![CDATA[
<p>update:
It's 720 hours of compute cost. Not really serverless. It's just managed database service and it can scale to zero. That's it.</p>
]]></description><pubDate>Wed, 19 Nov 2025 18:59:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=45983571</link><dc:creator>cloudflare728</dc:creator><comments>https://news.ycombinator.com/item?id=45983571</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45983571</guid></item><item><title><![CDATA[New comment by cloudflare728 in "$5 PlanetScale is live"]]></title><description><![CDATA[
<p>Can someone explain to me the neon pricing?<p>5 minutes of inactivity makes it idle.<p>If I get one query every 5 minutes and each query takes 100ms for whole month, do I get changed for 720 hours or for 14 minutes (total compute time)?</p>
]]></description><pubDate>Sun, 16 Nov 2025 08:42:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=45943635</link><dc:creator>cloudflare728</dc:creator><comments>https://news.ycombinator.com/item?id=45943635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45943635</guid></item><item><title><![CDATA[New comment by cloudflare728 in "We got a $60k tax penalty for a zero-revenue side project"]]></title><description><![CDATA[
<p>Seems like big no-no.<p>>The big reason why C corps are preferable is because S corporation shareholders can only be people -- not other businesses, like VC firms. (S corps also can't issue preferred stock.) An S corporation can't take venture capital without first reverting back to C corp status. But an S corporation can save a lot of money on taxes<p><a href="https://news.ycombinator.com/item?id=13784">https://news.ycombinator.com/item?id=13784</a></p>
]]></description><pubDate>Thu, 13 Nov 2025 10:54:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=45913370</link><dc:creator>cloudflare728</dc:creator><comments>https://news.ycombinator.com/item?id=45913370</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45913370</guid></item><item><title><![CDATA[New comment by cloudflare728 in "Zohran Mamdani wins the New York mayoral race"]]></title><description><![CDATA[
<p>I wish our country was like this. A city "president" can speak against the President. A city President has the power to work without the will of the President.</p>
]]></description><pubDate>Wed, 05 Nov 2025 05:46:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=45819641</link><dc:creator>cloudflare728</dc:creator><comments>https://news.ycombinator.com/item?id=45819641</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45819641</guid></item><item><title><![CDATA[New comment by cloudflare728 in "Launch HN: Propolis (YC X25) – Browser agents that QA your web app autonomously"]]></title><description><![CDATA[
<p>Can it find broken UI?<p>Human can find and report broken UI easily by using common sense.<p>Even though it is simple for human. Computer has no common sense and I am a machine learning expert. I tried and mostly failed to build a broken UI detector in my previous company. They had automated plugin upgradable process. That periodically broke UI.<p>I tried to detect it my taking long screenshot, and you could select a image as working version, then later finding diff between 2 images. I kind of worked but not satisfactory.</p>
]]></description><pubDate>Thu, 30 Oct 2025 19:17:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=45764103</link><dc:creator>cloudflare728</dc:creator><comments>https://news.ycombinator.com/item?id=45764103</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45764103</guid></item><item><title><![CDATA[New comment by cloudflare728 in "We Raised $5.7M to Launch Cto.new Completely for Free"]]></title><description><![CDATA[
<p>It is abusing .new domain.
The idea of .new domain is to create something new e.g meet.new creates new Google Meet, docs.new creates new Google Docs</p>
]]></description><pubDate>Wed, 15 Oct 2025 16:31:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=45595031</link><dc:creator>cloudflare728</dc:creator><comments>https://news.ycombinator.com/item?id=45595031</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45595031</guid></item><item><title><![CDATA[New comment by cloudflare728 in "Meta launches Hyperscape, technology to turn real-world spaces into VR"]]></title><description><![CDATA[
<p>Profit or loss is out of the equation.<p>Somehow Facebook getting a huge amount of money. They are distributing that money to a million people (directly or indirectly to employees, share holders, employees of 3rd party partners). Some people are getting billions and some are getting $100s.<p>Instead of handful of people in Facebook management deciding to be humanitarian, you now have a million people deciding what to do with their portion. It is that simple.</p>
]]></description><pubDate>Wed, 08 Oct 2025 10:13:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=45514331</link><dc:creator>cloudflare728</dc:creator><comments>https://news.ycombinator.com/item?id=45514331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45514331</guid></item><item><title><![CDATA[New comment by cloudflare728 in "Meta launches Hyperscape, technology to turn real-world spaces into VR"]]></title><description><![CDATA[
<p>You don't understand how money works.<p>They are not burning money, they are employing people like you directly or through 3rd party partner companies. The beneficiaries can decide themselves how to spend money. They can live a good life or help others.</p>
]]></description><pubDate>Wed, 08 Oct 2025 08:48:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=45513714</link><dc:creator>cloudflare728</dc:creator><comments>https://news.ycombinator.com/item?id=45513714</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45513714</guid></item><item><title><![CDATA[New comment by cloudflare728 in "Cloudflare Email Service: private beta"]]></title><description><![CDATA[
<p>This is exactly the service I was looking for. I am using cloudflare email forwarding but couldn't find anything about how to send form data from webpage to email.<p>All the email service that I could find has monthly subscription, no pay as you go offer. Hopefully, cloudflare will offer pay as you go.<p>Is there a way to get priority in waitlist? I don't mind bugs.</p>
]]></description><pubDate>Thu, 25 Sep 2025 15:20:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=45373802</link><dc:creator>cloudflare728</dc:creator><comments>https://news.ycombinator.com/item?id=45373802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45373802</guid></item></channel></rss>