<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: lkozma</title><link>https://news.ycombinator.com/user?id=lkozma</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 07 Jun 2026 21:20:20 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=lkozma" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by lkozma in "Ask HN: What's your favorite illustration in computer science?"]]></title><description><![CDATA[
<p>My favorite artistic illustration is probably Jorge Stolfi's drawing inspired by the self-adjusting splay tree data structure of Sleator and Tarjan:
<a href="https://www.link.cs.cmu.edu/splay/tree5.jpg" rel="nofollow">https://www.link.cs.cmu.edu/splay/tree5.jpg</a></p>
]]></description><pubDate>Wed, 11 Jan 2023 21:45:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=34345383</link><dc:creator>lkozma</dc:creator><comments>https://news.ycombinator.com/item?id=34345383</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34345383</guid></item><item><title><![CDATA[New comment by lkozma in "Ask HN: What's your favorite illustration in computer science?"]]></title><description><![CDATA[
<p>Yes, this efficiency-aspect is not captured in the illustration -- while splitting perfectly _by index_ comes for free, splitting perfectly _by value_ needs nontrivial work (median-finding).</p>
]]></description><pubDate>Wed, 11 Jan 2023 21:34:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=34345240</link><dc:creator>lkozma</dc:creator><comments>https://news.ycombinator.com/item?id=34345240</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34345240</guid></item><item><title><![CDATA[New comment by lkozma in "Ask HN: What's your favorite illustration in computer science?"]]></title><description><![CDATA[
<p>May I add one that I made?<p>Illustration of QuickSort and MergeSort as two sides of the same coin:
<a href="http://lkozma.net/images/sort/duality.pdf" rel="nofollow">http://lkozma.net/images/sort/duality.pdf</a><p>I find this somehow both obvious and counter-intuitive, and usually the two algorithms are not presented in this way, as duals of each other.<p>I wrote up this view in more detail, but the figure above should be self-explanatory:
<a href="http://lkozma.net/blog/a-dual-view-of-sorting-algorithms/" rel="nofollow">http://lkozma.net/blog/a-dual-view-of-sorting-algorithms/</a></p>
]]></description><pubDate>Wed, 11 Jan 2023 20:51:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=34344553</link><dc:creator>lkozma</dc:creator><comments>https://news.ycombinator.com/item?id=34344553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34344553</guid></item><item><title><![CDATA[New comment by lkozma in "The ugly story of how corporate America convinced us to spend so much on water"]]></title><description><![CDATA[
<p>Socrates supposedly loved going to the market.  When his students asked him about this, Socrates replied, "I love to go and see all the things I am happy without." :)</p>
]]></description><pubDate>Sun, 06 Nov 2022 11:31:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=33491487</link><dc:creator>lkozma</dc:creator><comments>https://news.ycombinator.com/item?id=33491487</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33491487</guid></item><item><title><![CDATA[New comment by lkozma in "Polyominoes (2019)"]]></title><description><![CDATA[
<p>This is a very nice and deep question. Are you aware of the published research on the problem?<p>The growth rate is indeed around 4 and now known to be strictly above 4:
<a href="https://page.mi.fu-berlin.de/rote/Papers/pdf/Lambda-4.pdf" rel="nofollow">https://page.mi.fu-berlin.de/rote/Papers/pdf/Lambda-4.pdf</a><p>If I remember correctly, there was a non-rigorous argument for a concrete conjectured value not far above 4.</p>
]]></description><pubDate>Sat, 15 Oct 2022 18:46:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=33217455</link><dc:creator>lkozma</dc:creator><comments>https://news.ycombinator.com/item?id=33217455</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33217455</guid></item><item><title><![CDATA[New comment by lkozma in "How Mathematics Changed Me"]]></title><description><![CDATA[
<p>"Seeing an astronomer using a telescope to observe a galaxy, no-one will confuse the telescope with the galaxy. Mathematics differs from science in that there is no clear distinction between the tools and the objects of study."  -- D.Aldous</p>
]]></description><pubDate>Mon, 12 Sep 2022 11:25:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=32808517</link><dc:creator>lkozma</dc:creator><comments>https://news.ycombinator.com/item?id=32808517</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32808517</guid></item><item><title><![CDATA[New comment by lkozma in "Researchers achieve ‘absurdly fast’ algorithm for network flow"]]></title><description><![CDATA[
<p>You are right in general, but when the quote is from someone on whose research the result builds in an important way (as it is the case here), I would say it is fair.</p>
]]></description><pubDate>Thu, 09 Jun 2022 10:01:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=31679380</link><dc:creator>lkozma</dc:creator><comments>https://news.ycombinator.com/item?id=31679380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31679380</guid></item><item><title><![CDATA[New comment by lkozma in "Researchers achieve ‘absurdly fast’ algorithm for network flow"]]></title><description><![CDATA[
<p>Your first point is correct, but just to clarify your second point, these two definitions are not quite equivalent, as there is a world of functions growing more quickly than log^k(n) no matter how large constant k, but still within n^o(1).<p>For an example, consider 2^sqrt(log(n)).<p>This is a bit similar to something being faster than polynomial, but slower than exponential.</p>
]]></description><pubDate>Thu, 09 Jun 2022 09:57:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=31679351</link><dc:creator>lkozma</dc:creator><comments>https://news.ycombinator.com/item?id=31679351</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31679351</guid></item><item><title><![CDATA[New comment by lkozma in "Please make a dumb car"]]></title><description><![CDATA[
<p>Who is pushing/lobbying for that type of legislation? Isn't it a case of regulation helping the incumbents?</p>
]]></description><pubDate>Mon, 31 Jan 2022 08:18:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=30145722</link><dc:creator>lkozma</dc:creator><comments>https://news.ycombinator.com/item?id=30145722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30145722</guid></item><item><title><![CDATA[New comment by lkozma in "Statistical Rethinking (2022 Edition)"]]></title><description><![CDATA[
<p>For those coming from a CS background a possible (crude) intuition sometimes given is that<p>frequentist :: Bayesian ~ worst-case analysis :: average-case analysis<p>There are a good reasons why we don't usually do average-case analysis of algorithms, chief among them that we have no idea how inputs are distributed (another reason is computational difficulty). Worst-case bounds are pessimistic, but they hold.</p>
]]></description><pubDate>Sun, 16 Jan 2022 18:09:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=29958324</link><dc:creator>lkozma</dc:creator><comments>https://news.ycombinator.com/item?id=29958324</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29958324</guid></item><item><title><![CDATA[New comment by lkozma in "A project to bring back the northern white rhino from the edge of extinction"]]></title><description><![CDATA[
<p>Honest question: who does it harm? These aspects that you mention may not be to your (or to my) taste, but if they are relatively harmless and the other stuff is overwhelmingly good, why not let it go?</p>
]]></description><pubDate>Fri, 31 Dec 2021 11:36:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=29747067</link><dc:creator>lkozma</dc:creator><comments>https://news.ycombinator.com/item?id=29747067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29747067</guid></item><item><title><![CDATA[Finnish man blows up his Tesla Model S with 30kg dynamite]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=7_9aVzf5fC4">https://www.youtube.com/watch?v=7_9aVzf5fC4</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=29628769">https://news.ycombinator.com/item?id=29628769</a></p>
<p>Points: 10</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 20 Dec 2021 19:11:46 +0000</pubDate><link>https://www.youtube.com/watch?v=7_9aVzf5fC4</link><dc:creator>lkozma</dc:creator><comments>https://news.ycombinator.com/item?id=29628769</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29628769</guid></item><item><title><![CDATA[New comment by lkozma in "Toyota owners have to pay $8/month to keep using their key fob for remote start"]]></title><description><![CDATA[
<p>was posted here sometime ago:<p>The door refused to open. It said, "Five cents, please." He searched his pockets. No more coins; nothing. "I'll pay you tomorrow," he told the door. Again he tried the knob. Again it remained locked tight. "What I pay you," he informed it, "is in the nature of a gratuity; I don't have to pay you." "I think otherwise," the door said. "Look in the purchase contract you signed when you bought this conapt." In his desk drawer he found the contract; since signing it he had found it necessary to refer to the document many times. Sure enough; payment to his door for opening and shutting constituted a mandatory fee. Not a tip. "You discover I'm right," the door said. It sounded smug. From the drawer beside the sink Joe Chip got a stainless steel knife; with it he began systematically to unscrew the bolt assembly of his apt's money-gulping door. "I'll sue you," the door said as the first screw fell out. Joe Chip said, "I've never been sued by a door. But I guess I can live through it."<p>(Philip K. Dick: Ubik)</p>
]]></description><pubDate>Mon, 13 Dec 2021 19:30:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=29543401</link><dc:creator>lkozma</dc:creator><comments>https://news.ycombinator.com/item?id=29543401</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29543401</guid></item><item><title><![CDATA[New comment by lkozma in "The Entire History of Soviet Rocket Engines"]]></title><description><![CDATA[
<p>> The Soviets royally sucked in the computation department<p>To add more nuance, there is an essay [1] telling the history of early maximum flow algorithms and includes this small anecdote:<p>[An] American asked: ".. how were you able to perform such an enormous amount of computing with your weak computers" to which the Russian responded: "we used better algorithms".<p>There is some truth to that, besides maximum flow, similar stories can be told about linear programming, data structures (e.g. AVL-trees), numerical computing, etc. The hardware may have been sloppy, but the algorithms-research was top notch.<p>[1] <a href="http://www.cs.bgu.ac.il/~dinitz/Papers/Dinitz_alg.pdf" rel="nofollow">http://www.cs.bgu.ac.il/~dinitz/Papers/Dinitz_alg.pdf</a></p>
]]></description><pubDate>Mon, 29 Nov 2021 08:06:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=29377452</link><dc:creator>lkozma</dc:creator><comments>https://news.ycombinator.com/item?id=29377452</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29377452</guid></item><item><title><![CDATA[New comment by lkozma in "Books I loved reading this year"]]></title><description><![CDATA[
<p>Tolstoy along similar lines: <a href="https://en.wikipedia.org/wiki/How_Much_Land_Does_a_Man_Need%3F" rel="nofollow">https://en.wikipedia.org/wiki/How_Much_Land_Does_a_Man_Need%...</a></p>
]]></description><pubDate>Tue, 23 Nov 2021 07:15:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=29315361</link><dc:creator>lkozma</dc:creator><comments>https://news.ycombinator.com/item?id=29315361</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29315361</guid></item><item><title><![CDATA[New comment by lkozma in "How do computers generate random numbers?"]]></title><description><![CDATA[
<p>> However, you're being "too smart for your own good" if you go down this route. A perfectly unbiased input would still have 50% of its inputs rejected, and already you've dropped the speed of the RNG by 50%.<p>To improve this situation you can use an additional trick: keep track of the sequence of thrown-away pairs, and look at them again in consecutive pairs, and generate some more random bits:<p>* 00 00 -- throw away<p>* 11 11 -- throw away<p>* 00 11 -- output 1<p>* 11 00 -- output 0<p>and so on..<p>see the paper "Iterating Von Neumann's Procedure for Extracting Random Bits" for details.</p>
]]></description><pubDate>Wed, 08 Sep 2021 21:54:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=28463522</link><dc:creator>lkozma</dc:creator><comments>https://news.ycombinator.com/item?id=28463522</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28463522</guid></item><item><title><![CDATA[New comment by lkozma in "Intermediate Algebra"]]></title><description><![CDATA[
<p>That's true, but "high school algebra" in some countries also includes some group/ring theory basics (or it used to).</p>
]]></description><pubDate>Tue, 07 Sep 2021 09:20:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=28442691</link><dc:creator>lkozma</dc:creator><comments>https://news.ycombinator.com/item?id=28442691</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28442691</guid></item><item><title><![CDATA[The Afghan minister who became a bicycle courier in Germany]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.reuters.com/world/afghan-minister-who-became-bicycle-courier-germany-2021-08-26/">https://www.reuters.com/world/afghan-minister-who-became-bicycle-courier-germany-2021-08-26/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=28326145">https://news.ycombinator.com/item?id=28326145</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 27 Aug 2021 10:36:42 +0000</pubDate><link>https://www.reuters.com/world/afghan-minister-who-became-bicycle-courier-germany-2021-08-26/</link><dc:creator>lkozma</dc:creator><comments>https://news.ycombinator.com/item?id=28326145</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28326145</guid></item><item><title><![CDATA[New comment by lkozma in "Vivaldi 4.0"]]></title><description><![CDATA[
<p>One small thing in the latest redesign: 
if you have two tabs, one active, one not, the visual cues suggest exactly the opposite. The active one seems like a clickable button, the inactive one seems pushed down and not clickable.<p>After misclicking hundreds of times, I still couldn't train myself to go against my perception and follow the designer's "bold vision", using it feels like writing with my left hand or steering a bicycle with a crooked wheel.</p>
]]></description><pubDate>Wed, 09 Jun 2021 13:49:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=27447787</link><dc:creator>lkozma</dc:creator><comments>https://news.ycombinator.com/item?id=27447787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27447787</guid></item><item><title><![CDATA[New comment by lkozma in "Collusion rings threaten the integrity of computer science research"]]></title><description><![CDATA[
<p>I recognize the symptoms you describe, but I find the picture you painted a bit too pessimistic, given that in the field that I'm familiar with (theoretical CS), groups in Poland have been among the strongest and most visible in Europe in the past 10 years.</p>
]]></description><pubDate>Thu, 27 May 2021 08:43:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=27300686</link><dc:creator>lkozma</dc:creator><comments>https://news.ycombinator.com/item?id=27300686</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27300686</guid></item></channel></rss>