Live data from Hacker News

Viewing profile — GlitchMr

GlitchMr

HN member
Joined
Fri, May 17, 2013, 11:36 AM UTC
HN karma
1,509
Public activity
275 items

About GlitchMr

No profile information was provided.

Recent public activity

  1. comment
    Comment #36919160

    GDPR doesn't apply for entities outside EU if they aren't specifically targetting services at individuals in the EU (which can be indicated by using EU domains, supporting EU curre…

  2. comment
    Comment #36734120

    I'm not a lawyer, but I think it's unlikely that this browsewrap agreement is enforcable in United States as the website doesn't ask the user to actually consent to Terms of Servic…

  3. comment
    Comment #36583242

    NixOS doesn't run Gixy anymore, see https://github.com/NixOS/nixpkgs/pull/209075 .

  4. comment
    Comment #34483645

    This particular restriction is mostly arbitrary anyway because `this` and `super` accept arbitrary expressions (including static method calls), so in most cases it's possible to do…

  5. comment
    Comment #34301442

    The problem with shorting cryptocurrency is that you are assuming that market is fair, when this is absolutely not the case - the market is heavily manipulated.

  6. comment
    Comment #34185999

    Using YouTube is legally not an option here due to Privacy Act of 1974.

  7. comment
    Comment #34126560

    Paying the criminals wouldn't help here. First, there is no guarantee that they wouldn't release the data anyway, second, the data already got leaked - criminals who were responsib…

  8. story
  9. comment
    Comment #34017485

    Technically Google already has per-service bans for Google Ads and YouTube. That doesn't help if you get banned for a reason unrelated to those services however.

  10. comment
    Comment #33815034

    Certificate Transparency system requires certificates issued by CAs to be publicly reported, otherwise web browsers will reject them. Publicly reported certificates then can be mon…

  11. comment
    Comment #33668384

    For ctest to work, it's necessary to start your User-Agent string with "NX NIFM/" (the console itself sends "NX NIFM/00" as an User-Agent string).

  12. comment
    Comment #33558592

    Technically there is sarcasm tag in HTML specification, it's one of tags that is specifically handled in https://html.spec.whatwg.org/multipage/parsing.html#parsing-... ('An end ta…

  13. comment
    Comment #33350921

    PHP is a much simpler language which helps a lot with optimizations. For instance, consider something like property access. In PHP, doing `$a->b` accesses field `b` of object `$a`.…

  14. comment
    Comment #32822587

    > Records use : in their literal form, which is overloaded with type ascription. This is also annoying in cases where you might want to move a field into a let binding. This one is…

  15. comment
    Comment #32815612

    https://xkcd.com/1958/

  16. comment
    Comment #32775543

    Minecraft website said the following: > Once sales start dying and a minimum time has passed, I will release the game source code as some kind of open source. I'm not very happy wi…

  17. comment
    Comment #32700016

    https://www.nintendo.com/switch/tech-specs/ says "USB Type-C".

  18. comment
  19. comment
    Comment #32465961

    I don't think there is anything wrong with storing passwords unencrypted locally assuming the machine itself has encrypted storage. Malware that retrieves passwords from password m…

  20. comment
    Comment #32458778

    Helvetica typeface cannot be copyrighted in United States, see https://en.wikipedia.org/wiki/Intellectual_property_protecti...

  21. comment
    Comment #32458652

    Technically it may not be a copyright infringement - whether emojis can be copyrighted is quite complicated. However, this is irrelevant as App Store Review guidelines say the foll…

  22. comment
    Comment #32305447

    I think Apple would have to be stupid to block booting other operating systems on the devices they already have sold. This could easily lead to lawsuit, similar to one that Sony ha…

  23. comment
    Comment #32273847

    Accessibility matters. If nothing else because it is a legal requirement with laws such as US's Americans with Disabilities Act, UK's Disability Discrimination Act, EU's European A…

  24. comment
    Comment #32084630

    Breaking changes ( https://vitejs.dev/guide/migration.html ) are minimal and unlikely to affect most applications, and when they do the issues should be trivial to fix.

  25. comment
    Comment #31996306

    > I'm sure Google can send a cease-and-desist to all sorts of other stores instead of just Apple. Google may dislike those applications and refuse to host them on Google Play, but …