<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: tyfon</title><link>https://news.ycombinator.com/user?id=tyfon</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 17 Aug 2026 07:14:46 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=tyfon" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by tyfon in "Qwen 3.8 27B"]]></title><description><![CDATA[
<p>To add for me (and claude assisted but tuned myself), here is for 3060 12gb + 5950x 128 gb ram without image support: <a href="https://pastebin.com/HsAUBGSY" rel="nofollow">https://pastebin.com/HsAUBGSY</a><p>Here is the chat template I used (and renamed to qwen.jinja):
<a href="https://huggingface.co/froggeric/Qwen-Fixed-Chat-Templates/raw/main/chat_template.jinja" rel="nofollow">https://huggingface.co/froggeric/Qwen-Fixed-Chat-Templates/r...</a><p>For image support, drop to NGL 24 and add:<p><pre><code>  --mmproj-url https://huggingface.co/unsloth/Qwen3.8-27B-GGUF/resolve/main/mmproj-F16.gguf \

  --no-mmproj-offload \

  --image-min-tokens 1024 \
</code></pre>
And drop the --no-mmproj</p>
]]></description><pubDate>Fri, 14 Aug 2026 19:08:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=49303264</link><dc:creator>tyfon</dc:creator><comments>https://news.ycombinator.com/item?id=49303264</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49303264</guid></item><item><title><![CDATA[New comment by tyfon in "Triton: DirectX 11 Driver for QEMU"]]></title><description><![CDATA[
<p>DX11 is much more high level while DX12 implements direct control over the GPU. 12 is much more like vulkan.<p>I guess since this is emulating the device instead of just passing the commands to vulkan it is easier to do DX11, but I could be wrong about this particular implementation.</p>
]]></description><pubDate>Sat, 08 Aug 2026 19:55:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=49225293</link><dc:creator>tyfon</dc:creator><comments>https://news.ycombinator.com/item?id=49225293</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49225293</guid></item><item><title><![CDATA[New comment by tyfon in "Arch Linux disables AUR package adoption"]]></title><description><![CDATA[
<p>I run it on my milk-v duo s risk sbc. The risk-v version is maintained by a few dedicated people, and the milk-v specifics I had to fix myself. But it works :)</p>
]]></description><pubDate>Fri, 31 Jul 2026 17:58:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=49126519</link><dc:creator>tyfon</dc:creator><comments>https://news.ycombinator.com/item?id=49126519</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49126519</guid></item><item><title><![CDATA[New comment by tyfon in "DeepSeek V4 Flash 0731 Intelligence, Performance and Price Analysis"]]></title><description><![CDATA[
<p>So now the US companies will be stuck on expensive models while the rest of the world can do things much more cost effective.<p>I'm not sure the outcome would be beneficial for the US as a whole here. But perhaps that is not their priority.</p>
]]></description><pubDate>Fri, 31 Jul 2026 12:34:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=49122302</link><dc:creator>tyfon</dc:creator><comments>https://news.ycombinator.com/item?id=49122302</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49122302</guid></item><item><title><![CDATA[New comment by tyfon in "Claude: Elevated errors across all models – Resolved"]]></title><description><![CDATA[
<p>Interestingly the Claude for government is up with 99.99% uptime according to the graph.</p>
]]></description><pubDate>Wed, 29 Jul 2026 20:16:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49102452</link><dc:creator>tyfon</dc:creator><comments>https://news.ycombinator.com/item?id=49102452</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49102452</guid></item><item><title><![CDATA[New comment by tyfon in "Open-weight AI is having its Kubernetes moment"]]></title><description><![CDATA[
<p>Articles regarding my own harness or how I set up llama.cpp etc?<p>I really just iterated over the harness over and over for about two weeks with opencode until I was sort of satisfied (still lots to do there :).<p>For the llama.cpp I asked claude fable to optimize it for my hardware and iterated a few times. In the end I landed on the following: <a href="https://pastebin.com/2PpJFUC0" rel="nofollow">https://pastebin.com/2PpJFUC0</a></p>
]]></description><pubDate>Sat, 25 Jul 2026 19:44:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=49050852</link><dc:creator>tyfon</dc:creator><comments>https://news.ycombinator.com/item?id=49050852</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49050852</guid></item><item><title><![CDATA[New comment by tyfon in "Open-weight AI is having its Kubernetes moment"]]></title><description><![CDATA[
<p>I'm using qwen 3.6 35B unsloth 4 bit with my 5950x (128 gb memory) and a 3060 12 gb gpu with a self made harness.<p>At 10k context I get about 40 tps generation and 500 tps prefill.
At 100k context I get about 25 tps generation and 400 tps prefill.<p>It works, but I often use gpt or claude to make a detailed enumerated plan of what I want to do first, then have qwen follow it.<p>I'm not sure if it is economical or not, but I have solar on the roof so the power use is not really an issue and I already have the hardware.<p>The biggest benefit for me is that it's all done locally, and I know the harness is not uploading anything or sending telemetry to someone else.</p>
]]></description><pubDate>Sat, 25 Jul 2026 18:59:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=49050509</link><dc:creator>tyfon</dc:creator><comments>https://news.ycombinator.com/item?id=49050509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49050509</guid></item><item><title><![CDATA[New comment by tyfon in "Nobody knows what a used GPU cluster is worth"]]></title><description><![CDATA[
<p>The 16A is for the PC room, the house has a 40A "400V" 3 phase TN connetion :)<p>The quotes are in since the difference between the phases is 230V, but in practice it is almost the same as a 40Ax400V single phase connection.</p>
]]></description><pubDate>Thu, 23 Jul 2026 06:12:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49017520</link><dc:creator>tyfon</dc:creator><comments>https://news.ycombinator.com/item?id=49017520</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49017520</guid></item><item><title><![CDATA[New comment by tyfon in "Nobody knows what a used GPU cluster is worth"]]></title><description><![CDATA[
<p>In the US they have a 120V system so it might actually saturate a normal socket over there. My PC room has a 16A fuse and 230V though, so should be plenty :)</p>
]]></description><pubDate>Wed, 22 Jul 2026 18:34:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=49011341</link><dc:creator>tyfon</dc:creator><comments>https://news.ycombinator.com/item?id=49011341</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49011341</guid></item><item><title><![CDATA[New comment by tyfon in "Nobody knows what a used GPU cluster is worth"]]></title><description><![CDATA[
<p>I half expect Nvidia to have buyback contacts like Ferrari with the larger customers to prevent a price crash when they all upgrade and to keep them scarce.<p>I hope not though, perhaps I can pick up a H100 in a few years if they get sold on the open market.</p>
]]></description><pubDate>Wed, 22 Jul 2026 17:53:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=49010734</link><dc:creator>tyfon</dc:creator><comments>https://news.ycombinator.com/item?id=49010734</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49010734</guid></item><item><title><![CDATA[New comment by tyfon in "Kaiser nurses say AI, surveillance are making their jobs and patient care worse"]]></title><description><![CDATA[
<p>> pretty much nobody cares about ML processing for analysis.<p>I work in a bank and a can tell you that the customers absolutely hate ML when it rejects their loan application. Over the pond in the US, I have an impression that the fico score is not exactly popular either, but I have no first hand experience.</p>
]]></description><pubDate>Sat, 18 Jul 2026 07:00:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48955850</link><dc:creator>tyfon</dc:creator><comments>https://news.ycombinator.com/item?id=48955850</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48955850</guid></item><item><title><![CDATA[New comment by tyfon in "Microsoft fire idTech team at Id software"]]></title><description><![CDATA[
<p>For me they are killing the goose.<p>WoW has become quite soulless after the changes where everyone gets the same end game equipment but you have to grind upgrade currency to improve it.<p>My wife and I used to play quite a bit but it doesn't really engage anymore. Perhaps we are getting too old, but we should be in the correct customer segment (mid 40 years old).<p>Now I have spun up a local wotlk server with player bots powered by ollama which is actually a bit fun again.</p>
]]></description><pubDate>Tue, 07 Jul 2026 18:38:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48821784</link><dc:creator>tyfon</dc:creator><comments>https://news.ycombinator.com/item?id=48821784</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48821784</guid></item><item><title><![CDATA[New comment by tyfon in "Ships keep moving through Hormuz despite strike"]]></title><description><![CDATA[
<p>This big question now is how many of them will travel back in there and potentially being stuck for months, or just swap ship if their current ship is headed there.</p>
]]></description><pubDate>Sat, 27 Jun 2026 20:06:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48701259</link><dc:creator>tyfon</dc:creator><comments>https://news.ycombinator.com/item?id=48701259</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48701259</guid></item><item><title><![CDATA[New comment by tyfon in "Windows 11 users are tired of MS account requirements creeping into everything"]]></title><description><![CDATA[
<p>Just use mass grave scripts[1] and enable 5 years of security updates.<p>[1] <a href="https://massgrave.dev/" rel="nofollow">https://massgrave.dev/</a></p>
]]></description><pubDate>Mon, 15 Jun 2026 10:34:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=48539302</link><dc:creator>tyfon</dc:creator><comments>https://news.ycombinator.com/item?id=48539302</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48539302</guid></item><item><title><![CDATA[New comment by tyfon in "Digital Identity Management in Norway Is a Catastrophe"]]></title><description><![CDATA[
<p>It's not linking banking login with government id.
It is a story of the banks solving an issue with remote identification and the system working well enough that the public/government also want to use it for other things.<p>Being able to sign contracts, engage with the healthcare system, file taxes, read messages from the government and do general banking without having to leave the home is a massive convenience boost.<p>We are a high trust society where the government or the banks are not out to "get you". The majority of the banks (not by volume but by numbers) are even in a structure without any ownership of the capital except for the depositors, and most of the profit from these banks that is not used to build the capital further is handed out to customers and/or the local community.</p>
]]></description><pubDate>Fri, 29 May 2026 13:20:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48322773</link><dc:creator>tyfon</dc:creator><comments>https://news.ycombinator.com/item?id=48322773</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48322773</guid></item><item><title><![CDATA[New comment by tyfon in "Goodbye Visa and Mastercard: 130M Europeans switching to sovereign payment"]]></title><description><![CDATA[
<p>Vipps which is available in Sweden supports this system.<p>I know the Swedish government is also pressuring swish to integrate with vipps. So I guess you'll have this ability soon.</p>
]]></description><pubDate>Wed, 20 May 2026 14:01:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48207962</link><dc:creator>tyfon</dc:creator><comments>https://news.ycombinator.com/item?id=48207962</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48207962</guid></item><item><title><![CDATA[New comment by tyfon in "The local LLM ecosystem doesn’t need Ollama"]]></title><description><![CDATA[
<p>I think the biggest advantage for me with ollama is the ability to "hotswap" models with different utility instead of restarting the server with different models combined with the simple "ollama pull model". In other words, it has been quite convenient.<p>Due to this post I had to search a bit and it seems that llama.cpp recently got router support[1], so I need to have a look at this.<p>My main use for this is a discord bot where I have different models for different features like replying to messages with images/video or pure text, and non reply generation of sentiment and image descriptions. These all perform best with different models and it has been very convenient for the server to just swap in and out models on request.<p>[1] <a href="https://huggingface.co/blog/ggml-org/model-management-in-llamacpp" rel="nofollow">https://huggingface.co/blog/ggml-org/model-management-in-lla...</a></p>
]]></description><pubDate>Thu, 16 Apr 2026 06:17:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47789322</link><dc:creator>tyfon</dc:creator><comments>https://news.ycombinator.com/item?id=47789322</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47789322</guid></item><item><title><![CDATA[New comment by tyfon in "Seven countries now generate nearly all their electricity from renewables (2024)"]]></title><description><![CDATA[
<p>There are a few countries just below as well like Norway with about 98% renewables in 2024 [1].
The gas power plant is mostly up north powering the gas compressors that fill LNG ships headed for Europe and the coal I think is for Svalbard but that mine/plant closed in 2025 [2].<p>[1] <a href="https://www.nve.no/energi/energisystem/energibruk/stroemdeklarasjoner/" rel="nofollow">https://www.nve.no/energi/energisystem/energibruk/stroemdekl...</a><p>[2] <a href="https://www.nrk.no/tromsogfinnmark/norges-siste-kullgruve-pa-svalbard-stenges-1.17473482" rel="nofollow">https://www.nrk.no/tromsogfinnmark/norges-siste-kullgruve-pa...</a></p>
]]></description><pubDate>Sun, 12 Apr 2026 15:39:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47741006</link><dc:creator>tyfon</dc:creator><comments>https://news.ycombinator.com/item?id=47741006</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47741006</guid></item><item><title><![CDATA[New comment by tyfon in "Anthropic Cowork feature creates 10GB VM bundle on macOS without warning"]]></title><description><![CDATA[
<p>It would be really nice to have an option to not do this since a ton of companies deny VMs in their group policies.</p>
]]></description><pubDate>Mon, 02 Mar 2026 18:02:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47221607</link><dc:creator>tyfon</dc:creator><comments>https://news.ycombinator.com/item?id=47221607</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47221607</guid></item><item><title><![CDATA[New comment by tyfon in "Show HN: Llama 3.1 70B on a single RTX 3090 via NVMe-to-GPU bypassing the CPU"]]></title><description><![CDATA[
<p>I didn't really understand the performance table until I saw the top ones were 8B models.<p>But 5 seconds / token is quite slow yeah. I guess this is for low ram machines? I'm pretty sure my 5950x with 128 gb ram can run this faster on the CPU with some layers / prefill on the 3060 gpu I have.<p>I also see that they claim the process is compute bound at 2 seconds/token, but that doesn't seem correct with a 3090?</p>
]]></description><pubDate>Sat, 21 Feb 2026 23:30:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47106193</link><dc:creator>tyfon</dc:creator><comments>https://news.ycombinator.com/item?id=47106193</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47106193</guid></item></channel></rss>