<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: mode80</title><link>https://news.ycombinator.com/user?id=mode80</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 14 Apr 2026 20:21:49 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mode80" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Kaggle Grandmasters Playbook: 7 Tested Modeling Techniques for Tabular Data]]></title><description><![CDATA[
<p>Article URL: <a href="https://developer.nvidia.com/blog/the-kaggle-grandmasters-playbook-7-battle-tested-modeling-techniques-for-tabular-data/">https://developer.nvidia.com/blog/the-kaggle-grandmasters-playbook-7-battle-tested-modeling-techniques-for-tabular-data/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45296966">https://news.ycombinator.com/item?id=45296966</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 19 Sep 2025 01:26:00 +0000</pubDate><link>https://developer.nvidia.com/blog/the-kaggle-grandmasters-playbook-7-battle-tested-modeling-techniques-for-tabular-data/</link><dc:creator>mode80</dc:creator><comments>https://news.ycombinator.com/item?id=45296966</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45296966</guid></item><item><title><![CDATA[New comment by mode80 in "What is it like to be a thermostat? (1996)"]]></title><description><![CDATA[
<p>I remember inspecting the thermostat in my parent’s house as a child. It was a coil of something metalic which I assume expands and contracts with temperature and physically pushes electrical contacts together to turn on the heat when needed. Knowing how it works, it’s hard for me to imagine that this feels like anything.  The whole contraption is just an arrangement of molecules doing what molecules do. But then again, so am I.</p>
]]></description><pubDate>Mon, 30 Dec 2024 15:40:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=42550236</link><dc:creator>mode80</dc:creator><comments>https://news.ycombinator.com/item?id=42550236</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42550236</guid></item><item><title><![CDATA[New comment by mode80 in "New LLM optimization technique slashes memory costs"]]></title><description><![CDATA[
<p>mere trillian dollar industries. so far.</p>
]]></description><pubDate>Tue, 17 Dec 2024 03:13:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=42437994</link><dc:creator>mode80</dc:creator><comments>https://news.ycombinator.com/item?id=42437994</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42437994</guid></item><item><title><![CDATA[New comment by mode80 in "My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback"]]></title><description><![CDATA[
<p>Congrats Dad and son. I was going to say something about the blue text on red being hard to read. But you know what? Keep it. Live the vibe.</p>
]]></description><pubDate>Wed, 04 Dec 2024 02:15:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=42313905</link><dc:creator>mode80</dc:creator><comments>https://news.ycombinator.com/item?id=42313905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42313905</guid></item><item><title><![CDATA[New comment by mode80 in "Interstellar movie black hole implemented with Einstein's equations in C++"]]></title><description><![CDATA[
<p>ScienceClic did an excellent video about the accuracy with a better recreation:
<a href="https://youtu.be/ABFGKdKKKyg" rel="nofollow">https://youtu.be/ABFGKdKKKyg</a></p>
]]></description><pubDate>Mon, 12 Aug 2024 11:52:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=41223422</link><dc:creator>mode80</dc:creator><comments>https://news.ycombinator.com/item?id=41223422</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41223422</guid></item><item><title><![CDATA[New comment by mode80 in "Reproducing GPT-2 in llm.c"]]></title><description><![CDATA[
<p>I did this and wrote about my experience:<p><a href="https://mode80.github.io/7-langs-in-12-months.html" rel="nofollow">https://mode80.github.io/7-langs-in-12-months.html</a><p>I don't regret it. But if ML is your main goal, Python is where you will end up because it's where the libraries are.</p>
]]></description><pubDate>Wed, 29 May 2024 19:22:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=40515806</link><dc:creator>mode80</dc:creator><comments>https://news.ycombinator.com/item?id=40515806</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40515806</guid></item><item><title><![CDATA[New comment by mode80 in "Static Chess"]]></title><description><![CDATA[
<p>This is great. Suggest one additional bit to show black at the bottom. That way the player of black is not handicapped by playing from an upside down position.<p>Or just rip off the chess piece design of this other minimalist chess board simulator, which is never upside down:<p><a href="https://mirrorchess.com/" rel="nofollow">https://mirrorchess.com/</a><p>(It's ok, I made it.)</p>
]]></description><pubDate>Mon, 13 May 2024 22:24:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=40349259</link><dc:creator>mode80</dc:creator><comments>https://news.ycombinator.com/item?id=40349259</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40349259</guid></item><item><title><![CDATA[New comment by mode80 in "Deep Reinforcement Learning: Zero to Hero"]]></title><description><![CDATA[
<p>Thanks for making this!<p>Note: I was carefully reading along and well into the third notebook before I realized that the code sections marked "TODO" were actual exercises for the reader to implement! (And the tests which follow are for the reader to check their work.)<p>This is a clever approach. It just wasn't obvious to me from the outset.<p>(I thought the TODOs were just some fiddly details you didn't want distracting readers from the big picture. But in fact, those are the important parts.)</p>
]]></description><pubDate>Mon, 06 May 2024 15:16:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=40275661</link><dc:creator>mode80</dc:creator><comments>https://news.ycombinator.com/item?id=40275661</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40275661</guid></item><item><title><![CDATA[New comment by mode80 in "Quadratic Equation Rap by Suno.ai"]]></title><description><![CDATA[
<p>Made this for my daughter in Algebra I. Enjoy</p>
]]></description><pubDate>Sat, 13 Apr 2024 00:44:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=40019250</link><dc:creator>mode80</dc:creator><comments>https://news.ycombinator.com/item?id=40019250</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40019250</guid></item><item><title><![CDATA[Quadratic Equation Rap by Suno.ai]]></title><description><![CDATA[
<p>Article URL: <a href="https://suno.com/song/173f62b5-67cb-42de-b9db-5751d1196737">https://suno.com/song/173f62b5-67cb-42de-b9db-5751d1196737</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40019249">https://news.ycombinator.com/item?id=40019249</a></p>
<p>Points: 4</p>
<p># Comments: 2</p>
]]></description><pubDate>Sat, 13 Apr 2024 00:44:37 +0000</pubDate><link>https://suno.com/song/173f62b5-67cb-42de-b9db-5751d1196737</link><dc:creator>mode80</dc:creator><comments>https://news.ycombinator.com/item?id=40019249</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40019249</guid></item><item><title><![CDATA[New comment by mode80 in "First Impressions with GPT-4V(ision)"]]></title><description><![CDATA[
<p>Karpathy ends on a note of despair "Maybe I should just do a startup. I have a really cool idea for a mobile local social iPhone app."  That's exactly the path his now-boss took to bring us this. :)</p>
]]></description><pubDate>Wed, 27 Sep 2023 14:35:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=37675266</link><dc:creator>mode80</dc:creator><comments>https://news.ycombinator.com/item?id=37675266</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37675266</guid></item><item><title><![CDATA[New comment by mode80 in "I made a transformer to predict a simple sequence manually"]]></title><description><![CDATA[
<p>I love Karpathy et al but this is what finally made it click for me: <a href="https://youtu.be/kWLed8o5M2Y?si=SJT5_lCJ0hSR7Z_k" rel="nofollow noreferrer">https://youtu.be/kWLed8o5M2Y?si=SJT5_lCJ0hSR7Z_k</a></p>
]]></description><pubDate>Fri, 22 Sep 2023 23:31:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=37619139</link><dc:creator>mode80</dc:creator><comments>https://news.ycombinator.com/item?id=37619139</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37619139</guid></item><item><title><![CDATA[New comment by mode80 in "Superintelligence: An idea that eats smart people (2016)"]]></title><description><![CDATA[
<p>I'll expand for those asking. The first third of the presentation does such an excellent job of steel-manning the case for concern, that I couldn't wait to hear his arguments against it. When he gets around to that, he reaches for a made-up concept he calls the "outside view" where he argues you should ignore rational arguments (aka the "inside view") if the person making those rational arguments seems weird.* Slides follow showing VCs in bad PR photos. What more evidence does anyone need?<p>*"But the outside view tells you something different. ... Even though their arguments are irrefutable, everything in your experience tells you you're dealing with a cult. Of course, they have a brilliant argument for why you should ignore those instincts, but that's the inside view talking."</p>
]]></description><pubDate>Sun, 28 May 2023 02:59:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=36100761</link><dc:creator>mode80</dc:creator><comments>https://news.ycombinator.com/item?id=36100761</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36100761</guid></item><item><title><![CDATA[New comment by mode80 in "Superintelligence: An idea that eats smart people (2016)"]]></title><description><![CDATA[
<p>Let me save you 20 minutes of your life:  This guy's lead argument is that the smart people who advise caution in creating super-intelligence look weird. He's quite proud of this argument.</p>
]]></description><pubDate>Sun, 28 May 2023 01:30:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=36100248</link><dc:creator>mode80</dc:creator><comments>https://news.ycombinator.com/item?id=36100248</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36100248</guid></item><item><title><![CDATA[New comment by mode80 in "Chessboard Simulator"]]></title><description><![CDATA[
<p>not upside down</p>
]]></description><pubDate>Sun, 16 Apr 2023 12:53:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=35589612</link><dc:creator>mode80</dc:creator><comments>https://news.ycombinator.com/item?id=35589612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35589612</guid></item><item><title><![CDATA[Chessboard Simulator]]></title><description><![CDATA[
<p>Article URL: <a href="http://mirrorchess.com">http://mirrorchess.com</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35589611">https://news.ycombinator.com/item?id=35589611</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 16 Apr 2023 12:53:23 +0000</pubDate><link>http://mirrorchess.com</link><dc:creator>mode80</dc:creator><comments>https://news.ycombinator.com/item?id=35589611</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35589611</guid></item><item><title><![CDATA[The last programming language will be English]]></title><description><![CDATA[
<p>Article URL: <a href="https://sharegpt.com/c/B8Xyq8N">https://sharegpt.com/c/B8Xyq8N</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35555441">https://news.ycombinator.com/item?id=35555441</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 13 Apr 2023 13:50:26 +0000</pubDate><link>https://sharegpt.com/c/B8Xyq8N</link><dc:creator>mode80</dc:creator><comments>https://news.ycombinator.com/item?id=35555441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35555441</guid></item><item><title><![CDATA[New comment by mode80 in "I learned seven programming languages"]]></title><description><![CDATA[
<p>Agree your example is more elegant than mine, and LINQ beats a list comprehension for more complex needs.<p>counts() was a throw-away for initializing the progress bar, so I was a little lazy there<p>Float you mention was needed for the looping calc at the call site.<p>Appreciate the feedback</p>
]]></description><pubDate>Mon, 13 Feb 2023 04:27:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=34770113</link><dc:creator>mode80</dc:creator><comments>https://news.ycombinator.com/item?id=34770113</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34770113</guid></item><item><title><![CDATA[I learned seven programming languages]]></title><description><![CDATA[
<p>Article URL: <a href="https://mode80.github.io/7-langs-in-12-months.html">https://mode80.github.io/7-langs-in-12-months.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34761735">https://news.ycombinator.com/item?id=34761735</a></p>
<p>Points: 97</p>
<p># Comments: 51</p>
]]></description><pubDate>Sun, 12 Feb 2023 10:32:08 +0000</pubDate><link>https://mode80.github.io/7-langs-in-12-months.html</link><dc:creator>mode80</dc:creator><comments>https://news.ycombinator.com/item?id=34761735</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34761735</guid></item><item><title><![CDATA[New comment by mode80 in "What I Think About LeBron Breaking My NBA Scoring Record"]]></title><description><![CDATA[
<p>I love you HN. Never change.</p>
]]></description><pubDate>Thu, 09 Feb 2023 18:13:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=34728519</link><dc:creator>mode80</dc:creator><comments>https://news.ycombinator.com/item?id=34728519</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34728519</guid></item></channel></rss>