Live data from Hacker News

Viewing profile — anonydsfsfs

anonydsfsfs

HN member
Joined
Fri, Sep 07, 2012, 1:04 AM UTC
HN karma
536
Public activity
96 items

About anonydsfsfs

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #48532784

    This (and a global pandemic) are central to the plot of The Talos Principle, a 2014 puzzle game. Can't say much more without spoilers, but we'd better hope its other predictions fo…

  3. comment
    Comment #40487465

    ...is that the entire article? This reads like the thesis statement for a much longer article or book.

  4. comment
    Comment #37302282

    It's not one-click, or at least it wasn't for me. I clicked the link in the sentence "If you prefer to opt out of letting Fi use and share your CPNI with Alphabet and Google servic…

  5. comment
  6. comment
    Comment #36124388

    The signatories on this are not crackpots. Hinton is incredibly influential, and he quit his job at Google so he could "freely speak out about the risks of A.I."

  7. comment
    Comment #33227265

    Not to mention Microsoft could countersue using their enormous patent war chest, which they have a history of doing[0] [0] https://techcrunch.com/2012/03/22/microsoft-and-tivo-drop…

  8. comment
    Comment #32715804

    Loading cached JS can still be very slow. https://www.webperf.tips/tip/cached-js-misconceptions/ has a good explanation of the bottlenecks involved. > Subsequent reloads from brows…

  9. comment
    Comment #32715690

    > would give you say a DataGrid component with sort able columns and some advanced optimizations like windowing react-data-grid is 13.8KB gzipped[1]. React itself is ~45KB gzipped,…

  10. comment
    Comment #32463828

    Node already has a solution for this: core modules are prefixed with "node:" to distinguish them from third-party modules. https://fusebit.io/blog/node-18-prefix-only-modules/?utm_…

  11. comment
    Comment #31941923

    I just checked the repo[0], and it says Bram has authored 95% of all commits to Vim. To say "the community owns Vim" when they've done ~5% of the work reminds me of group projects …

  12. comment
    Comment #31916611

    I've been in the same situation, and it's one of the few times I've appreciated the bureaucracy and red tape that come with being at a Fortune 500 company. Whenever the sales team …

  13. comment
    Comment #31635079

    Elden Ring earned $720m in the first 2 weeks, which averages ~$51m a day.

  14. comment
    Comment #31634976

    Elden Ring isn't going to be a standalone game. The publisher (Bandai Namco) says it's the start of a franchise, which fans are almost certain to lap up for a long time to come. Ha…

  15. comment
    Comment #31634648

    Everything I've reads says the opposite. Elden Ring has sold at least 13.4 million units so far[1], which is >$800 million in revenue. The only revenue figure I could find for Diab…

  16. comment
    Comment #31460648

    The problem with adding so much complexity to the parser is that it's now impossible to predict how any given Markdown is going to render on Github. If Github's parser was open-sou…

  17. comment
    Comment #31402198

    Wordpress was first released in 2003. There wasn't a database abstraction layer for PHP at the time (PDO was first released in 2005), so it was tightly coupled to MySQL.

  18. comment
    Comment #31291167

    People have been saying the same thing for over a century. Take the following passage from Fernando Pessoa's Book of Disquiet, written in the 1920s: > I belong to a generation that…

  19. comment
    Comment #31187430

    You got a 550? Lucky! When I worked at a non-profit that hosted our own email server, we had many instances where Microsoft would /dev/null our newsletter e-mails. Their servers wo…

  20. comment
    Comment #30201876

    Correct. The first example on the Wikipedia page is a gender bias study that appears to show a bias against women in college admissions, but there was actually a bias in favor of w…

  21. comment
    Comment #29031579

    Dash is Debian's default non-interactive shell, and it isn't POSIX compliant. The only way to get POSIX compliance on Debian is to switch to a different shell (e.g. bash).

  22. comment
    Comment #29029181

    "command -v" isn't reliable because several shells (including Dash) don't obey the POSIX standard. See https://github.com/oilshell/oil/blob/8fbc09bb3254cee944b0450...

  23. comment
    Comment #29029050

    I've seen this happen as a workaround for the following bug in Dash: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264 If Dash was POSIX compliant, this wouldn't be necessar…

  24. comment
    Comment #29028908

    The Debian shell's implementation of "command" isn't POSIX compliant due to the following bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264

  25. comment
    Comment #29028817

    "command -v" in Dash (the Debian shell) has a serious bug that makes it non-POSIX compliant: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264