<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: HiPhish</title><link>https://news.ycombinator.com/user?id=HiPhish</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 28 Aug 2026 14:05:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=HiPhish" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by HiPhish in "Devtools must be open source"]]></title><description><![CDATA[
<p>> The reality for most people - even expert programmers - has been that the freedom is more about being able to lean on other people to do that. Most people can't justify the time commitment needed to read and then modify the code for tools they use very often.<p>So it's like everything else in life. I am not a plumber, but I very much do want to be free to do my own plumbing if I want to. Not because I do want to, but because it means that I do get to choose whom I let do my plumbing.</p>
]]></description><pubDate>Mon, 03 Aug 2026 21:27:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=49161663</link><dc:creator>HiPhish</dc:creator><comments>https://news.ycombinator.com/item?id=49161663</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49161663</guid></item><item><title><![CDATA[New comment by HiPhish in "Man seeks millions after being shot by police in game-related swatting incident"]]></title><description><![CDATA[
<p>> kid<p>The man is 24 years old.</p>
]]></description><pubDate>Thu, 30 Jul 2026 21:34:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=49116124</link><dc:creator>HiPhish</dc:creator><comments>https://news.ycombinator.com/item?id=49116124</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49116124</guid></item><item><title><![CDATA[New comment by HiPhish in "Decathlon Germany adds Wero payment option to decathlon.de website"]]></title><description><![CDATA[
<p>Isn't Wero just another proprietary app that requires a Google or Apple smartphone? Can I use it from my web browser like I can with PayPal?</p>
]]></description><pubDate>Mon, 27 Jul 2026 19:22:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=49074428</link><dc:creator>HiPhish</dc:creator><comments>https://news.ycombinator.com/item?id=49074428</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49074428</guid></item><item><title><![CDATA[New comment by HiPhish in "Kill The Cookie Banner"]]></title><description><![CDATA[
<p>> I guess that most companies just chuck it up there as a default so they dont have to read the law, or maybe they are all actually harvesting and selling personal data and therefore require cookies?<p>That has been my guess as well. If you run npm install half-the-internet you have no idea what's in there, so just slap on that cookie banner for good measure. Of course the real problem is not knowing what's inside your application, but the thought process is "eh, if a blanket cookie banner does the job then that's good enough for me".</p>
]]></description><pubDate>Sun, 26 Jul 2026 16:08:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=49059533</link><dc:creator>HiPhish</dc:creator><comments>https://news.ycombinator.com/item?id=49059533</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49059533</guid></item><item><title><![CDATA[New comment by HiPhish in "Zero roadkill as Amazon canopy bridges secure 15,000 crossings"]]></title><description><![CDATA[
<p>All living being want to literally eat you in one way or another. You can respect the earth, but first you have to subdue it and have dominion, otherwise it will kill you.</p>
]]></description><pubDate>Sat, 25 Jul 2026 23:52:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=49053066</link><dc:creator>HiPhish</dc:creator><comments>https://news.ycombinator.com/item?id=49053066</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49053066</guid></item><item><title><![CDATA[New comment by HiPhish in "Hyprland 0.55 announced the switch to Lua for its config files"]]></title><description><![CDATA[
<p>> I have to ask…why do people want a Turing complete language to configure stuff?<p>What's the alternative? Petition the maintainer to add every little feature any random user might want? Or just do it yourself in a few lines of code?<p>Case in point, when I was still using BSPWM I did no like how if there was only one window on the desktop it would still get an outline. So I wrote 14 lines of Awk (BSPWM lets you use any language) to get what I want. This was only possible because BSPWM gives me all the primitive building blocks and lets me go wild with them. Sure, if all you want to do is set a few colors and numbers that's overkill, but any power user will sooner or later find himself thinking "oh, if only I could do X when Y unless Z".</p>
]]></description><pubDate>Mon, 20 Jul 2026 22:06:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48985471</link><dc:creator>HiPhish</dc:creator><comments>https://news.ycombinator.com/item?id=48985471</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48985471</guid></item><item><title><![CDATA[New comment by HiPhish in "Hyprland 0.55 announced the switch to Lua for its config files"]]></title><description><![CDATA[
<p>> Python setup.py -> pyproject.toml?<p>That's because setup.py was objectively a mistake. In order to know how to run the package you need to know its dependencies, which requires evaluating setup.py, but you cannot evaluate setup.py until you know the dependencies, which requires you to evaluate setup.py, and so on. The pyproject.toml is plain text where you specify the build backend and its options, and the build system can be as complex of a program as need by.<p>If anything, pyproject.toml is an example of taking the idea of programmable configuration to its next conclusion. The build system is part of the configuration and it's more than a simple script, it's an entire application. You just plug in its name into the universal entry point pyproject.toml.</p>
]]></description><pubDate>Mon, 20 Jul 2026 22:02:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48985436</link><dc:creator>HiPhish</dc:creator><comments>https://news.ycombinator.com/item?id=48985436</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48985436</guid></item><item><title><![CDATA[New comment by HiPhish in "The Tower Keeps Rising"]]></title><description><![CDATA[
<p>> But it’s not the biblical story. At Babel, the loss of common language stops construction whereas in AI-assisted engineering, construction can continue after shared understanding has already collapsed. The lack of an immediate failure is what makes it curious and a bit disorienting. The tower does not fall, and so we do not notice what was lost. It just keeps rising.<p>I don't know whether the author thinks this is a good or a bad thing, but in my eyes it's clearly a bad thing. Intelligence is knowing that a tomato is a fruit, wisdom is knowing not to put it in a fruit salad. AI is the the ultimate form of intelligence with zero wisdom. Actually, it's not even intelligence, it's an illusion of intelligence. If there is no human who can understand what the AI is doing it's time to stop and accept that we do not have the wisdom to contain what we are building.</p>
]]></description><pubDate>Tue, 14 Jul 2026 20:01:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48912248</link><dc:creator>HiPhish</dc:creator><comments>https://news.ycombinator.com/item?id=48912248</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48912248</guid></item><item><title><![CDATA[New comment by HiPhish in "DOGE is done. What happened to its records?"]]></title><description><![CDATA[
<p>Chesterton's Fence, even if there is actual inefficiency there might be a reason for that. It might not be a good reason mind you, but even a bad reason is still a reason. You cannot cut inefficiency without understanding the reason first. It would take multiple years of research to understand and uncover all the inefficiency that has built up over the years. Otherwise you just end up throwing out the baby with the bathwater.</p>
]]></description><pubDate>Mon, 13 Jul 2026 16:38:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48895196</link><dc:creator>HiPhish</dc:creator><comments>https://news.ycombinator.com/item?id=48895196</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48895196</guid></item><item><title><![CDATA[New comment by HiPhish in "Grok CLI uploaded the whole home directory to GCS"]]></title><description><![CDATA[
<p>> LLMs will listen to you and follow your instructions and restrictions most of the time, which seems to be enough for people to believe that they will every time.<p>It's called automation bias. If something works 90% of the time the human mind will extrapolate that to be 100%. That's just how humans work.<p><a href="https://en.wikipedia.org/wiki/Automation_bias" rel="nofollow">https://en.wikipedia.org/wiki/Automation_bias</a></p>
]]></description><pubDate>Mon, 13 Jul 2026 16:28:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48895047</link><dc:creator>HiPhish</dc:creator><comments>https://news.ycombinator.com/item?id=48895047</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48895047</guid></item><item><title><![CDATA[New comment by HiPhish in "It's not about physical vs. digital games, it's about ownership"]]></title><description><![CDATA[
<p>Unfortunately ownership on console has been down the drain for a long time. Even if you have the disc you still have mandatory downloads, patches, one-time download codes that tie the content to your account and of course DLC. What is even the point of having the disc anymore? Might as well go full digital and avoid the plastic waste.<p>I do own a PS4 and I have to do research every time I want to play a game. The website <a href="https://www.doesitplay.org/" rel="nofollow">https://www.doesitplay.org/</a> is quite useful. But it's all so tiresome, it really makes me want to just check out of console gaming altogether. With full-on digital at least there won't be any ambiguity. It's not what I wanted, but all it means for me is that they won't be getting any of my money anymore.</p>
]]></description><pubDate>Sun, 05 Jul 2026 19:30:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48797206</link><dc:creator>HiPhish</dc:creator><comments>https://news.ycombinator.com/item?id=48797206</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48797206</guid></item><item><title><![CDATA[New comment by HiPhish in "Sick leave: Germany rising but not the worst in Europe"]]></title><description><![CDATA[
<p>What pisses me off about all this is that the there is the underlying assumption that the working class is with the lazy working class. No, the problem is efficiency and incompetence at the top levels, not at the bottom. Running faster in the wrong direction won't get us any closes to the goal.<p>Let me make a proposal and you tell me what you think of it. I'd say the fundamental problem is career culture, the idea that mobility is valued over reliability. What I mean by that the culture of collecting good-boy points by starting projects, building PowerPoint slides and giving the appearance of getting work done, all in order to get a promotion and jump ship to the next higher position before your sloppiness catches up with you. Someone else is left holding the bag. If people had to actually own what they shit out in the long-term things would be much different. You either fall or rise with whatever projects you start. You might be able to bullshit your way through the corporate structures for a year or two, but ten years? No, if your project is to last for ten years you better put actual effort into it, not just the bare minimum to produce Potemkin slides.<p>Look at Stuttgart 21[1]. The reason it has been moved to 2031 (at the very least) is not because of the grunt worker being too slow. It is systemic failure at the top. Is it incompetence or malice? I don't know, you pick which option is worse. What I do know is that it cannot be the common worker on the ground who has to pay the price for it.<p>[1]: <a href="https://en.wikipedia.org/wiki/Stuttgart_21" rel="nofollow">https://en.wikipedia.org/wiki/Stuttgart_21</a></p>
]]></description><pubDate>Sat, 04 Jul 2026 19:02:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48787929</link><dc:creator>HiPhish</dc:creator><comments>https://news.ycombinator.com/item?id=48787929</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48787929</guid></item><item><title><![CDATA[New comment by HiPhish in "Sick leave: Germany rising but not the worst in Europe"]]></title><description><![CDATA[
<p>I had a migraine attack recently; I was able to call my doctor and have him write a sick note for a day over the phone and have it transmitted digitally to my employer. What the fuck would be the point of tormenting myself for half an hour on a noisy public bus in bright daylight in the middle of summer, the waiting in a bright room for half an hour, wait at the bus stop in bright daylight for up to an hour for the next bus back (since I don't know how long I will be at the doctor's office I cannot plan my trip back) and then torture myself for another half hour on the bus back?<p>It's not like the doctor can do anything but take my word for it when I'm in his office anyway. There is no migraine test you can run. So you might as well cut out all the bullshit and let me rest so I can recover better.</p>
]]></description><pubDate>Sat, 04 Jul 2026 18:47:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48787777</link><dc:creator>HiPhish</dc:creator><comments>https://news.ycombinator.com/item?id=48787777</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48787777</guid></item><item><title><![CDATA[New comment by HiPhish in "Sony Deletes 551 Movies PlayStation Owners Paid For"]]></title><description><![CDATA[
<p>> I know it'll never happen with the people we have in government these days, and the anti-consumer organizations, like the ESA, that are out there now claiming things like running private servers for Minecraft is illegal and piracy. (Yes, they really said that. Despite the fact that Minecraft has always provided the server and allowed this for 15+ years)<p>I really do not understand how it is not considered treason to give blatantly false testimony to lawmakers. Lawmakers, even the most upstanding and righteous ones, have to rely on the testimony of experts and if those experts can just make up whatever they want then democracy is not worth shit when it can be circumvented like that.</p>
]]></description><pubDate>Wed, 01 Jul 2026 19:19:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48751845</link><dc:creator>HiPhish</dc:creator><comments>https://news.ycombinator.com/item?id=48751845</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48751845</guid></item><item><title><![CDATA[New comment by HiPhish in "Show HN: Decomp Academy – Learn to decompile GameCube games into matching C"]]></title><description><![CDATA[
<p>> I've just added some new lessons before the first lesson to explain assembly syntax!<p>Thanks, I just read them and they are well-done.</p>
]]></description><pubDate>Sun, 28 Jun 2026 20:38:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48711391</link><dc:creator>HiPhish</dc:creator><comments>https://news.ycombinator.com/item?id=48711391</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48711391</guid></item><item><title><![CDATA[New comment by HiPhish in "Show HN: Decomp Academy – Learn to decompile GameCube games into matching C"]]></title><description><![CDATA[
<p>> I wanted to match the colour theme of the GameCube<p>Ouch, now I feel like a real asshole; I was reminded off all those purple gradient slop websites. Yeah, your reasoning makes perfect sense. I completely forgot about Nintendo's weird purple phase (GBC, GBA and GC all had purple as their main brand color) because I had a silver GameCube.</p>
]]></description><pubDate>Sun, 28 Jun 2026 20:34:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48711356</link><dc:creator>HiPhish</dc:creator><comments>https://news.ycombinator.com/item?id=48711356</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48711356</guid></item><item><title><![CDATA[New comment by HiPhish in "Ford AI hiccups push carmaker to rehire ‘gray beard’ inspectors"]]></title><description><![CDATA[
<p>I love how the images are an AI-generated fever dream. Normally I hate those things, but in this case it's a perfect match for the AI clown world.</p>
]]></description><pubDate>Sun, 28 Jun 2026 09:43:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48705868</link><dc:creator>HiPhish</dc:creator><comments>https://news.ycombinator.com/item?id=48705868</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48705868</guid></item><item><title><![CDATA[New comment by HiPhish in "Show HN: Decomp Academy – Learn to decompile GameCube games into matching C"]]></title><description><![CDATA[
<p>Love the idea! Assembly has been on my forever-list to eventually learn. I have worked through the warmup exercises, but I doubt I'll have the time to continue much past that. A few points of note:<p>- Not a fan of the purple theme, it screams "AI-generated". It's not a deal breaker, you can keep it if you have more important concerns, but just something to point out<p>- It would be nice to have a "Chapter 0" for a primer on assembly syntax. Does not have to be interactive, a few toy examples I can work out on paper would be good enough<p>- Maybe I just haven't seen it, but it would be nice to have a reference of all the various instructions. Your lessens explain them well enough, but I would like to have a list of all of them at a glance so I can look up instructions from earlier chapters later.</p>
]]></description><pubDate>Sun, 28 Jun 2026 09:34:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48705816</link><dc:creator>HiPhish</dc:creator><comments>https://news.ycombinator.com/item?id=48705816</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48705816</guid></item><item><title><![CDATA[New comment by HiPhish in "FUTO Swipe – A new swipe typing model"]]></title><description><![CDATA[
<p>For anyone wondering: the library uses the GPLv3 (good) while the Android keyboard uses the Futo License (shit).<p>- <a href="https://gitlab.futo.org/keyboard/swipe-library/-/blob/master/LICENSE?ref_type=heads" rel="nofollow">https://gitlab.futo.org/keyboard/swipe-library/-/blob/master...</a><p>- <a href="https://github.com/futo-org/android-keyboard/blob/master/LICENSE.md" rel="nofollow">https://github.com/futo-org/android-keyboard/blob/master/LIC...</a></p>
]]></description><pubDate>Tue, 23 Jun 2026 20:17:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48650720</link><dc:creator>HiPhish</dc:creator><comments>https://news.ycombinator.com/item?id=48650720</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48650720</guid></item><item><title><![CDATA[New comment by HiPhish in "Surveillance is not safety: A statement on the UK's latest threat to privacy [pdf]"]]></title><description><![CDATA[
<p>What's wrong with two-factor authentication? TOTP work without any network connection and only requires synchronized clocks to work. You could even do TOTP with pend and paper if you wanted (and were fast enough), no computer needed at all.</p>
]]></description><pubDate>Mon, 08 Jun 2026 22:39:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48453376</link><dc:creator>HiPhish</dc:creator><comments>https://news.ycombinator.com/item?id=48453376</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48453376</guid></item></channel></rss>