<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: anygivnthursday</title><link>https://news.ycombinator.com/user?id=anygivnthursday</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 07 Jun 2026 22:07:00 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=anygivnthursday" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by anygivnthursday in "LLMs are eroding my software engineering career and I don't know what to do"]]></title><description><![CDATA[
<p>With todays LLMs, yes. But if they can ever reach a level of a contractor in a reliable way and companies offering them willing to take responsibility (because confidence is high and rest is insured), then one can just hire a cheap AI agent to fulfill a contract - design, implement, deploy, run and maintain your service/website like the engineer before.<p>Calculators are not a replacement for accountants, online accounting services are in many cases. Which again can be run by an AI if they reach that level of reliability.<p>Today with LLMs this is still sci-fi, though.</p>
]]></description><pubDate>Sun, 07 Jun 2026 13:35:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48434708</link><dc:creator>anygivnthursday</dc:creator><comments>https://news.ycombinator.com/item?id=48434708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48434708</guid></item><item><title><![CDATA[New comment by anygivnthursday in "Dear Microsoft, enough is enough"]]></title><description><![CDATA[
<p>Maybe this is what they meant by Internet Explorer mode in Edge</p>
]]></description><pubDate>Fri, 05 Jun 2026 06:32:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48408787</link><dc:creator>anygivnthursday</dc:creator><comments>https://news.ycombinator.com/item?id=48408787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48408787</guid></item><item><title><![CDATA[New comment by anygivnthursday in "[URL in comment] European Commission proposes tech sovereignty package"]]></title><description><![CDATA[
<p>correct link <a href="https://ec.europa.eu/commission/presscorner/detail/en/ip_26_1187" rel="nofollow">https://ec.europa.eu/commission/presscorner/detail/en/ip_26_...</a></p>
]]></description><pubDate>Wed, 03 Jun 2026 15:30:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48385428</link><dc:creator>anygivnthursday</dc:creator><comments>https://news.ycombinator.com/item?id=48385428</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48385428</guid></item><item><title><![CDATA[New comment by anygivnthursday in "Codex just found a "workaround" of not having sudo on my PC"]]></title><description><![CDATA[
<p>Late edit, I wanted to clarify I do not share my user home, but the VM user home for backups, thats separate user that does not have my own users credentials etc</p>
]]></description><pubDate>Tue, 02 Jun 2026 01:16:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48364711</link><dc:creator>anygivnthursday</dc:creator><comments>https://news.ycombinator.com/item?id=48364711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48364711</guid></item><item><title><![CDATA[New comment by anygivnthursday in "Codex just found a "workaround" of not having sudo on my PC"]]></title><description><![CDATA[
<p>I dont think Claude itself needs much, its more like what you do with it. In my case it is doing some gradle builds and java tests with some postgres docker containers inside the vm so I gave it max 8G RAM with 4 cores and have no issues. I share my workspace folder (with virtiofs and also the user home so I can rebuild the vm from scratch and keep settings) because I like my tools on the host and my full creds are outside and I didnt want to keep syncing branches. I access it with ssh (with passt). So far no real issues.</p>
]]></description><pubDate>Mon, 01 Jun 2026 21:50:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48363134</link><dc:creator>anygivnthursday</dc:creator><comments>https://news.ycombinator.com/item?id=48363134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48363134</guid></item><item><title><![CDATA[New comment by anygivnthursday in "Websites have a new way to spy on visitors: analyzing their SSD activity"]]></title><description><![CDATA[
<p>You mean by default or it cannot be configured that way? I believe, I had Chrome configured to not allow storage by default, only for sites I added to an exclusion list. I cant remember now, but isnt there also an option to change the default on Firefox to deny or always ask for permission?</p>
]]></description><pubDate>Mon, 01 Jun 2026 01:00:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48351494</link><dc:creator>anygivnthursday</dc:creator><comments>https://news.ycombinator.com/item?id=48351494</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48351494</guid></item><item><title><![CDATA[New comment by anygivnthursday in "Codex just found a "workaround" of not having sudo on my PC"]]></title><description><![CDATA[
<p>This. I am running Claude in its own QEMU VM, it has git access to my project only if I explicitly unlock the ssh key for it. The other day I realized it trying to push a change, it didn't have permission, so it went looking for "workarounds" and found I had a github cli session and tried to use that, luckily the creds for that was also read scoped. But the point is, if I did not give permission and it sees I did not give permission, it should not try to find a workaround/exploit autonomously.</p>
]]></description><pubDate>Mon, 01 Jun 2026 00:41:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48351391</link><dc:creator>anygivnthursday</dc:creator><comments>https://news.ycombinator.com/item?id=48351391</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48351391</guid></item><item><title><![CDATA[New comment by anygivnthursday in "Constraint Decay: The Fragility of LLM Agents in Back End Code Generation"]]></title><description><![CDATA[
<p>I regularly see Claude Opus 4.7 dropping constraints from an otherwise small CLAUDE.md at merely 20% context use. I have to keep reminding it, and it has all info ready in its context, still time to time decides to ignore parts.</p>
]]></description><pubDate>Mon, 25 May 2026 09:10:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48264879</link><dc:creator>anygivnthursday</dc:creator><comments>https://news.ycombinator.com/item?id=48264879</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48264879</guid></item><item><title><![CDATA[New comment by anygivnthursday in "Goodbye Visa and Mastercard: 130M Europeans switching to sovereign payment"]]></title><description><![CDATA[
<p>Not everyone is in eurozone, there are countries with instant QR payments that are not SEPA. It is nowdays quite common to get a QR with your invoice, online or in person, it might not be just SEPA. But for now cards are still more accepted, and work even if I leave my phone at home or it rans out of battery. Not sure how Wero or QR going to solve that, SEPA or not, but still useful for a lot of cases, online payments etc, even if it does not solve every edge case.</p>
]]></description><pubDate>Fri, 22 May 2026 06:26:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48232651</link><dc:creator>anygivnthursday</dc:creator><comments>https://news.ycombinator.com/item?id=48232651</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48232651</guid></item><item><title><![CDATA[New comment by anygivnthursday in "FatGid: FreeBSD 14.x kernel local privilege escalation"]]></title><description><![CDATA[
<p>And OPNSense boxes</p>
]]></description><pubDate>Thu, 21 May 2026 17:23:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48226179</link><dc:creator>anygivnthursday</dc:creator><comments>https://news.ycombinator.com/item?id=48226179</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48226179</guid></item><item><title><![CDATA[New comment by anygivnthursday in "Goodbye Visa and Mastercard: 130M Europeans switching to sovereign payment"]]></title><description><![CDATA[
<p>Doesn't Slovakia already have its own instant QR payment system?<p>Edit: oh, sorry, just realized you talking about international not domestic payments</p>
]]></description><pubDate>Thu, 21 May 2026 11:09:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48220693</link><dc:creator>anygivnthursday</dc:creator><comments>https://news.ycombinator.com/item?id=48220693</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48220693</guid></item><item><title><![CDATA[New comment by anygivnthursday in "Mini Shai-Hulud Strikes Again: 314 npm Packages Compromised"]]></title><description><![CDATA[
<p>From CI pipelines with pinned package versions and OIDC instead of permanent secrets limited, least privileges.</p>
]]></description><pubDate>Tue, 19 May 2026 13:21:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48192999</link><dc:creator>anygivnthursday</dc:creator><comments>https://news.ycombinator.com/item?id=48192999</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48192999</guid></item><item><title><![CDATA[New comment by anygivnthursday in "Mini Shai-Hulud Strikes Again: 314 npm Packages Compromised"]]></title><description><![CDATA[
<p>I think Google took a different approach with gVisor and limited userspace kernel interface, tradeoffs...</p>
]]></description><pubDate>Tue, 19 May 2026 13:11:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48192866</link><dc:creator>anygivnthursday</dc:creator><comments>https://news.ycombinator.com/item?id=48192866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48192866</guid></item><item><title><![CDATA[New comment by anygivnthursday in "What the Hell Was Going on with Cigarette Ads in the 70s? (2024)"]]></title><description><![CDATA[
<p>Congrats! I quit around the same time cca 2012-2014.<p>I did not smoke on a plane, but smoking on trains (and many places indoor) was "normal" before like 2010 around my place. I did not like it even as a smoker and rather went out.<p>But fully echo you that quitting was one of the best decisions of my life.</p>
]]></description><pubDate>Thu, 14 May 2026 09:42:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48133115</link><dc:creator>anygivnthursday</dc:creator><comments>https://news.ycombinator.com/item?id=48133115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48133115</guid></item><item><title><![CDATA[Rob Pike: Tech industry losing its soul]]></title><description><![CDATA[
<p>Article URL: <a href="https://hachyderm.io/@robpike/116557975987213548">https://hachyderm.io/@robpike/116557975987213548</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48105491">https://news.ycombinator.com/item?id=48105491</a></p>
<p>Points: 30</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 12 May 2026 08:01:52 +0000</pubDate><link>https://hachyderm.io/@robpike/116557975987213548</link><dc:creator>anygivnthursday</dc:creator><comments>https://news.ycombinator.com/item?id=48105491</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48105491</guid></item><item><title><![CDATA[New comment by anygivnthursday in "LLM Hallucinations in the Wild"]]></title><description><![CDATA[
<p>> Large language models (LLMs) are known to generate plausible but false information across a wide range of contexts, yet the real-world magnitude and consequences of this hallucination problem remain poorly understood. Here we leverage a uniquely verifiable object - scientific citations - to audit 111 million references across 2.5 million papers in arXiv, bioRxiv, SSRN, and PubMed Central.</p>
]]></description><pubDate>Tue, 12 May 2026 07:49:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48105416</link><dc:creator>anygivnthursday</dc:creator><comments>https://news.ycombinator.com/item?id=48105416</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48105416</guid></item><item><title><![CDATA[LLM Hallucinations in the Wild]]></title><description><![CDATA[
<p>Article URL: <a href="https://arxiv.org/abs/2605.07723">https://arxiv.org/abs/2605.07723</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48105415">https://news.ycombinator.com/item?id=48105415</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 12 May 2026 07:49:09 +0000</pubDate><link>https://arxiv.org/abs/2605.07723</link><dc:creator>anygivnthursday</dc:creator><comments>https://news.ycombinator.com/item?id=48105415</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48105415</guid></item><item><title><![CDATA[New comment by anygivnthursday in "I'm going back to writing code by hand"]]></title><description><![CDATA[
<p>That isn't new, though. Managers often pushed unrealistic timelines and showed lack of care about tech debt well before vibe coding, just the timelines where different, and the magnitude will be bigger this time. But we also have LLMs to help it clean it up faster, I guess.</p>
]]></description><pubDate>Mon, 11 May 2026 10:31:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48093202</link><dc:creator>anygivnthursday</dc:creator><comments>https://news.ycombinator.com/item?id=48093202</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48093202</guid></item><item><title><![CDATA[New comment by anygivnthursday in "Mythos Finds a Curl Vulnerability"]]></title><description><![CDATA[
<p>But Mythos is not marketed as a tool that can do the same as other tools already available maybe slightly better, but as a revolution.</p>
]]></description><pubDate>Mon, 11 May 2026 09:19:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48092772</link><dc:creator>anygivnthursday</dc:creator><comments>https://news.ycombinator.com/item?id=48092772</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48092772</guid></item><item><title><![CDATA[New comment by anygivnthursday in "Stop MitM on the first SSH connection, on any VPS or cloud provider"]]></title><description><![CDATA[
<p>You can bootstrap from your custom ISO with some embedded starter key, upload ISO, loads into RAM and opens SSH, connect and run a playbook to encrypt the root drive where you deploy your OS with your SSH key. If you went with encrypted root, you might need to enter pass via console, or dropbear server in a pre-boot env you connect to via SSH to enter the key if you dont trust the console, or setup some custom network unlock mechanism, etc. But once unlocked your provider can still dump your keys from memory. There are also things like AMD SEV-SNP for some more confidential use cases.</p>
]]></description><pubDate>Sun, 10 May 2026 22:08:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48088644</link><dc:creator>anygivnthursday</dc:creator><comments>https://news.ycombinator.com/item?id=48088644</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48088644</guid></item></channel></rss>