Live data from Hacker News

Viewing profile — gourlaysama

gourlaysama

HN member
Joined
Sun, Jan 06, 2013, 11:53 AM UTC
HN karma
370
Public activity
46 items

About gourlaysama

No profile information was provided.

Recent public activity

  1. comment
    Comment #49170200

    No, this only removes parsing CELT inside an ogg container (because CELT itself is going away), not support for ogg itself.

  2. comment
    Comment #48062627

    > Talk about the war on Christmas! 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 famou…

  3. comment
    Comment #47533457

    And things get even crazier in Part 2 [1]. [1]: https://www.filfre.net/2026/03/the-mystery-of-rennes-le-chat...

  4. comment
    Comment #45321459

    Putting API contracts aside, the problem is also that people use a package manager as if it was a code snippet manager. As in, "how do I check if a string starts with a shebang" sh…

  5. comment
    Comment #45238503

    The app in the Google Store is no longer maintained, hence the warning. It is however available in F-droid [1], and the newer versions don't need the secondary app and do everythin…

  6. comment
    Comment #32139965

    There are GUIs based on mpv that provide a user-friendly interface and just use mpv for playback, see Celluloid [0]. [0]: https://celluloid-player.github.io/

  7. comment
    Comment #30746797

    See the Linux documentation's "How the development process works" [0]. The way a changeset goes from a developer's machine to the root is reasonably similar (it usually gets pulled…

  8. comment
    Comment #29591937

    Yes, it works the same. 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-…

  9. comment
    Comment #27542358

    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.

  10. comment
    Comment #27347325

    > FWIW this is literally the first time I’ve encountered someone claiming that it isn’t science fiction. Well, there's Science Fantasy [1]: Jedi and the Force are very much Wizards…

  11. comment
    Comment #27343694

    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. It allows different mounts to expose the…

  12. comment
    Comment #27197815

    On Firefox you can go to `about:processes`. It lists tabs by process, and includes the PID (on Linux; no idea about other platforms). You can also directly kill tabs and processes …

  13. comment
    Comment #26931497

    To be fair, this is more a Rust Syntax Reference Sheet than any kind of cheat-sheet. It basically has everything. It's useful to quickly lookup the syntax for something you never u…

  14. comment
    Comment #25344690

    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)…

  15. story
  16. comment
    Comment #24386218

    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 …

  17. comment
    Comment #23016945

    > Did this used to be open knowledge and scrubbed now? The [edit: wikipedia] article mentions that he was "director of radio operations of the Psychological Warfare branch in the O…

  18. comment
    Comment #21246700

    The Scala release checklist [1] is a good example of a release checklist with both automated and manual steps. [1]: https://github.com/scala/scala-dev/issues/645

  19. comment
    Comment #20868899

    > 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 u…

  20. comment
    Comment #19774446

    The 8-part series this comes from (starting here [1]) was a really good read. Very informative, regardless of one's stance on emoji. [1] https://shadycharacters.co.uk/2018/08/emoji…

  21. comment
    Comment #19535438

    There are differences between Chinese and Japanese stroke order. See the animCJK [0] project for support for Japanese kanji and kanas (demo: [1]). [0]: https://github.com/parsimonh…

  22. comment
    Comment #19027390

    > I was curious as to whether this had already shipped for other platforms or not. AV1 support is available on all platforms behing the flag; this release just enables it by defaul…

  23. comment
    Comment #18377164

    > Nothing is handling the order because there is only one buffer being written to. Ah, that's what I was missing. Thank you, that makes sense.

  24. comment
    Comment #18377064

    This is probably a stupid question, but doesn't the PTY itself already have that out-of-order problem? I mean that it reads both file descriptors and does interleave them in the en…

  25. comment
    Comment #17307891

    > [...] for compatibility reasons. For compatibility with DOS 1.x no less [0]! That's 37 years and counting of backward compatibility... [0] https://blogs.msdn.microsoft.com/oldnew…