<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: phba</title><link>https://news.ycombinator.com/user?id=phba</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 23:49:22 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=phba" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by phba in "Saying goodbye to Agile"]]></title><description><![CDATA[
<p>Yeah, I don't understand why it has to be agile XOR waterfall. Agile development simply doesn't work in projects that have so many externally imposed constraints that there is barely any flexibility left.</p>
]]></description><pubDate>Wed, 15 Apr 2026 09:08:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47776535</link><dc:creator>phba</dc:creator><comments>https://news.ycombinator.com/item?id=47776535</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47776535</guid></item><item><title><![CDATA[New comment by phba in "German men 18-45 need military permit for extended stays abroad"]]></title><description><![CDATA[
<p>Why would someone go to a place in an actual conflict zone that is under attack by actual drones right now to flee from hypothetical drones in a hypothetical conflict?</p>
]]></description><pubDate>Sat, 04 Apr 2026 21:55:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47643898</link><dc:creator>phba</dc:creator><comments>https://news.ycombinator.com/item?id=47643898</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47643898</guid></item><item><title><![CDATA[New comment by phba in "Meta Platforms: Lobbying, dark money, and the App Store Accountability Act"]]></title><description><![CDATA[
<p>The primary goal of these efforts is to control communication and the flow of ideas. Information is a control mechanism, since we act on what we believe.<p>In history we had four media revolutions (printing press, radio, television, Internet), each greatly disrupting and reshaping society. This is the fifth (social media and maybe AI).<p>All these revolutions had the same theme: increased reach of information, increased speed of transmission, increased density (information amount per unit of time), and centralization of information sources.
Now we seem to reach the limits of change.
No more reach, since our information networks span the entire globe.
No more speed, since transmission times are close to how fast we can perceive things.
The only things left to change are even more centralization and tighter feedback loops (changing the information based on how the recipient reacts).<p>Given all that, this media revolution might be the last one, so there is a gold rush among the elites to come out on top.</p>
]]></description><pubDate>Fri, 13 Mar 2026 18:07:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47367626</link><dc:creator>phba</dc:creator><comments>https://news.ycombinator.com/item?id=47367626</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47367626</guid></item><item><title><![CDATA[New comment by phba in "Pentagon formally labels Anthropic supply-chain risk"]]></title><description><![CDATA[
<p>Maybe this is the first step towards the Big Beautiful Bailout when the AI bubble inevitably pops.</p>
]]></description><pubDate>Fri, 06 Mar 2026 01:04:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47269457</link><dc:creator>phba</dc:creator><comments>https://news.ycombinator.com/item?id=47269457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47269457</guid></item><item><title><![CDATA[New comment by phba in "Ask HN: Starting a New Role with Ada"]]></title><description><![CDATA[
<p>1. Ask questions, and write down the answers in a way that you will find them again. Anki and spaced repetition is useful to learn the terminology or any info that isn't intuitive.<p>2. <a href="https://github.com/ohenley/awesome-ada" rel="nofollow">https://github.com/ohenley/awesome-ada</a> has links to pretty much every Ada topic and resource; if you want to try Ada using open source tools, the best starting point is <a href="https://alire.ada.dev/docs/" rel="nofollow">https://alire.ada.dev/docs/</a><p>3. Compared to C/C++ I can't really think of any pitfalls. It requires more discipline and formal reasoning, but you will get used to it (and appreciate the lack of footguns, at least I did).<p>Congrats and good luck.</p>
]]></description><pubDate>Wed, 25 Feb 2026 20:31:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47157420</link><dc:creator>phba</dc:creator><comments>https://news.ycombinator.com/item?id=47157420</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47157420</guid></item><item><title><![CDATA[New comment by phba in "An Unbothered Jimmy Wales Calls Grokipedia a 'Cartoon Imitation' of Wikipedia"]]></title><description><![CDATA[
<p>Yup, same for DuckDuckGo.</p>
]]></description><pubDate>Mon, 23 Feb 2026 04:57:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47118313</link><dc:creator>phba</dc:creator><comments>https://news.ycombinator.com/item?id=47118313</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47118313</guid></item><item><title><![CDATA[New comment by phba in "The Tears of Donald Knuth (2015)"]]></title><description><![CDATA[
<p>> In literate programming you do not write the code then present it to a human reader. You describe your goal, assess various ideas and justify the chosen plan (and oftentimes change your mind in the process), and only after, once the plan is clear, you start to write any code.<p>This is not literate programming. The main idea behind literate programming is to explain to a human what you want a computer to do. Code and literate explanations are developed side by side. You certainly don't change your mind in the process (lol).<p>> Working with LLMs is quicker though<p>Yes, because you neither invest time into understanding the problem nor conveying your understanding to other humans, which is the whole point of literate programming.<p>But don't take my word, just read the original.[1]<p>[1] <a href="https://www.cs.tufts.edu/~nr/cs257/archive/literate-programming/01-knuth-lp.pdf" rel="nofollow">https://www.cs.tufts.edu/~nr/cs257/archive/literate-programm...</a></p>
]]></description><pubDate>Mon, 23 Feb 2026 04:33:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47118182</link><dc:creator>phba</dc:creator><comments>https://news.ycombinator.com/item?id=47118182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47118182</guid></item><item><title><![CDATA[New comment by phba in "Claws are now a new layer on top of LLM agents"]]></title><description><![CDATA[
<p>Pretty impressive!</p>
]]></description><pubDate>Sat, 21 Feb 2026 18:27:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47103304</link><dc:creator>phba</dc:creator><comments>https://news.ycombinator.com/item?id=47103304</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47103304</guid></item><item><title><![CDATA[New comment by phba in "LibreOffice blasts OnlyOffice for working with Microsoft to lock users in"]]></title><description><![CDATA[
<p>Yeah. This is the curse on any legacy software that doesn't enforce strict separation of logic and UI. Any larger change to the UI requires an awful lot of manpower that open source projects usually don't have.<p>I wonder if it would be possible to extract the spreadsheet data model and logic into a library completely separate from the UI. This would enable a diversity of UIs, and also interoperability between different tools.</p>
]]></description><pubDate>Sat, 21 Feb 2026 17:45:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47102934</link><dc:creator>phba</dc:creator><comments>https://news.ycombinator.com/item?id=47102934</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47102934</guid></item><item><title><![CDATA[New comment by phba in "Claws are now a new layer on top of LLM agents"]]></title><description><![CDATA[
<p>> a hobby that already raises eyebrows<p>Sounds very interesting, but may I ask how this actually works as a hobby? Is it purely theoretical like analyzing and modeling, or do you build real rockets?</p>
]]></description><pubDate>Sat, 21 Feb 2026 17:19:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47102688</link><dc:creator>phba</dc:creator><comments>https://news.ycombinator.com/item?id=47102688</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47102688</guid></item><item><title><![CDATA[New comment by phba in "Network of Scottish X accounts go dark amid Iran blackout"]]></title><description><![CDATA[
<p>There is no incentive to implement such a feature. Bots and paid social media workers drive engagement. Also social media sites are designed to avoid any triggers that make users click away (like showing origin flags that would allow a user to easily dismiss a thread as fake). This is the same reason why Youtube removed dislike counts.</p>
]]></description><pubDate>Wed, 14 Jan 2026 02:59:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46611739</link><dc:creator>phba</dc:creator><comments>https://news.ycombinator.com/item?id=46611739</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46611739</guid></item><item><title><![CDATA[New comment by phba in "You’re not burnt out, you’re existentially starving"]]></title><description><![CDATA[
<p>A good place to start is OSINT (open source intelligence) for your city/municipality because it requires little commitment, is scoped with regards to complexity and amount of information, and usually risk-free. Gather publicly available information about the companies in your area, who owns/runs them, your city council, any ongoing projects, the processes of funding stuff with public money and so on. Don't bother finding the best collection method or way to structure all the data, just start, you will figure things out on the way. Also be aware of your personal bias, which might make you dismiss important information or affect your judgement.<p>The next steps highly depend on where you live. Your HN profile says Australia, so at least safety-wise you are in a better spot. Connect to people in your area (preferrably offline), for example by organizing a local meetup, maybe there is one already. Activities can range from exchanging ideas to spreading awareness in your community to actively going against corrupt affairs. Make sure you know what and who you are up against, or you will have a very bad time.<p>Anticorruption is a group effort because it requires a lot of work and often special knowledge (info tech, law, finance, opsec, public relations and propaganda, ...) and, more importantly, a group provides safety from corrupt actors. On your own you will not be able to deal with lawsuits, misinformation, character assassination and worse.</p>
]]></description><pubDate>Mon, 22 Dec 2025 15:21:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46354826</link><dc:creator>phba</dc:creator><comments>https://news.ycombinator.com/item?id=46354826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46354826</guid></item><item><title><![CDATA[New comment by phba in "VS Code deactivates IntelliCode in favor of the paid Copilot"]]></title><description><![CDATA[
<p>Thanks for the link. This is a great analysis of Microsoft's open source strategy.</p>
]]></description><pubDate>Tue, 16 Dec 2025 21:29:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46294778</link><dc:creator>phba</dc:creator><comments>https://news.ycombinator.com/item?id=46294778</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46294778</guid></item><item><title><![CDATA[New comment by phba in "How elites could shape mass preferences as AI reduces persuasion costs"]]></title><description><![CDATA[
<p>> AI enables precision influence at unprecedented scale and speed.<p>IMO this is the most important idea from the paper, not polarization.<p>Information is control, and every new medium has been revolutionary with  regards to its effects on society. Up until now the goal was to transmit bigger and better messages further and faster (size, quality, scale, speed). Through digital media we seem to have reached the limits of size, speed and scale. So the next changes will affect quality, e.g. tailoring the message to its recipient to make it more effective.<p>This is why in recent years billionaires rushed to acquire media and information companies and why governments are so eager to get a grip on the flow of information.<p>Recommended reading: Understanding Media by Marshall McLuhan. While it predates digital media, the ideas from this book remain as true as ever.</p>
]]></description><pubDate>Thu, 04 Dec 2025 12:29:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46146902</link><dc:creator>phba</dc:creator><comments>https://news.ycombinator.com/item?id=46146902</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46146902</guid></item><item><title><![CDATA[New comment by phba in "Half of Linux Users Stick with X11, Despite Years of Wayland Being Forced"]]></title><description><![CDATA[
<p>Apparently X11 has a security extension [1]. There was a discussion some months ago [2].<p>Xenocara (X on OpenBSD) improves security by dropping privileges and using features like pledge [3], but I don't know how this affects the feasability of keyloggers.<p>[1] <a href="https://www.x.org/releases/X11R7.6/doc/xextproto/security.html" rel="nofollow">https://www.x.org/releases/X11R7.6/doc/xextproto/security.ht...</a><p>[2] <a href="https://news.ycombinator.com/item?id=44768745">https://news.ycombinator.com/item?id=44768745</a><p>[3] <a href="https://man.openbsd.org/pledge.2" rel="nofollow">https://man.openbsd.org/pledge.2</a></p>
]]></description><pubDate>Thu, 04 Dec 2025 09:37:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46145627</link><dc:creator>phba</dc:creator><comments>https://news.ycombinator.com/item?id=46145627</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46145627</guid></item><item><title><![CDATA[New comment by phba in "France threatens GrapheneOS with arrests / server seizure for refusing backdoors"]]></title><description><![CDATA[
<p>This "joke" is neither funny nor original as it comes up on social media everytime someone mentions Russia as a threat to Europe.<p>Oh, look at that. A fresh account just to make this comment. What a coincidence.</p>
]]></description><pubDate>Mon, 24 Nov 2025 21:48:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46039778</link><dc:creator>phba</dc:creator><comments>https://news.ycombinator.com/item?id=46039778</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46039778</guid></item><item><title><![CDATA[New comment by phba in "The disguised return of EU Chat Control"]]></title><description><![CDATA[
<p>Adding to that from <a href="https://en.wikipedia.org/wiki/Thorn_(organization)" rel="nofollow">https://en.wikipedia.org/wiki/Thorn_(organization)</a>:<p>> Thorn works with a group of technology partners who serve the organization as members of the Technology Task Force. The goal of the program includes developing technological barriers and initiatives to ensure the safety of children online and deter sexual predators on the Internet.<p>> Various corporate members of the task force include Facebook, Google, Irdeto, Microsoft, Mozilla, Palantir, Salesforce Foundation, Symantec, and Twitter.<p>Apparently Thorn scratched that list from their current website, but the Wiki page has an archive link.</p>
]]></description><pubDate>Fri, 14 Nov 2025 20:54:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=45932074</link><dc:creator>phba</dc:creator><comments>https://news.ycombinator.com/item?id=45932074</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45932074</guid></item><item><title><![CDATA[New comment by phba in "Becoming a compiler engineer"]]></title><description><![CDATA[
<p>Thank you for the recommendation! I was looking for compiler texts that take a more practical approach.</p>
]]></description><pubDate>Sat, 08 Nov 2025 11:30:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=45855940</link><dc:creator>phba</dc:creator><comments>https://news.ycombinator.com/item?id=45855940</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45855940</guid></item><item><title><![CDATA[New comment by phba in "Palantir Thinks College Might Be a Waste. So It's Hiring High-School Grads"]]></title><description><![CDATA[
<p>Well, it's impossible to know if Eichmann really thought about the ethics of his job. With regards to his trial, it didn't matter anyway. Every captured Nazi official claimed they were just a cog in the machine and had to follow orders. The judges rightfully dismissed this, because otherwise Hitler would have been the only one responsible (how convenient!). They were all put on trial for their specific actions and decisions.<p>My take from Hannah Arendt's work is that normal people will do evil things if they think they can get away with it.</p>
]]></description><pubDate>Mon, 03 Nov 2025 05:58:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=45796257</link><dc:creator>phba</dc:creator><comments>https://news.ycombinator.com/item?id=45796257</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45796257</guid></item><item><title><![CDATA[New comment by phba in "4Chan Lawyer publishes Ofcom correspondence"]]></title><description><![CDATA[
<p>The legislation simply says if you collect more data about your users than necessary, you must inform them and they must consent. This has nothing to do with cookies or any other tech.<p>The question a user should ask is why is this website collecting my data. Marketing and adtech companies are trying to shift this question to why is the EU making websites worse.<p>> there is no need for government regulation here<p>You don't need to care about this if you respect users' privacy in the same way you don't need to care about waste water regulation when you don't pump waste into rivers.</p>
]]></description><pubDate>Fri, 17 Oct 2025 10:19:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45615017</link><dc:creator>phba</dc:creator><comments>https://news.ycombinator.com/item?id=45615017</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45615017</guid></item></channel></rss>