Live data from Hacker News

Viewing profile — planede

planede

HN member
Joined
Thu, Apr 21, 2022, 10:49 AM UTC
HN karma
2,063
Public activity
723 items

About planede

No profile information was provided.

Recent public activity

  1. comment
    Comment #40452947

    A lot of legal constructs are defined by intent, and intent is always something that is potentially hard to prove. At most the obviousness should the burden of discovery on them, a…

  2. comment
    Comment #40452892

    I think that reaches too far. Intent should be a defining part of impersonation. IANAL and I don't know what the law says.

  3. comment
    Comment #40452647

    > which in this case would simply be appending the namespace name to the identifier surely not. How do you differentiate these two functions? void fooN(void); namespace N { void fo…

  4. comment
    Comment #40452632

    How do you define a buffer overflow?

  5. comment
    Comment #40427146

    I don't doubt that general heat tolerance isn't real for the healthy part of the population. However the hottest days could hit elderly and unhealthy people especially hard (or eve…

  6. comment
    Comment #40426327

    I speculate, but there might also be a part where simply more people suffered from heat strokes in the past when extreme temperatures occurred. So part of the answer of "how did pe…

  7. comment
    Comment #40425970

    It's only really about the intent of the voice to sound like the original. Reaching out to the originals first implies intent, so it makes the case easier. It would be harder to fi…

  8. comment
    Comment #40425895

    Impersonating is defined by intent. "Just find someone who sounds like her" implies intent.

  9. comment
    Comment #40425862

    Nitpick: it's not copyright, it's personality rights and likeness. It's a violation of it nonetheless.

  10. comment
  11. comment
    Comment #40416862

    Love the data driven approach through graph clustering, instead of jumping into opinionated refactoring.

  12. comment
    Comment #40415334

    Right. But you also get a recent one if you just use the Mozilla PPA, without snap. Debian sid also ships 126, and I assume the fix should be backported to Firefox LTS, which is us…

  13. comment
    Comment #40414189

    Yes, that's the philosophy around the declaration syntax. The declaration of the pointer ip, int *ip; is intended as a mnemonic; it says that the expression *ip is an int. The synt…

  14. comment
    Comment #40389516

    return '⊥' what's this?

  15. comment
    Comment #40388882

    Well of course, I assume that's what my ISP is using.

  16. comment
    Comment #40377368

    Well, camera placement matters in the obvious way: it has to be on the finish "line". Where "line" is really a plane extending vertically from the line drawn on the surface. I vagu…

  17. comment
    Comment #40366452

    I recently learned that too. Does that survive OTA updates?

  18. comment
    Comment #40353229

    MicroG has a LineageOS distribution, they build for all the supported devices by upstream Lineage: https://lineage.microg.org/ That should cover at least the notification side. If …

  19. comment
    Comment #40353214

    Google Play is not installed by default, you need to additionally flash it before first booting it.

  20. comment
    Comment #40341447

    I think the idea is that email scraper bots typically don't bother downloading images referenced by tags.

  21. comment
    Comment #40319967

    > BTW. Use the AddressSanitizer. Please! The toolchain improved the usage and safety of the language so much. In general I agree with the sentiment, use AddressSanitizer in testing…

  22. comment
    Comment #40317434

    It's obviously a lossy compression then.

  23. comment
    Comment #40307663

    Is there a JSON parser library that is not under active development?

  24. comment
    Comment #40307204

    The problem isn't really about handling local time. UTC is an offset from TAI and time zones are offsets from UTC, it's overall really just an offset from TAI. Coordinating the TAI…

  25. comment
    Comment #40307135

    Maybe anything so simple that it can be considered "done" shouldn't really be an external dependency in the first place.