Live data from Hacker News

Viewing profile — turminal

turminal

HN member
Joined
Fri, Nov 20, 2020, 2:38 AM UTC
HN karma
1,344
Public activity
452 items

About turminal

Null list in concatenation

Recent public activity

  1. comment
    Comment #46939668

    This sounds like a great way to lose data when the machine dies unexpectedly.

  2. comment
    Comment #46363187

    For lots of software projects, a release tarball is not just a gzipped repo checked out at a specific commit. So this would only work for some packages.

  3. comment
    Comment #45344804

    In other words, for the user, it's not a step forward. It doesn't matter if the spec is perfect.

  4. comment
    Comment #42513370

    But most software that would need to care about that already needs to care about timezones, and those already need to be regularly updated, sometimes with not much more than a mont…

  5. comment
    Comment #41495784

    As I'm sure many of the customers can tell you, the company and the products are very real. And they come in very real milled aluminum cases, the case in the images is 3d printed b…

  6. comment
    Comment #40015116

    I don't understand the initial motivation for converting regular dynamic library dependencies to dlopen dependencies. How does that help with reducing the footprint?

  7. comment
    Comment #39325684

    Except for the users.

  8. comment
    Comment #39079342

    If char is signed and ' ' * 13 is bigger than CHAR_MAX, you get UB by signed overflow.

  9. comment
    Comment #39078646

    That would imply WAF gets to see unhashed passwords, so not good at all.

  10. comment
    Comment #39078558

    The funniest part of this is that they don't even check for all of the banned strings. Source: I'm a student there and tried it out of curiosity.

  11. comment
    Comment #39073755

    > The first 4 are implementation defined rather than undefined. Third and fourth are only defined in some implementations.

  12. comment
    Comment #38946526

    Oh, this is about last names, that makes more sense. Should have read it more carefully.

  13. comment
    Comment #38942732

    Did I read this correctly, there is a mandatory suffix to names of all female Lithuanians, required by law?

  14. comment
    Comment #38935794

    Also probably going to speed up language extinction :(

  15. comment
    Comment #38841199

    "Code" refers to whatever software written in C. "Implementations" refers to implementations of the language - C compilers and runtimes.

  16. comment
    Comment #38568486

    Yeah and they're both hostile to the user.

  17. comment
    Comment #38520525

    Unless Google Alert gets shut down by then.

  18. comment
    Comment #38454216

    A similar thing exists for Plan 9: https://orib.dev/git9.html

  19. comment
    Comment #38365850

    Wow, I didn't know about this correlation, where can I read more about that?

  20. comment
    Comment #38334946

    The "task" changes from time to time as well. Creating crazy new things, then figuring out they're too complex and then reinventing them simpler is another endless cycle, much olde…

  21. comment
    Comment #38233649

    I think this is on some level very much like deciding which programming language to use. It really depends on what problems you're trying to solve and there isn't a single one that…

  22. comment
    Comment #38225867

    This is not just a Windows thing. Plenty of Unix software struggles with long paths as well.

  23. comment
    Comment #38206430

    Most likely the motherboard has 8GB soldered on, they do that with a lot of laptops these days unfortunately.

  24. comment
    Comment #38144651

    > (but I don't know whether C already had the "const" keyword at that time) It did, "const" exists since C89.

  25. comment
    Comment #38144552

    Related, one of my favorite in-depth stack overflow answers: https://stackoverflow.com/a/33206814