Live data from Hacker News

Viewing profile — mananaysiempre

mananaysiempre

HN member
Joined
Sun, May 30, 2021, 7:34 PM UTC
HN karma
9,586
Public activity
3,098 items

About mananaysiempre

all code in comments is CC0-1.0 OR 0BSD unless specified otherwise

Recent public activity

  1. comment
    Comment #49183214

    When the GDPR came into force https://npr.org started redirecting to https://text.npr.org with an explanation that sounded like that fact was supposed to annoy you, but I honestly …

  2. comment
    Comment #49181714

    > If anything, the word STRASSE is a great example why case-folding followed by string comparison is not the same as a case-independent string comparison s/case-folding/lowercasing…

  3. comment
    Comment #49150628

    Which makes sense, games have a much smaller area of contact with the host platform. This sounds strange given how much modern GPUs can do, but consider that a typical Windows mach…

  4. story
  5. comment
    Comment #49146992

    > there are some weird AI generated comments by new[] accounts on this thread When you have showdead on (as I’m guessing you do), there are weird AI-generated comments by new accou…

  6. comment
    Comment #49135571

    > This might be the best case of the Torment Nexus meme in action. At least the author seems to think[1] it is one, if in not so many words: > And don't ever let anyone tell you th…

  7. comment
    Comment #49130491

    I mean, yes, you’ve given a correct algorithm for parsing this simple precedence grammar, but it still leaves the impression that there’s something new to learn in addition to C ex…

  8. comment
  9. comment
    Comment #49125389

    Why would you do that? Ignoring for the moment arguments of prototypes and sizes of arrays, read C declarations the way they were designed: “char *a[ ]” means that the expression *…

  10. comment
    Comment #49101396

    GP’s point is that many keyboards these days come with a Mac/Windows switch, and one of the things that switch does is swap the keycodes sent by the Alt and Win keys—the “Mac” beha…

  11. comment
    Comment #49081260

    Error handling in Dylan[1] worked mostly the same way, if syntax is truly the issue. I posted a toy implementation in Lua a few years ago as well[2]. In general there’s nothing Lis…

  12. comment
    Comment #49058639

    > Once I had the design [of the enclosure], I tried to 3D print it on my brand new 3D printer, which turned out to be a disaster. Took me some time to learn more about designing fo…

  13. comment
    Comment #49056657

    TL;DR: The old-school empty branch preserves $?, while logical negation doesn’t. Sure I guess, but this is not always relevant.

  14. comment
    Comment #49033979

    The battery life’s reportedly kind of garbage, though, isn’t it? As it seems to be on all these devices. I understand this is partly due to overpowered output amplifiers (to suppor…

  15. comment
    Comment #49028086

    > Not sure about Linux, too many stacks involved. Wayland: wl_shm and that’s it for the “stack”.

  16. comment
    Comment #48991860

    There are indeed precomputed LUTs, but apparently you need to be a bit more sophisticated than that if you want your sun angle to be dynamic, and they also did clouds: https://www.…

  17. comment
    Comment #48984342

    I once tried to ask it for an example of a particular twisty situation in Latin grammar, and try what I might it kept hallucinating false citations while ignoring my instructions f…

  18. comment
    Comment #48984263

    Yup. I once came across a (picture of a) test print made by one of the old black-and-white street photography greats, and it was all marked up with development adjustments for bett…

  19. comment
    Comment #48984135

    I recall a GDC presentation about a physically-based atmospheric model developed for a (good) AAA game released sometime in the last decade, and it reportedly took up a noticeable …

  20. comment
    Comment #48984048

    I’m guessing GP’s point is that Google also has the locations of all the people not in cars, so Google Maps could take the hint if it wanted. But thus far nobody appears to care en…

  21. comment
  22. comment
  23. comment
  24. comment
    Comment #48961159

    Sadly, after the 2024 anti-E2E-messaging piece[1] I do in fact think he’s pretty anti-privacy overall. Perhaps calling that pro-regulation is more correct, but my (non-American) ex…

  25. comment
    Comment #48957181

    That one’s cache-oblivious so nominally the right answer if you don’t know how your cache works or have to deal with several of them at once, but the constants are bad enough to ma…