<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: matja</title><link>https://news.ycombinator.com/user?id=matja</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Jul 2026 13:14:32 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=matja" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by matja in "Is x86 ready to ACE it?"]]></title><description><![CDATA[
<p>That's not very efficient</p>
]]></description><pubDate>Sun, 26 Jul 2026 16:35:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=49059767</link><dc:creator>matja</dc:creator><comments>https://news.ycombinator.com/item?id=49059767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49059767</guid></item><item><title><![CDATA[New comment by matja in "Is x86 ready to ACE it?"]]></title><description><![CDATA[
<p>Encode every 0 as 10 - then decode every 10 back to 0.  Or more efficiently, the first 0 as 10, then decode the the first 10 as 0.</p>
]]></description><pubDate>Tue, 14 Jul 2026 12:42:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48905942</link><dc:creator>matja</dc:creator><comments>https://news.ycombinator.com/item?id=48905942</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48905942</guid></item><item><title><![CDATA[New comment by matja in "OAuth for all"]]></title><description><![CDATA[
<p>OAuth is designed so that an end-user never needs to see an API key (OAuth refresh/access token) or even know what one is.  When it is implemented to the spec, that happens well.<p>I think that most of the "just give me an API key" comments are from a <1% of end-users (developers) that know what an API key is, and are facing a broken OAuth implementation.</p>
]]></description><pubDate>Thu, 25 Jun 2026 10:28:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48671469</link><dc:creator>matja</dc:creator><comments>https://news.ycombinator.com/item?id=48671469</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48671469</guid></item><item><title><![CDATA[New comment by matja in "We’re making Bunny DNS free"]]></title><description><![CDATA[
<p>Amazon Route 53 is $0.40 per million DNS queries - which would terrify me if I used it, considering a typical 10Gbit server connection hosted at a unscrupulous ASN with no egress IP filtering is capable of sending a million DNS requests per second from random spoofed IP addresses.</p>
]]></description><pubDate>Wed, 24 Jun 2026 12:45:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48658872</link><dc:creator>matja</dc:creator><comments>https://news.ycombinator.com/item?id=48658872</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48658872</guid></item><item><title><![CDATA[New comment by matja in "Google Hits 50% IPv6"]]></title><description><![CDATA[
<p>> I feel like IPv6 is overengineered<p>In what metrics?  IPv6 is more simple to implement than IPv4.  In Linux 7.1.1 IPv4 is 84kLOC, IPv6 is 59kLOC.</p>
]]></description><pubDate>Sun, 21 Jun 2026 17:10:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48620591</link><dc:creator>matja</dc:creator><comments>https://news.ycombinator.com/item?id=48620591</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48620591</guid></item><item><title><![CDATA[New comment by matja in "AMD silently removes memory encryption from consumer Ryzen CPUs"]]></title><description><![CDATA[
<p>I can think of a few reasons:<p>There wasn't any such features for x86 when the patch was created, other than AES-NI.<p>Many hardware platforms that have TPM, have it connected via a low-bandwidth LPC bus which would have nowhere near enough bandwidth for demand decryption/encryption of memory pages.<p>Hardware vendors can apparently turn these security features off as they wish, even if the hardware supports and was shipped with it :)</p>
]]></description><pubDate>Thu, 18 Jun 2026 11:26:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48583753</link><dc:creator>matja</dc:creator><comments>https://news.ycombinator.com/item?id=48583753</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48583753</guid></item><item><title><![CDATA[New comment by matja in "AMD silently removes memory encryption from consumer Ryzen CPUs"]]></title><description><![CDATA[
<p>There was a patch called Tresor that did this, but I don't think it was updated for a long time.<p>You have to store the encryption key in CPU registers and ensure it's not saved to RAM during task switching or power suspend operations.  Tresor used x86-specific debug registers for it, but you could potentially use unused SIMD registers if you masked-off the CPUID bits for them and disabled them for access by user-space.<p>But securing against attacks from a hostile hypervisor or a server provider needs more than just memory encryption, because they can intercept any part of the boot process and control the hardware/firmware that can lie to your kernel.<p>To counter that you'd need something like AMD SEV(ES/SNP) with measured boot and remote attestation to switch the only thing you trust to the CPU manufacturer (best you can do IMO).</p>
]]></description><pubDate>Thu, 18 Jun 2026 09:50:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48583093</link><dc:creator>matja</dc:creator><comments>https://news.ycombinator.com/item?id=48583093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48583093</guid></item><item><title><![CDATA[New comment by matja in "Nobody ever gets credit for fixing problems that never happened (2001) [pdf]"]]></title><description><![CDATA[
<p>Apt comic: <a href="https://www.workchronicles.com/p/comic-prevention-vs-cure" rel="nofollow">https://www.workchronicles.com/p/comic-prevention-vs-cure</a></p>
]]></description><pubDate>Fri, 12 Jun 2026 13:59:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48504171</link><dc:creator>matja</dc:creator><comments>https://news.ycombinator.com/item?id=48504171</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48504171</guid></item><item><title><![CDATA[New comment by matja in "Show HN: Gravity – interactive solar-system simulator, from Newton to Einstein"]]></title><description><![CDATA[
<p>> well that is fortunate<p>I think that was one of the arguments of the Anthropic principle [1], that there doesn't appear to be any reason why there are 3 spatial dimensions and 1 time dimension, or why the fundamental constants are what they are - but if they weren't then there wouldn't be anyone to exist to say "well that is fortunate".<p>[1] <a href="https://en.wikipedia.org/wiki/Anthropic_principle#Dimensions_of_spacetime" rel="nofollow">https://en.wikipedia.org/wiki/Anthropic_principle#Dimensions...</a></p>
]]></description><pubDate>Tue, 09 Jun 2026 17:06:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48463941</link><dc:creator>matja</dc:creator><comments>https://news.ycombinator.com/item?id=48463941</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48463941</guid></item><item><title><![CDATA[New comment by matja in "Corrupting a ZFS File on Purpose"]]></title><description><![CDATA[
<p>You're right that the ECC validation is very robust, but that only validates one small part - that the drive is reading what it has previously written, not that the data was correct when it came in to the drive, correctly handled by the firmware, or even written in the correct place (LBA) on the drive.<p>There's been times when some features of entire models of drives have been disabled in the Linux kernel because of buggy firmware that silently writes bad data (with correct ECC), so reading it back is successful from both the drive's and the OS's block driver views.<p>I was hit by this myself with the queued TRIM command firmware bug that affected all Samsung EVO 840 SSDs (Linux kernel commit 9a9324d3969678d44b330e1230ad2c8ae67acf81 if you want to look into the history) - the drive didn't report any errors, but ZFS kept reporting corruption, and kept on fixing it in the background.</p>
]]></description><pubDate>Sun, 07 Jun 2026 20:24:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48438179</link><dc:creator>matja</dc:creator><comments>https://news.ycombinator.com/item?id=48438179</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48438179</guid></item><item><title><![CDATA[New comment by matja in "There's still no point in gigabit broadband"]]></title><description><![CDATA[
<p>Because I would have expected for game development that it would be rare for majority of the large assets (art, textures, 3d meshes, video, sound, music) to change multiple times per day, so - to me - sounds like would perfectly suit a differential/incremental sync protocol, rather than treating everything as a large packed blob.  At least that was the case for the game development I did.</p>
]]></description><pubDate>Sat, 06 Jun 2026 22:40:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48429751</link><dc:creator>matja</dc:creator><comments>https://news.ycombinator.com/item?id=48429751</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48429751</guid></item><item><title><![CDATA[New comment by matja in "There's still no point in gigabit broadband"]]></title><description><![CDATA[
<p>I play games but I suppose I don't download a 100GB game frequently enough for it to matter to myself.</p>
]]></description><pubDate>Sat, 06 Jun 2026 12:30:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48424403</link><dc:creator>matja</dc:creator><comments>https://news.ycombinator.com/item?id=48424403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48424403</guid></item><item><title><![CDATA[New comment by matja in "There's still no point in gigabit broadband"]]></title><description><![CDATA[
<p>True, but that is transport (TLS). I was asking about the underlying data.</p>
]]></description><pubDate>Sat, 06 Jun 2026 12:27:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48424368</link><dc:creator>matja</dc:creator><comments>https://news.ycombinator.com/item?id=48424368</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48424368</guid></item><item><title><![CDATA[New comment by matja in "There's still no point in gigabit broadband"]]></title><description><![CDATA[
<p>Please can you enlighten the ignorant that are also gamers? :)</p>
]]></description><pubDate>Sat, 06 Jun 2026 12:17:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48424270</link><dc:creator>matja</dc:creator><comments>https://news.ycombinator.com/item?id=48424270</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48424270</guid></item><item><title><![CDATA[New comment by matja in "There's still no point in gigabit broadband"]]></title><description><![CDATA[
<p>Is that 80-100GB of unique data multiple times per day? Is it encrypted with a different key every time? Sounds very interesting.</p>
]]></description><pubDate>Sat, 06 Jun 2026 12:16:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48424258</link><dc:creator>matja</dc:creator><comments>https://news.ycombinator.com/item?id=48424258</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48424258</guid></item><item><title><![CDATA[New comment by matja in "Gemma 4 12B: A unified, encoder-free multimodal model"]]></title><description><![CDATA[
<p>One side-effect, is that the separate .mmproj file (Multi-Modal Projection encoder) is no longer needed, when using the model with llama.cpp etc.</p>
]]></description><pubDate>Wed, 03 Jun 2026 16:58:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48386552</link><dc:creator>matja</dc:creator><comments>https://news.ycombinator.com/item?id=48386552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48386552</guid></item><item><title><![CDATA[New comment by matja in "OpenRouter raises $113M Series B"]]></title><description><![CDATA[
<p>+1 this. Example: Using Mistral TTS voice cloning appears to be not possible via the "providers" pass-through object in the OpenRouter API because some parameters are always forwarded which conflict with the provider's parameters.</p>
]]></description><pubDate>Sun, 31 May 2026 15:08:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48346304</link><dc:creator>matja</dc:creator><comments>https://news.ycombinator.com/item?id=48346304</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48346304</guid></item><item><title><![CDATA[New comment by matja in "I put a datacenter GPU in my gaming PC"]]></title><description><![CDATA[
<p>The latest Raspberry Pi 5 has one 32-bit channel (2x 16-bit subchannels) of LPDDR4X-4267 SDRAM giving 17.1GB/s of bandwidth, 52x less than this GPU.  Never mind lacking the CUDA and Tensor cores, so the FP16 performance is 102x less (307 GFLOPS vs 31.4 TFLOPS).  So for £200, there's absolutely no comparison for this specific use-case.</p>
]]></description><pubDate>Sun, 31 May 2026 14:38:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48346014</link><dc:creator>matja</dc:creator><comments>https://news.ycombinator.com/item?id=48346014</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48346014</guid></item><item><title><![CDATA[New comment by matja in "I put a datacenter GPU in my gaming PC"]]></title><description><![CDATA[
<p>The AMD MI250X GPUs are also interesting - 128GB of HBM2E at 3TB/s, sometimes you see them second-hand for under $1k, the catch obviously is that it needs an OAM socket.  Never seen an easy way to hook them up to a regular mainboard.</p>
]]></description><pubDate>Sun, 31 May 2026 14:26:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48345923</link><dc:creator>matja</dc:creator><comments>https://news.ycombinator.com/item?id=48345923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48345923</guid></item><item><title><![CDATA[New comment by matja in "Bijou64: A variable-length integer encoding"]]></title><description><![CDATA[
<p>> canonicality matters — for signatures, content-addressing, or any kind of “two implementations must agree on the bytes” property<p>If you don't do this properly, you end up with things like:
- SAML XSW attack due to XML signature wrapping
- ASN.1 BER/DER signature forgery
- Bitcoin transaction malleability attacks</p>
]]></description><pubDate>Fri, 29 May 2026 17:18:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48326251</link><dc:creator>matja</dc:creator><comments>https://news.ycombinator.com/item?id=48326251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48326251</guid></item></channel></rss>