<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: bluepizza</title><link>https://news.ycombinator.com/user?id=bluepizza</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 20:19:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=bluepizza" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by bluepizza in "Apple is open sourcing Swift Build"]]></title><description><![CDATA[
<p>Which was not open source from the start?</p>
]]></description><pubDate>Sun, 02 Feb 2025 03:57:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=42905666</link><dc:creator>bluepizza</dc:creator><comments>https://news.ycombinator.com/item?id=42905666</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42905666</guid></item><item><title><![CDATA[New comment by bluepizza in "Apple is open sourcing Swift Build"]]></title><description><![CDATA[
<p>Core libs and foundation for starters?<p><a href="https://www.swift.org/blog/future-of-foundation/" rel="nofollow">https://www.swift.org/blog/future-of-foundation/</a></p>
]]></description><pubDate>Sun, 02 Feb 2025 02:57:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=42905273</link><dc:creator>bluepizza</dc:creator><comments>https://news.ycombinator.com/item?id=42905273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42905273</guid></item><item><title><![CDATA[New comment by bluepizza in "Apple is open sourcing Swift Build"]]></title><description><![CDATA[
<p>I don't get this reaction.<p>Almost every language in the world: here's the spec, the tooling, and everything you need to use, master, and expand this language. Please use it.<p>Apple: sorry, Mac only.<p>Like, I want Apple to do the bare minimum that everyone else is doing.</p>
]]></description><pubDate>Sun, 02 Feb 2025 01:41:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=42904739</link><dc:creator>bluepizza</dc:creator><comments>https://news.ycombinator.com/item?id=42904739</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42904739</guid></item><item><title><![CDATA[New comment by bluepizza in "I deleted my social media accounts"]]></title><description><![CDATA[
<p>My issue with lack of moderation in social media is not the political polarization. My issue is the blatant scams pushed by bots, or by questionable companies paying sub celebrity influencers.<p>Criminals are not willing to have rational conversations. But they just won a free pass from the platforms.</p>
]]></description><pubDate>Mon, 13 Jan 2025 07:57:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=42681130</link><dc:creator>bluepizza</dc:creator><comments>https://news.ycombinator.com/item?id=42681130</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42681130</guid></item><item><title><![CDATA[New comment by bluepizza in "Back to basics: Why we chose long-polling over websockets"]]></title><description><![CDATA[
<p>That very in order guarantee is the issue. It can't know exactly where the connection died, which means that the client must inform the last time it received an update, and the server must then crawl back a log to find the pending messages and redispatch them.<p>At this point, long polling seems to carry more benefits, IMHO. WebSockets seem to be excellent for stable conditions, but not quite what we need for mobile.</p>
]]></description><pubDate>Sun, 05 Jan 2025 13:43:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=42601697</link><dc:creator>bluepizza</dc:creator><comments>https://news.ycombinator.com/item?id=42601697</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42601697</guid></item><item><title><![CDATA[New comment by bluepizza in "Back to basics: Why we chose long-polling over websockets"]]></title><description><![CDATA[
<p>My understanding is that long polling has these issues handled by assuming the connection will be regularly dropped.<p>Clients using mobile phones tend to have their IPs rapidly changed in sequence.<p>I didn't mention databases, so I can't comment on that point.</p>
]]></description><pubDate>Sun, 05 Jan 2025 12:54:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=42601454</link><dc:creator>bluepizza</dc:creator><comments>https://news.ycombinator.com/item?id=42601454</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42601454</guid></item><item><title><![CDATA[New comment by bluepizza in "Back to basics: Why we chose long-polling over websockets"]]></title><description><![CDATA[
<p>It's surprisingly complex.<p>Connections are dropped all the time, and then your code, on both client and server, need to account for retries (will the reconnection use a cached DNS entry? how will load balancing affect long term connections?), potentially missed events (now you need a delta between pings), DDoS protections (is this the same client connecting from 7 IPs in a row or is this a botnet), and so on.<p>Regular polling great reduces complexity on some of these points.</p>
]]></description><pubDate>Sun, 05 Jan 2025 11:59:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=42601217</link><dc:creator>bluepizza</dc:creator><comments>https://news.ycombinator.com/item?id=42601217</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42601217</guid></item><item><title><![CDATA[New comment by bluepizza in "Why Canada Should Join the EU"]]></title><description><![CDATA[
<p>Mercosur, Australia-New Zealand, and the Gulf Cooperation Council all have a similar agreement on movement of labour. It is not particularly rare.</p>
]]></description><pubDate>Sat, 04 Jan 2025 04:37:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=42592442</link><dc:creator>bluepizza</dc:creator><comments>https://news.ycombinator.com/item?id=42592442</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42592442</guid></item><item><title><![CDATA[New comment by bluepizza in "Most people don't care about quality"]]></title><description><![CDATA[
<p>My personal theory (which is also baseless speculation) is that we use intuition to consider the decision pipeline closed and the matter settled. We keep at it until it feels right.<p>In this representation, "system 1" is simply an early pipeline decision, where one intuitively feels that it is the correct decision immediately. And if a satisfying decision doesn't come up, we keep looping over the decision, adding more factors, until we finally find the factors that make our intuition agree with it and close the matter. The longer we try to find a satisfactory decision, the more factors we try out, and therefore, someone came up with "system 2", but I see "system 2" as a particularly bad misrepresentation: it is still the same system looping, we are just staying in it longer.<p>The source of my theory is the interesting effect of a broken intuition: OCD sufferers are unable to break from this cycle, and even when intellectually satisfied with a conclusion, they perceive their brains as "stuck" in the question.<p>So fundamentally, I agree with your general idea: intuition plays a major role in this system, and when it breaks, people get paralyzed in it, no matter how good the decision is intellectually. My only point is that there is no division of systems. It's one single subsystem, integrated with many others, forming one single blackbox entity. The fast/slow thinking framework is a misrepresentation that doesn't really help one understand people's behaviors. It's a bad map.</p>
]]></description><pubDate>Fri, 03 Jan 2025 05:34:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=42582821</link><dc:creator>bluepizza</dc:creator><comments>https://news.ycombinator.com/item?id=42582821</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42582821</guid></item><item><title><![CDATA[New comment by bluepizza in "Most people don't care about quality"]]></title><description><![CDATA[
<p>> most notably that many of the properties attributed to System 1 and System 2 don’t actually line up with the evidence, that dual-process theories are largely unfalsifiable, and that most of the claimed support for them is “confirmation bias at work”<p>The article absolutely does not agree that S1 is lower cost than S2, as the article does not agree that S2 exists at all.</p>
]]></description><pubDate>Thu, 02 Jan 2025 17:52:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=42576733</link><dc:creator>bluepizza</dc:creator><comments>https://news.ycombinator.com/item?id=42576733</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42576733</guid></item><item><title><![CDATA[New comment by bluepizza in "Most people don't care about quality"]]></title><description><![CDATA[
<p>The point of the links I've shared is that there is no such thing as System 1/2, and decision effort/cost is not a factor.</p>
]]></description><pubDate>Thu, 02 Jan 2025 17:10:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=42576257</link><dc:creator>bluepizza</dc:creator><comments>https://news.ycombinator.com/item?id=42576257</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42576257</guid></item><item><title><![CDATA[New comment by bluepizza in "Most people don't care about quality"]]></title><description><![CDATA[
<p>My understanding was that System 1/System 2 thinking is unproven conjecture[1] that can't even be replicated[2]. It would be unwise to analyse behaviour using this framework.<p>1: <a href="https://www.psychologytoday.com/intl/blog/a-hovercraft-full-of-eels/202103/the-false-dilemma-system-1-vs-system-2" rel="nofollow">https://www.psychologytoday.com/intl/blog/a-hovercraft-full-...</a>
2: <a href="https://replicationindex.com/2016/01/31/a-revised-introduction-to-the-r-index/" rel="nofollow">https://replicationindex.com/2016/01/31/a-revised-introducti...</a></p>
]]></description><pubDate>Thu, 02 Jan 2025 16:47:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=42576044</link><dc:creator>bluepizza</dc:creator><comments>https://news.ycombinator.com/item?id=42576044</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42576044</guid></item><item><title><![CDATA[New comment by bluepizza in "Should more of us be moving to live near friends?"]]></title><description><![CDATA[
<p>We tend to be pushed towards immigration because of a lack of safety, of growth opportunities, and no hope that things will get any better.<p>With that in mind, if Latin America had safety, I suspect at least half of the immigrants wouldn't leave, especially the ones who are able to hold a middle class job.<p>Most of us would live in a lower standard of life if it allowed to stay close to friends and family. But not being able to walk down the street bears a heavy weight on our anxieties.</p>
]]></description><pubDate>Sat, 28 Dec 2024 11:34:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=42530299</link><dc:creator>bluepizza</dc:creator><comments>https://news.ycombinator.com/item?id=42530299</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42530299</guid></item><item><title><![CDATA[New comment by bluepizza in "That's not an abstraction, that's a layer of indirection"]]></title><description><![CDATA[
<p>Not parent, but I have a similar impression. Design patterns, clean code, and several of these well known tools were particularly useful during C++ and early Java eras, where footguns were abundant, and we had very little discussion about them - the Internet was a much smaller place back then. Most of the developer work was around building and maintaining huge code bases, be it desktop or server, monoliths were mostly the only game. And many initiatives grew trying to tame the inherent hazard.<p>I think that microservices (or at least, smaller services) and modern languages allow the code to stay more manageable, to the point where Java devs now are able to dismiss Spring and go for a much simpler Quarkus.</p>
]]></description><pubDate>Sat, 28 Dec 2024 04:35:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=42528612</link><dc:creator>bluepizza</dc:creator><comments>https://news.ycombinator.com/item?id=42528612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42528612</guid></item><item><title><![CDATA[New comment by bluepizza in "More men are addicted to the 'crack cocaine' of the stock market"]]></title><description><![CDATA[
<p>A gambling addict thinks they can learn to play poker because there is a small elite of professional poker players.<p>Which is exactly what an amateur trader thinks - I will learn to beat the market, because Ray Dalio did.<p>I used the poker example precisely because of this parallel between a very small elite and an overwhelming majority of loss makers.</p>
]]></description><pubDate>Wed, 25 Dec 2024 01:25:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=42506207</link><dc:creator>bluepizza</dc:creator><comments>https://news.ycombinator.com/item?id=42506207</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42506207</guid></item><item><title><![CDATA[New comment by bluepizza in "More men are addicted to the 'crack cocaine' of the stock market"]]></title><description><![CDATA[
<p>> Like with everything else, using your brain cells can quickly make you realize it's a lot more than "gambling"<p>Which sounds similar to how gambling addicts report their thoughts on their addiction - that they are smart enough to learn poker, or they know enough basketball to be able to predict outcomes.<p>Like with everything else, some research and data interpretation shows that with the remarkable exception of two or three highly specialized companies that employ some of the best mathematicians alive, most active investors underperform.</p>
]]></description><pubDate>Tue, 24 Dec 2024 16:31:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=42502941</link><dc:creator>bluepizza</dc:creator><comments>https://news.ycombinator.com/item?id=42502941</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42502941</guid></item><item><title><![CDATA[New comment by bluepizza in "Critics, not fans, perpetuate the failed second album myth, study shows"]]></title><description><![CDATA[
<p>Because it is a fantastic movie, with fascinating characters, a thrilling storyline, and full of interesting concepts.<p>The popcorn and soda public loved it - it was the highest grossing movie in 2017.<p>There is no mystery in its rave reviews. Both critics and general public enjoyed it. The vicious hate this movie gets is from Star Wars fans only. Nobody hates Star Wars as much as its fans.</p>
]]></description><pubDate>Mon, 23 Dec 2024 11:22:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=42493606</link><dc:creator>bluepizza</dc:creator><comments>https://news.ycombinator.com/item?id=42493606</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42493606</guid></item><item><title><![CDATA[New comment by bluepizza in "How we centralized and structured error handling in Golang"]]></title><description><![CDATA[
<p>I think the issue is that bringing the application down might mean cutting short concurrent ongoing requests, especially requests that will result in data mutation of some sort.<p>Otherwise, some situations simply don't warrant a full shutdown, and it might be okay to run the application in degraded mode.</p>
]]></description><pubDate>Wed, 18 Dec 2024 16:36:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=42452036</link><dc:creator>bluepizza</dc:creator><comments>https://news.ycombinator.com/item?id=42452036</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42452036</guid></item><item><title><![CDATA[New comment by bluepizza in "MIT study explains why laws are written in an incomprehensible style"]]></title><description><![CDATA[
<p>It reminds me of the pre-symbolic mathematical notations where equations would be described in long paragraphs.</p>
]]></description><pubDate>Tue, 17 Dec 2024 05:52:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=42438702</link><dc:creator>bluepizza</dc:creator><comments>https://news.ycombinator.com/item?id=42438702</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42438702</guid></item><item><title><![CDATA[New comment by bluepizza in "Waymo will bring autonomous vehicles to Tokyo"]]></title><description><![CDATA[
<p>Taxi doors already automatically open and close in major Japanese metro areas.<p>There is a certain romance around good service, but the good service is not the reason why people use taxis here.<p>One could make a similar argument that self service restaurants serving revolving sushi, or tablet ordered sushi  miss the good service of a great restaurant. Yet these places are wildly popular, because one goes there to eat.</p>
]]></description><pubDate>Tue, 17 Dec 2024 04:58:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=42438464</link><dc:creator>bluepizza</dc:creator><comments>https://news.ycombinator.com/item?id=42438464</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42438464</guid></item></channel></rss>