<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: joshred</title><link>https://news.ycombinator.com/user?id=joshred</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 03 May 2026 22:04:41 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=joshred" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by joshred in "Uber torches 2026 AI budget on Claude Code in four months"]]></title><description><![CDATA[
<p>If you think about it, the production quality is probably log-linear, so the token growth may well be exponential.</p>
]]></description><pubDate>Fri, 01 May 2026 18:55:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47978609</link><dc:creator>joshred</dc:creator><comments>https://news.ycombinator.com/item?id=47978609</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47978609</guid></item><item><title><![CDATA[New comment by joshred in "Google releases Gemma 4 open models"]]></title><description><![CDATA[
<p>From what I've read, that's already part of their training. They are scored based on each step of their reasoning and not just their solution. I don't know if it's still the case, but for the early reasoning models, the "reasoning" output was more of a GUI feature to entertain the user than an actual explanation of the steps being followed.</p>
]]></description><pubDate>Thu, 02 Apr 2026 18:08:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47618021</link><dc:creator>joshred</dc:creator><comments>https://news.ycombinator.com/item?id=47618021</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47618021</guid></item><item><title><![CDATA[New comment by joshred in "Telnyx package compromised on PyPI"]]></title><description><![CDATA[
<p>This is complete nonsense. pip has all the same problems that you say uv has.</p>
]]></description><pubDate>Fri, 27 Mar 2026 19:48:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47547347</link><dc:creator>joshred</dc:creator><comments>https://news.ycombinator.com/item?id=47547347</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47547347</guid></item><item><title><![CDATA[New comment by joshred in "Local AI is driving the biggest change in laptops in decades"]]></title><description><![CDATA[
<p>Paying $30-$70/day to commute is economical?</p>
]]></description><pubDate>Tue, 23 Dec 2025 21:33:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46369722</link><dc:creator>joshred</dc:creator><comments>https://news.ycombinator.com/item?id=46369722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46369722</guid></item><item><title><![CDATA[New comment by joshred in "Australia begins enforcing world-first teen social media ban"]]></title><description><![CDATA[
<p>Gerrymandering already exists. Voter suppression was huge in the past, and may become huge again. The supreme court made sure of that.<p>And also... the supreme court keeps issuing partisan decisions.<p>So... what is left? Number 3?<p>I guess you're arguing that federalism protects people, but how does it do that in a way that isn't already being eroded?</p>
]]></description><pubDate>Wed, 10 Dec 2025 20:52:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46223651</link><dc:creator>joshred</dc:creator><comments>https://news.ycombinator.com/item?id=46223651</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46223651</guid></item><item><title><![CDATA[New comment by joshred in "Republican push to make U.S. census surveys voluntary alarms statisticians"]]></title><description><![CDATA[
<p>I work for state government. We've used the ACS survey to try and determine whether we were unfairly targeting non-native English speakers with some of our decisions. It's also used a lot in academia.<p>If I had to guess, commercial organizations have access to more invasive and higher quality data that they obtain through credit card companies, lexus-nexus or other data brokers. This attitude mostly harms organizations involved in the social sciences.</p>
]]></description><pubDate>Mon, 17 Nov 2025 18:34:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45956454</link><dc:creator>joshred</dc:creator><comments>https://news.ycombinator.com/item?id=45956454</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45956454</guid></item><item><title><![CDATA[New comment by joshred in "F5 says hackers stole undisclosed BIG-IP flaws, source code"]]></title><description><![CDATA[
<p>BRB, changing handle to 'nation-state'. Need the resume fodder.</p>
]]></description><pubDate>Wed, 15 Oct 2025 18:51:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=45596872</link><dc:creator>joshred</dc:creator><comments>https://news.ycombinator.com/item?id=45596872</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45596872</guid></item><item><title><![CDATA[New comment by joshred in "Le Chat: Custom MCP Connectors, Memories"]]></title><description><![CDATA[
<p>How do you get the alternate tokens?</p>
]]></description><pubDate>Thu, 18 Sep 2025 19:17:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=45293801</link><dc:creator>joshred</dc:creator><comments>https://news.ycombinator.com/item?id=45293801</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45293801</guid></item><item><title><![CDATA[New comment by joshred in "Le Chat: Custom MCP Connectors, Memories"]]></title><description><![CDATA[
<p>It sounds like they are describing a regex filter being applied to the model's beam search. LLMs generate the most probable words, but they are frequently tracking several candidate phrases at a time and revising their combined probability. It lets them self correct if a high probability word leads to a low probability phrase.<p>I think they are saying that if highest probability phrase fails the regex, the LLM is able to substitute the next most likely candidate.</p>
]]></description><pubDate>Thu, 04 Sep 2025 18:04:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=45130238</link><dc:creator>joshred</dc:creator><comments>https://news.ycombinator.com/item?id=45130238</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45130238</guid></item><item><title><![CDATA[New comment by joshred in "Show HN: Whispering – Open-source, local-first dictation you can trust"]]></title><description><![CDATA[
<p>They might not now how whisper works. I suspect that the answer to their question is 'yes' and the reason they can't find a straightforward answer through your project is that the answer is so obvious to you that it's hardly worth documenting.<p>Whisper for transcription tries to transform audio data into LLM output. The transcripts generally have proper casing, punctuation and can usually stick to a specific domain based on the surrounding context.</p>
]]></description><pubDate>Mon, 18 Aug 2025 18:57:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=44944039</link><dc:creator>joshred</dc:creator><comments>https://news.ycombinator.com/item?id=44944039</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44944039</guid></item><item><title><![CDATA[New comment by joshred in "TREAD: Token Routing for Efficient Architecture-Agnostic Diffusion Training"]]></title><description><![CDATA[
<p>This is the high-level explanation of the simplest diffusion architecture. The model trains by taking an image and iteratively adding noise to the image until there is only noise. Then they take that sequence of noisier and noisier images and they reverse it. The result is that they start with only noise, and they predict the removal of noise at step until they get to the final step (which should be the original image (or training input)).<p>That process means they may require a hundred or more training iterations on a single image. I haven't digested the paper, but it sounds like they are proposing something conceptually similar to skip layers (but significantly more involved).</p>
]]></description><pubDate>Mon, 18 Aug 2025 18:49:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=44943968</link><dc:creator>joshred</dc:creator><comments>https://news.ycombinator.com/item?id=44943968</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44943968</guid></item><item><title><![CDATA[New comment by joshred in "GitHub was having issues"]]></title><description><![CDATA[
<p>Sooo....<p>What's the consensus on gitlab?</p>
]]></description><pubDate>Tue, 12 Aug 2025 15:46:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=44877868</link><dc:creator>joshred</dc:creator><comments>https://news.ycombinator.com/item?id=44877868</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44877868</guid></item><item><title><![CDATA[New comment by joshred in "Claude Code is all you need"]]></title><description><![CDATA[
<p>I think they're fantastic at generating the sort of thing I don't like writing out. For example, a dictionary mapping state names to their abbreviations, or extracting a data dictionary from a pdf so that I can include it with my documentation.</p>
]]></description><pubDate>Mon, 11 Aug 2025 17:59:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=44867303</link><dc:creator>joshred</dc:creator><comments>https://news.ycombinator.com/item?id=44867303</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44867303</guid></item><item><title><![CDATA[New comment by joshred in "Why “Move Fast and Break Things” Doesn’t Work Anymore"]]></title><description><![CDATA[
<p>Hey quibbler, you defend a castle (not a moat).</p>
]]></description><pubDate>Sat, 04 Jan 2020 15:25:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=21955332</link><dc:creator>joshred</dc:creator><comments>https://news.ycombinator.com/item?id=21955332</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21955332</guid></item><item><title><![CDATA[New comment by joshred in "Sourcetrail, interactive source explorer, is now free and open-source"]]></title><description><![CDATA[
<p>If you say so...</p>
]]></description><pubDate>Tue, 19 Nov 2019 12:18:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=21572288</link><dc:creator>joshred</dc:creator><comments>https://news.ycombinator.com/item?id=21572288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21572288</guid></item><item><title><![CDATA[New comment by joshred in "Court: Suspicionless Searches of Travelers’ Phones and Laptops Unconstitutional"]]></title><description><![CDATA[
<p>It's already pretty well established as law. There's not really any room to argue.</p>
]]></description><pubDate>Tue, 12 Nov 2019 22:39:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=21518997</link><dc:creator>joshred</dc:creator><comments>https://news.ycombinator.com/item?id=21518997</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21518997</guid></item><item><title><![CDATA[New comment by joshred in "Twitter to ban political advertising"]]></title><description><![CDATA[
<p>Isn't organic reach a little more meritocratic than just throwing money into paid ads?</p>
]]></description><pubDate>Wed, 30 Oct 2019 23:48:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=21404282</link><dc:creator>joshred</dc:creator><comments>https://news.ycombinator.com/item?id=21404282</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21404282</guid></item><item><title><![CDATA[New comment by joshred in "Larry Wall has approved renaming Perl 6 to Raku"]]></title><description><![CDATA[
<p>A camel strikes me as unsophisticated yet perfect.</p>
]]></description><pubDate>Fri, 11 Oct 2019 21:04:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=21228457</link><dc:creator>joshred</dc:creator><comments>https://news.ycombinator.com/item?id=21228457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21228457</guid></item><item><title><![CDATA[New comment by joshred in "FBI Says QAnon, Internet Conspiracy Theorists Are National Security Threats"]]></title><description><![CDATA[
<p>That's a bad argument.<p>If I were to call you a moron, that doesn't mean I'm advocating removing you from the gene pool.</p>
]]></description><pubDate>Fri, 02 Aug 2019 00:09:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=20589587</link><dc:creator>joshred</dc:creator><comments>https://news.ycombinator.com/item?id=20589587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20589587</guid></item><item><title><![CDATA[New comment by joshred in "Firefox to add Tor Browser anti-fingerprinting technique called letterboxing"]]></title><description><![CDATA[
<p>Does that matter? Don't devs cater to the outliers?</p>
]]></description><pubDate>Wed, 06 Mar 2019 23:52:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=19324224</link><dc:creator>joshred</dc:creator><comments>https://news.ycombinator.com/item?id=19324224</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19324224</guid></item></channel></rss>