Live data from Hacker News

Viewing profile — isogon

isogon

HN member
Joined
Sat, Sep 19, 2020, 11:31 PM UTC
HN karma
65
Public activity
18 items

About isogon

No profile information was provided.

Recent public activity

  1. comment
    Comment #42216721

    Becomes a lot less interesting when you consider that there's no way to power such a camera for any meaningful period of time without a much larger battery (ignoring the issue of s…

  2. comment
    Comment #31241822

    Repurposing flags not always well-motivated, but one legitimate reason to do this is the memory (and particularly cache) footprint. Often flags are local to a particular object. If…

  3. comment
    Comment #31241502

    There is certainly much variance between the firms, especially the sign-on IME. People I know have turned down HRT core dev for big tech because their offers were unimpressive. I t…

  4. comment
    Comment #31241092

    I cannot confirm this. ~300k is pay (excluding sign-on) fresh out of college at a big HFT -- sufficiently senior devs make 7 figures.

  5. comment
    Comment #31146057

    Noticed this just now. It is.

  6. comment
    Comment #31128442

    The idea is precisely that you want to avoid pinging main memory at all, which is possible (in the happy case) if you do things correctly with DDIO. Not everything is done in hardw…

  7. comment
    Comment #31127484

    For low-latency strategies, AMD's lack of DDIO [0] makes it a non-starter. The memory latency is a big gap to close. [0] https://www.intel.com/content/www/us/en/io/data-direct-i-o-…

  8. comment
    Comment #29744502

    Right, and I disagree with that post in this sense: there is a social expectation of fitness for a purpose that cannot be disclaimed with a license. Many projects under licenses pr…

  9. comment
    Comment #29742424

    There is social context to licenses. My employment contract states that I am an at-will employee, so my boss could technically fire me because they didn't like my haircut. If they …

  10. comment
    Comment #25475588

    I think the thrust of the complaint is that the society doesn't sufficiently value privacy for its own sake. In a different kind of society, websites of the sort that you describe …

  11. comment
    Comment #25418320

    I think it's quite reasonable to compare defer and destructors, in that case. Destructors probably cannot be usefully imported into C while preserving the simplicity of the languag…

  12. comment
    Comment #25407220

    It does often gloss over the nuance. I ultimately try to estimate how bad I am at assessing the veracity of arguments concerning the topic at hand, which I think is most valuable. …

  13. comment
    Comment #25407070

    I think it is valuable to read a hundred convincingly-written arguments in favor of one point of view, become convinced, and then read a hundred opposing arguments and again become…

  14. comment
    Comment #25406905

    That's true. I should add /r/Sino to that list. I also subscribe to ChinaTalk, but I'm not sure how valuable a it is for really gauging what goes on in that part of the net. Unfort…

  15. comment
    Comment #25406334

    My own experience is that it works quite well for a certain kind of person: on Reddit I was simultaneously subbed to /r/The_Donald, /r/politics, /r/ChapoTrapHouse, /r/Libertarian, …

  16. comment
    Comment #25313963

    In my view, the fact that a[b] is equivalent to *(a + b) in C and C++ (in most languages with arrays the latter notation is meaningless) is a sort of a neat coincidence which we sh…

  17. comment
    Comment #25048452

    I think it's a trope because most people really don't need color printing, so that advice is appropriate for them. I, for example, have only ever used my printer to print such thin…

  18. comment
    Comment #24981801

    Dockerfiles are far simpler than the Nix language. Likewise, sure, FreeBSD had jails first (and for a long time!), but they are more difficult to set up. Docker allowed reproducibi…