<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: SCdF</title><link>https://news.ycombinator.com/user?id=SCdF</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 04 Jul 2026 11:17:59 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=SCdF" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by SCdF in "Why Switzerland has 25 gbit internet and America doesn't"]]></title><description><![CDATA[
<p>The cheapest internet where I live (just outside London) is gigabit, which is why I have it, but really I haven't needed anything faster than ADSL at any point, unless I guess I really want that game downloaded now now now.<p>That's not really the point of the topic though right, it's that in the UK I have the choice of a billion different ISPs, including (I think stupidly) three different fibre providers (I literally have two fibre connections to my house because I changed ISPs and they ran on different fibre networks), and in the US all I hear about is streamers complaining that they are all stuck with the same shitty ISP as there is no choice, in a country that supposedly champions choice.</p>
]]></description><pubDate>Fri, 03 Jul 2026 05:57:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48771325</link><dc:creator>SCdF</dc:creator><comments>https://news.ycombinator.com/item?id=48771325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48771325</guid></item><item><title><![CDATA[New comment by SCdF in "Popping the GPU Bubble"]]></title><description><![CDATA[
<p>It appears to be a real term? <a href="https://docs.vulkan.org/tutorial/latest/Synchronization/Async_Compute_Overlap/04_bubble_problem.html" rel="nofollow">https://docs.vulkan.org/tutorial/latest/Synchronization/Asyn...</a><p>Very odd, but perhaps more familiar to graphics programmers? I will say I'd probably call it a stall, which is exactly what the Vulkan docs call it moments later, so :shrug:</p>
]]></description><pubDate>Tue, 30 Jun 2026 06:04:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48729014</link><dc:creator>SCdF</dc:creator><comments>https://news.ycombinator.com/item?id=48729014</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48729014</guid></item><item><title><![CDATA[New comment by SCdF in "Steam Machine launches today"]]></title><description><![CDATA[
<p>Valve makes it very very easy to be a PC gamer, and, importantly, slightly harder to be a PC gamer who buys games in places other than Steam.<p>Yes you can buy games on GoG or Epic and play them on a steam deck or a steam machine. But it's juuuuust enough faff to be annoying enough, that you'd rather just get them on steam. I know people (and am a person) who have rebought games they already own so they are on steam, to make playing between steam deck and desktop more reliable.<p>It's the same with the steam controller. You _can_ use it with games outside of steam, but it's enough of a faff that you find yourself avoiding it.<p>It's incredibly effective, and why they are an effective monopoly in PC gaming.</p>
]]></description><pubDate>Tue, 23 Jun 2026 13:33:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48644747</link><dc:creator>SCdF</dc:creator><comments>https://news.ycombinator.com/item?id=48644747</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48644747</guid></item><item><title><![CDATA[New comment by SCdF in "Microsoft new Outlook takes 10 seconds to do what Outlook Classic does instantly"]]></title><description><![CDATA[
<p>Not OP, but I had to change the mail cache from all mail to recent, I think because it couldn't handle how much mail I had? It would often get stuck not syncing, and offline would be unreliable and showing a blank screen. Recent works fine, but it would be worthwhile folks testing more with all mail enabled, especially if they have larger inboxes.</p>
]]></description><pubDate>Fri, 19 Jun 2026 10:39:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48597034</link><dc:creator>SCdF</dc:creator><comments>https://news.ycombinator.com/item?id=48597034</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48597034</guid></item><item><title><![CDATA[New comment by SCdF in "I found 10k GitHub repositories distributing Trojan malware"]]></title><description><![CDATA[
<p>It's more profitable because it allows you to select political perspectives that allow you, the scammer and or gambler, to scam or gamble harder.</p>
]]></description><pubDate>Fri, 19 Jun 2026 07:02:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48595650</link><dc:creator>SCdF</dc:creator><comments>https://news.ycombinator.com/item?id=48595650</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48595650</guid></item><item><title><![CDATA[New comment by SCdF in "Tesco moving 40k server workloads off VMware amid Broadcom's abusive conduct"]]></title><description><![CDATA[
<p>Meal deals are in every supermarket in the UK. Petrol stations even do them.<p>Also, as a foreigner who lives over there, I think they are... sad? I'm surprised they got a positive reception from your coworkers. For me they are a backup and a failure to do something more interesting.</p>
]]></description><pubDate>Thu, 18 Jun 2026 06:38:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48581597</link><dc:creator>SCdF</dc:creator><comments>https://news.ycombinator.com/item?id=48581597</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48581597</guid></item><item><title><![CDATA[New comment by SCdF in "Reviews have become expensive, rewrites have become cheap"]]></title><description><![CDATA[
<p>> LLMs aren’t lazy. They don’t cut corners because a simpler solution feels good enough. If they know how to solve something thoroughly, they will.<p>I don't know why they think this, but no? Perhaps it's badly expressed, but LLMs cut corners all the time. It's sort of their core fault really.<p>Anyway, I disagree with the core premise[1]. Re-writes are not cheap, because 1) code can be so bad it's unclear how to rewrite it[2], b) code can be so significant it's challenging to rewrite it (architectural choices, schemas, etc), and lastly if you're ever wanting to own your own code and not rent it from LLM companies, having it understandable by a human is still a goal worth working toward.<p>[1] To be fair, I think OP _might_ be talking about rewriting in the moment of the thing being built, but with some unspoken rule that once they think the change is good enough, then they are reviewing all the code? They don't make it clear..<p>[2] it's not even that hard. Write a test that exercises an end result and not the rule that causes that end result and 6 months later you've forgotten why the code is like that. I had to maintain a piece of software once where the primary form of tests were a bunch of snapshots of an end report being generated, based on some initial data input, mostly all unlabeled. The code was like "do this SQL query on table A and then take the second result". Why the second result? Your guess is as good as mine! I couldn't even work out why they were querying table A and not table B...</p>
]]></description><pubDate>Tue, 16 Jun 2026 05:44:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48551047</link><dc:creator>SCdF</dc:creator><comments>https://news.ycombinator.com/item?id=48551047</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48551047</guid></item><item><title><![CDATA[New comment by SCdF in "Arch Linux Now Believes Malware Incident Under Control: More Than 1,500 Packages"]]></title><description><![CDATA[
<p>So 100%, I agree that it's highly dangerous that the distro's the next tranche of people unfamiliar with linux (gamers dissatisfied with Windows) move over with, are based on hecking Arch. It feels like a massive upcoming footgun.<p>I think the issue is those repos being based on Arch though, not Arch itself.</p>
]]></description><pubDate>Sat, 13 Jun 2026 16:44:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48518963</link><dc:creator>SCdF</dc:creator><comments>https://news.ycombinator.com/item?id=48518963</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48518963</guid></item><item><title><![CDATA[New comment by SCdF in "Arch Linux Now Believes Malware Incident Under Control: More Than 1,500 Packages"]]></title><description><![CDATA[
<p>Not all tools are made for inexperienced people. Not everything is idiot proof. This is OK!<p>In my experience using the AUR:<p>1. when you first install the package you can read the build script (and you should). These are in a very standard structure, and if the one you are reading is weird and complicated consider not installing it. No one is forcing you to. Almost every build script I read just downloads a build from a tagged github release.<p>2. when you get an upgrade you are shown the diff. For almost every AUR package I use this is literally just changing the $VERSION variable and the subsequent $HASH of the download. It is trivial to see if anything (in the AUR script) is happening that is sneaky.<p>It's really not that scary. And if it's considered scary, there are literally dozens of other linux distros (not to mention Windows or MacOS) you could be using instead.</p>
]]></description><pubDate>Sat, 13 Jun 2026 14:51:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48517903</link><dc:creator>SCdF</dc:creator><comments>https://news.ycombinator.com/item?id=48517903</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48517903</guid></item><item><title><![CDATA[New comment by SCdF in "Statement on US government directive to suspend access to Fable 5 and Mythos 5"]]></title><description><![CDATA[
<p>sorry that's what I meant: I remember watching their depositions or whatever they were called, and their only concern was whether or not they had spied on US citizens. Whether or not they spied on their allies, I do not recall any coverage of from their primary news outlets (or inside their depositions) at all.</p>
]]></description><pubDate>Sat, 13 Jun 2026 12:08:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48516492</link><dc:creator>SCdF</dc:creator><comments>https://news.ycombinator.com/item?id=48516492</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48516492</guid></item><item><title><![CDATA[New comment by SCdF in ""Don't You Just Upload It to ChatGPT?""]]></title><description><![CDATA[
<p>We must live in different realities, because I have the direct opposite experience.<p>Perhaps we are defining "job" differently? AI can, with much coaching, _perhaps_[1], do some _aspects_ of a programmer's job. But not all of it, or even the most important parts of it.<p>[1] given that we have spent the past many decades pointing out that developer productivity is possibly impossible to measure, or at least very hard; given "done" vs "done done"; given the history of "rock star" developers creating messes behind them, the difference between short and long term thinking and the external imperceptability of that difference; given all of that, we haven't really had enough time to form a valid opinion on what AI can do, in the long run.</p>
]]></description><pubDate>Sat, 13 Jun 2026 06:30:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48514045</link><dc:creator>SCdF</dc:creator><comments>https://news.ycombinator.com/item?id=48514045</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48514045</guid></item><item><title><![CDATA[New comment by SCdF in "Statement on US government directive to suspend access to Fable 5 and Mythos 5"]]></title><description><![CDATA[
<p>Back when Snowden leaked all of the spying information, the only thing the States cared about was whether they spied on their own citizens. The fact that they spied on the citizens of their allies, including yes, the EU, barely made the news.<p>I don't think it makes sense the assume the US considers any country its ally.</p>
]]></description><pubDate>Sat, 13 Jun 2026 06:14:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48513930</link><dc:creator>SCdF</dc:creator><comments>https://news.ycombinator.com/item?id=48513930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48513930</guid></item><item><title><![CDATA[New comment by SCdF in "Lines of code got a better publicist"]]></title><description><![CDATA[
<p>I had seen, up until LLMs, posts in this theme: <a href="https://dannorth.net/blog/the-worst-programmer/" rel="nofollow">https://dannorth.net/blog/the-worst-programmer/</a> pretty regularly. This one was only a few years ago!<p>Maybe we run in different circles. Or did, anyway.</p>
]]></description><pubDate>Fri, 12 Jun 2026 06:53:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48500715</link><dc:creator>SCdF</dc:creator><comments>https://news.ycombinator.com/item?id=48500715</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48500715</guid></item><item><title><![CDATA[New comment by SCdF in "Lines of code got a better publicist"]]></title><description><![CDATA[
<p>IDK, I do think a lot of it is LLMs enable people who were not in our community to come into it (in an eternal september kind of way) and they are going through all this from first principals and ignoring their elders, but I've also seen technical people suddenly measuring themselves this way. The most optimistic read of this is that they _feel_ productive, and that feels nice, and they want to share how that feels, and so they are reaching for these garbage metrics because they have nothing else.</p>
]]></description><pubDate>Thu, 11 Jun 2026 15:23:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48491628</link><dc:creator>SCdF</dc:creator><comments>https://news.ycombinator.com/item?id=48491628</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48491628</guid></item><item><title><![CDATA[New comment by SCdF in "Lines of code got a better publicist"]]></title><description><![CDATA[
<p>It is endlessly... amusing (?) to me, that we as a community spent decades trying to make it clear that our productivity is not easily measured because what we're doing is complicated and long running, only for AI to come along and suddenly LoC, Nx multipliers, tickets / week etc are held up as useful if not objective measurements.<p>The reasons we rejected LoC and other measurements have not changed (broadly: code output isn't important, quality output is). AI has all the same problems people do. But for whatever reason we are throwing what we've learnt away. It's kind of embarrassing.</p>
]]></description><pubDate>Thu, 11 Jun 2026 14:40:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48491004</link><dc:creator>SCdF</dc:creator><comments>https://news.ycombinator.com/item?id=48491004</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48491004</guid></item><item><title><![CDATA[New comment by SCdF in "The newest Instagram “exploit” is the goofiest I've seen"]]></title><description><![CDATA[
<p>Jesus fucking Christ. On a bicycle.<p>LLMs should be treated as untrusted. At all times.<p>The mind boggles at the attitudes that seem to have have led to LLMs being an excuse to throw any of the "science" in computer science we've managed to get into production out the window and go elbow deep into treating computers like mystical alchemy.<p>The next decade is going to be a bumpy ride.</p>
]]></description><pubDate>Mon, 01 Jun 2026 18:38:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48360850</link><dc:creator>SCdF</dc:creator><comments>https://news.ycombinator.com/item?id=48360850</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48360850</guid></item><item><title><![CDATA[New comment by SCdF in "The just-say-no engineer was a ZIRP phenomenon"]]></title><description><![CDATA[
<p>This is perhaps a very American-centric article? I realise that ZIRP was near-global, but "When banks hiked interest rates, almost every tech company immediately laid off 5-20% of their engineers." does not track with my or my friends' experiences.<p>And, fundamentally, in countries with employee rights, as an employee I do not give two shits about interest rates the company I work at borrows on. My philosophy on software design does not change. You can argue that the company might pick and choose who it makes redundant, and they might value people who produce "more product", but companies have always valued that visibility. It's your responsibility, if you care, to sell your actions in a commercial context. I don't think ZIRP changes that, and I have not personally noticed a change there.</p>
]]></description><pubDate>Wed, 27 May 2026 05:18:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48289982</link><dc:creator>SCdF</dc:creator><comments>https://news.ycombinator.com/item?id=48289982</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48289982</guid></item><item><title><![CDATA[New comment by SCdF in "The Eternal Sloptember"]]></title><description><![CDATA[
<p>So currently there are people who are buying grey market peptides[1], marked "not for human consumption" and injecting themselves with them based on dubious anecdotes and vibes, to make their skin clearer, build muscle mass, and so on.<p>Are they are all suddenly turning into zombies? No. Do they have any real idea what that is going to do to their body a few years down the line? Also no. Could it be catastrophic? Maybe!<p>I think about this when I think about how violently much of the industry has pivoted into AI being the primary generator of code in the last 6ish months. AI is the peptide, your codebase[2] is the body. Literally no one knows how maintainable this approach is, because there simply hasn't been enough time to find out. It could be fine. It could be a complete mess, with your entire engineering team falling asleep at the wheel, lulled into thinking they understand what is being built when they don't, completely impotent to fix or maintain it once the LLM is no longer able to.<p>[1] <a href="https://www.bbc.co.uk/news/articles/cdr268m5pxro" rel="nofollow">https://www.bbc.co.uk/news/articles/cdr268m5pxro</a><p>[2] Well, _their_ codebase. I've stopped doing it with my own personal codebases, unless I genuinely don't care about maintainability or longevity</p>
]]></description><pubDate>Mon, 25 May 2026 06:06:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48263890</link><dc:creator>SCdF</dc:creator><comments>https://news.ycombinator.com/item?id=48263890</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48263890</guid></item><item><title><![CDATA[New comment by SCdF in "Green card seekers must leave U.S. to apply, Trump administration says"]]></title><description><![CDATA[
<p>Interesting project!<p>I would say some of the indicators are a little odd.<p>Some of them are questionable in terms of capturing the spirit of the idea ("violent crime" being the same in the UK and the US is a surprising one to me for example. It's capturing serious assault per 100k, but is then not considering murder as violent crime. You have murder later, but maybe combine / group them?).<p>Some are confusing because they are not clear politically: everyone wants less violent crime, but I don't know your politics and so have no idea which direction you have weighted net migration and asylum/capita.</p>
]]></description><pubDate>Sun, 24 May 2026 07:49:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48255368</link><dc:creator>SCdF</dc:creator><comments>https://news.ycombinator.com/item?id=48255368</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48255368</guid></item><item><title><![CDATA[New comment by SCdF in "Does Postgres Scale?"]]></title><description><![CDATA[
<p>It wouldn't be atomic, and so would break transaction semantics.<p>If you committed a row update but didn't update the index, a subsequent query using the not yet updated index would not find the updated row correctly.<p>It would also only work for certain types of indexes, you couldn't do it for uniqueness constraint for example.<p>I do agree that in theory you could have some extension to the index declaration that covers all that, but my worry there would be that it would be non obvious and a foot gun. Doing it the way described above makes that break in semantics clear.</p>
]]></description><pubDate>Fri, 01 May 2026 08:57:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47972593</link><dc:creator>SCdF</dc:creator><comments>https://news.ycombinator.com/item?id=47972593</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47972593</guid></item></channel></rss>