<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: markisus</title><link>https://news.ycombinator.com/user?id=markisus</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 13 Apr 2026 17:22:59 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=markisus" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by markisus in "Taking on CUDA with ROCm: 'One Step After Another'"]]></title><description><![CDATA[
<p>The article mentions Triton for this purpose. I don’t think you will get maxed out performance on the hardware though because abstraction layers won’t let you access the fastest possible path.</p>
]]></description><pubDate>Mon, 13 Apr 2026 02:51:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47747010</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47747010</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47747010</guid></item><item><title><![CDATA[New comment by markisus in "Will I ever own a zettaflop?"]]></title><description><![CDATA[
<p>Don’t get hung up on the Claude part. We already know an algorithm that produces AGI: evolution. We don’t have the compute to run this algorithm because it requires simulating the whole Earth. But with enough compute, it becomes possible.</p>
]]></description><pubDate>Fri, 10 Apr 2026 15:33:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47719686</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47719686</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47719686</guid></item><item><title><![CDATA[New comment by markisus in "Be careful: chatting with AI about your case is discoverable"]]></title><description><![CDATA[
<p>But this ruling will surely set precedent for other cases where AI is used. It may cover the case of AI summaries as well.</p>
]]></description><pubDate>Sun, 29 Mar 2026 02:01:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47559827</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47559827</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47559827</guid></item><item><title><![CDATA[New comment by markisus in "Nasdaq's Shame"]]></title><description><![CDATA[
<p>If you sell and then rebuy isn’t that considered a wash trade and therefore exempt from taxes?</p>
]]></description><pubDate>Wed, 18 Mar 2026 05:05:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47421781</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47421781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47421781</guid></item><item><title><![CDATA[New comment by markisus in "Nasdaq's Shame"]]></title><description><![CDATA[
<p>QQQ is problematic because it’s influenced by strange back room dealings with Space X, if the article is to be believed.<p>VTI is different. It literally tracks all public stocks, weighted by market cap so no such manipulation is possible.<p>If a bunch of people will be forced to buy Space X (QQQ holders), active investors will short the stock in anticipation of market correction and money will flow from those who were forced to buy. I’m sure there are other ways to take advantage of a forced buyer situation.<p>Total market will be unaffected, assuming efficient market hypothesis / no arbitrage.</p>
]]></description><pubDate>Mon, 16 Mar 2026 06:28:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47395735</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47395735</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47395735</guid></item><item><title><![CDATA[New comment by markisus in "Nasdaq's Shame"]]></title><description><![CDATA[
<p>I’m trying to understand the mechanics here. I get that SpaceX and Nasdaq are in cahoots to get SpaceX bundled with a bunch of other stocks (and that bundle is called QQQ?)<p>But why must retail investors hold this bundle? If I’m holding now, I can sell it and buy a different bundle right? And if I’m not holding it now, I can just continue not to buy it after SpaceX gets included.</p>
]]></description><pubDate>Mon, 16 Mar 2026 02:02:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47394298</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47394298</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47394298</guid></item><item><title><![CDATA[New comment by markisus in "Rust is just a tool"]]></title><description><![CDATA[
<p>Like what you mean when you say “frames per second” in a video game. The image that is finally presented to the user, and then quickly thrown away and rebuilt, again and again to give the illusion of motion.</p>
]]></description><pubDate>Sat, 14 Mar 2026 17:59:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47379293</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47379293</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47379293</guid></item><item><title><![CDATA[New comment by markisus in "Python: The Optimization Ladder"]]></title><description><![CDATA[
<p>I also seem to be developing an immune response to several slopisms. But the actual content is useful for outlining tradeoffs if you’re needing to make your Python code go faster.</p>
]]></description><pubDate>Sat, 14 Mar 2026 16:53:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47378570</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47378570</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47378570</guid></item><item><title><![CDATA[New comment by markisus in "Python: The Optimization Ladder"]]></title><description><![CDATA[
<p>I wish there were more details on this part.<p>> Missing @cython.cdivision(True) inserts a zero-division check before every floating-point divide in the inner loop. Millions of branches that are never taken.<p>I thought never taken branches were essentially free. Does this mean something in the loop is messing with the branch predictor?</p>
]]></description><pubDate>Sat, 14 Mar 2026 16:49:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47378523</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47378523</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47378523</guid></item><item><title><![CDATA[New comment by markisus in "Rust is just a tool"]]></title><description><![CDATA[
<p>Yeah if your program has a natural notion of a "frame" (eg most video games), you can do memory management by simply incrementing an integer (bump allocation). At the end of your frame, you reset the integer to zero. You can't really get any faster than that.<p>An additional benefit of this style of allocation over malloc/free is that you can get a lot of the same type of objects contiguous in memory so that iteration over them is a lot faster because there are fewer cache misses.</p>
]]></description><pubDate>Sun, 01 Mar 2026 05:36:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47204023</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47204023</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47204023</guid></item><item><title><![CDATA[New comment by markisus in "New evidence that Cantor plagiarized Dedekind?"]]></title><description><![CDATA[
<p>I'm not sure everyone knew that gaps reflected incorrect reasoning. It would have been natural to assume that all infinite sets were qualitatively the same size, since uncountable infinity was not an idea that had been discovered yet. Zeno's own resolution wasn't that his reasoning wrong, but that our perception of the world itself is wrong and the world is static and unchanging.<p>As for the importance of visualization (of the reals), I don't think you can cleanly separate it from formalism (as constructed in set theory).<p>I think we all have built in pre-mathematical notions of concepts like number, point, and line. For some, the purpose of mathematics is to reify these pre-mathematical ideas into concrete formalism. These formalisms clarify our mental pictures, so that we can make deeper investigations without being led astray by confused intuitions. Zeno could not take his analysis further, because his mental imagery was not detailed enough.<p>From clarity we gain the ability to formalize even more of our pre-mathematical notions like infinitesimal, connectedness, and even computation. And so we have a feedback loop of visualization, formalism, visualization.<p>I think the article was saying that Dedekind and Cantor clarified what we should mean when we talk about the number line, and dispelled confusions that existed before then.</p>
]]></description><pubDate>Sat, 28 Feb 2026 20:13:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47199712</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47199712</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47199712</guid></item><item><title><![CDATA[New comment by markisus in "New evidence that Cantor plagiarized Dedekind?"]]></title><description><![CDATA[
<p>> Before their papers, mathematicians had assumed that even though the number line might look like a continuous object, if you zoomed in far enough, you’d eventually find gaps.<p>I'll try to interpret this sentence.<p>We all have some mental imagery that comes to mind when we think about the number line. Before Cantor and Dedekind, this image was usually a series of infinitely many dots, arranged along a horizontal line. Each dot corresponds to some quantity like sqrt(2), pi, that arises from mathematical manipulation of equations or geometric figures. If we ever find a gap between two dots, we can think of a new dot to place between them (an easy way is to take their average). However, we will also be adding two new gaps. So this mental image also has infinitely many gaps.<p>Dedekind and Cantor figured out a way to fill all the gaps simultaneously instead of dot by dot. This method created a new sort of infinity that mathematicians were unfamiliar with, and it was vastly larger than the gappy sort of infinity they were used to picturing.</p>
]]></description><pubDate>Sat, 28 Feb 2026 18:17:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47198499</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47198499</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47198499</guid></item><item><title><![CDATA[New comment by markisus in "We Will Not Be Divided"]]></title><description><![CDATA[
<p>Of course a contractor could not decide to unilaterally shut off their missile system, because that would be a contract violation.<p>A contractor may try to negotiate that unilateral shut off ability with the government, and the government should refuse those terms based on democratic principles, as Luckey said.<p>But suppose the contractor doesn’t want to give up that power. Is it okay for the government to not only reject the contract, but go a step further and label the contractor as a “supply chain risk?” It’s not clear that this part is still about upholding democratic principles. The term “supply chain risk” seems to have a very specific legal meaning. The government may not have the legal authority to make a supply chain risk designation in this case.</p>
]]></description><pubDate>Sat, 28 Feb 2026 04:13:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47190337</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47190337</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47190337</guid></item><item><title><![CDATA[New comment by markisus in "No Good Engineer Is Arrogant"]]></title><description><![CDATA[
<p>I felt the same.<p>> This isn’t a sign of incompetence. It’s a sign that you’re actually doing real work.<p>> Your value as an engineer isn’t in executing the same playbook forever. It’s in expanding the domain of what’s possible.<p>> That experience doesn’t produce arrogance. It produces humility.<p>> They’re not confident that they already have all the answers. They’re confident that they’ll find them.</p>
]]></description><pubDate>Tue, 24 Feb 2026 22:38:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47144331</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47144331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47144331</guid></item><item><title><![CDATA[New comment by markisus in "Terence Tao, at 8 years old (1984) [pdf]"]]></title><description><![CDATA[
<p>This really reminded me of the first part Flowers for Algernon. The main character undergoes a treatment which improves is intelligence and the story is narrated via a series of diary entries which become successively more fluent and sophisticated.</p>
]]></description><pubDate>Tue, 24 Feb 2026 04:19:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47132818</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47132818</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47132818</guid></item><item><title><![CDATA[New comment by markisus in "iPhone Typos? It's Not Just You – The iOS Keyboard Is Broken [video]"]]></title><description><![CDATA[
<p>I’ve confirmed this on my iphone as well.<p>Using swipe, no space bar after kill:
Kill maps
Jill myself
Jill myself<p>Using swipe, manually pressing space bar after kill:
Kill mussels
Kill mussels
Kill mussels</p>
]]></description><pubDate>Thu, 11 Dec 2025 16:36:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=46233580</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=46233580</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46233580</guid></item><item><title><![CDATA[New comment by markisus in "The universal weight subspace hypothesis"]]></title><description><![CDATA[
<p>On the contrary, I think it demonstrates an inherent limit to the kind of tasks / datasets that human beings care about.<p>It's known that large neural networks can even memorize random data. The number of random datasets is unfathomably large, and the weight space of neural networks trained on random data would probably not live in a low dimensional subspace.<p>It's only the interesting-to-human datasets, as far as I know, that drive the neural network weights to a low dimensional subspace.</p>
]]></description><pubDate>Tue, 09 Dec 2025 14:28:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46205251</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=46205251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46205251</guid></item><item><title><![CDATA[New comment by markisus in "The universal weight subspace hypothesis"]]></title><description><![CDATA[
<p>Each fine tune drags the model weights away from the base model in a certain direction.<p>Given 500 fine tune datasets, we could expect the 500 drag directions to span a 500 dimensional space. After all, 500 random vectors in a high dimensional space are likely to be mutually orthogonal.<p>The paper shows, however, that the 500 drag directions live in a ~40 dimensional subspace.<p>Another way to say it is that you can compress fine tune weights into a vector of 40 floats.<p>Imagine if, one day, fine tunes on huggingface were not measured in gigabytes, megabytes, or even kilobytes. Suppose you started to see listings like 160 bytes. Would that be surprising?<p>I’m leaving out the detail that the basis direction vectors themselves would have to be on your machine and each basis direction is as big as the model itself. And I’m also taking for granted that the subspace dimension will not increase as the number of fine tune datasets increases.<p>I agree that the authors decision to use random models on hugging face is unfortunate. I’m hopeful that this paper will inspire follow up works that train large models from scratch.</p>
]]></description><pubDate>Tue, 09 Dec 2025 11:26:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46203683</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=46203683</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46203683</guid></item><item><title><![CDATA[New comment by markisus in "Spinlocks vs. Mutexes: When to Spin and When to Sleep"]]></title><description><![CDATA[
<p>Where do lock free algorithms fall in this analysis?</p>
]]></description><pubDate>Mon, 08 Dec 2025 01:59:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46187467</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=46187467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46187467</guid></item><item><title><![CDATA[New comment by markisus in "Google Titans architecture, helping AI have long-term memory"]]></title><description><![CDATA[
<p>Their VGGT, Dinov3, and segment anything models are pretty impressive.</p>
]]></description><pubDate>Sun, 07 Dec 2025 14:35:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46181949</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=46181949</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46181949</guid></item></channel></rss>