<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: enizor2</title><link>https://news.ycombinator.com/user?id=enizor2</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 26 Apr 2026 20:03:12 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=enizor2" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by enizor2 in "The Joy of Folding Bikes"]]></title><description><![CDATA[
<p>Only if you use regular metal discs. Using diamond discs, you break through in less than a minute in those locks: [1]<p>Comparing with your CyclyngWeekly link:<p>- the Litelock X3 goes from 5min to cut only 50% of the shackle to 23s fully cut.<p>- the Abus Granit Super Extreme 2500 also could only be cut to 50% in 5min, while the diamond disc finished in 29s.<p>- the Hiplok D1000 couldn't be fully cut in 5min with 2 metal discs, it took 52s with a diamond one.<p>[1]: <a href="https://www.youtube.com/watch?v=pbdj3RRbLPQ" rel="nofollow">https://www.youtube.com/watch?v=pbdj3RRbLPQ</a>.</p>
]]></description><pubDate>Sun, 26 Apr 2026 14:01:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47910423</link><dc:creator>enizor2</dc:creator><comments>https://news.ycombinator.com/item?id=47910423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47910423</guid></item><item><title><![CDATA[New comment by enizor2 in "Magnus Carlsen Wins the Freestyle (Chess960) World Championship"]]></title><description><![CDATA[
<p>Absolutely not. He refused to defend his classic title in April 2023, citing a lack of motivation for this format.<p>The "Jeans" controversy happened during the Rapid championship in December 2024, nearly two years after.<p>It's universally accepted that his streak Classic Championship ended because of his lack of motivation, not on technicalities.</p>
]]></description><pubDate>Mon, 16 Feb 2026 08:41:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47032507</link><dc:creator>enizor2</dc:creator><comments>https://news.ycombinator.com/item?id=47032507</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47032507</guid></item><item><title><![CDATA[New comment by enizor2 in "K-D Tree Art Generator"]]></title><description><![CDATA[
<p>What do you mean ? A K-d tree handles k dimensions.
Generating a useful 2-D representation (=projection) of more dimensions is the hard part.</p>
]]></description><pubDate>Sat, 08 Jun 2024 18:55:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=40619511</link><dc:creator>enizor2</dc:creator><comments>https://news.ycombinator.com/item?id=40619511</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40619511</guid></item><item><title><![CDATA[New comment by enizor2 in "The simple beauty of XOR floating point compression"]]></title><description><![CDATA[
<p>The BYTE_STREAM_SPLIT is a Z-order (also known as Morton encoding).
As it is better a preserving locality, it usually performs really well compared to classical "orthogonal" orders.
It also is really simple to implement as it boils down to interleaving bits or bytes.</p>
]]></description><pubDate>Fri, 12 Apr 2024 16:23:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=40014665</link><dc:creator>enizor2</dc:creator><comments>https://news.ycombinator.com/item?id=40014665</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40014665</guid></item><item><title><![CDATA[New comment by enizor2 in "Stacking triangles for fun and profit"]]></title><description><![CDATA[
<p>> If you zoom in sufficiently at x = 0, f(x) = sin(x) looks indistinguishable from f(x) = x, whereas g(x) = cos(x) looks indistinguishable from g(x) = 1.<p>You can't use the plot as you only know the triangle definition yet.  (And "looks indistinguidable" is rather handwavy).<p>> (also, sin(x) is negative approaching 0 from the left and positive approaching 0 from the right)<p>That only tells you that sin(0)=0</p>
]]></description><pubDate>Fri, 12 Apr 2024 06:18:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=40009874</link><dc:creator>enizor2</dc:creator><comments>https://news.ycombinator.com/item?id=40009874</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40009874</guid></item><item><title><![CDATA[New comment by enizor2 in "Stacking triangles for fun and profit"]]></title><description><![CDATA[
<p>I quote the second paragraph of the Derivatives section. (which was edited to a better, but not yet enough, sin(h)≈h and cos(h)≈1 when h is close to zero).<p>I perfectly understand that around 0, sin(x) ~ x and cos(x) = 1 + o(x) but it isn't obvious geometrically, unlike what the article implies.<p>From my point of view, increasing radius / decreasing curvature only gets you sin(x) -> 0 ; cos(x) -> 1, but that isn't enough to obtain the derivatives.<p>I found a geometric proof in [1] but that part is the longest and hardest of the page. I was wondering whether the author found a clearer way to express is.<p>[1] <a href="https://www.mathsisfun.com/calculus/derivatives-trig-proof.html" rel="nofollow">https://www.mathsisfun.com/calculus/derivatives-trig-proof.h...</a><p>EDIT: after looking at 3B1B's video, the "small" triangle d(sinΘ) by dΘ figure would be a better way to explain the derivative, rather than an "not hard to see geometrically" approximation that isn't enough to conclude.</p>
]]></description><pubDate>Thu, 11 Apr 2024 16:31:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=40004021</link><dc:creator>enizor2</dc:creator><comments>https://news.ycombinator.com/item?id=40004021</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40004021</guid></item><item><title><![CDATA[New comment by enizor2 in "Stacking triangles for fun and profit"]]></title><description><![CDATA[
<p>Could you expand on getting the differential equation from your definition? I don't really where to start from it.</p>
]]></description><pubDate>Thu, 11 Apr 2024 14:45:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=40002770</link><dc:creator>enizor2</dc:creator><comments>https://news.ycombinator.com/item?id=40002770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40002770</guid></item><item><title><![CDATA[New comment by enizor2 in "Stacking triangles for fun and profit"]]></title><description><![CDATA[
<p>I do not understand this consideration: 
> By considering a triangle with hypotenuse 1 and a very small “opposite” side, it’s not hard to see geometrically that sin(x)≈x and cos(h)=x when x is small<p>I fail to see how you can "see" finer than sin(h) -> 0 & cos(h) -> 1<p>From the limit definitions you actually need :<p>* (1-cos(h)) / h -> 0<p>* sin(h)/h -> 1<p>(which correspond to the derivatives at 0).</p>
]]></description><pubDate>Thu, 11 Apr 2024 14:39:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=40002705</link><dc:creator>enizor2</dc:creator><comments>https://news.ycombinator.com/item?id=40002705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40002705</guid></item></channel></rss>