<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: fauigerzigerk</title><link>https://news.ycombinator.com/user?id=fauigerzigerk</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 09 Apr 2026 10:37:10 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=fauigerzigerk" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by fauigerzigerk in "SQLite in Production: Lessons from Running a Store on a Single File"]]></title><description><![CDATA[
<p>Why does it not help if both containers can mmap the same -shm file?</p>
]]></description><pubDate>Tue, 07 Apr 2026 17:37:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47678721</link><dc:creator>fauigerzigerk</dc:creator><comments>https://news.ycombinator.com/item?id=47678721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47678721</guid></item><item><title><![CDATA[New comment by fauigerzigerk in "Codex pricing to align with API token usage, instead of per-message"]]></title><description><![CDATA[
<p>I can think of a few other reasons:<p>- Not everyone uses dollars.<p>- The price of credits in some currency could change after you bought them.<p>- The price of credits could be different for different customers (commercial, educational, partners, etc)<p>- They can ban trading of credits or let them expire</p>
]]></description><pubDate>Sun, 05 Apr 2026 18:29:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47652393</link><dc:creator>fauigerzigerk</dc:creator><comments>https://news.ycombinator.com/item?id=47652393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47652393</guid></item><item><title><![CDATA[New comment by fauigerzigerk in "Which European countries have the best salaries after taxes?"]]></title><description><![CDATA[
<p>Depends on what it is you really want to know. For macro economic comparisons you would probably want to use some metric that has "disposable income" in its name. And then you'd have to ask what this income includes. Does it include cash transfers? Transfers in kind (e.g. for health and education)? Does it use PPP or market exchange rates?<p>Here's a dataset that Eurostat publishes. It includes cash transfers and transfers in kind, compared using PPP (PPS) exchange rates:<p>Adjusted gross disposable income of households per capita in PPS<p><a href="https://ec.europa.eu/eurostat/databrowser/view/tec00113/default/table?lang=en" rel="nofollow">https://ec.europa.eu/eurostat/databrowser/view/tec00113/defa...</a></p>
]]></description><pubDate>Fri, 03 Apr 2026 07:49:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47624191</link><dc:creator>fauigerzigerk</dc:creator><comments>https://news.ycombinator.com/item?id=47624191</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47624191</guid></item><item><title><![CDATA[New comment by fauigerzigerk in "Which European countries have the best salaries after taxes?"]]></title><description><![CDATA[
<p><i>>I don’t think it’s completely meaningless if you’re trying to save / invest</i><p>It's largely meaningless, because some of what people are saving for in one country can be included in tax and social security contributions in another country - e.g. pensions and university tuition.</p>
]]></description><pubDate>Thu, 02 Apr 2026 13:28:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47614202</link><dc:creator>fauigerzigerk</dc:creator><comments>https://news.ycombinator.com/item?id=47614202</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47614202</guid></item><item><title><![CDATA[New comment by fauigerzigerk in "Ollama is now powered by MLX on Apple Silicon in preview"]]></title><description><![CDATA[
<p>Who will be funding state of the art local models going forward? AI models are never done or good enough. They will have to be trained on new data and eventually with new model architectures. It will remain an expensive exercise.<p>I could be wrong because I'm not following this too closely, but the open weights future of both Llama and Qwen looks tenuous to me. Yes, there are others, but I don't understand the business model.</p>
]]></description><pubDate>Tue, 31 Mar 2026 19:30:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47592274</link><dc:creator>fauigerzigerk</dc:creator><comments>https://news.ycombinator.com/item?id=47592274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47592274</guid></item><item><title><![CDATA[New comment by fauigerzigerk in "Oracle slashes 30k jobs"]]></title><description><![CDATA[
<p>MS SQL Server was forked from Sybase in 1993. Not sure how much the code had diverged by 2000. Informix was also a contender back then.</p>
]]></description><pubDate>Tue, 31 Mar 2026 16:29:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47589860</link><dc:creator>fauigerzigerk</dc:creator><comments>https://news.ycombinator.com/item?id=47589860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47589860</guid></item><item><title><![CDATA[New comment by fauigerzigerk in "Swift 6.3"]]></title><description><![CDATA[
<p>I would remove result builders and all other uses of @attributes that change the semantics of the code (e.g property wrappers).<p>I would remove the distinction between value types and reference types at the type level. This has caused so many bugs in my code. This distinction should be made where the types are used not where they are defined.<p>I would remove everything related to concurrency from the language itself. The idea to let code execute on random threads without any explicit hint at the call site is ridiculous. It's far too complicated and error prone, which is why Swift designers had to radically change the defaults between Swift 6.0 and 6.2 and it's still a mess.<p>I would remove properties that are really functions (and of course property wrappers). I want to see at the call site whether I'm calling a function or accessing a variable.<p>I would probably remove async/await as well, but this is a broader debate beyond Swift.<p>And yes you absolutely do have to know and use all features that a language has, especially if it's a corporate language where features are introduced in order to support platform APIs.</p>
]]></description><pubDate>Thu, 26 Mar 2026 12:06:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47529463</link><dc:creator>fauigerzigerk</dc:creator><comments>https://news.ycombinator.com/item?id=47529463</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47529463</guid></item><item><title><![CDATA[New comment by fauigerzigerk in "The EU still wants to scan  your private messages and photos"]]></title><description><![CDATA[
<p>You can always find something. There's always someone profiteering from anything and everything that politicians could possibly do.<p>Politicians demanding total surveillance and population control? Of course there's an industry or two for that. Are they lobbying for this stuff? Absolutely.<p>But what's the causality? That's the ideological question.<p>In my view, it's a bit too convenient to blame all political evils on capitalism. Power is its own aphrodisiac. Bigotry has no prerequisits. Neither does stupidity.</p>
]]></description><pubDate>Thu, 26 Mar 2026 10:42:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47528812</link><dc:creator>fauigerzigerk</dc:creator><comments>https://news.ycombinator.com/item?id=47528812</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47528812</guid></item><item><title><![CDATA[New comment by fauigerzigerk in "Ensu – Ente’s Local LLM app"]]></title><description><![CDATA[
<p>How is Ente Photos defunct? It's getting new features all the time and it works extremely well for me.</p>
]]></description><pubDate>Wed, 25 Mar 2026 17:32:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47520551</link><dc:creator>fauigerzigerk</dc:creator><comments>https://news.ycombinator.com/item?id=47520551</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47520551</guid></item><item><title><![CDATA[New comment by fauigerzigerk in "Google details new 24-hour process to sideload unverified Android apps"]]></title><description><![CDATA[
<p>I think this whole functionality is actually based on an experimental browser API (FedCM) that may be coming to other browsers as well.<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/FedCM_API" rel="nofollow">https://developer.mozilla.org/en-US/docs/Web/API/FedCM_API</a><p>But ultimately websites can pop up whatever annoying nonsense they want. There isn't really any "way forward" except avoiding bad websites or using ad blockers.</p>
]]></description><pubDate>Fri, 20 Mar 2026 16:48:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47457211</link><dc:creator>fauigerzigerk</dc:creator><comments>https://news.ycombinator.com/item?id=47457211</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47457211</guid></item><item><title><![CDATA[New comment by fauigerzigerk in "Google details new 24-hour process to sideload unverified Android apps"]]></title><description><![CDATA[
<p>You can disable it in your Chrome settings: chrome://settings/content/federatedIdentityApi<p>Websites that choose to put a sign-in with Google button on a page can disable the popup by setting data-auto_prompt="false". The default being "true" is how Google is pushing this, but this seems like a rather gentle way of pushing.<p>It's clearly a deliberate choice that websites make. Your explanation as to why they're doing it seems very plausible to me.</p>
]]></description><pubDate>Fri, 20 Mar 2026 08:31:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47451971</link><dc:creator>fauigerzigerk</dc:creator><comments>https://news.ycombinator.com/item?id=47451971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47451971</guid></item><item><title><![CDATA[New comment by fauigerzigerk in "4Chan mocks £520k fine for UK online safety breaches"]]></title><description><![CDATA[
<p>Right, but it shows their mindset. They're not letting China comparisons stop them from doing anything. It's not about the technology. In their mind, it's about the purpose and the legitimacy of any censorship.</p>
]]></description><pubDate>Thu, 19 Mar 2026 19:06:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47444296</link><dc:creator>fauigerzigerk</dc:creator><comments>https://news.ycombinator.com/item?id=47444296</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47444296</guid></item><item><title><![CDATA[New comment by fauigerzigerk in "4Chan mocks £520k fine for UK online safety breaches"]]></title><description><![CDATA[
<p>UK ISPs do block some domains though.</p>
]]></description><pubDate>Thu, 19 Mar 2026 18:46:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47444000</link><dc:creator>fauigerzigerk</dc:creator><comments>https://news.ycombinator.com/item?id=47444000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47444000</guid></item><item><title><![CDATA[New comment by fauigerzigerk in "Rob Pike’s Rules of Programming (1989)"]]></title><description><![CDATA[
<p>Agreed. DRY is a compression algorithm. The rule of 3 is a bad compression algorithm. Good abstraction is not compression at all.</p>
]]></description><pubDate>Wed, 18 Mar 2026 16:29:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47427807</link><dc:creator>fauigerzigerk</dc:creator><comments>https://news.ycombinator.com/item?id=47427807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47427807</guid></item><item><title><![CDATA[How Well Does Agent Development Reflect Real-World Work?]]></title><description><![CDATA[
<p>Article URL: <a href="https://arxiv.org/abs/2603.01203">https://arxiv.org/abs/2603.01203</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47325235">https://news.ycombinator.com/item?id=47325235</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 10 Mar 2026 16:14:48 +0000</pubDate><link>https://arxiv.org/abs/2603.01203</link><dc:creator>fauigerzigerk</dc:creator><comments>https://news.ycombinator.com/item?id=47325235</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47325235</guid></item><item><title><![CDATA[New comment by fauigerzigerk in "US Court of Appeals: TOS may be updated by email, use can imply consent [pdf]"]]></title><description><![CDATA[
<p>Perhaps there should be a limited set of standard clauses that companies can pick from and that consumers can read and compare like food labels.</p>
]]></description><pubDate>Mon, 09 Mar 2026 12:56:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47308428</link><dc:creator>fauigerzigerk</dc:creator><comments>https://news.ycombinator.com/item?id=47308428</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47308428</guid></item><item><title><![CDATA[New comment by fauigerzigerk in "Claude's Cycles [pdf]"]]></title><description><![CDATA[
<p>I think they are questioning whether human feedback is even necessary to make progress, i.e. whether the premise that RL needs to be RLHF is true.<p>My (limited) understanding is that LLMs are not capable of escaping their learned distribution by simply feeding on their own output.<p>But the question is whether the required external (out of distribution) "stimulus" needs to come from humans.<p>Could LLMs design experiments/interventions to get feedback from their environment like human scientists would?<p>I have my doubts that this is possible without an inherent causal reasoning capability but I'm not sure.</p>
]]></description><pubDate>Wed, 04 Mar 2026 09:07:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47244931</link><dc:creator>fauigerzigerk</dc:creator><comments>https://news.ycombinator.com/item?id=47244931</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47244931</guid></item><item><title><![CDATA[New comment by fauigerzigerk in "I'm reluctant to verify my identity or age for any online services"]]></title><description><![CDATA[
<p>I don't have a problem with verifying that I am an adult as long as I don't have to provide information that makes it easy to track down my identity.<p>The UK government has approved 7 age verification methods. Not one of them meets that standard.<p>That's not an accident.<p><a href="https://www.ofcom.org.uk/online-safety/protecting-children/age-checks-for-online-safety--what-you-need-to-know-as-a-user" rel="nofollow">https://www.ofcom.org.uk/online-safety/protecting-children/a...</a></p>
]]></description><pubDate>Tue, 03 Mar 2026 16:29:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47234846</link><dc:creator>fauigerzigerk</dc:creator><comments>https://news.ycombinator.com/item?id=47234846</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47234846</guid></item><item><title><![CDATA[New comment by fauigerzigerk in "AI Made Writing Code Easier. It Made Being an Engineer Harder"]]></title><description><![CDATA[
<p>I'm not opposed to AI generated text in principle. But not knowing how it was written is problematic, because it can change the meaning of the text. Take this paragraph for instance:<p><i>"From my experience building and scaling teams in fintech and high-traffic platforms, I can tell you that role expansion without clear boundaries always leads to the same outcome: people try to do everything, nothing gets done with the depth it requires, and burnout follows."</i><p>This reads like a first person account of someone's experience. Is it though? If it's nobody's experience then it robs this text of its meaning. If it is somebody's experience and that person used AI to improve their style then that's absolutely fine with me.</p>
]]></description><pubDate>Sun, 01 Mar 2026 20:17:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47210251</link><dc:creator>fauigerzigerk</dc:creator><comments>https://news.ycombinator.com/item?id=47210251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47210251</guid></item><item><title><![CDATA[New comment by fauigerzigerk in "OpenAI raises $110B on $730B pre-money valuation"]]></title><description><![CDATA[
<p>The opportunity is disproportionately greater as well though.<p>Unfortunately that doesn't change the fact even a small miscalculation could have an enormous impact. We are approaching levels of risk comparable in size to the subprime crisis of 2008.</p>
]]></description><pubDate>Sat, 28 Feb 2026 11:33:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47193917</link><dc:creator>fauigerzigerk</dc:creator><comments>https://news.ycombinator.com/item?id=47193917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47193917</guid></item></channel></rss>