<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: qsort</title><link>https://news.ycombinator.com/user?id=qsort</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 03 Jul 2026 13:37:12 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=qsort" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by qsort in "My Mathematical Regression"]]></title><description><![CDATA[
<p>It always divides it evenly, that's why it works.<p>After the i-th iteration of the for loop, ans will contain n!/((n-i)!i!) which is exactly \binom{n}{i}, an integer.<p>Technically "ans" can grow above the final result in my example, but even that could be fixed if one <i>really</i> wants (e.g. i must divide either ans or n-i, you play a bit with divmod to figure out which division you do first.)</p>
]]></description><pubDate>Mon, 22 Jun 2026 19:22:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48634806</link><dc:creator>qsort</dc:creator><comments>https://news.ycombinator.com/item?id=48634806</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48634806</guid></item><item><title><![CDATA[New comment by qsort in "My Mathematical Regression"]]></title><description><![CDATA[
<p>You don't need space for 40!/20!, for example:<p><pre><code>  let ans = 1
  for (let i=1; i<21; ++i) {
    ans *= (41 - i)
    ans /= i
  }
</code></pre>
The same idea can be trivially tweaked to compute any binomial coefficient without ever storing an integer greater than the final result.</p>
]]></description><pubDate>Mon, 22 Jun 2026 18:46:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48634295</link><dc:creator>qsort</dc:creator><comments>https://news.ycombinator.com/item?id=48634295</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48634295</guid></item><item><title><![CDATA[New comment by qsort in "Notes from tired Egyptian whose job is explaining that humans built the pyramids"]]></title><description><![CDATA[
<p>"The government sucks therefore aliens built the pyramids" has to be the line of thinking I sympathize the least with in the entire span of human opinions.</p>
]]></description><pubDate>Thu, 18 Jun 2026 18:22:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48589389</link><dc:creator>qsort</dc:creator><comments>https://news.ycombinator.com/item?id=48589389</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48589389</guid></item><item><title><![CDATA[New comment by qsort in "Can Europe train a frontier AI model on the compute it owns?"]]></title><description><![CDATA[
<p>Actually yea, it has everything to do with it.<p>I am open to the idea that we should handle immigration differently, but I want a plan and specifics, not slogans. What we want to achieve, and by what mechanisms you plan to get there. Open any newspaper: are you more likely to find careful and considerate opinions or racist screeds?<p>And <i>that</i> is the problem. Time and energy and money and political capital are routinely spent on inconsequential electoral poliTICS rather than substantial poliCY.</p>
]]></description><pubDate>Mon, 15 Jun 2026 15:38:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48542891</link><dc:creator>qsort</dc:creator><comments>https://news.ycombinator.com/item?id=48542891</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48542891</guid></item><item><title><![CDATA[New comment by qsort in "Can Europe train a frontier AI model on the compute it owns?"]]></title><description><![CDATA[
<p>This is unfortunately the problem. The level of the public debate is abysmal, most politicians push unbelivably stupid shit about immigration and other identitarian nonsense, budget gets spent to ensure cheese and wine have the proper AOC certifications on them. Honestly up to a point I even understand it, many people don't see themselves as having a meaningful identity as EU citizens and you can't force it upon them.<p>Asking for sensible AI policy is like asking for a base on mars.</p>
]]></description><pubDate>Mon, 15 Jun 2026 15:26:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48542678</link><dc:creator>qsort</dc:creator><comments>https://news.ycombinator.com/item?id=48542678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48542678</guid></item><item><title><![CDATA[New comment by qsort in "It used to be hard"]]></title><description><![CDATA[
<p>Agreed, I don't know if it's going to stay like this forever, but <i>right now</i>, if anything, the difference is amplified. You can make unbelivable stuff happen through the sheer power of knowing what you're doing.</p>
]]></description><pubDate>Mon, 15 Jun 2026 14:49:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48542136</link><dc:creator>qsort</dc:creator><comments>https://news.ycombinator.com/item?id=48542136</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48542136</guid></item><item><title><![CDATA[New comment by qsort in "Openrouter Fusion API"]]></title><description><![CDATA[
<p>Yeah, GPT 5.5 + Fable beating either individually is belivable, but 2x Opus > Fable is what makes me a bit dubious about the whole thing. They might be measuring skills that are too specific or benefit a lot from more tokens being thrown at them. Also Claude Code (the harness) is not the best at the moment, that might be part of it as well?</p>
]]></description><pubDate>Mon, 15 Jun 2026 10:34:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48539301</link><dc:creator>qsort</dc:creator><comments>https://news.ycombinator.com/item?id=48539301</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48539301</guid></item><item><title><![CDATA[New comment by qsort in ""Don't You Just Upload It to ChatGPT?""]]></title><description><![CDATA[
<p>Not all translations are the same. Literary translations are often works of art in and of themselves, and automating them would be missing the point entirely, like automating homework or weightlifting at the gym. I don't really know what's the state of the art, but I do buy that, on the other hand, translating toaster manuals or generic copy could soon be automatic.</p>
]]></description><pubDate>Fri, 12 Jun 2026 18:24:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48507617</link><dc:creator>qsort</dc:creator><comments>https://news.ycombinator.com/item?id=48507617</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48507617</guid></item><item><title><![CDATA[New comment by qsort in "Anthropic's model naming, extrapolated"]]></title><description><![CDATA[
<p>It's almost certainly a reference to Lovecraft actually:<p><a href="https://en.wikipedia.org/wiki/Cthulhu_Mythos" rel="nofollow">https://en.wikipedia.org/wiki/Cthulhu_Mythos</a><p>Hopefully future models will be kind enough not to behave like malevolent gods.</p>
]]></description><pubDate>Wed, 10 Jun 2026 19:28:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48481397</link><dc:creator>qsort</dc:creator><comments>https://news.ycombinator.com/item?id=48481397</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48481397</guid></item><item><title><![CDATA[New comment by qsort in "Building an HTML-first site doubled our users overnight"]]></title><description><![CDATA[
<p>If you're a "React person", as the article puts it, friendly reminder that you can render components to HTML and serve that to the user.<p>I have done exactly that on a project that was under similar constraints. The UI models live in .tsx files and the browser gets pure HTML with zero JS by default.</p>
]]></description><pubDate>Wed, 10 Jun 2026 14:21:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48476731</link><dc:creator>qsort</dc:creator><comments>https://news.ycombinator.com/item?id=48476731</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48476731</guid></item><item><title><![CDATA[New comment by qsort in "Benchmarks in Leipzig"]]></title><description><![CDATA[
<p>These are the results from the website they link in the paper:<p><a href="https://math.sciencebench.ai/benchmarks" rel="nofollow">https://math.sciencebench.ai/benchmarks</a><p>I take the "2 unsolved" claim to mean "not solved by any model in any configuration in any stage with any number of attempts", the "benchmark results" are much lower. To be clear: it's extremely impressive, I still remember I was in utter disbelief when models started solving AIME problems, and this is obviously several levels above that.<p>It's also interesting that OpenAI models perform that much better on math and math-adjacent stuff. I assume this comes down to differences in post-training?</p>
]]></description><pubDate>Sat, 06 Jun 2026 14:26:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48425465</link><dc:creator>qsort</dc:creator><comments>https://news.ycombinator.com/item?id=48425465</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48425465</guid></item><item><title><![CDATA[New comment by qsort in "When AI Builds Itself: Our progress toward recursive self-improvement"]]></title><description><![CDATA[
<p>Look, I've never been someone who mindlessly hypes AI companies, as a matter of fact I think they have serious leadership problems across the board, but you people are straw-manning them so badly it actually makes me sympathize with them.<p>They aren't saying they have fully automated luxury AGI, they specifically list the ways models fall short of that bar and caution against people taking the 8x figure as the actual uplift number. At the same time they recognize that 80% of new code is now AI-authored, when two years ago those models were little more than toys. And frankly that checks out: if two years ago you told me we'd have something like Opus 4.8/GPT 5.5 I would have rolled to disbelieve.</p>
]]></description><pubDate>Thu, 04 Jun 2026 20:06:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48403923</link><dc:creator>qsort</dc:creator><comments>https://news.ycombinator.com/item?id=48403923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48403923</guid></item><item><title><![CDATA[New comment by qsort in "Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes"]]></title><description><![CDATA[
<p>I'm dumb as a rock and I don't have a PhD, but since ~1 year ago I started forcing myself to do small bits of coding and math manually.<p>I'm not noticing a "cognitive decline" per se, but I do see I'm a lot "lazier", even stuff that used to be routine when I started coding now feel heavy.</p>
]]></description><pubDate>Thu, 04 Jun 2026 05:34:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48394409</link><dc:creator>qsort</dc:creator><comments>https://news.ycombinator.com/item?id=48394409</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48394409</guid></item><item><title><![CDATA[New comment by qsort in "It Will Never Be the Year of the Linux Desktop"]]></title><description><![CDATA[
<p>The object-level discussion is interesting, but I disagree with the premise to such an extent it feels like a moot point. It feels like the article doesn't play out the line to its logical conclusion.<p>Why would agents want GUIs made for humans? It's already the case that, like everyone who's good at computers, agents want a terminal and good APIs, not some ad-ridden crap.<p>If anything, AI is a reason why it will never be the year of the linux desktop but also it doesn't matter anymore, because if the higher-order bit of productivity is defined by AI, then my tmux+vim is as good as your Visual Studio.</p>
]]></description><pubDate>Fri, 29 May 2026 15:15:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48324178</link><dc:creator>qsort</dc:creator><comments>https://news.ycombinator.com/item?id=48324178</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48324178</guid></item><item><title><![CDATA[New comment by qsort in "AI sticker shock hits corporate America"]]></title><description><![CDATA[
<p>I'm with you that people are insanely hyped about Claude Code in particular when e.g. Codex isn't far behind (and with recent models I actually prefer it).<p>But I'm going to need a citation for this:<p>> a lot of GenZ and young Millenials who were already bitter at their employers have used the tokenmaxxing push to sabotage the AI<p>The 3 people on reddit doing this don't even register on a company budget. What seems more plausible to me is that budgets were calibrated to spending before agents were actually useful, and late '25/early '26 changed the pattern significantly.</p>
]]></description><pubDate>Thu, 28 May 2026 12:20:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48307890</link><dc:creator>qsort</dc:creator><comments>https://news.ycombinator.com/item?id=48307890</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48307890</guid></item><item><title><![CDATA[New comment by qsort in "The Green Side of the Lua"]]></title><description><![CDATA[
<p>I don't know what this table is supposed to measure but it doesn't check out.<p>(C, C++) and (JS, TS) are almost source-compatible, chances are you can rename test.c to test.cpp and test.js to test.ts and you're done. Yet they're showing massive differences?<p>Also most of the compiled languages with no runtime should get results that are very close to each other: good compilers should produce similar object-code for this type of microbenchmark.<p>Not to mention this is really measuring the implementation, you can't measure a language. Mike Pall wouldn't be down there, and JS/TS wouldn't be up there without V8 and friends.</p>
]]></description><pubDate>Thu, 28 May 2026 08:10:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48306097</link><dc:creator>qsort</dc:creator><comments>https://news.ycombinator.com/item?id=48306097</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48306097</guid></item><item><title><![CDATA[New comment by qsort in "DuckDuckGo search saw 28% more visits after Google said people love AI mode"]]></title><description><![CDATA[
<p>I truly don't get Google's move.<p>I'm sure the model is fine, but it's not Google Search, and when I want Search I want Search. If I wanted to ask an AI, why can't I ask the one from my subscription... that I'm already paying for... that's actually good... that can also search the web?<p>I assume it's a play to test the waters for how the ad market is going to work, because as a product I really can't see why I would ever use it. Dropbox comment moment incoming?</p>
]]></description><pubDate>Wed, 27 May 2026 17:10:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48297262</link><dc:creator>qsort</dc:creator><comments>https://news.ycombinator.com/item?id=48297262</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48297262</guid></item><item><title><![CDATA[New comment by qsort in "XLIDE: VBA without excel"]]></title><description><![CDATA[
<p>I'm not at liberty to talk more about the details, but last year I worked on a project to modernize a process that critically relied on a VBA macro to handle billions (yes, with a B).<p>> they run in such a sandbox<p>What makes them interesting is that they can talk with the outside world: API calls, databases, the terminal named after a former Democratic primary candidate...</p>
]]></description><pubDate>Wed, 27 May 2026 14:50:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48295248</link><dc:creator>qsort</dc:creator><comments>https://news.ycombinator.com/item?id=48295248</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48295248</guid></item><item><title><![CDATA[New comment by qsort in "Magnifica Humanitas"]]></title><description><![CDATA[
<p>I have almost never seen someone start a sentence with "Christian roots" or "Judeo-Christian values" and not end it with a tirade that uses religion as the fig leaf to justify and authorize their reactionary politics.<p>The minimalist claim that the West is massively influenced by the Church is true to the point of banality, the maximalist claims those ideas are usually deployed to champion simply do not follow.<p>If only there were a name for this rhetorical fallacy...</p>
]]></description><pubDate>Mon, 25 May 2026 16:10:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48268493</link><dc:creator>qsort</dc:creator><comments>https://news.ycombinator.com/item?id=48268493</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48268493</guid></item><item><title><![CDATA[New comment by qsort in "Magnifica Humanitas"]]></title><description><![CDATA[
<p>> Much of Western thought traces back to serious work by Church theologians.<p>The problem I have with this is that it's structurally a motte-and-bailey claim. If I have to take it literally, then it's obviously true and it's simply unserious to deny it: the Church does have a pervasive influence on Western civilization. The way it's often rhetorically used, however, is in opposition and to the exclusion of other strands of thought that are equally foundational: the renaissance, the enlightenment, the revolutions of the 17th and 18th centuries, the scientific enterprise, in a smaller but still real way classical antiquity. To the extent it can be said to exist, Western civilization is a patchwork. It is beautiful and I very much like it, but I don't think any one patch gets to have all the credit.<p>> In fact I think atheists should make more effort to learn about the vast diversity of other faiths<p>A better version of myself for sure would make that effort. The problem, of course, is that other faiths are just as deep and complicated as "our own", and it would take a lot of time and effort to do so with any level of seriousness.</p>
]]></description><pubDate>Mon, 25 May 2026 12:03:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48265868</link><dc:creator>qsort</dc:creator><comments>https://news.ycombinator.com/item?id=48265868</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48265868</guid></item></channel></rss>