<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: toppy</title><link>https://news.ycombinator.com/user?id=toppy</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 04 May 2026 08:43:33 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=toppy" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by toppy in "Ask HN: Advice for a CTO Visiting Silicon Valley"]]></title><description><![CDATA[
<p>Noted, thanks.</p>
]]></description><pubDate>Fri, 31 Jan 2025 15:13:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=42888448</link><dc:creator>toppy</dc:creator><comments>https://news.ycombinator.com/item?id=42888448</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42888448</guid></item><item><title><![CDATA[Ask HN: Advice for a CTO Visiting Silicon Valley]]></title><description><![CDATA[
<p>As the CTO of a small European startup, I will have the opportunity to fly to Silicon Valley (San Mateo) next week. I have a free day, and I’d love to immerse myself in the tech/startup atmosphere—not for business networking, but rather to fulfill a childhood dream.<p>Could you recommend any must-see places? Where can I find information about open tech events? Are there any startups where you can just walk in from the street and drop by for a coffee?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42887748">https://news.ycombinator.com/item?id=42887748</a></p>
<p>Points: 2</p>
<p># Comments: 2</p>
]]></description><pubDate>Fri, 31 Jan 2025 14:02:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=42887748</link><dc:creator>toppy</dc:creator><comments>https://news.ycombinator.com/item?id=42887748</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42887748</guid></item><item><title><![CDATA[New comment by toppy in "Automotive Grade Linux Launches New Expert Group Led by Toyota"]]></title><description><![CDATA[
<p>F-16 aircraft is doing it already: <a href="https://thenewstack.io/how-the-u-s-air-force-deployed-kubernetes-and-istio-on-an-f-16-in-45-days/" rel="nofollow">https://thenewstack.io/how-the-u-s-air-force-deployed-kubern...</a></p>
]]></description><pubDate>Thu, 19 Dec 2024 04:59:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=42458555</link><dc:creator>toppy</dc:creator><comments>https://news.ycombinator.com/item?id=42458555</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42458555</guid></item><item><title><![CDATA[New comment by toppy in "Show HN: OnAir – create link, receive calls"]]></title><description><![CDATA[
<p>Such a link could be created automatically when you register for a car plate.</p>
]]></description><pubDate>Fri, 15 Nov 2024 17:12:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=42148776</link><dc:creator>toppy</dc:creator><comments>https://news.ycombinator.com/item?id=42148776</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42148776</guid></item><item><title><![CDATA[New comment by toppy in "The secret inside One Million Checkboxes"]]></title><description><![CDATA[
<p>You comment deserves at least two upvotes.</p>
]]></description><pubDate>Fri, 30 Aug 2024 08:47:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=41398863</link><dc:creator>toppy</dc:creator><comments>https://news.ycombinator.com/item?id=41398863</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41398863</guid></item><item><title><![CDATA[New comment by toppy in "Diffusion models are real-time game engines"]]></title><description><![CDATA[
<p>I think you've just encoded the title of the paper</p>
]]></description><pubDate>Wed, 28 Aug 2024 06:48:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=41376668</link><dc:creator>toppy</dc:creator><comments>https://news.ycombinator.com/item?id=41376668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41376668</guid></item><item><title><![CDATA[New comment by toppy in "GPUDrive: Data-driven, multi-agent driving simulation at 1M FPS"]]></title><description><![CDATA[
<p>I don't know this field of research thus my question: why such a high framerate is consider as a feature at all? Does it help with learning rate?</p>
]]></description><pubDate>Fri, 09 Aug 2024 10:10:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=41200400</link><dc:creator>toppy</dc:creator><comments>https://news.ycombinator.com/item?id=41200400</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41200400</guid></item><item><title><![CDATA[New comment by toppy in "The Endless Maze algorithm (Atari 2600)"]]></title><description><![CDATA[
<p>For Commodore there is this classic recipe [1] for infinite maze:<p>10 PRINT CHR$(205.5+RND(1)); : GOTO 10<p>[1] <a href="https://10print.org/" rel="nofollow">https://10print.org/</a></p>
]]></description><pubDate>Sat, 20 Apr 2024 08:34:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=40095793</link><dc:creator>toppy</dc:creator><comments>https://news.ycombinator.com/item?id=40095793</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40095793</guid></item><item><title><![CDATA[New comment by toppy in "Here's a puzzle game. I call it Reverse the List of Integers"]]></title><description><![CDATA[
<p>The broader contexts could be this: look at this puzzle as a way for reinvent sorting as a delegation of operations (split + combine) instead of traditional "swapping" of values. As CPU arithmetic is faster then memory operations some real treasure may be hidden in this new approach.</p>
]]></description><pubDate>Fri, 12 Apr 2024 15:52:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=40014296</link><dc:creator>toppy</dc:creator><comments>https://news.ycombinator.com/item?id=40014296</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40014296</guid></item><item><title><![CDATA[New comment by toppy in "Over 100k Infected Repos Found on GitHub"]]></title><description><![CDATA[
<p>Where's GitHub Fraud Detection Team?</p>
]]></description><pubDate>Thu, 29 Feb 2024 08:47:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=39547588</link><dc:creator>toppy</dc:creator><comments>https://news.ycombinator.com/item?id=39547588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39547588</guid></item><item><title><![CDATA[New comment by toppy in "Game Programming Patterns (2014)"]]></title><description><![CDATA[
<p>Are you referring to this one? <a href="https://www.gameenginebook.com/" rel="nofollow">https://www.gameenginebook.com/</a></p>
]]></description><pubDate>Wed, 21 Feb 2024 09:00:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=39451606</link><dc:creator>toppy</dc:creator><comments>https://news.ycombinator.com/item?id=39451606</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39451606</guid></item><item><title><![CDATA[New comment by toppy in "RR – Railroad Diagram Generator"]]></title><description><![CDATA[
<p>SQLite diagrams: <a href="https://www.sqlite.org/syntaxdiagrams.html" rel="nofollow">https://www.sqlite.org/syntaxdiagrams.html</a></p>
]]></description><pubDate>Fri, 05 Jan 2024 13:01:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=38878622</link><dc:creator>toppy</dc:creator><comments>https://news.ycombinator.com/item?id=38878622</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38878622</guid></item><item><title><![CDATA[New comment by toppy in "Show HN: Heynote – A dedicated scratchpad for developers"]]></title><description><![CDATA[
<p>Absolutely love it! I've been looking for such a tool for a long time. Just a looooong text file when I can write my snippets. I like UI, icon and even the name :) One suggestion - make it collapsable.</p>
]]></description><pubDate>Fri, 22 Dec 2023 14:33:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=38734459</link><dc:creator>toppy</dc:creator><comments>https://news.ycombinator.com/item?id=38734459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38734459</guid></item><item><title><![CDATA[New comment by toppy in "All code is technical debt"]]></title><description><![CDATA[
<p><a href="https://github.com/kelseyhightower/nocode">https://github.com/kelseyhightower/nocode</a></p>
]]></description><pubDate>Wed, 20 Dec 2023 18:26:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=38711889</link><dc:creator>toppy</dc:creator><comments>https://news.ycombinator.com/item?id=38711889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38711889</guid></item><item><title><![CDATA[New comment by toppy in "2nd Batch of the A16Z Open Source AI Grant"]]></title><description><![CDATA[
<p>Is it only me or this webpage hangs on mobile?</p>
]]></description><pubDate>Wed, 13 Dec 2023 21:07:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=38634143</link><dc:creator>toppy</dc:creator><comments>https://news.ycombinator.com/item?id=38634143</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38634143</guid></item><item><title><![CDATA[New comment by toppy in "Need a PRNG? Use a CSPRNG"]]></title><description><![CDATA[
<p>Welcome on HN, your reputation precedes you :)</p>
]]></description><pubDate>Sat, 25 Nov 2023 23:20:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=38417684</link><dc:creator>toppy</dc:creator><comments>https://news.ycombinator.com/item?id=38417684</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38417684</guid></item><item><title><![CDATA[New comment by toppy in "Machine intelligence (2015)"]]></title><description><![CDATA[
<p>"Most machine intelligence development involves a “fitness function”—something the program tries to optimize.  At some point, someone will probably try to give a program the fitness function of “survive and reproduce”.  Even if not, it will likely be a useful subgoal of many other fitness functions.  It worked well for biological life."<p>Interesting, how this correlates with this Bible passage from Genesis: "God blessed them, and God said to them, 'Be fruitful and multiply, and fill the earth and subdue it' ".</p>
]]></description><pubDate>Wed, 22 Nov 2023 09:44:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=38377118</link><dc:creator>toppy</dc:creator><comments>https://news.ycombinator.com/item?id=38377118</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38377118</guid></item><item><title><![CDATA[New comment by toppy in "Show HN: Dlt – Python library to automate the creation of datasets"]]></title><description><![CDATA[
<p>Potential conflict with other quite popular Python library: <a href="https://dlthub.com/docs/intro" rel="nofollow noreferrer">https://dlthub.com/docs/intro</a></p>
]]></description><pubDate>Wed, 25 Oct 2023 15:05:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=38013605</link><dc:creator>toppy</dc:creator><comments>https://news.ycombinator.com/item?id=38013605</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38013605</guid></item><item><title><![CDATA[New comment by toppy in "What every developer should know about GPU computing"]]></title><description><![CDATA[
<p>Touche!</p>
]]></description><pubDate>Sat, 21 Oct 2023 23:48:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=37971567</link><dc:creator>toppy</dc:creator><comments>https://news.ycombinator.com/item?id=37971567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37971567</guid></item><item><title><![CDATA[New comment by toppy in "Locked and Loaded with New Cosmic DE Updates"]]></title><description><![CDATA[
<p>Probably I am paranoid but showing battery and network status together with the rest of widgets (even configuration icon) seems like a security thread, no?</p>
]]></description><pubDate>Sat, 21 Oct 2023 23:46:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=37971552</link><dc:creator>toppy</dc:creator><comments>https://news.ycombinator.com/item?id=37971552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37971552</guid></item></channel></rss>