<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: suprjami</title><link>https://news.ycombinator.com/user?id=suprjami</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 17 Aug 2026 04:42:00 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=suprjami" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by suprjami in "Qwen 3.8 27B is excellent, but it defaults to overthinking things"]]></title><description><![CDATA[
<p>So-called "caveman" thinking attempts to address this.<p>The important part of "actually wait, I really need to XYZ" is just "XYZ".<p>The model can attend to just "do XYZ" and produce almost the same vector modifications as full verbose "reasoning".</p>
]]></description><pubDate>Mon, 17 Aug 2026 03:42:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=49326344</link><dc:creator>suprjami</dc:creator><comments>https://news.ycombinator.com/item?id=49326344</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49326344</guid></item><item><title><![CDATA[New comment by suprjami in "Qwen 3.8 27B"]]></title><description><![CDATA[
<p>Thanks, today I learned!</p>
]]></description><pubDate>Sun, 16 Aug 2026 01:39:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49316080</link><dc:creator>suprjami</dc:creator><comments>https://news.ycombinator.com/item?id=49316080</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49316080</guid></item><item><title><![CDATA[New comment by suprjami in "I close SSH port 22 (and what I use instead)"]]></title><description><![CDATA[
<p>> and why it is not enough on its own<p>Nothing is good enough on its own.<p>Geoblocking, fail2ban, port obscurity, SSH keys, limiting logins to specific usernames, not using your public internet nickname, putting things behind CloudFlare tunnels or WireGuard, wildcard DNS obscurity, 2FA... There are many options.<p>Defense in depth is the only way to put services on the internet.</p>
]]></description><pubDate>Sat, 15 Aug 2026 04:46:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=49307716</link><dc:creator>suprjami</dc:creator><comments>https://news.ycombinator.com/item?id=49307716</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49307716</guid></item><item><title><![CDATA[New comment by suprjami in "Qwen 3.8 27B"]]></title><description><![CDATA[
<p>You might find this article relevant: <a href="https://news.ycombinator.com/item?id=49151933">https://news.ycombinator.com/item?id=49151933</a></p>
]]></description><pubDate>Sat, 15 Aug 2026 04:24:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=49307621</link><dc:creator>suprjami</dc:creator><comments>https://news.ycombinator.com/item?id=49307621</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49307621</guid></item><item><title><![CDATA[New comment by suprjami in "Qwen 3.8 27B"]]></title><description><![CDATA[
<p>Top-K: example setting 20. Select only from the 20 most likely tokens.<p>Top-P: example setting 0.9. Select tokens whose probably accumulates to this number. So say you have tokens with 0.7 then 0.2 then 0.1, the last will not be selected because the first two tokens already accumulated to >=0.9.<p>Min-P: example setting 0.05. Don't select tokens less probable than this value. So a token with 0.1 would be considered, a token with 0.01 would not.<p>The purpose of all of these is to exclude very unlikely next tokens.</p>
]]></description><pubDate>Sat, 15 Aug 2026 04:23:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49307614</link><dc:creator>suprjami</dc:creator><comments>https://news.ycombinator.com/item?id=49307614</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49307614</guid></item><item><title><![CDATA[New comment by suprjami in "Qwen 3.8 27B"]]></title><description><![CDATA[
<p>Temperature, top-up, top-k, min-p all control which token the model predicts next and how likely it is to select one token over the other.<p>You might understand this as "The capital of France is..." and the model isn't always going to select "Paris". Sometimes it will start a descriptive sentence or even get the answer wrong.<p>That selection of the next token is what these settings control, and lots of sub-optimal selections compound over time to produce a junk response.</p>
]]></description><pubDate>Fri, 14 Aug 2026 23:22:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=49305797</link><dc:creator>suprjami</dc:creator><comments>https://news.ycombinator.com/item?id=49305797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49305797</guid></item><item><title><![CDATA[New comment by suprjami in "Qwen 3.8 27B"]]></title><description><![CDATA[
<p>You have understood correctly.<p>One really would think these companies (including Google) who spend many millions of dollars on compute could write a few hundred lines of Jinja correctly, so their investment works optimally or at all.<p>But they don't.<p>Then a couple of individuals on HuggingFace fix it, either a 2-person startup like Unsloth or a volunteer like froggeric.<p>I also don't understand how this repeatedly happens.</p>
]]></description><pubDate>Fri, 14 Aug 2026 23:17:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=49305761</link><dc:creator>suprjami</dc:creator><comments>https://news.ycombinator.com/item?id=49305761</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49305761</guid></item><item><title><![CDATA[New comment by suprjami in "Qwen3.8-2.4T"]]></title><description><![CDATA[
<p>Our desire for better local models just happens to coincide with China's desire to destroy the western AI company business model by releasing local models. I doubt there's any philanthropy involved.</p>
]]></description><pubDate>Wed, 12 Aug 2026 21:52:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=49279087</link><dc:creator>suprjami</dc:creator><comments>https://news.ycombinator.com/item?id=49279087</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49279087</guid></item><item><title><![CDATA[New comment by suprjami in "Qwen3.8-2.4T"]]></title><description><![CDATA[
<p>Unsloth imatrix data puts their quants at lower KLD than almost all others.<p>It's true they make architecture-specific changes like keeping certain layers at F16 but it's also more than that.</p>
]]></description><pubDate>Wed, 12 Aug 2026 21:47:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=49279042</link><dc:creator>suprjami</dc:creator><comments>https://news.ycombinator.com/item?id=49279042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49279042</guid></item><item><title><![CDATA[New comment by suprjami in "How Did Rogue Generate Its Random Dungeons?"]]></title><description><![CDATA[
<p>Spoiler: Rogue just implements its own Linear Congruential Generator.<p><pre><code>    #define RN (((seed = seed*11109+13849) & 0x7fff) >> 1)
</code></pre>
I've poked around in a couple of libraries from this time. At least QuickBasic and QuickC also implemented an LCG (not the same one either). So a 1980s PRNG from Microsoft just gave you an LCG with different constants.<p>I would not be surprised if other contemporaries like glibc, Borland, Watcom, Lattice, etc all did the same. Or did they do something else/better?</p>
]]></description><pubDate>Fri, 07 Aug 2026 06:18:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=49206550</link><dc:creator>suprjami</dc:creator><comments>https://news.ycombinator.com/item?id=49206550</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49206550</guid></item><item><title><![CDATA[New comment by suprjami in "Pi's Minimalism Is Its Advantage"]]></title><description><![CDATA[
<p>I have the same opinion as your first paragraph, but I don't want to spend weeks or months vibe-coding basic features which come built into almost every other agent.<p>Yeah maybe Claude/OpenCode/KiloCode/Hermes/whatever are not as minimal as Pi but they also work right now.</p>
]]></description><pubDate>Wed, 05 Aug 2026 00:57:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=49177322</link><dc:creator>suprjami</dc:creator><comments>https://news.ycombinator.com/item?id=49177322</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49177322</guid></item><item><title><![CDATA[New comment by suprjami in "The Red Strings Club"]]></title><description><![CDATA[
<p>Tactics Ogre (PSP and Reborn) solves this but giving you a map of the storyline. You can travel back to "anchor points" where the story diverges, so you can experience the whole game without starting over.<p><a href="https://ogrebattlesaga.fandom.com/wiki/WORLD_System" rel="nofollow">https://ogrebattlesaga.fandom.com/wiki/WORLD_System</a></p>
]]></description><pubDate>Tue, 04 Aug 2026 21:28:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=49175421</link><dc:creator>suprjami</dc:creator><comments>https://news.ycombinator.com/item?id=49175421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49175421</guid></item><item><title><![CDATA[New comment by suprjami in "Nyctography: A substituton cypher by Lewis Carroll"]]></title><description><![CDATA[
<p>Ultima Underworld runes also had a word associated with them, and the words had meaning, which was both amusing when you used them for spells, and iirc could result in experimentation to find new or undocumented spells.<p><a href="https://www.wiki.ultimacodex.com/wiki/Runic_magic/Ultima_Underworld_spells" rel="nofollow">https://www.wiki.ultimacodex.com/wiki/Runic_magic/Ultima_Und...</a><p><a href="https://www.wiki.ultimacodex.com/wiki/Rune_stones#Meanings" rel="nofollow">https://www.wiki.ultimacodex.com/wiki/Rune_stones#Meanings</a><p>I remember an undocumented spell "Vas Kal Corp" which meant "Great Summon Death" and indeed it does. It ends the entire world and results in a game over.</p>
]]></description><pubDate>Sun, 02 Aug 2026 12:43:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=49144053</link><dc:creator>suprjami</dc:creator><comments>https://news.ycombinator.com/item?id=49144053</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49144053</guid></item><item><title><![CDATA[New comment by suprjami in "Nyctography: A substituton cypher by Lewis Carroll"]]></title><description><![CDATA[
<p>This reminds me that as a child I taught myself Tolkien's runes from The Hobbit, which is mostly another substitution of the modern English alphabet:<p><a href="https://en.wikipedia.org/wiki/Cirth#Runes_from_The_Hobbit" rel="nofollow">https://en.wikipedia.org/wiki/Cirth#Runes_from_The_Hobbit</a><p>I got to the point I could read and write without a reference. Not as fast as English but not slow either.<p>Many years later I found a notebook with many pages of things I'd written but had since lost the ability to read again.</p>
]]></description><pubDate>Sat, 01 Aug 2026 22:52:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=49139357</link><dc:creator>suprjami</dc:creator><comments>https://news.ycombinator.com/item?id=49139357</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49139357</guid></item><item><title><![CDATA[New comment by suprjami in "The 14 Steps it takes to open my office door with a new phone"]]></title><description><![CDATA[
<p>When buying a new phone, doesn't everyone sit down and set everything up so it all works when you want it next?</p>
]]></description><pubDate>Sat, 01 Aug 2026 21:54:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=49138860</link><dc:creator>suprjami</dc:creator><comments>https://news.ycombinator.com/item?id=49138860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49138860</guid></item><item><title><![CDATA[New comment by suprjami in "AI Is Getting Way Too Expensive"]]></title><description><![CDATA[
<p>It's stated in many places that inference is profitable (margin 70% to 90%), only research is expensive. Hyperscalers are burning through their cashflow training new models while inference-only providers are printing money.<p>If all the research went away tomorrow, people are still going to sell inference at current prices or higher. There are already open weights competitive with proprietary models. There will be no lost capability.<p>If businesses find inference useful today then it doesn't have to drastically improve in a short timeframe anymore. History is full of inventions which became "good enough" and didn't improve much or at all for a long time.<p>eg: Western society runs on radial tyres which have seen only marginal improvements for the last 50 years.<p>(yes there have been some small improvements in compounds, tread patterns, TPMS, etc. hardly drastic revolutionary changes to the tyre industry)</p>
]]></description><pubDate>Fri, 31 Jul 2026 23:11:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=49129531</link><dc:creator>suprjami</dc:creator><comments>https://news.ycombinator.com/item?id=49129531</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49129531</guid></item><item><title><![CDATA[New comment by suprjami in "AI Is Getting Way Too Expensive"]]></title><description><![CDATA[
<p>I have seen an employer approve a degree under training budget. Just needs the right employer.</p>
]]></description><pubDate>Fri, 31 Jul 2026 22:57:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=49129459</link><dc:creator>suprjami</dc:creator><comments>https://news.ycombinator.com/item?id=49129459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49129459</guid></item><item><title><![CDATA[New comment by suprjami in "Using an open model feels surprisingly good"]]></title><description><![CDATA[
<p>Depends on your setup. If you drop $10k on an RTX Pro 6000 then yeah Qwen 35B MoE will absolutely fly.<p>If you have a pair of 3090s and run Qwen 27B, or an old Threadripper with heaps of system RAM and Deepseek or MiniMax or Kimi, no it won't be as fast as Claude.<p>Most local LLM nerds are not running locally for superior speed, we're doing it for sovereignty and/or privacy, or maybe just because it's fun which accidentally became useful this year.</p>
]]></description><pubDate>Wed, 29 Jul 2026 09:18:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49095082</link><dc:creator>suprjami</dc:creator><comments>https://news.ycombinator.com/item?id=49095082</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49095082</guid></item><item><title><![CDATA[New comment by suprjami in "You don't have to be smart if you can think clearly"]]></title><description><![CDATA[
<p>This is a correct (though shallow) take on two problem solving approaches which have been formally described for over a decade:<p><a href="https://materiasiis.uson.mx/docs/control_de_calidad/1.CALIDAD/4-Gestion-total-de-la-calidad-(TQM)/Diagnostic-Quality-Problem-Solving-A-Conceptual-Framework.pdf" rel="nofollow">https://materiasiis.uson.mx/docs/control_de_calidad/1.CALIDA...</a><p>Notably, when the Lucky Guess method doesn't work, don't keep guessing, troubleshoot properly.</p>
]]></description><pubDate>Wed, 29 Jul 2026 09:11:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=49095029</link><dc:creator>suprjami</dc:creator><comments>https://news.ycombinator.com/item?id=49095029</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49095029</guid></item><item><title><![CDATA[New comment by suprjami in "RTX 2080 Ti Memory Upgrade to 22 GB"]]></title><description><![CDATA[
<p>You can get 3080 20G from China.</p>
]]></description><pubDate>Wed, 29 Jul 2026 08:57:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=49094957</link><dc:creator>suprjami</dc:creator><comments>https://news.ycombinator.com/item?id=49094957</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49094957</guid></item></channel></rss>