<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: speedping</title><link>https://news.ycombinator.com/user?id=speedping</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 00:36:18 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=speedping" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by speedping in "Internet Protocol Version 8 (IPv8)"]]></title><description><![CDATA[
<p>I'm working on my IPv9 proposal as we speak. It has an LLM validating the contents of every packet. Gotta stay ahead of the curve.</p>
]]></description><pubDate>Thu, 16 Apr 2026 05:34:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47789029</link><dc:creator>speedping</dc:creator><comments>https://news.ycombinator.com/item?id=47789029</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47789029</guid></item><item><title><![CDATA[New comment by speedping in "Hacker compromises A16Z-backed phone farm, calling them the 'antichrist'"]]></title><description><![CDATA[
<p>I can't be the only one who thought this was a phone farm based on iPhones running Apple A16Z SoC (which doesn't exist btw, it's A12Z or A16)</p>
]]></description><pubDate>Tue, 14 Apr 2026 05:18:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47761530</link><dc:creator>speedping</dc:creator><comments>https://news.ycombinator.com/item?id=47761530</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47761530</guid></item><item><title><![CDATA[New comment by speedping in "Something is afoot in the land of Qwen"]]></title><description><![CDATA[
<p>open blogpost → ⌘ + F "pelican" → 0 results
???</p>
]]></description><pubDate>Thu, 05 Mar 2026 02:02:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47256556</link><dc:creator>speedping</dc:creator><comments>https://news.ycombinator.com/item?id=47256556</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47256556</guid></item><item><title><![CDATA[New comment by speedping in "Fast KV Compaction via Attention Matching"]]></title><description><![CDATA[
<p>This is big for long-horizon tasks</p>
]]></description><pubDate>Fri, 20 Feb 2026 12:55:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47087419</link><dc:creator>speedping</dc:creator><comments>https://news.ycombinator.com/item?id=47087419</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47087419</guid></item><item><title><![CDATA[New comment by speedping in "The path to ubiquitous AI (17k tokens/sec)"]]></title><description><![CDATA[
<p>Verification is faster than generation, one forward pass for verification of multiple tokens vs a pass for every new token in generation</p>
]]></description><pubDate>Fri, 20 Feb 2026 12:46:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47087348</link><dc:creator>speedping</dc:creator><comments>https://news.ycombinator.com/item?id=47087348</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47087348</guid></item><item><title><![CDATA[New comment by speedping in "Speed up responses with fast mode"]]></title><description><![CDATA[
<p>> $30/150 MTok
Umm no thank you</p>
]]></description><pubDate>Sat, 07 Feb 2026 19:23:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=46926722</link><dc:creator>speedping</dc:creator><comments>https://news.ycombinator.com/item?id=46926722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46926722</guid></item><item><title><![CDATA[Grok Code is now available in Cursor (free for one week)]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/leerob/status/1960433483035082996">https://twitter.com/leerob/status/1960433483035082996</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45037062">https://news.ycombinator.com/item?id=45037062</a></p>
<p>Points: 2</p>
<p># Comments: 2</p>
]]></description><pubDate>Wed, 27 Aug 2025 08:58:24 +0000</pubDate><link>https://twitter.com/leerob/status/1960433483035082996</link><dc:creator>speedping</dc:creator><comments>https://news.ycombinator.com/item?id=45037062</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45037062</guid></item><item><title><![CDATA[New comment by speedping in "GPSJam: Daily maps of possible GPS interference"]]></title><description><![CDATA[
<p>Looks great!
Is it possible to increase the resolution? Each hexagon cover too much area</p>
]]></description><pubDate>Fri, 13 Oct 2023 16:49:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=37872653</link><dc:creator>speedping</dc:creator><comments>https://news.ycombinator.com/item?id=37872653</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37872653</guid></item><item><title><![CDATA[Ask HN: How to use AI to code in a non-degenerative way?]]></title><description><![CDATA[
<p>How to use AI to code in a non-degenerative way?<p>AI coding assist (ChatGPT / GitHub Copilot) can do so much with zero thinking on our part. Refactor code, think of architectures, process data, use APIs, etc.<p>This is very degenerative.<p>I want to find a way to use AI to help me speed up coding without it being degenerative to my skills.<p>I have 4 years of full-time experience, so I got a lot of the basics covered, but I still have much to learn.<p>My general rule of thumb is to use it to write code I totally know how to write myself but don't want to waste time doing it (like giving it to an intern).<p>If I don't know how to do the task, I use it like a senior developer for consultation (without letting it do the task for me).<p>For API usage, I use it like a great search engine for docs (without giving it my specific use case so it doesn't hand-feed me exactly what I need).<p>I'd like to get your feedback on how you use AI in order to speed up coding while still retaining most of the skills & knowledge growth you would have gained without using it.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34736844">https://news.ycombinator.com/item?id=34736844</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 10 Feb 2023 07:45:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=34736844</link><dc:creator>speedping</dc:creator><comments>https://news.ycombinator.com/item?id=34736844</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34736844</guid></item><item><title><![CDATA[New comment by speedping in "Every complex idea has a million stupid cousins"]]></title><description><![CDATA[
<p>You articulated it perfectly.
I felt exactly what you're describing now while reading the comments to a post about mindfulness a couple of days ago, but I didn't know how to phrase it.<p>Thank you!</p>
]]></description><pubDate>Sun, 10 Jul 2022 10:16:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=32043371</link><dc:creator>speedping</dc:creator><comments>https://news.ycombinator.com/item?id=32043371</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32043371</guid></item></channel></rss>