<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: gourlaysama</title><link>https://news.ycombinator.com/user?id=gourlaysama</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 08 May 2026 17:34:09 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=gourlaysama" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by gourlaysama in "Pinocchio is weirder than you remembered"]]></title><description><![CDATA[
<p>> Talk about the war on Christmas!<p>Not just a war on Christmas, but an actual war too: this led to a whole bunch of Christmas riots throughout England, including Canterbury's famous "Plum pudding Riots", where rioters ended up sacking the mayor's house and taking over control of the city for weeks. The whole of Kent ended up revolting after the rioters' trial, essentially starting the Second English Civil War.</p>
]]></description><pubDate>Fri, 08 May 2026 13:13:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48062627</link><dc:creator>gourlaysama</dc:creator><comments>https://news.ycombinator.com/item?id=48062627</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48062627</guid></item><item><title><![CDATA[New comment by gourlaysama in "The Mystery of Rennes-Le-Château, Part 1: The Priest's Treasure"]]></title><description><![CDATA[
<p>And things get even crazier in Part 2 [1].<p>[1]: <a href="https://www.filfre.net/2026/03/the-mystery-of-rennes-le-chateau-part-2-secret-codes-and-hidden-messages/" rel="nofollow">https://www.filfre.net/2026/03/the-mystery-of-rennes-le-chat...</a></p>
]]></description><pubDate>Thu, 26 Mar 2026 17:44:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47533457</link><dc:creator>gourlaysama</dc:creator><comments>https://news.ycombinator.com/item?id=47533457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47533457</guid></item><item><title><![CDATA[New comment by gourlaysama in "The bloat of edge-case first libraries"]]></title><description><![CDATA[
<p>Putting API contracts aside, the problem is also that people use a package manager as if it was a code snippet manager.<p>As in, "how do I check if a string starts with a shebang" should result in some code being pasted in your editor, not in a new dependency. There is obviously a complexity threshold where the dependency becomes the better choice, but wherever it is it should be way higher than this.</p>
]]></description><pubDate>Sun, 21 Sep 2025 10:14:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=45321459</link><dc:creator>gourlaysama</dc:creator><comments>https://news.ycombinator.com/item?id=45321459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45321459</guid></item><item><title><![CDATA[New comment by gourlaysama in "Pass: Unix Password Manager"]]></title><description><![CDATA[
<p>The app in the Google Store is no longer maintained, hence the warning.<p>It is however available in F-droid [1], and the newer versions don't need the secondary app and do everything internally.<p>[1]: <a href="https://f-droid.org/packages/app.passwordstore.agrahn" rel="nofollow">https://f-droid.org/packages/app.passwordstore.agrahn</a></p>
]]></description><pubDate>Sun, 14 Sep 2025 08:55:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=45238503</link><dc:creator>gourlaysama</dc:creator><comments>https://news.ycombinator.com/item?id=45238503</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45238503</guid></item><item><title><![CDATA[New comment by gourlaysama in "Mpv – A free, open source, and cross-platform media player"]]></title><description><![CDATA[
<p>There are GUIs based on mpv that provide a user-friendly interface and just use mpv for playback, see Celluloid [0].<p>[0]: <a href="https://celluloid-player.github.io/" rel="nofollow">https://celluloid-player.github.io/</a></p>
]]></description><pubDate>Mon, 18 Jul 2022 16:13:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=32139965</link><dc:creator>gourlaysama</dc:creator><comments>https://news.ycombinator.com/item?id=32139965</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32139965</guid></item><item><title><![CDATA[New comment by gourlaysama in "The Windows Shutdown crapfest (2006)"]]></title><description><![CDATA[
<p>See the Linux documentation's "How the development process works" [0].<p>The way a changeset goes from a developer's machine to the root is reasonably similar (it usually gets pulled through a number a intermediate trees, from a development tree to a sub-subsystem tree to a major subsystem tree to Linus's tree), riding the train from the bottom to the top, with an additional time constraint on it (the merge window being open).<p>The kernel also has a "next" tree that is a snapshot of what the kernel would look like with incoming changes merged right now, surfacing early the exact long-distance coordination issues described in the article. Plus, of course, everything is in the open, so maintainers of different subsystem can then coordinate directly on things that impact both sides, even if the required patches will if possible make their way up separately.<p>[0]: <a href="https://www.kernel.org/doc/html/latest/process/2.Process.html#development-process" rel="nofollow">https://www.kernel.org/doc/html/latest/process/2.Process.htm...</a></p>
]]></description><pubDate>Sun, 20 Mar 2022 21:24:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=30746797</link><dc:creator>gourlaysama</dc:creator><comments>https://news.ycombinator.com/item?id=30746797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30746797</guid></item><item><title><![CDATA[New comment by gourlaysama in "YouTube-dl's first release since June 2021"]]></title><description><![CDATA[
<p>Yes, it works the same.<p>Since mpv 0.34 it even looks for yt-dlp first, and fallback to youtube-dl otherwise. Before that you had to set an option, or just symlink youtube-dl to yt-dlp.</p>
]]></description><pubDate>Fri, 17 Dec 2021 13:41:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=29591937</link><dc:creator>gourlaysama</dc:creator><comments>https://news.ycombinator.com/item?id=29591937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29591937</guid></item><item><title><![CDATA[New comment by gourlaysama in "Rust 1.53"]]></title><description><![CDATA[
<p>Unicode has both MICRO SIGN (U+00B5) and GREEK SMALL LETTER MU (U+03BC). The former is the one on (most) people's keyboard, and it shouldn't be used to type actual Greek.</p>
]]></description><pubDate>Thu, 17 Jun 2021 17:50:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=27542358</link><dc:creator>gourlaysama</dc:creator><comments>https://news.ycombinator.com/item?id=27542358</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27542358</guid></item><item><title><![CDATA[New comment by gourlaysama in "The most expensive number in engineering"]]></title><description><![CDATA[
<p>> FWIW this is literally the first time I’ve encountered someone claiming that it isn’t science fiction.<p>Well, there's Science Fantasy [1]: Jedi and the Force are very much Wizards and Magic.<p>I've heard it called Space Fantasy, too.<p>[1]: <a href="https://tvtropes.org/pmwiki/pmwiki.php/Main/ScienceFantasy" rel="nofollow">https://tvtropes.org/pmwiki/pmwiki.php/Main/ScienceFantasy</a></p>
]]></description><pubDate>Mon, 31 May 2021 19:23:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=27347325</link><dc:creator>gourlaysama</dc:creator><comments>https://news.ycombinator.com/item?id=27347325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27347325</guid></item><item><title><![CDATA[New comment by gourlaysama in "File Permissions: A painful side of Docker (2019)"]]></title><description><![CDATA[
<p>There is a new mount syscall in Linux 5.12, see "ID remapping in mounts" [1], that should help with all the permission madness, eventually.<p>It allows different mounts to expose the same content with different ownership, and in general to map permissions IDs between mounts in any way we like.<p>systemd-homed wll use that to abstract over the uids and gids of portable home directories, for example.<p>[1]: <a href="https://lwn.net/Articles/837566/" rel="nofollow">https://lwn.net/Articles/837566/</a></p>
]]></description><pubDate>Mon, 31 May 2021 13:09:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=27343694</link><dc:creator>gourlaysama</dc:creator><comments>https://news.ycombinator.com/item?id=27343694</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27343694</guid></item><item><title><![CDATA[New comment by gourlaysama in "Site Isolation in Firefox"]]></title><description><![CDATA[
<p>On Firefox you can go to `about:processes`.<p>It lists tabs by process, and includes the PID (on Linux; no idea about other platforms). You can also directly kill tabs and processes from there.</p>
]]></description><pubDate>Tue, 18 May 2021 17:13:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=27197815</link><dc:creator>gourlaysama</dc:creator><comments>https://news.ycombinator.com/item?id=27197815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27197815</guid></item><item><title><![CDATA[New comment by gourlaysama in "Rust Language Cheat Sheet"]]></title><description><![CDATA[
<p>To be fair, this is more a Rust Syntax Reference Sheet than any kind of cheat-sheet. It basically has everything.<p>It's useful to quickly lookup the syntax for something you never use, for example. Or to browse and discover things you didn't know were even possible.</p>
]]></description><pubDate>Sun, 25 Apr 2021 09:41:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=26931497</link><dc:creator>gourlaysama</dc:creator><comments>https://news.ycombinator.com/item?id=26931497</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26931497</guid></item><item><title><![CDATA[New comment by gourlaysama in "Camouflaged Military Bunkers of Switzerland (2015)"]]></title><description><![CDATA[
<p>That reminds me of the two anti-tanks fortresses disguised as houses as part of the Toblerone line [1]. Those two were the only ones visible from the road by people (i.e. tourists), so they made them a bit less scary.<p>The Tim Traveller did a wonderful video on those a few months ago [2].<p>[1]: <a href="https://en.wikipedia.org/wiki/Toblerone_line" rel="nofollow">https://en.wikipedia.org/wiki/Toblerone_line</a><p>[2][video]: <a href="https://youtu.be/tPL9-L2gwzo" rel="nofollow">https://youtu.be/tPL9-L2gwzo</a></p>
]]></description><pubDate>Tue, 08 Dec 2020 13:23:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=25344690</link><dc:creator>gourlaysama</dc:creator><comments>https://news.ycombinator.com/item?id=25344690</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25344690</guid></item><item><title><![CDATA[Introduction to Linux interfaces for virtual networking]]></title><description><![CDATA[
<p>Article URL: <a href="https://developers.redhat.com/blog/2018/10/22/introduction-to-linux-interfaces-for-virtual-networking/">https://developers.redhat.com/blog/2018/10/22/introduction-to-linux-interfaces-for-virtual-networking/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=24992543">https://news.ycombinator.com/item?id=24992543</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 04 Nov 2020 20:04:09 +0000</pubDate><link>https://developers.redhat.com/blog/2018/10/22/introduction-to-linux-interfaces-for-virtual-networking/</link><dc:creator>gourlaysama</dc:creator><comments>https://news.ycombinator.com/item?id=24992543</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24992543</guid></item><item><title><![CDATA[New comment by gourlaysama in "Mathematicians should stop naming things after each other"]]></title><description><![CDATA[
<p>This seems to misrepresent why people bother naming things. It's not like mathematicians are spending their time randomly naming every object/property/structure/... they encounter just for the sake of it.<p>A "Kähler manifold" exists, as a name, because there is no way to fully describe what it is (and bring forward in the reader all the corresponding context) in two or three words. Using a long sentence (full of things that could themselves be artificial labels, recursively) instead would be a waste of everyone's time.<p>If one can use a short descriptive name for something, then it's not a name, it's just the thing, and everyone refer to it directly. And when you can't, or when you want to indicate its importance, or you want to neatly package all the relevant context about it, all the mathematical baggage that should come with it in something short, then the pretty obvious thing to do it to abstract it away and stick a label on top.<p>It doesn't really matter whether they use mathematicians, flower names or characters from The Lord of The Rings, as long as it's unique enough, in context, then it's fine. The names become part of the vocabulary of the field, just as much as supposed "descriptive" names. All those "descriptive" names have to be precisely defined too anyway, because they carry natural-language connotations, assumptions, and so on, that just don't apply.</p>
]]></description><pubDate>Sat, 05 Sep 2020 19:25:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=24386218</link><dc:creator>gourlaysama</dc:creator><comments>https://news.ycombinator.com/item?id=24386218</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24386218</guid></item><item><title><![CDATA[New comment by gourlaysama in "Podcast Explores Whether Scorpions Hit 'Wind of Change' Was Written by the CIA"]]></title><description><![CDATA[
<p>> Did this used to be open knowledge and scrubbed now?<p>The [edit: wikipedia] article mentions that he was "director of radio operations of the Psychological Warfare branch in the Office of War Information at Allied Force Headquarters": that's what became PWD/SHAEF [1] towards the end of the war and was merged after the war with the Strategic Services Unit and some other stuff to make the CIA.<p>[1]: <a href="https://en.wikipedia.org/wiki/Psychological_Warfare_Division" rel="nofollow">https://en.wikipedia.org/wiki/Psychological_Warfare_Division</a></p>
]]></description><pubDate>Wed, 29 Apr 2020 08:53:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=23016945</link><dc:creator>gourlaysama</dc:creator><comments>https://news.ycombinator.com/item?id=23016945</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23016945</guid></item><item><title><![CDATA[New comment by gourlaysama in "How to fuck up software releases"]]></title><description><![CDATA[
<p>The Scala release checklist [1] is a good example of a release checklist with both automated and manual steps.<p>[1]: <a href="https://github.com/scala/scala-dev/issues/645" rel="nofollow">https://github.com/scala/scala-dev/issues/645</a></p>
]]></description><pubDate>Mon, 14 Oct 2019 10:31:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=21246700</link><dc:creator>gourlaysama</dc:creator><comments>https://news.ycombinator.com/item?id=21246700</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21246700</guid></item><item><title><![CDATA[New comment by gourlaysama in "Firefox 69.0 Released"]]></title><description><![CDATA[
<p>> With the deprecation of Adobe Flash Player, there is no longer a need to identify users on 32-bit version of the Firefox browser on 64-bit version operating systems[, ]reducing user agent fingerprinting factors.<p>Good. User agents already contain too much.<p>That's actually the first time I've ever seen a browser actively <i>removing</i> stuff from the User Agent.</p>
]]></description><pubDate>Tue, 03 Sep 2019 17:31:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=20868899</link><dc:creator>gourlaysama</dc:creator><comments>https://news.ycombinator.com/item?id=20868899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20868899</guid></item><item><title><![CDATA[New comment by gourlaysama in "Emoji, part 6c: to infinity and beyond?"]]></title><description><![CDATA[
<p>The 8-part series this comes from (starting here [1]) was a really good read. Very informative, regardless of one's stance on emoji.<p>[1] <a href="https://shadycharacters.co.uk/2018/08/emoji-part-1-in-the-beginning/" rel="nofollow">https://shadycharacters.co.uk/2018/08/emoji-part-1-in-the-be...</a></p>
]]></description><pubDate>Sun, 28 Apr 2019 23:17:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=19774446</link><dc:creator>gourlaysama</dc:creator><comments>https://news.ycombinator.com/item?id=19774446</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19774446</guid></item><item><title><![CDATA[New comment by gourlaysama in "Hanzi Writer – JavaScript library for Chinese character stroke order animations"]]></title><description><![CDATA[
<p>There are differences between Chinese and Japanese stroke order. See the animCJK [0] project for support for Japanese kanji and kanas (demo: [1]).<p>[0]: <a href="https://github.com/parsimonhi/animCJK" rel="nofollow">https://github.com/parsimonhi/animCJK</a><p>[1]: <a href="http://gooo.free.fr/animCJK/official/" rel="nofollow">http://gooo.free.fr/animCJK/official/</a></p>
]]></description><pubDate>Sun, 31 Mar 2019 13:21:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=19535438</link><dc:creator>gourlaysama</dc:creator><comments>https://news.ycombinator.com/item?id=19535438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19535438</guid></item></channel></rss>