<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: xmcqdpt2</title><link>https://news.ycombinator.com/user?id=xmcqdpt2</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 16 Sep 2026 11:35:31 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=xmcqdpt2" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by xmcqdpt2 in "Most people prefer traditional architecture"]]></title><description><![CDATA[
<p>I had to scroll way too far to find this comment!<p>All the terribly kept tenements that housed 10 families on two floors were also "traditional," but you can't even find them now. Even in places where there are some left, the ones still standing were probably the best of the bunch AND have been extensively repaired since.</p>
]]></description><pubDate>Tue, 15 Sep 2026 18:44:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=49716938</link><dc:creator>xmcqdpt2</dc:creator><comments>https://news.ycombinator.com/item?id=49716938</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49716938</guid></item><item><title><![CDATA[New comment by xmcqdpt2 in "OpenAI bots knew about the RubyGems caching vulnerability"]]></title><description><![CDATA[
<p>And the motto of every neoliberal governments where being accused of Luddism is political death.</p>
]]></description><pubDate>Tue, 15 Sep 2026 12:44:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=49711692</link><dc:creator>xmcqdpt2</dc:creator><comments>https://news.ycombinator.com/item?id=49711692</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49711692</guid></item><item><title><![CDATA[New comment by xmcqdpt2 in "MS Paint and Photos inivisibly watermark even locally generated output with GUID"]]></title><description><![CDATA[
<p>Be careful what you wish for. I'm sure Microsoft and Google would love the kind of regulation we apply to big banks. It has become a moat that makes it impossible for other (snaller/foreign) financial institutions to compete because they don't have massive specialized regulatory departments.<p>The more complex the rules become, the more difficult it will be for alternative providers to exist, unless they have explicit carve outs. So far, with age verification and user id laws, there doesn't seem to be much appetite from politicians to create exceptions for open source and smaller projects. By comparison, in the US the regional banks have special exemptions for many of the really onerous regs, which is why they are still a bunch of them.</p>
]]></description><pubDate>Tue, 25 Aug 2026 12:13:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=49432615</link><dc:creator>xmcqdpt2</dc:creator><comments>https://news.ycombinator.com/item?id=49432615</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49432615</guid></item><item><title><![CDATA[New comment by xmcqdpt2 in "GLM-5.3: Frontier coding with emergent cyber capabilities"]]></title><description><![CDATA[
<p>pdf <a href="https://arxiv.org/pdf/2608.09867" rel="nofollow">https://arxiv.org/pdf/2608.09867</a><p>for some reason I couldn't find any way to download it from that website.</p>
]]></description><pubDate>Fri, 14 Aug 2026 11:59:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=49297624</link><dc:creator>xmcqdpt2</dc:creator><comments>https://news.ycombinator.com/item?id=49297624</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49297624</guid></item><item><title><![CDATA[New comment by xmcqdpt2 in "Interviewing Engineers in the AI Era: Lessons from a Year of Rebuilding"]]></title><description><![CDATA[
<p>One of my least favourite feature of our AI era is that I can't even trust people to do basic math anymore. It used to be that a graph like that would mean someone had a (probably broken) metric that they put in an excel sheet and got a lineplot out of it. The metric might be broken but at least additions and subtractions etc were correct.<p>Now I don't even know! Colleagues send me graphs they made with Copilot and then we discover that the LLM did mental arithmetic or whatever to produce the results and they are wrong. Computers used to be able to do math !</p>
]]></description><pubDate>Fri, 07 Aug 2026 12:34:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=49209436</link><dc:creator>xmcqdpt2</dc:creator><comments>https://news.ycombinator.com/item?id=49209436</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49209436</guid></item><item><title><![CDATA[New comment by xmcqdpt2 in "Interviewing Engineers in the AI Era: Lessons from a Year of Rebuilding"]]></title><description><![CDATA[
<p>I wish but at $work the push has been the opposite. I'm still allowed to write code, but interns and juniors are being told that they need to prompt all the time.<p>I think upper management are hoping they can replace a possibly reticent or AI skeptical "old guard" with AI native Gen Zs. In practice, the young out of school kids are much less excited about AI than the 50 year olds, so I don't know how well it will work.</p>
]]></description><pubDate>Fri, 07 Aug 2026 12:27:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49209367</link><dc:creator>xmcqdpt2</dc:creator><comments>https://news.ycombinator.com/item?id=49209367</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49209367</guid></item><item><title><![CDATA[New comment by xmcqdpt2 in "Eight Myths on Software Engineering and GenAI"]]></title><description><![CDATA[
<p>This is a well-known problem that has been an issue for years now. You can't use models to generate data for models because it leads to "model collapse" where it amplifies quirks in the generated data until it's all quirks. Here is a random university press release about it (grain of salt etc)<p><a href="https://www.utoronto.ca/news/training-ai-machine-generated-text-could-lead-model-collapse-researchers-warn" rel="nofollow">https://www.utoronto.ca/news/training-ai-machine-generated-t...</a><p>In practice you can do it a bit (generated data from a better / different model is fine, some generated data might be useful if there is non generated data etc.)</p>
]]></description><pubDate>Thu, 06 Aug 2026 11:56:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49195448</link><dc:creator>xmcqdpt2</dc:creator><comments>https://news.ycombinator.com/item?id=49195448</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49195448</guid></item><item><title><![CDATA[New comment by xmcqdpt2 in "AI agent runs amok in Fedora and elsewhere"]]></title><description><![CDATA[
<p>This is the issue with all the talks about alignement and such. As usual, the problem here wasn't that the agent was dishonest, the problem is that the agent was dumb. If it is a supply chain attack in the making, whoever was driving it would have told the agent to be good and helpful. The agent tried its best, which was not enough.<p>Alignement is the idea that we should be worried about dishonest smart LLMs when really most of the problems are due to dumb lazy gullible LLMs. It's critihype.</p>
]]></description><pubDate>Thu, 11 Jun 2026 11:19:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48488843</link><dc:creator>xmcqdpt2</dc:creator><comments>https://news.ycombinator.com/item?id=48488843</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48488843</guid></item><item><title><![CDATA[New comment by xmcqdpt2 in "C array types are weird"]]></title><description><![CDATA[
<p>Sometimes you have to use C but really they should be doing HPC in fortran. It has C FFI, it can compile to static programs and to dynamic libraries, it has C-like performance, etc.<p>(It's not as portable as C though, and the compilers have more bugs.)</p>
]]></description><pubDate>Wed, 27 May 2026 12:41:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48293371</link><dc:creator>xmcqdpt2</dc:creator><comments>https://news.ycombinator.com/item?id=48293371</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48293371</guid></item><item><title><![CDATA[New comment by xmcqdpt2 in "ClojureScript Gets Async/Await"]]></title><description><![CDATA[
<p>After reading<p><a href="https://hypermedia.systems/" rel="nofollow">https://hypermedia.systems/</a><p>I came to the conclusion that the best frontend is no frontend.</p>
]]></description><pubDate>Fri, 08 May 2026 11:16:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48061515</link><dc:creator>xmcqdpt2</dc:creator><comments>https://news.ycombinator.com/item?id=48061515</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48061515</guid></item><item><title><![CDATA[New comment by xmcqdpt2 in "Cloudflare to cut about 20% of its workforce"]]></title><description><![CDATA[
<p>That's basically the meme, right: You rail against corporations and yet you work for one. Curious.<p>Anyway in general, corporations are sticky. They save resources through scale and collaboration. Famously this is a problem for free market true believers because if you believe that the market is the most efficient mean of organizing people then you would expect firms to operate internally as free markets (or disappear). There is a whole body of work about it,<p><a href="https://en.wikipedia.org/wiki/Theory_of_the_firm" rel="nofollow">https://en.wikipedia.org/wiki/Theory_of_the_firm</a><p>In practice you can't just become your own boss and compete against firms.</p>
]]></description><pubDate>Fri, 08 May 2026 11:06:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48061429</link><dc:creator>xmcqdpt2</dc:creator><comments>https://news.ycombinator.com/item?id=48061429</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48061429</guid></item><item><title><![CDATA[New comment by xmcqdpt2 in "Appearing productive in the workplace"]]></title><description><![CDATA[
<p>You tell Claude to review it and if it breaks something you blame Claude. No one can get mad at you for it because they don't want to look like luddites.</p>
]]></description><pubDate>Wed, 06 May 2026 23:52:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48043508</link><dc:creator>xmcqdpt2</dc:creator><comments>https://news.ycombinator.com/item?id=48043508</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48043508</guid></item><item><title><![CDATA[New comment by xmcqdpt2 in "Appearing productive in the workplace"]]></title><description><![CDATA[
<p>It's the style of "blazing fast library made with :heart: in rust :crab:" that was popular in github README.md. My guess is that because the models are told to use md they overfit to the style of md documents too.</p>
]]></description><pubDate>Wed, 06 May 2026 23:48:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48043458</link><dc:creator>xmcqdpt2</dc:creator><comments>https://news.ycombinator.com/item?id=48043458</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48043458</guid></item><item><title><![CDATA[New comment by xmcqdpt2 in "Copy Fail"]]></title><description><![CDATA[
<p>True but that requires another  vulnerability.<p>It's security in depth. You build your server in a way that it doesn't allow remote code execution, and then you run it with an unprivileged user so that if it does allow it, the consequences are limited. And if running arbitrary code is a feature (you are github or whatever) you use VMs.</p>
]]></description><pubDate>Fri, 01 May 2026 11:26:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47973503</link><dc:creator>xmcqdpt2</dc:creator><comments>https://news.ycombinator.com/item?id=47973503</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47973503</guid></item><item><title><![CDATA[New comment by xmcqdpt2 in "Someone bought 30 WordPress plugins and planted a backdoor in all of them"]]></title><description><![CDATA[
<p>Java has Security Managers. I've never seen anyone use it in practice though, so it probably doesn't work very well.<p>I think it would be hard to get any kind of usable capability system without algebraic effects like those of Koka or Scala libraries.<p>EDIT: Apparently Security Managers are deprecated and slated for removal.</p>
]]></description><pubDate>Tue, 14 Apr 2026 11:39:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47764285</link><dc:creator>xmcqdpt2</dc:creator><comments>https://news.ycombinator.com/item?id=47764285</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47764285</guid></item><item><title><![CDATA[New comment by xmcqdpt2 in "Someone bought 30 WordPress plugins and planted a backdoor in all of them"]]></title><description><![CDATA[
<p>From a purely aesthetic point of view, this is what I enjoy so much about C and Fortran. You look up a Rust crate and it hasn't been touched in 5 years. That means it's unmaintained and unusable, don't add it to your project or you will have a bad time.<p>You find a C or fortran library that hasn't been touched in 20 years and (sometimes) it's just because it's complete and there hasn't been any reason to update any parts of it. You can just add it to your project and it will build and be usable immediately. I wish we had more of those.</p>
]]></description><pubDate>Tue, 14 Apr 2026 11:30:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47764208</link><dc:creator>xmcqdpt2</dc:creator><comments>https://news.ycombinator.com/item?id=47764208</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47764208</guid></item><item><title><![CDATA[New comment by xmcqdpt2 in "Someone bought 30 WordPress plugins and planted a backdoor in all of them"]]></title><description><![CDATA[
<p>JVM is fast for certain use cases but not for all use cases. It loads slowly, takes a while to warm up, generally needs a lot of memory and the runtime is large and idiosyncratic. You don't see lots of shared libraries, terminal applications or embedded programs written in Java, even though they are all technically possible.</p>
]]></description><pubDate>Tue, 14 Apr 2026 11:20:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47764104</link><dc:creator>xmcqdpt2</dc:creator><comments>https://news.ycombinator.com/item?id=47764104</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47764104</guid></item><item><title><![CDATA[New comment by xmcqdpt2 in "GitHub Stacked PRs"]]></title><description><![CDATA[
<p>You don't even need to go all V8, you could just build something like LuaJIT and get most of the way there. LuaJIT is like 10k LOCs and V8 is 3M LOC.<p>The real reason is that it is a deliberate choice by the CPython project to prefer extensibility and maintainability to performance. The result is that python is a much more hackable language, with much better C interop than V8 or JVM.</p>
]]></description><pubDate>Tue, 14 Apr 2026 11:00:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47763971</link><dc:creator>xmcqdpt2</dc:creator><comments>https://news.ycombinator.com/item?id=47763971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47763971</guid></item><item><title><![CDATA[New comment by xmcqdpt2 in "GitHub Stacked PRs"]]></title><description><![CDATA[
<p>It's interesting that branches, which is a marquee feature of git, became less important at the same time as git ate all the other vcs. Outside of OS projects, almost all development is trunk based with continuous releases.<p>Maybe branching was an important reason to adopt git but now we'd probably be ok with a vcs that doesn't even support them.</p>
]]></description><pubDate>Tue, 14 Apr 2026 10:52:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47763911</link><dc:creator>xmcqdpt2</dc:creator><comments>https://news.ycombinator.com/item?id=47763911</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47763911</guid></item><item><title><![CDATA[New comment by xmcqdpt2 in "We found an undocumented bug in the Apollo 11 guidance computer code"]]></title><description><![CDATA[
<p>To start, this is more or less an advertising piece for their product. It's pretty clear that they want to sell you Allium. And that's fine! They are allowed! But even if that was written by a human, they were compensated for it. They didn't expend lots of effort and thinking, it's their job.<p>More importantly, it's an article about using Claude from a company about using Claude. I think on the balance it's very likely that they would use Claude to write their technical blog posts.</p>
]]></description><pubDate>Tue, 07 Apr 2026 13:18:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47674939</link><dc:creator>xmcqdpt2</dc:creator><comments>https://news.ycombinator.com/item?id=47674939</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47674939</guid></item></channel></rss>