<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: moring</title><link>https://news.ycombinator.com/user?id=moring</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 27 Sep 2026 02:06:38 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=moring" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by moring in "What About Rails?"]]></title><description><![CDATA[
<p>> a CLI app does exactly what you ask for, and has a manual documenting exactly what command do what, and the output is consistent, the same command does the same thing period<p>This is a very software-engineery point of view and totally false for the ordinary user. Heck, it is even false for me as a software engineer.<p>> since you know people like moving a mouse and clicking on buttons<p>No, they like well-designed user interfaces, and the UI design of a typical CLI is abysmal.</p>
]]></description><pubDate>Fri, 25 Sep 2026 17:49:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=49847766</link><dc:creator>moring</dc:creator><comments>https://news.ycombinator.com/item?id=49847766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49847766</guid></item><item><title><![CDATA[New comment by moring in "Show HN: What if the speed of light was 5 km/h?"]]></title><description><![CDATA[
<p>Didn't even think of this, but yes: 5km/h ~ 1m/s, which is 1/10^8 the real c. This multiplies the sun's Schwarzschild radius (normally ca. 3km according to Wikipedia) by 10^16, making it 3<i>10^13 km, with 1AU = 150</i>10^6 km.<p>It's yet another xkcd-level apocalypse.</p>
]]></description><pubDate>Thu, 10 Sep 2026 12:55:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=49642969</link><dc:creator>moring</dc:creator><comments>https://news.ycombinator.com/item?id=49642969</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49642969</guid></item><item><title><![CDATA[New comment by moring in "Java is memory efficient [audio]"]]></title><description><![CDATA[
<p>This does not match my experience. The amount of manual tuning needed for memory management in C/C++ (which Java was designed to improve upon) was orders of magnitude greater than with Java just to get it correct, let alone efficient in terms of memory usage and performance.</p>
]]></description><pubDate>Wed, 02 Sep 2026 06:41:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=49532556</link><dc:creator>moring</dc:creator><comments>https://news.ycombinator.com/item?id=49532556</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49532556</guid></item><item><title><![CDATA[New comment by moring in "Debian votes to allow "responsible use of generative AI""]]></title><description><![CDATA[
<p>In that case, isn't a sufficiently reasoned "why" a contribution in itself?<p>Not trying to downplay the time wasted to reject the PR, though.</p>
]]></description><pubDate>Sat, 29 Aug 2026 18:43:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49492212</link><dc:creator>moring</dc:creator><comments>https://news.ycombinator.com/item?id=49492212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49492212</guid></item><item><title><![CDATA[New comment by moring in "Debian votes to allow "responsible use of generative AI""]]></title><description><![CDATA[
<p>I don't, please enlighten me.</p>
]]></description><pubDate>Sat, 29 Aug 2026 17:07:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=49491504</link><dc:creator>moring</dc:creator><comments>https://news.ycombinator.com/item?id=49491504</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49491504</guid></item><item><title><![CDATA[New comment by moring in "Debian votes to allow "responsible use of generative AI""]]></title><description><![CDATA[
<p>Now replace "Claude" by "human" and see how your comment goes.<p>Specifically, humans are known to decide subconsciously, then invent some "reasoning" out of thin air to justify it.<p>This matches my experience with decision-making in software projects.</p>
]]></description><pubDate>Sat, 29 Aug 2026 16:42:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=49491320</link><dc:creator>moring</dc:creator><comments>https://news.ycombinator.com/item?id=49491320</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49491320</guid></item><item><title><![CDATA[New comment by moring in "Debian votes to allow "responsible use of generative AI""]]></title><description><![CDATA[
<p>I'm not convinced it blows up. It might also end up placing a larger burden on contributors, and especially first-time contributors, to provide concise, high-quality documentation that justifies their contribution.<p>I'm thinking of something like: Explain, in at most 300 characters, why we should merge your change, or at least why we should invest the time to read a longer explanation (somethings things ARE complex). If you don't do that, or those 300 characters aren't convincing, or have nothing to do with your change or the longer explanation, then you get a canned response so the maintainers waste minimal time.</p>
]]></description><pubDate>Sat, 29 Aug 2026 16:27:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49491209</link><dc:creator>moring</dc:creator><comments>https://news.ycombinator.com/item?id=49491209</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49491209</guid></item><item><title><![CDATA[New comment by moring in "Bootstrappable Builds: How and Why"]]></title><description><![CDATA[
<p>> because you're not going to be verifying that signature by hand<p>At least verifying a signature is something that does not need complex hardware, so chances are that your trusted hardware can do that.<p>> Your own trusted hardware AND software, because you're not going to be verifying that signature by hand, and you're not going to load the binary file in memory by hand, so either a kernel or system software (like UEFI) will be handling your trusted binary first.
>
> But then you're back to needing a clean bootstrap again. (...)<p>But having solved that bootstrapping problem, you are likewise back to square one with trusting "the payload", only this time the payload isn't the actual payload but the OS kernel, UEFI or whatever that obtains and verifies the actual payload.<p>You have that OS kernel or UEFI as source code, but you don't know if the source code contains a backdoor unless you either verify it manually, or have it verified and signed in some way by a third party you trust, and there the whole signature thing comes back.<p>(BTW thanks for the discussion. I'm really enjoying this!)</p>
]]></description><pubDate>Fri, 28 Aug 2026 14:27:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=49479009</link><dc:creator>moring</dc:creator><comments>https://news.ycombinator.com/item?id=49479009</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49479009</guid></item><item><title><![CDATA[New comment by moring in "Bootstrappable Builds: How and Why"]]></title><description><![CDATA[
<p>The more I think about it, the more I think that bootstrapping the build isn't actually the huge problem it first seemed to be. There are practical problems to solve, but they CAN be solved.<p>In contrast, how can you make sure that the actual payload code hasn't been tampered with? It is written in a high-level language, but it gets stored and viewed on devices that have backdoors in their CPU microcode and huge OSes that can hide god knows what. The author can sign the code, but that doesn't tell anything other than it was really the author who signed it and the code hasn't been modified afterwards -- if the author's system was compromised, the code can contain backdoors before being signed. So you need to validate the (signed or not) code to be correct, but you're doing so on an untrusted system. It goes on and on.<p>You'd probably need the code to be verified, then signed, by a trusted party on a trusted system. THAT signature then means the payload hasn't been tampered with, and can be trusted after it gets built on your trusted system (and this is where the bootstrap problem happens, and gets solved).<p>All this is obviously still glossing over the problem how to obtain hardware you can trust.<p>...edit: But if you have all that, then you don't need a complex bootstrapping anymore. A trusted actor can verify, or even build, a trusted system by hand on trusted hardware, sign it, and then you can use that (binary!) as long as you run it on your own trusted hardware and verify the signature first.<p>The bootstrapping then becomes a tool to ensure reproducibility, but is no longer needed for trust.</p>
]]></description><pubDate>Fri, 28 Aug 2026 10:42:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=49476796</link><dc:creator>moring</dc:creator><comments>https://news.ycombinator.com/item?id=49476796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49476796</guid></item><item><title><![CDATA[New comment by moring in "Bootstrappable Builds: How and Why"]]></title><description><![CDATA[
<p>Just for perspective, the people working on his are pursuing their hobbies and sharpening their programming skills. In contrast, you are using your time to whine about it on the internet.</p>
]]></description><pubDate>Fri, 28 Aug 2026 08:31:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49475953</link><dc:creator>moring</dc:creator><comments>https://news.ycombinator.com/item?id=49475953</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49475953</guid></item><item><title><![CDATA[New comment by moring in "Bootstrappable Builds: How and Why"]]></title><description><![CDATA[
<p>Opcode mnemonics is something that a tool can show when you inspect a binary. You will need to go up the ladder a lot before the source code is more expressive than a disassembly. Comments are a good point though, but since they do no affect the semantics, they could be provided as a separate file that does not have to be reproducible (since compromised comments are at worst misleading or confusing).<p>The GCC example is valid, but can also be explained by its size.<p>I like the idea of bootstrapping in a Lisp-like language since it is extremely expressive for its simplicity. But then you need an interpreter for that, which must be trusted. I've been nerd-sniped by the whole thing and I'm thinking about an extremely simple virtual machine for the seed, with the actual seed code being a binary for that VM that implements a Lisp. Then an audit of the seed becomes disassembling the VM code for the Lisp interpreter, which is only moderately complex because the VM is as simple as possible.</p>
]]></description><pubDate>Fri, 28 Aug 2026 08:09:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49475794</link><dc:creator>moring</dc:creator><comments>https://news.ycombinator.com/item?id=49475794</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49475794</guid></item><item><title><![CDATA[New comment by moring in "Bootstrappable Builds: How and Why"]]></title><description><![CDATA[
<p>> The hex0 program provides a way to turn a string of hexadecimal text into a binary with those bytes.<p>I'll use this to ask for an explanation about the fundamental idea: How is hex text better than a binary blob? Both need detailed knowledge to understand; both need a tool to display (reading ASCII or binary), either of which could be compromised in a "trusting trust" sense.<p>It seems to me that the actually important aspects of the initial "seed" are its size (larger is harder to verify) and that the language used (whether it is Lisp, binary machine code or whatever) has rigorously defined semantics.<p>(Orthogonal to that, you'd want to store everything, seed and the rest, on a medium that cannot hide anything from you, and use that as the source. But that applies to all approaches.)</p>
]]></description><pubDate>Fri, 28 Aug 2026 06:46:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=49475167</link><dc:creator>moring</dc:creator><comments>https://news.ycombinator.com/item?id=49475167</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49475167</guid></item><item><title><![CDATA[New comment by moring in "CEO fired developers to make room for AI. Developers create open source AI CEO"]]></title><description><![CDATA[
<p>It saddens me that we're banning speech patterns on HN, not discussing arguments. I have seen this in another thread yesterday(?), where somebody was accused of being an LLM based on speech patterns and downvoted, no further evidence needed. This site used to be above that level.</p>
]]></description><pubDate>Thu, 27 Aug 2026 05:12:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=49460033</link><dc:creator>moring</dc:creator><comments>https://news.ycombinator.com/item?id=49460033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49460033</guid></item><item><title><![CDATA[New comment by moring in "Death to px, long live ch"]]></title><description><![CDATA[
<p>I tried and with 1:1 zoom, a "10cm" width DIV was actually less than 7cm. Why even call it "cm" if it is actually "whatever, I don't know"...</p>
]]></description><pubDate>Mon, 24 Aug 2026 11:01:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=49418015</link><dc:creator>moring</dc:creator><comments>https://news.ycombinator.com/item?id=49418015</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49418015</guid></item><item><title><![CDATA[New comment by moring in "NP-overrated"]]></title><description><![CDATA[
<p>> It's NP-hard<p>What is the "n that goes to infinity" for Sudoku? I thought that you could iterate through all possible 9x9 grids and find the ones that satisfy the rules AND are consistent with the "known" numbers. That would make it O(1), not NP-hard.</p>
]]></description><pubDate>Fri, 14 Aug 2026 06:16:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=49295276</link><dc:creator>moring</dc:creator><comments>https://news.ycombinator.com/item?id=49295276</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49295276</guid></item><item><title><![CDATA[New comment by moring in "A shell exclamation mark is not for yelling. Be lazy"]]></title><description><![CDATA[
<p>Worse, the "press up-arrow to get the previous command, then fix the errors in it" flow is broken when an exclamation mark causes a syntax error.</p>
]]></description><pubDate>Wed, 12 Aug 2026 11:51:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=49270940</link><dc:creator>moring</dc:creator><comments>https://news.ycombinator.com/item?id=49270940</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49270940</guid></item><item><title><![CDATA[New comment by moring in "Company Offering '100% Human-Written, Never AI' Medical Research Is 100% AI"]]></title><description><![CDATA[
<p>We put it into the "irrelevant" section because AI is no worse than a human support drone who has no useful knowledge nor permission to act. It is one of those cases where AI is only tangentially related to the actual problem.</p>
]]></description><pubDate>Wed, 12 Aug 2026 08:07:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=49269210</link><dc:creator>moring</dc:creator><comments>https://news.ycombinator.com/item?id=49269210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49269210</guid></item><item><title><![CDATA[New comment by moring in "Why Book Corners won't sync contributions back to OpenStreetMap"]]></title><description><![CDATA[
<p>This can probably be added to the toolchain pretty easily when non-OSM "signals" are converted to OSM format first. All you need then is an OSM data merging tool, all other tools will then get the same data format as before.</p>
]]></description><pubDate>Mon, 03 Aug 2026 06:22:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=49151905</link><dc:creator>moring</dc:creator><comments>https://news.ycombinator.com/item?id=49151905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49151905</guid></item><item><title><![CDATA[New comment by moring in "Dependabot version updates introduce default package cooldown"]]></title><description><![CDATA[
<p>> Anyone who hasn't thought deeply enough to answer this question doesn't have the privelige to say "just curate it, what's the problem?". Curation isn't that simple, as any distro package manager volunteer would tell you.<p>Your logic is self-defeating. How are distro volunteers going to know that you are interested in this topic if, by your logic, you don't have the privilege to ask them in the first place?<p>But I don't think that asking needs any privilege. I'm going to ask again: Why not? Or worded differently: What is stopping language package managers that is not at the same time stopping distro package managers?</p>
]]></description><pubDate>Thu, 16 Jul 2026 13:27:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48934261</link><dc:creator>moring</dc:creator><comments>https://news.ycombinator.com/item?id=48934261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48934261</guid></item><item><title><![CDATA[New comment by moring in "Dependabot version updates introduce default package cooldown"]]></title><description><![CDATA[
<p>> language package managers are not [curated]<p>Why not? Seems like exactly what is being asked for.</p>
]]></description><pubDate>Wed, 15 Jul 2026 12:15:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48919653</link><dc:creator>moring</dc:creator><comments>https://news.ycombinator.com/item?id=48919653</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48919653</guid></item></channel></rss>