<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: seeknotfind</title><link>https://news.ycombinator.com/user?id=seeknotfind</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 16:55:20 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=seeknotfind" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by seeknotfind in "Jim Allchin to Gates and Ballmer on the state of quality at Microsoft (2004)"]]></title><description><![CDATA[
<p>"I'm sorry". What do HN readers think about how this inclusion changes the meaning of the rest of the email?</p>
]]></description><pubDate>Sun, 12 Apr 2026 23:36:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47745652</link><dc:creator>seeknotfind</dc:creator><comments>https://news.ycombinator.com/item?id=47745652</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47745652</guid></item><item><title><![CDATA[New comment by seeknotfind in "Show HN: How I Topped the HuggingFace Open LLM Leaderboard on Two Gaming GPUs"]]></title><description><![CDATA[
<p>Did you ever try multiple copies?</p>
]]></description><pubDate>Tue, 10 Mar 2026 15:35:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47324695</link><dc:creator>seeknotfind</dc:creator><comments>https://news.ycombinator.com/item?id=47324695</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47324695</guid></item><item><title><![CDATA[New comment by seeknotfind in "Why No AI Games?"]]></title><description><![CDATA[
<p>They're are plenty of mods that inject AI into games, like Skyrim. Though in order for a game to have LLMs and scale to a shipping audience without a subscription, you would want to run them locally.<p>The real technical blocker is performance and voice synthesis. If voice synthesis was at parity with human actors, it would be worth it to battle the performance aspect for major studios. In text based games especially, taking time to generate enough text is just too slow to be convenient</p>
]]></description><pubDate>Tue, 03 Mar 2026 16:56:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47235245</link><dc:creator>seeknotfind</dc:creator><comments>https://news.ycombinator.com/item?id=47235245</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47235245</guid></item><item><title><![CDATA[New comment by seeknotfind in "Extracting verified C++ from the Rocq theorem prover at Bloomberg"]]></title><description><![CDATA[
<p>Very cool. Can't wait to see what's next with this project! Congrats on the huge scale of tests/examples as well.</p>
]]></description><pubDate>Sun, 25 Jan 2026 00:11:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46749177</link><dc:creator>seeknotfind</dc:creator><comments>https://news.ycombinator.com/item?id=46749177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46749177</guid></item><item><title><![CDATA[New comment by seeknotfind in "Extracting verified C++ from the Rocq theorem prover at Bloomberg"]]></title><description><![CDATA[
<p>Thanks, yeah, I did see some of the pure C++ types getting converted. Though it makes a lot of sense why you had to go with shared_ptr for generic inductive types.<p>Have you considered combinatorial testing? Test code generation for each sample program, for each set of mappings, and ensure they all have the same behavior. If you look at the relative size or performance, it could allow you to automatically discover this issue. Also, allocation counting.<p>Hey also sucks you are not in SF. I'm looking for people into formalization in the area, but I haven't found any yet</p>
]]></description><pubDate>Sat, 24 Jan 2026 17:12:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46745362</link><dc:creator>seeknotfind</dc:creator><comments>https://news.ycombinator.com/item?id=46745362</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46745362</guid></item><item><title><![CDATA[New comment by seeknotfind in "Extracting verified C++ from the Rocq theorem prover at Bloomberg"]]></title><description><![CDATA[
<p>From tests/basics/levenshtein/levenshtein.cpp:<p><pre><code>    struct Ascii {
      std::shared_ptr<Bool0::bool0> _a0;
      std::shared_ptr<Bool0::bool0> _a1;
      std::shared_ptr<Bool0::bool0> _a2;
      std::shared_ptr<Bool0::bool0> _a3;
      std::shared_ptr<Bool0::bool0> _a4;
      std::shared_ptr<Bool0::bool0> _a5;
      std::shared_ptr<Bool0::bool0> _a6;
      std::shared_ptr<Bool0::bool0> _a7;
    };
</code></pre>
This is ... okay, if you like formal systems, but I wouldn't call it performant. Depending on what you are doing, this might be performant. It might be performant compared to other formally verified alternatives. It's certainly a lot nicer than trying to verify something already written in C++, which is just messy.<p>From theories/Mapping/NatIntStd.v:<p><pre><code>    - Since [int] is bounded while [nat] is (theoretically) infinite,
    you have to make sure by yourself that your program will not
    manipulate numbers greater than [max_int]. Otherwise you should
    consider the translation of [nat] into [big_int].
</code></pre>
One of the things formal verification people complain about is that ARM doesn't have a standard memory model, or CPU cache coherence is hard to model. I don't think that's what this project is about. This project is having basically provable code. They also say this in their wiki:<p><a href="https://github.com/bloomberg/crane/wiki/Design-Principles#4-pragmatic-trust-not-fully-verified-compilation" rel="nofollow">https://github.com/bloomberg/crane/wiki/Design-Principles#4-...</a><p>> Crane deliberately does not start from a fully verified compiler pipeline in the style of CompCert.<p>What this means is that you can formalize things, and you can have assurances, but then sometimes things may still break in weird ways if you do weird things? Well, that happens no matter what you do. This is a noble effort bridging two worlds. It's cool. It's refreshing to see a "simpler" approach. Get some of the benefits of formal verification without all the hassle.</p>
]]></description><pubDate>Sat, 24 Jan 2026 07:47:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46741821</link><dc:creator>seeknotfind</dc:creator><comments>https://news.ycombinator.com/item?id=46741821</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46741821</guid></item><item><title><![CDATA[New comment by seeknotfind in "Are arrays functions?"]]></title><description><![CDATA[
<p>> Composition is like applying a permutation array to another<p>Composing injective functions is like applying a permutation array to another.</p>
]]></description><pubDate>Wed, 21 Jan 2026 07:45:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46702390</link><dc:creator>seeknotfind</dc:creator><comments>https://news.ycombinator.com/item?id=46702390</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46702390</guid></item><item><title><![CDATA[New comment by seeknotfind in "The Unix Pipe Card Game"]]></title><description><![CDATA[
<p>I bought several of these and give them as gifts. Unix Pipe, Expansion Pack, and PUNK0 are my favorites.</p>
]]></description><pubDate>Tue, 20 Jan 2026 17:02:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46694372</link><dc:creator>seeknotfind</dc:creator><comments>https://news.ycombinator.com/item?id=46694372</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46694372</guid></item><item><title><![CDATA[New comment by seeknotfind in "Recursive Language Models"]]></title><description><![CDATA[
<p>Yeah, from the title, it sounds like perhaps the entire operation is differentiable and therefore trainable as a whole model and that such training is done. However, upon close inspection, I can't find any evidence that more is done than calling the model repeatedly.</p>
]]></description><pubDate>Sat, 03 Jan 2026 20:07:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=46480993</link><dc:creator>seeknotfind</dc:creator><comments>https://news.ycombinator.com/item?id=46480993</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46480993</guid></item><item><title><![CDATA[New comment by seeknotfind in "The universal weight subspace hypothesis"]]></title><description><![CDATA[
<p>Yeah, it sounds platonic the way it's written, but it seems more like a hyped model compression technique.</p>
]]></description><pubDate>Tue, 09 Dec 2025 05:25:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46201531</link><dc:creator>seeknotfind</dc:creator><comments>https://news.ycombinator.com/item?id=46201531</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46201531</guid></item><item><title><![CDATA[New comment by seeknotfind in "You can see a working Quantum Computer in IBM's London office"]]></title><description><![CDATA[
<p>I suspect that once quantum computers actually scale up so that you can play with them, we'll find all sorts of interesting things to do with them.<p>However, even now, you can imagine that if quantum computers were small enough, it would be worth it to have it just for the asymptotically fast prime generation with Shor's algorithm. I don't think that's that far fetched. Of course, people wouldn't necessarily need to know they have a quantum computer, but they don't necessarily know the workings of their computers today anyway.</p>
]]></description><pubDate>Mon, 08 Dec 2025 08:26:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46189766</link><dc:creator>seeknotfind</dc:creator><comments>https://news.ycombinator.com/item?id=46189766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46189766</guid></item><item><title><![CDATA[New comment by seeknotfind in "Physicists prove the Universe isn't a simulation after all"]]></title><description><![CDATA[
<p>The last digit of pi doesn't exist since it's irrational. Chaitan's constant, later busy beaver numbers, or any number of functions may be uncomputable, but since they are uncomputable, I'd be assuming that their realizations don't exist. Sure, we can talk about the concept, and they have a meaning in the formal system, but that's precisely what I'm saying: they don't exist in this world. They only exist as an idea.<p>Say for instance that you could arrange quarks in some way, and out pops, from the fabric of the universe, a way to find the next busy beaver numbers. Well, we'd be really feeling sorry then, not least because "computable" would turn out to be a misnomer in the formalism, and we'd have to call this clever party trick "mega"-computable. We'd have discovered something that exists beyond turing machines, we'd have discovered, say, a "Turing Oracle". Then, we'd be able to "mega"-compute these constants. Another reason we'd really feel sorry is because it would break all our crypto.<p>However, that's different than the "idea of Chaitan's constant" existing. That is, the idea exists, but we can't compute the actual constant itself, we only have a metaphor for it.</p>
]]></description><pubDate>Mon, 08 Dec 2025 08:22:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=46189731</link><dc:creator>seeknotfind</dc:creator><comments>https://news.ycombinator.com/item?id=46189731</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46189731</guid></item><item><title><![CDATA[New comment by seeknotfind in "Physicists prove the Universe isn't a simulation after all"]]></title><description><![CDATA[
<p>Do you mean like ghosts or like quantum randomness and Heisenberg's uncertainty principle?<p>We cannot compute exactly what happens because we don't know what it is, and there's randomness. Superdeterminism is a common cop out to this. However, when I am talking about whether something is computable, I mean whether that interaction produces a result that is more complicated than a turing complete computer can produce. If it's random, it can't be predicted. So perhaps a more precise statement would be, my default assumption is that "similar" enough realities or sequences of events can be computed, given access to randomness, where "similar" is defined by an ability to distinguish this similulation from reality by any means.</p>
]]></description><pubDate>Sat, 06 Dec 2025 21:41:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46176827</link><dc:creator>seeknotfind</dc:creator><comments>https://news.ycombinator.com/item?id=46176827</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46176827</guid></item><item><title><![CDATA[New comment by seeknotfind in "Physicists prove the Universe isn't a simulation after all"]]></title><description><![CDATA[
<p>As the simplest theory, my default position is the universe is computable and that everything in the universe is computable. Note that they are not the same thing.<p>Some intuition:<p>1. If the universe contains an uncomputable thing, then you could utilize this to build a super turing complete computer. This would only make CS more interesting.<p>2. If the universe extends beyond the observable universe, and it's infinite, and on some level it exists, and there is some way that we know it all moves forward (not necessarily time, as it's uneven), but that's an infinite amount of information, which can never be stepped forward at once (so it's not computable). The paper itself touches on this, requiring time not to break down. Though it may be the case, the universe does not "step" infinitely much information.<p>One quick side, this paper uses a proof with model theory. I stumbled upon this subfield of mathematics a few weeks ago, and I deeply regret not learning about it during my time studying formal systems/type theory. If you're interested in CS or math, make sure you know the compactness theorem.<p>Paper direct:<p><a href="https://jhap.du.ac.ir/article_488.html" rel="nofollow">https://jhap.du.ac.ir/article_488.html</a><p>I enjoyed some commentary here:<p><a href="https://www.reddit.com/r/badmathematics/comments/1om3u47/published_paper_claims_that_incompleteness/" rel="nofollow">https://www.reddit.com/r/badmathematics/comments/1om3u47/pub...</a><p>See also:<p><a href="https://en.wikipedia.org/wiki/Mathematical_universe_hypothesis" rel="nofollow">https://en.wikipedia.org/wiki/Mathematical_universe_hypothes...</a></p>
]]></description><pubDate>Sat, 06 Dec 2025 16:27:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=46174530</link><dc:creator>seeknotfind</dc:creator><comments>https://news.ycombinator.com/item?id=46174530</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46174530</guid></item><item><title><![CDATA[New comment by seeknotfind in "Japanese game devs face font dilemma as license increases from $380 to $20k"]]></title><description><![CDATA[
<p>I'm looking forward to seeing everyone coming up together, creating better fonts for free, and wiping out any of those profits. Is Monotype trying to destroy their own industry, or do they really think this will work?</p>
]]></description><pubDate>Wed, 03 Dec 2025 07:20:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46131188</link><dc:creator>seeknotfind</dc:creator><comments>https://news.ycombinator.com/item?id=46131188</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46131188</guid></item><item><title><![CDATA[New comment by seeknotfind in "Physicists drive antihydrogen breakthrough at CERN"]]></title><description><![CDATA[
<p>How many times does the rate need to be increased 10x before it's a problem?</p>
]]></description><pubDate>Fri, 28 Nov 2025 01:52:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=46074860</link><dc:creator>seeknotfind</dc:creator><comments>https://news.ycombinator.com/item?id=46074860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46074860</guid></item><item><title><![CDATA[New comment by seeknotfind in "Trillions spent and big software projects are still failing"]]></title><description><![CDATA[
<p>Yeah, people tend to add rather than improve. It's possible to add into lower levels without breaking things, but it's hard. Growing up as a programmer, I was taught UNUX philosophy as a golden rule, but there are sharp corners on this one:<p>To do a new job, build afresh rather than complicate old programs by adding new "features".</p>
]]></description><pubDate>Tue, 25 Nov 2025 17:42:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46048363</link><dc:creator>seeknotfind</dc:creator><comments>https://news.ycombinator.com/item?id=46048363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46048363</guid></item><item><title><![CDATA[New comment by seeknotfind in "You can see a working Quantum Computer in IBM's London office"]]></title><description><![CDATA[
<p>"It’s not likely to be something you’ll ever have at home" Pessimistic much?</p>
]]></description><pubDate>Tue, 25 Nov 2025 04:55:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46042471</link><dc:creator>seeknotfind</dc:creator><comments>https://news.ycombinator.com/item?id=46042471</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46042471</guid></item><item><title><![CDATA[New comment by seeknotfind in "Project Euler"]]></title><description><![CDATA[
<p>Thousand of hours on this. Love it.</p>
]]></description><pubDate>Thu, 13 Nov 2025 05:26:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=45911050</link><dc:creator>seeknotfind</dc:creator><comments>https://news.ycombinator.com/item?id=45911050</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45911050</guid></item><item><title><![CDATA[New comment by seeknotfind in "When your hash becomes a string: Hunting Ruby's million-to-one memory bug"]]></title><description><![CDATA[
<p>It's nice that there is only a few weird behaviors produced. Often use-after-free leads to so many different random bugs, you might gorble a hubalu.</p>
]]></description><pubDate>Mon, 10 Nov 2025 16:50:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=45877835</link><dc:creator>seeknotfind</dc:creator><comments>https://news.ycombinator.com/item?id=45877835</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45877835</guid></item></channel></rss>