<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: xorcist</title><link>https://news.ycombinator.com/user?id=xorcist</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 13 Apr 2026 19:03:24 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=xorcist" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by xorcist in "Quien – A better WHOIS lookup tool"]]></title><description><![CDATA[
<p>> the code is there for you to look at and use or not<p>Perhaps this is a matter of different perspectives? Every tool I use is an investment for me, it might be light if I only use it once, it might be heavy if I use it for years. That investment is all the time I take to learn the various concepts involved and how to think about problems to fit the tool. But it is also all the time needed to constantly keep in mind if that tool is affected by the latest security vulnerability, how changing trends in the industry affects my use of the tool, and what to do if the tool becomes abandonware.<p>Reading code is hard. Writing can sometimes even be faster than reading, especially when there are many unknowns involved. So saying "you can just read it" doesn't really work for me. There's no "just" in reading. Taking in new tools is an investment, a burden, and I am perfectly entitled to avoid tools where that burden is harder than the expected outcome. It's impossible to know for sure, of course, but you can often guess pretty good very early.</p>
]]></description><pubDate>Sat, 11 Apr 2026 10:31:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47729329</link><dc:creator>xorcist</dc:creator><comments>https://news.ycombinator.com/item?id=47729329</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47729329</guid></item><item><title><![CDATA[New comment by xorcist in "France Launches Government Linux Desktop Plan as Windows Exit Begins"]]></title><description><![CDATA[
<p>They are not exactly equivalents, but that's not the point. I try to expand on this answer in the sibling comment.<p>What's important to notice however, is that the oldest of these are from 2009. At no time in the intervening 15 years (!) did someone say "Windows is unusable for desktops because it is not manageable".</p>
]]></description><pubDate>Fri, 10 Apr 2026 13:42:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47718032</link><dc:creator>xorcist</dc:creator><comments>https://news.ycombinator.com/item?id=47718032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47718032</guid></item><item><title><![CDATA[New comment by xorcist in "France to ditch Windows for Linux to reduce reliance on US tech"]]></title><description><![CDATA[
<p>That's the point I want to convey is that while there are tools like MSI on Windows, many years after Linux had dpkg, it's not the same thing. On Linux the package manager rules the filsystem and keeps a complete database of which package owns which file. There are no exceptions, not on the parts of the filesystem where the package manager rules. Even the operating system itself and all patches is handled by the package manager.<p>That's first and foremost a cultural difference, not a technical. Sure, there's nothing to prevent a Linux vendor to write "install scripts" that copy files willy-nilly across the file system, and many vendors have done this but always with disastrous results and since Linux people hate it, those products are either repackaged or stored in a separate directory far away from other files.<p>This means installing software at scale (any number of systems), or the question how to cleanly uninstall software it not a question you should ever ask in a Linux environment. The questions you should ask are different in a Linux environment. That is why the tools look different.<p>Tools like gsettings are culturally alien to the unix world. Instead, home directories are seeded with dotfiles. And dotfiles are kept in version control. Yes, that means that unix people can't answer the quesion how to lock the proxy settings so the user is unable to change them. Instead, should a sensitive system require it, they would instead manage by policy and disallow any traffic outside said proxy.</p>
]]></description><pubDate>Fri, 10 Apr 2026 13:35:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47717937</link><dc:creator>xorcist</dc:creator><comments>https://news.ycombinator.com/item?id=47717937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47717937</guid></item><item><title><![CDATA[New comment by xorcist in "France to ditch Windows for Linux to reduce reliance on US tech"]]></title><description><![CDATA[
<p>Right, I see where you are coming from, I still want to make the stronger argument that we should not strive to re-work Linux in Windows' image. Most such initiatives, like gconf/dconf, have severely degraded the desktop experience.<p>I have some experience at places where Linux are run on desktops at scale, but they all have in common that these are engineers for whom Linux is the better experience to begin with. It's not like that for administrative staff and management. And as much as I'd like to tell people to use Prezi instead of Powerpoint, and Markdown instead of Word, sometimes Libre Office <i>is</i> the best answer.<p>We have to be practical. Still, I feel that too often it is engineering that has to use tools intended for administrative people. Once in a while, they other way around may not be that bad.<p>For a modern workplace, where smartphone and cloud based applications rule, the traditional Windows tools like AD and GP can only do so much. You also need MDM tools, and something like SAML. If you are looking for an out-of-the-box tool that can manage both Linux and Windows clients, Red Hat has FreeIPA. It's not AD, but it goes beyond that capability.</p>
]]></description><pubDate>Fri, 10 Apr 2026 13:19:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47717730</link><dc:creator>xorcist</dc:creator><comments>https://news.ycombinator.com/item?id=47717730</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47717730</guid></item><item><title><![CDATA[New comment by xorcist in "France to ditch Windows for Linux to reduce reliance on US tech"]]></title><description><![CDATA[
<p>I don't know. What's the Windows equivalent of dpkg (from 1993) and ssh (from 1995)?<p>Still nothing, three decades later. Not because Microsoft engineers couldn't do it, of course, but becasue they didn't want to. It doesn't fit the Windows model. They did recently adopt SSH, but that was because they want to use Windows in cloud-like environments, where expectations are set by Linux-style tools.<p>By the time Windows got to the point where it even could be centrally managed in any reasonable fashion, Linux environments was routinely run an order of magnitude larger still.<p>There is a reason why the whole cloud runs Linux. Anything else is a rounding error. That's because Linux is inherently so much less work to manage at scale.<p>If something like Group Policies would somehow be accepted by the Linux community, that could only be a step backwards. A well run Ansible or Puppet or similar environment works on a completely different scale.</p>
]]></description><pubDate>Fri, 10 Apr 2026 12:48:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47717343</link><dc:creator>xorcist</dc:creator><comments>https://news.ycombinator.com/item?id=47717343</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47717343</guid></item><item><title><![CDATA[New comment by xorcist in "France to ditch Windows for Linux to reduce reliance on US tech"]]></title><description><![CDATA[
<p>> Isn't it about time someone developed one?<p>Honest question: Why? If you want a Windows-like environment, run Windows.<p>I get this all the time when people ask about a Linux equivalent for something, and aren't really satistied when it doesn't work or look the same. Linux <i>isn't</i> a clone of Windows. Linux comes from an older heritage, and has a unique culture. You are in for a hard time if you want to use Linux like you would use Windows. That's a suboptimal experience, at best.<p>That said, of course Linux should be easy to manage. But Windows is from a single corporate entity, of course their management tools will be different. It used to be unix admins that laughed about people using Windows as servers. The culture around Linux is one of scriptabiliy where even the user interface, the basic shell, is one where every command is inherently a script. That's why management on Linux looks like Ansible and OpenSSH, not like Remote Desktop and Group Policies.<p>You <i>could</i> write something like Group Policies for Linux of course, but it wouldn't be a complete solution so people would just continue using Ansible, OpenSSH, and the respective package managers.</p>
]]></description><pubDate>Fri, 10 Apr 2026 12:36:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47717183</link><dc:creator>xorcist</dc:creator><comments>https://news.ycombinator.com/item?id=47717183</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47717183</guid></item><item><title><![CDATA[New comment by xorcist in "How NASA built Artemis II’s fault-tolerant computer"]]></title><description><![CDATA[
<p>> He caused a MAJOR issue for Greece<p>That link goes to the Greece financial crisis which, according to the Wikipedia page, started in 2009. Varoufakis was elected minister of finance in early 2015 and resigned only half a year later. From the outside, it seems impossible that his half year miniterial tenure could have caused a crisis half a decade earlier. At the time, Greece had already defaulted twice on their loans and were about to do it a third time.</p>
]]></description><pubDate>Fri, 10 Apr 2026 11:21:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47716416</link><dc:creator>xorcist</dc:creator><comments>https://news.ycombinator.com/item?id=47716416</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47716416</guid></item><item><title><![CDATA[New comment by xorcist in "France pulls last gold held in US"]]></title><description><![CDATA[
<p>> Companies issue stock to raise money<p>There is certainly some misunderstanding here, and I am unsure about where it is. Perhaps another example could have been more clear.<p>When you "buy the S&P500" you do not buy stock from companies. No S&P ETF takes part in private placements or IPOs. They buy "used" shares on the open market, with the single intention of selling it on the open market to someone else.<p>When you buy the S&P, at no point do you give money to any of the S&P companies (except perhaps a small fee to the ETF issuer, most of which are public companies, but let's not split hairs about that).<p>There are of course other methods of buying the S&P500, such as tracker certificates, but they only add layers of indirection to the above, they do not change the fundamental facts about it.<p>> you don't know how things work and don't want to learn<p>I am not sure how to respond to this.</p>
]]></description><pubDate>Thu, 09 Apr 2026 23:39:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47711729</link><dc:creator>xorcist</dc:creator><comments>https://news.ycombinator.com/item?id=47711729</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47711729</guid></item><item><title><![CDATA[New comment by xorcist in "Meta removes ads for social media addiction litigation"]]></title><description><![CDATA[
<p>This may sound reasonable but isn't at all how newspapers are run. You can absolutely buy an ad in the New York Times criticizing the New York Times. Within reason of course, as you said the are private entities allowed to take on any customers they want, but in general newspapers hold journalistic integrity as an ideal and will allow most things as long as they aren't defamatory, unethical or downright illegal.<p>The ad sellers and the journalists are normally separate and will not interfer much with one another's work. It also helps that they never say no to money. I don't know about the New York Times specifically but similar things have happened many times in other newspapers, and there is such a thing as a paid editorial. Those are usually clearly marked as such, but it's basically the same thing.<p>(However, there may be other reasons why you might want to go with a competitor instead, and not pay the newspaper you hate $100k.)</p>
]]></description><pubDate>Thu, 09 Apr 2026 20:12:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47709159</link><dc:creator>xorcist</dc:creator><comments>https://news.ycombinator.com/item?id=47709159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47709159</guid></item><item><title><![CDATA[New comment by xorcist in "EFF is leaving X"]]></title><description><![CDATA[
<p>> To take the obvious parallel, buying a newspaper did not imply agreement<p>That ... does not hold at all. You wouldn't buy or subscribe to an openly Nazi paper unless you are a full blown white supremacist.</p>
]]></description><pubDate>Thu, 09 Apr 2026 19:52:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47708880</link><dc:creator>xorcist</dc:creator><comments>https://news.ycombinator.com/item?id=47708880</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47708880</guid></item><item><title><![CDATA[New comment by xorcist in "France pulls last gold held in US"]]></title><description><![CDATA[
<p>The problem is that Europe does not spend enough on US weaponry. Bulding nukes domestically does not help with that.<p>NATO was explicitly built to keep Europe in line. That worked to the benefit of everyone, until national security intrests and land expansion put a stop to it.</p>
]]></description><pubDate>Thu, 09 Apr 2026 10:03:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47701507</link><dc:creator>xorcist</dc:creator><comments>https://news.ycombinator.com/item?id=47701507</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47701507</guid></item><item><title><![CDATA[New comment by xorcist in "France pulls last gold held in US"]]></title><description><![CDATA[
<p>> If your money goes up in value, you have a huge incentive to stockpile it and not buy pizza<p>A lot hinges on this being true, but being deflationary is not unique to gold. It is also true for a lot of other things, including stocks. Yet we think it is good that regular people spend their earnings on stock, and it is generally considered to be one of the things which made American economy uniquely strong. So much so that other countries seek to mimic it.<p>The argument should cut both ways: A strong stock market which is deflationary should lead to economic stagnation. Why buy a pizza today when you can buy S&P500 and buy two pizzas tomorrow?<p>Reality seems to disagree here. People buy what they need and want, today, and whether the rest is stored in fiat currency, stocks, or gold seems to matter very little for economic productivity.</p>
]]></description><pubDate>Thu, 09 Apr 2026 09:48:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47701402</link><dc:creator>xorcist</dc:creator><comments>https://news.ycombinator.com/item?id=47701402</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47701402</guid></item><item><title><![CDATA[New comment by xorcist in "France pulls last gold held in US"]]></title><description><![CDATA[
<p>> the entire modern tech industry would not exist without ZIRP<p>The problem with zero interest rate is that it doesn't incentivize better ideas. Why would you work to increase productivity if capital has no cost?<p>The period 2016-2021 was one where interest rates were the lowest, sometimes even negative, and you saw companies hiring endlessly, and acquiring competitors with no intention of doing anything their their products.<p>It is very hard to compete on talent and good ideas in such an environment when your all competitors are burning through loaned and venture capital (which itself is also largely loaned at some point).</p>
]]></description><pubDate>Thu, 09 Apr 2026 09:39:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47701348</link><dc:creator>xorcist</dc:creator><comments>https://news.ycombinator.com/item?id=47701348</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47701348</guid></item><item><title><![CDATA[New comment by xorcist in "France pulls last gold held in US"]]></title><description><![CDATA[
<p>> Buying stocks hoping that it would appreciate doesn’t work when there is no economic growth<p>Why? If you and I earn $100 per year, every year, that means there is no economic growth. We spend half of it on food, clothes, and other necessities and buy stocks with the other half, stocks will go up in value.<p>An non-growing economy has aspects of a zero-sum game. Speculation can still occur, and can continue unbounded. Stocks, gold, bitcoin, have historically all been deflationary.</p>
]]></description><pubDate>Thu, 09 Apr 2026 09:32:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47701296</link><dc:creator>xorcist</dc:creator><comments>https://news.ycombinator.com/item?id=47701296</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47701296</guid></item><item><title><![CDATA[New comment by xorcist in "A cryptography engineer's perspective on quantum computing timelines"]]></title><description><![CDATA[
<p>How can you falsely revoke a certificate? If an attacker can revoke a certificate, either by falsifying the signature or possessing the necessary key material, it is by definition not a trustworthy certificate anymore, and the revocation is therefore correct.<p>In the public CA PKI, it is the CA which has the power to revoke their issued certificates. In other systems, it can be the private key for the certificate itself. In either case, the certificate is not to be trusted anymore.<p>Revocation is the least of your worries should your signature algorithm be broken in the future.</p>
]]></description><pubDate>Thu, 09 Apr 2026 08:29:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47700790</link><dc:creator>xorcist</dc:creator><comments>https://news.ycombinator.com/item?id=47700790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47700790</guid></item><item><title><![CDATA[New comment by xorcist in "German implementation of eIDAS will require an Apple/Google account to function"]]></title><description><![CDATA[
<p>That is indeed the question: How does attestation help with proving that?<p>From my limited understanding, I can immediately think of a dozen ways to implement such an attack, and none would be helped by Google attesting that the device is indeed a legitimate Android(tm) device.<p>It is very hard to understand how this would make any difference juridically. The technical difficulties of avoiding phishing aside, contracts can be contested for a multitude of reasons, including contracts being signed involuntarily.</p>
]]></description><pubDate>Wed, 08 Apr 2026 12:11:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47689110</link><dc:creator>xorcist</dc:creator><comments>https://news.ycombinator.com/item?id=47689110</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47689110</guid></item><item><title><![CDATA[New comment by xorcist in "A cryptography engineer's perspective on quantum computing timelines"]]></title><description><![CDATA[
<p>> Bitcoin, where users would need to migrate their coins to a quantum-resistant scheme<p>Is that so? I always thought that the design choice that only hashes of the public keys were public was a pretty clever way to make the whole scheme quantum-proof. What did I miss?</p>
]]></description><pubDate>Wed, 08 Apr 2026 12:02:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47689019</link><dc:creator>xorcist</dc:creator><comments>https://news.ycombinator.com/item?id=47689019</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47689019</guid></item><item><title><![CDATA[New comment by xorcist in "Veracrypt project update"]]></title><description><![CDATA[
<p>Until Microsoft decides to no longer sign the Linux boot loader shim (for IBM/Red Hat, no less).</p>
]]></description><pubDate>Wed, 08 Apr 2026 10:15:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47688054</link><dc:creator>xorcist</dc:creator><comments>https://news.ycombinator.com/item?id=47688054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47688054</guid></item><item><title><![CDATA[New comment by xorcist in "Veracrypt project update"]]></title><description><![CDATA[
<p>It's not your own data anymore if you gave it away.</p>
]]></description><pubDate>Wed, 08 Apr 2026 10:11:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47688019</link><dc:creator>xorcist</dc:creator><comments>https://news.ycombinator.com/item?id=47688019</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47688019</guid></item><item><title><![CDATA[New comment by xorcist in "A cryptography engineer's perspective on quantum computing timelines"]]></title><description><![CDATA[
<p>The actual revocation needn't be secure. False revocations are an oxymoron.<p>The practice around revocations need to be secure of course, but that's more on an engineering problem than a cryptographical.</p>
]]></description><pubDate>Tue, 07 Apr 2026 13:40:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47675246</link><dc:creator>xorcist</dc:creator><comments>https://news.ycombinator.com/item?id=47675246</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47675246</guid></item></channel></rss>