<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: kevmo314</title><link>https://news.ycombinator.com/user?id=kevmo314</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 09 May 2026 09:32:30 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kevmo314" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by kevmo314 in "Cloudflare to cut about 20% workforce"]]></title><description><![CDATA[
<p>That makes no sense. If that were really true then they could’ve saved a bundle and did that same thing years ago before AI.</p>
]]></description><pubDate>Fri, 08 May 2026 00:39:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48056995</link><dc:creator>kevmo314</dc:creator><comments>https://news.ycombinator.com/item?id=48056995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48056995</guid></item><item><title><![CDATA[New comment by kevmo314 in "From Supabase to Clerk to Better Auth"]]></title><description><![CDATA[
<p>Yes many people do say the same about AWS RDS.</p>
]]></description><pubDate>Thu, 07 May 2026 04:11:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48045295</link><dc:creator>kevmo314</dc:creator><comments>https://news.ycombinator.com/item?id=48045295</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48045295</guid></item><item><title><![CDATA[New comment by kevmo314 in "Does Employment Slow Cognitive Decline? Evidence from Labor Market Shocks"]]></title><description><![CDATA[
<p>People don’t post about their daily 9-5 on instagram either.</p>
]]></description><pubDate>Tue, 05 May 2026 02:13:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48017339</link><dc:creator>kevmo314</dc:creator><comments>https://news.ycombinator.com/item?id=48017339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48017339</guid></item><item><title><![CDATA[New comment by kevmo314 in "Show HN: VidStudio, a browser based video editor that doesn't upload your files"]]></title><description><![CDATA[
<p>Wild that apps used to be completely local, no accounts, no uploads, and we're back to that as a value prop.</p>
]]></description><pubDate>Tue, 21 Apr 2026 13:30:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47848571</link><dc:creator>kevmo314</dc:creator><comments>https://news.ycombinator.com/item?id=47848571</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47848571</guid></item><item><title><![CDATA[New comment by kevmo314 in "4-bit floating point FP4"]]></title><description><![CDATA[
<p>Multiplication at this resolution is already implemented via lookup tables.</p>
]]></description><pubDate>Sun, 19 Apr 2026 20:23:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47827356</link><dc:creator>kevmo314</dc:creator><comments>https://news.ycombinator.com/item?id=47827356</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47827356</guid></item><item><title><![CDATA[New comment by kevmo314 in "Rust Threads on the GPU"]]></title><description><![CDATA[
<p>Are you writing this from the future? The latest gen nvidia gpus sit at around 2-2.5 GHz and the latest gen amd cpus sit 4-5 GHz.<p>That matches my personal experience too, writing naive cuda code that doesn’t take advantage of parallelism is roughly half the speed of running it on cpu.</p>
]]></description><pubDate>Wed, 15 Apr 2026 04:53:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47774821</link><dc:creator>kevmo314</dc:creator><comments>https://news.ycombinator.com/item?id=47774821</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47774821</guid></item><item><title><![CDATA[New comment by kevmo314 in "The secrets of the Shinkansen"]]></title><description><![CDATA[
<p>Ahh interesting. I wonder why they (non-Apple) did that?</p>
]]></description><pubDate>Tue, 14 Apr 2026 16:20:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47767642</link><dc:creator>kevmo314</dc:creator><comments>https://news.ycombinator.com/item?id=47767642</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47767642</guid></item><item><title><![CDATA[New comment by kevmo314 in "Rust Threads on the GPU"]]></title><description><![CDATA[
<p>> a block of Rust threads that are properly programmed to take advantage of the vector processing by avoiding divergence<p>Sure, if you have that then of course it would be fast. But that’s not what this library is proposing.</p>
]]></description><pubDate>Tue, 14 Apr 2026 12:44:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47764936</link><dc:creator>kevmo314</dc:creator><comments>https://news.ycombinator.com/item?id=47764936</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47764936</guid></item><item><title><![CDATA[New comment by kevmo314 in "The secrets of the Shinkansen"]]></title><description><![CDATA[
<p>Is this an Android thing? My US iOS works fine with digital Suica.</p>
]]></description><pubDate>Tue, 14 Apr 2026 08:48:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47762966</link><dc:creator>kevmo314</dc:creator><comments>https://news.ycombinator.com/item?id=47762966</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47762966</guid></item><item><title><![CDATA[New comment by kevmo314 in "Rust Threads on the GPU"]]></title><description><![CDATA[
<p>Isn't this turning a GPU into a slower CPU? It's not like CPUs are slow, in fact they're quite a bit faster than any single GPU thread. If code is written in a GPU unaware way it's not going to take advantage of the reasons for being on the GPU in the first place.</p>
]]></description><pubDate>Tue, 14 Apr 2026 04:34:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47761281</link><dc:creator>kevmo314</dc:creator><comments>https://news.ycombinator.com/item?id=47761281</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47761281</guid></item><item><title><![CDATA[United's Unique Hub in the Pacific]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.flightsinasia.com/update/article/Uniteds-Unique-Hub-in-the-Pacific/">http://www.flightsinasia.com/update/article/Uniteds-Unique-Hub-in-the-Pacific/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47730532">https://news.ycombinator.com/item?id=47730532</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 11 Apr 2026 13:42:27 +0000</pubDate><link>http://www.flightsinasia.com/update/article/Uniteds-Unique-Hub-in-the-Pacific/</link><dc:creator>kevmo314</dc:creator><comments>https://news.ycombinator.com/item?id=47730532</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47730532</guid></item><item><title><![CDATA[New comment by kevmo314 in "USB for Software Developers: An introduction to writing userspace USB drivers"]]></title><description><![CDATA[
<p>If you are interested in doing this in golang I wrote a library to avoid needing cgo: <a href="https://github.com/kevmo314/go-usb" rel="nofollow">https://github.com/kevmo314/go-usb</a><p>I use this to access UVC devices correspondingly without cgo: <a href="https://github.com/kevmo314/go-uvc" rel="nofollow">https://github.com/kevmo314/go-uvc</a></p>
]]></description><pubDate>Wed, 08 Apr 2026 22:46:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47697211</link><dc:creator>kevmo314</dc:creator><comments>https://news.ycombinator.com/item?id=47697211</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47697211</guid></item><item><title><![CDATA[New comment by kevmo314 in "Salomi, a research repo on extreme low-bit transformer quantization"]]></title><description><![CDATA[
<p>Was this shoveled out with Claude/Codex to try to ride off the Bonsai release?</p>
]]></description><pubDate>Thu, 02 Apr 2026 05:54:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47610459</link><dc:creator>kevmo314</dc:creator><comments>https://news.ycombinator.com/item?id=47610459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47610459</guid></item><item><title><![CDATA[New comment by kevmo314 in "Safeguarding cryptocurrency by disclosing quantum vulnerabilities responsibly"]]></title><description><![CDATA[
<p>If someone else finds a cryptocurrency vulnerability, they too will reallocate as much of your allocation as they can and cash it out.</p>
]]></description><pubDate>Tue, 31 Mar 2026 07:24:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47583875</link><dc:creator>kevmo314</dc:creator><comments>https://news.ycombinator.com/item?id=47583875</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47583875</guid></item><item><title><![CDATA[New comment by kevmo314 in "CERN uses tiny AI models burned into silicon for real-time LHC data filtering"]]></title><description><![CDATA[
<p>This might be some journalistic confusion. If you go to the CERN documentation at <a href="https://twiki.cern.ch/twiki/bin/view/CMSPublic/AXOL1TL2025" rel="nofollow">https://twiki.cern.ch/twiki/bin/view/CMSPublic/AXOL1TL2025</a> it states<p>> The AXOL1TL V5 architecture comprises a VICReg-trained feature extractor stacked on top of a VAE.</p>
]]></description><pubDate>Sat, 28 Mar 2026 08:37:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47552733</link><dc:creator>kevmo314</dc:creator><comments>https://news.ycombinator.com/item?id=47552733</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47552733</guid></item><item><title><![CDATA[New comment by kevmo314 in "90% of Claude-linked output going to GitHub repos w <2 stars"]]></title><description><![CDATA[
<p>Both of those statements are true.</p>
]]></description><pubDate>Thu, 26 Mar 2026 07:37:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47527655</link><dc:creator>kevmo314</dc:creator><comments>https://news.ycombinator.com/item?id=47527655</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47527655</guid></item><item><title><![CDATA[New comment by kevmo314 in "90% of Claude-linked output going to GitHub repos w <2 stars"]]></title><description><![CDATA[
<p>What is git if not a database for source code?</p>
]]></description><pubDate>Thu, 26 Mar 2026 03:55:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47526485</link><dc:creator>kevmo314</dc:creator><comments>https://news.ycombinator.com/item?id=47526485</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47526485</guid></item><item><title><![CDATA[New comment by kevmo314 in "Show HN: AI Roundtable – Let 200 models debate your question"]]></title><description><![CDATA[
<p>It is funny that the AI's counterarguments amount to "you're hallucinating"</p>
]]></description><pubDate>Wed, 25 Mar 2026 05:15:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47513558</link><dc:creator>kevmo314</dc:creator><comments>https://news.ycombinator.com/item?id=47513558</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47513558</guid></item><item><title><![CDATA[New comment by kevmo314 in "Aliens.gov ~ domain registered 17MAR2026"]]></title><description><![CDATA[
<p>Someone with the ability to register .gov domains is trying to make a sneaky buck.</p>
]]></description><pubDate>Wed, 18 Mar 2026 14:40:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47426403</link><dc:creator>kevmo314</dc:creator><comments>https://news.ycombinator.com/item?id=47426403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47426403</guid></item><item><title><![CDATA[The whole economy pays the Amazon tax]]></title><description><![CDATA[
<p>Article URL: <a href="https://pluralistic.net/2026/02/25/most-favored-nation/">https://pluralistic.net/2026/02/25/most-favored-nation/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47188415">https://news.ycombinator.com/item?id=47188415</a></p>
<p>Points: 9</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 28 Feb 2026 00:48:51 +0000</pubDate><link>https://pluralistic.net/2026/02/25/most-favored-nation/</link><dc:creator>kevmo314</dc:creator><comments>https://news.ycombinator.com/item?id=47188415</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47188415</guid></item></channel></rss>