<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: s20n</title><link>https://news.ycombinator.com/user?id=s20n</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 28 Aug 2026 14:58:33 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=s20n" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by s20n in "Shattered skeleton is first confirmed death from trebuchet"]]></title><description><![CDATA[
<p>first confirmed case of MLG noscope</p>
]]></description><pubDate>Tue, 18 Aug 2026 05:41:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=49341699</link><dc:creator>s20n</dc:creator><comments>https://news.ycombinator.com/item?id=49341699</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49341699</guid></item><item><title><![CDATA[New comment by s20n in "Google is making private AI practical with homomorphic encryption"]]></title><description><![CDATA[
<p>Also this lecture by Vinod Vaikuntanathan is really helpful if you want to learn about FHE: <a href="https://www.youtube.com/watch?v=5LGwaICJ5sw" rel="nofollow">https://www.youtube.com/watch?v=5LGwaICJ5sw</a></p>
]]></description><pubDate>Sat, 15 Aug 2026 04:41:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=49307694</link><dc:creator>s20n</dc:creator><comments>https://news.ycombinator.com/item?id=49307694</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49307694</guid></item><item><title><![CDATA[New comment by s20n in "I hate packaging my software for Linux"]]></title><description><![CDATA[
<p>Yes, the DLLs are usually installed along with the binary by the installer on Windows.<p>What I was talking about was the setup required on your machine/CI to get the dependencies to build those DLLs.</p>
]]></description><pubDate>Wed, 12 Aug 2026 12:43:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=49271516</link><dc:creator>s20n</dc:creator><comments>https://news.ycombinator.com/item?id=49271516</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49271516</guid></item><item><title><![CDATA[New comment by s20n in "I hate packaging my software for Linux"]]></title><description><![CDATA[
<p>I just did a double take at "Windows and macOS aren't as bad as Linux".<p>Packaging for Windows is truly horrible. Even getting the dependencies to build your app on Windows is a nightmare (the author mentions winget which is no good for libraries)?<p>I maintain an app that uses libsfml, libfluidsynth and a bunch of other dependencies. Packaging on windows was only made possible by MSYS2 and pacman which is literally a linux package manager.</p>
]]></description><pubDate>Wed, 12 Aug 2026 12:35:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=49271425</link><dc:creator>s20n</dc:creator><comments>https://news.ycombinator.com/item?id=49271425</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49271425</guid></item><item><title><![CDATA[New comment by s20n in "Cloudflare OS: an open platform for agents, apps, and work"]]></title><description><![CDATA[
<p>Finally, we have an "OS" written in typescript. And here I was thinking that an OS would be the only exception to Atwood's law /s</p>
]]></description><pubDate>Wed, 05 Aug 2026 15:29:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=49184310</link><dc:creator>s20n</dc:creator><comments>https://news.ycombinator.com/item?id=49184310</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49184310</guid></item><item><title><![CDATA[New comment by s20n in "Software for One"]]></title><description><![CDATA[
<p>I really want to use a scheme based operating system where all processes are continuations and people boot into a REPL instead of a unix shell. something like a modern version of the symbolics lisp machines. Instead of using fork() and exec, spawning a new process would be a call/cc. can you imagine?</p>
]]></description><pubDate>Sat, 01 Aug 2026 14:29:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=49134767</link><dc:creator>s20n</dc:creator><comments>https://news.ycombinator.com/item?id=49134767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49134767</guid></item><item><title><![CDATA[New comment by s20n in "Azulejo"]]></title><description><![CDATA[
<p>I assumed the word was derived from "azul" but from the article, it's apparently derived from the Arabic الزليج (al-zillīj) and has no relation with "azul"</p>
]]></description><pubDate>Thu, 30 Jul 2026 11:07:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=49108344</link><dc:creator>s20n</dc:creator><comments>https://news.ycombinator.com/item?id=49108344</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49108344</guid></item><item><title><![CDATA[Kaappi – r7rs scheme written in Zig]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/kaappi/kaappi">https://github.com/kaappi/kaappi</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49054958">https://news.ycombinator.com/item?id=49054958</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 26 Jul 2026 05:18:10 +0000</pubDate><link>https://github.com/kaappi/kaappi</link><dc:creator>s20n</dc:creator><comments>https://news.ycombinator.com/item?id=49054958</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49054958</guid></item><item><title><![CDATA[New comment by s20n in "There are a few things that I look back on as my mistakes in the early days"]]></title><description><![CDATA[
<p>xcancel link: <a href="https://xcancel.com/ID_AA_Carmack/status/2069799283369345247" rel="nofollow">https://xcancel.com/ID_AA_Carmack/status/2069799283369345247</a></p>
]]></description><pubDate>Wed, 24 Jun 2026 16:09:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48662000</link><dc:creator>s20n</dc:creator><comments>https://news.ycombinator.com/item?id=48662000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48662000</guid></item><item><title><![CDATA[New comment by s20n in "1worldflag: A blue dot on a transparent background"]]></title><description><![CDATA[
<p>but that's the wrong shade of blue? It'd have been great if they took the colour from "The blue marble" instead of this Turbo Pascal blue.</p>
]]></description><pubDate>Mon, 08 Jun 2026 03:35:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48441048</link><dc:creator>s20n</dc:creator><comments>https://news.ycombinator.com/item?id=48441048</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48441048</guid></item><item><title><![CDATA[New comment by s20n in "A 10 year old Xeon is all you need"]]></title><description><![CDATA[
<p>I agree with the first part. I think this article by FSF about Intel's ME summarizes the issue <a href="https://static.fsf.org/nosvn/blogs/Intel_ME_Carikli_article_PRINT_2.pdf" rel="nofollow">https://static.fsf.org/nosvn/blogs/Intel_ME_Carikli_article_...</a><p>As for the second part, I am not sure about how living in a five eyes state would mitigate it. What do you mean by that?</p>
]]></description><pubDate>Mon, 01 Jun 2026 11:47:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48355592</link><dc:creator>s20n</dc:creator><comments>https://news.ycombinator.com/item?id=48355592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48355592</guid></item><item><title><![CDATA[New comment by s20n in "Voice AI Systems Are Vulnerable to Hidden Audio Attacks"]]></title><description><![CDATA[
<p>I'm failing to understand GP's logic here. Why would someone who's posting some TV show's content in complete disregard of their intellectual property rights be bothered about AI scraping?</p>
]]></description><pubDate>Mon, 18 May 2026 16:53:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48182195</link><dc:creator>s20n</dc:creator><comments>https://news.ycombinator.com/item?id=48182195</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48182195</guid></item><item><title><![CDATA[New comment by s20n in "Rtwatch: Watch videos with friends using WebRTC"]]></title><description><![CDATA[
<p>Thanks, that would be great! 
I am trying to think how this could work. Generally, subtitles are embedded as a separate track in the video container or as a sidecar .srt file [1].<p>Perhaps they can be converted and shown using the WebVTT API[2] or  <track> tags [3]?<p>Edit: Maybe that wouldn't work, here's a relevant stackoverflow post [4]<p>[1] <a href="https://en.wikipedia.org/wiki/SubRip" rel="nofollow">https://en.wikipedia.org/wiki/SubRip</a><p>[2] <a href="https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API" rel="nofollow">https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API</a><p>[3] <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/track" rel="nofollow">https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/...</a><p>[4]  <a href="https://stackoverflow.com/questions/61446205/webrtc-and-texttrack-caption-to-peer-is-possible" rel="nofollow">https://stackoverflow.com/questions/61446205/webrtc-and-text...</a></p>
]]></description><pubDate>Tue, 12 May 2026 14:01:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48108461</link><dc:creator>s20n</dc:creator><comments>https://news.ycombinator.com/item?id=48108461</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48108461</guid></item><item><title><![CDATA[New comment by s20n in "Rtwatch: Watch videos with friends using WebRTC"]]></title><description><![CDATA[
<p>I used to stream movies from my desktop over the local network with VLC and the main issue I faced was that I could never get the subtitles to work. I took a quick look at this repository and it doesn't look like they support subtitles either.</p>
]]></description><pubDate>Tue, 12 May 2026 13:45:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48108215</link><dc:creator>s20n</dc:creator><comments>https://news.ycombinator.com/item?id=48108215</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48108215</guid></item><item><title><![CDATA[New comment by s20n in "A HN post with negative points – how?"]]></title><description><![CDATA[
<p>OP should have archived the page when the count was negative.<p>Here's a snapshot from when the count was 0 <a href="https://web.archive.org/web/20260512115623/https://news.ycombinator.com/item?id=48104663" rel="nofollow">https://web.archive.org/web/20260512115623/https://news.ycom...</a></p>
]]></description><pubDate>Tue, 12 May 2026 13:36:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48108100</link><dc:creator>s20n</dc:creator><comments>https://news.ycombinator.com/item?id=48108100</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48108100</guid></item><item><title><![CDATA[New comment by s20n in "Bliss (Photograph)"]]></title><description><![CDATA[
<p>Microsoft Design also released 4K renders of nostalgic wallpapers (including bliss) a few years ago. I can't find the original link but here's the reddit post with the pictures.<p><a href="https://www.reddit.com/r/windows/comments/ogpni5/microsoft_nostalgia_wallpapers/" rel="nofollow">https://www.reddit.com/r/windows/comments/ogpni5/microsoft_n...</a></p>
]]></description><pubDate>Mon, 11 May 2026 12:19:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48094043</link><dc:creator>s20n</dc:creator><comments>https://news.ycombinator.com/item?id=48094043</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48094043</guid></item><item><title><![CDATA[New comment by s20n in "Bliss (Photograph)"]]></title><description><![CDATA[
<p>The name didn't help much either, I suppose.</p>
]]></description><pubDate>Mon, 11 May 2026 12:14:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48094002</link><dc:creator>s20n</dc:creator><comments>https://news.ycombinator.com/item?id=48094002</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48094002</guid></item><item><title><![CDATA[New comment by s20n in "The greatest shot in television: James Burke had one chance to nail this scene (2024)"]]></title><description><![CDATA[
<p>It really grinds my gears that the uploader had to ruin the "Greatest Shot in Television" by stretching the 4:3 video to 16:9.<p>I know I sound like a pedant but so many of these old TV recordings are uploaded this way on youtube. I was so annoyed by this infact that a few years ago I made a dumb extension that squeezes the video element back to 4:3 [1]. I'm not sure if this still works though.<p>[1] <a href="https://chromewebstore.google.com/detail/doddimnledmldclhlbfnponmmkfdbkdk" rel="nofollow">https://chromewebstore.google.com/detail/doddimnledmldclhlbf...</a></p>
]]></description><pubDate>Mon, 11 May 2026 05:40:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=48091388</link><dc:creator>s20n</dc:creator><comments>https://news.ycombinator.com/item?id=48091388</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48091388</guid></item><item><title><![CDATA[New comment by s20n in "Space Cadet Pinball on Linux"]]></title><description><![CDATA[
<p>It's ridiculous how accurate this recreation is to the original, it looks and feels identical.<p>The author was able to do this just decompiling the exe files, without looking at the original source code. Basically, completely blind.<p>So it goes without saying: The deaf, dumb and blind kid sure makes a mean pinball.</p>
]]></description><pubDate>Sun, 10 May 2026 14:08:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48084126</link><dc:creator>s20n</dc:creator><comments>https://news.ycombinator.com/item?id=48084126</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48084126</guid></item><item><title><![CDATA[New comment by s20n in "The Vatican's Website in Latin"]]></title><description><![CDATA[
<p>Clickus Hereus</p>
]]></description><pubDate>Thu, 07 May 2026 03:09:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48044989</link><dc:creator>s20n</dc:creator><comments>https://news.ycombinator.com/item?id=48044989</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48044989</guid></item></channel></rss>