<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: jonsoft</title><link>https://news.ycombinator.com/user?id=jonsoft</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 19 May 2026 02:57:19 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jonsoft" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[DeepSeek V4 Flash: Bringing Frontier AI to the Home]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.jonathanpage.com/">https://blog.jonathanpage.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48184809">https://news.ycombinator.com/item?id=48184809</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 18 May 2026 20:03:45 +0000</pubDate><link>https://blog.jonathanpage.com/</link><dc:creator>jonsoft</dc:creator><comments>https://news.ycombinator.com/item?id=48184809</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48184809</guid></item><item><title><![CDATA[New comment by jonsoft in "Show HN: LemonSlice – Upgrade your voice agents to real-time video"]]></title><description><![CDATA[
<p>I asked the Spanish tutor if he/it was familiar with the terms seseo[0] and ceceo[1] and he said it wasn't, which surprised me. Ideally it would be possible to choose which Spanish dialect to practise as mainland Spain pronunciation is very different to Latin America. In general it didn't convince me it was really hearing how I was pronouncing words, an important part of learning a language. I would say the tutor is useful for intermediate and advanced speakers but not beginners due to this and the speed at which he speaks.<p>At one point subtitles written in pseudo Chinese characters were shown; I can send a screenshot if this is useful.<p>The latency was slightly distracting, and as others have commented the NVIDIA Personaplex demos [2] are very impressive in this regard.<p>In general, a very positive experience, thank you.<p>[0] <a href="https://en.wikipedia.org/wiki/Phonological_history_of_Spanish_coronal_fricatives#Seseo" rel="nofollow">https://en.wikipedia.org/wiki/Phonological_history_of_Spanis...</a>
[1] <a href="https://en.wikipedia.org/wiki/Phonological_history_of_Spanish_coronal_fricatives#Ceceo" rel="nofollow">https://en.wikipedia.org/wiki/Phonological_history_of_Spanis...</a>
[2] <a href="https://research.nvidia.com/labs/adlr/personaplex/" rel="nofollow">https://research.nvidia.com/labs/adlr/personaplex/</a></p>
]]></description><pubDate>Wed, 28 Jan 2026 02:36:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46790331</link><dc:creator>jonsoft</dc:creator><comments>https://news.ycombinator.com/item?id=46790331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46790331</guid></item><item><title><![CDATA[New comment by jonsoft in "How to store a chess position in 26 bytes (2022)"]]></title><description><![CDATA[
<p>Actually, given this, we believe that 4 pawns must have been captured to reach 182 bits. So at least 4 pieces no longer need colors. If we store the color mask at the end, I think we can make it variable length, and truncate when no further pieces need colors assigned.<p>So then we need maximum 182 - 4 = 178 bits<p>EDIT: Equivalently, we could suffix each non-empty piece in the sequence with an associated color bit</p>
]]></description><pubDate>Sat, 10 Jan 2026 18:37:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46568591</link><dc:creator>jonsoft</dc:creator><comments>https://news.ycombinator.com/item?id=46568591</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46568591</guid></item><item><title><![CDATA[New comment by jonsoft in "How to store a chess position in 26 bytes (2022)"]]></title><description><![CDATA[
<p>Great point.<p>So for each 4 pawn cluster, 1 pawn takes another pawn, and the net result is +1 bit once the captor promotes. The remaining 2 pawns in the cluster each need 2 extra bits when promoted => 2 x 2 = 4 bits. So 5 bits per 4-pawn cluster, of which there are 4.<p>So maximum representation would be 162 + (5 * 4) = 182 bits?</p>
]]></description><pubDate>Sat, 10 Jan 2026 14:00:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46565785</link><dc:creator>jonsoft</dc:creator><comments>https://news.ycombinator.com/item?id=46565785</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46565785</guid></item><item><title><![CDATA[New comment by jonsoft in "How to store a chess position in 26 bytes (2022)"]]></title><description><![CDATA[
<p>Each pawn that wants to be promoted either takes:
(a) another 'special' piece (knight/rook/bishop/queen), in which case it has already bought enough bit budget to later be promoted; or
(b) another pawn, in which case this temporarily saves 1 bit (as the other pawn becomes a space), but then later we need 2 extra bits for the promotion, so we pay 1 bit extra per pawn in total<p>In the case of (b) there are now fewer pawns that can be promoted, and so worst case, we have to pay a budget of 1 bit per each of 8 promoted pawns.<p>So I think maximum required bits is only 162 + 8 = 170?</p>
]]></description><pubDate>Sat, 10 Jan 2026 12:50:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46565277</link><dc:creator>jonsoft</dc:creator><comments>https://news.ycombinator.com/item?id=46565277</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46565277</guid></item><item><title><![CDATA[New comment by jonsoft in "How to store a chess position in 26 bytes (2022)"]]></title><description><![CDATA[
<p>I thought the same but realized you can retrospectively 'insert' the king positions into the position sequence, shifting the remaining sequence one square along for each king, so no more bits required though the data structure is unwieldy!</p>
]]></description><pubDate>Sat, 10 Jan 2026 12:41:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46565229</link><dc:creator>jonsoft</dc:creator><comments>https://news.ycombinator.com/item?id=46565229</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46565229</guid></item></channel></rss>