Live data from Hacker News

Viewing profile — _rtld_global_ro

_rtld_global_ro

HN member
Joined
Mon, Jun 10, 2019, 8:56 PM UTC
HN karma
15
Public activity
16 items

About _rtld_global_ro

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #31800294

    niche.com have public data, for example NY suburbs public school teachers' pay are pretty high[1], though I still doubt it will be the same as sr swe, then again those are totally …

  3. comment
    Comment #31225181

    Given Intel's AVX extension could cause silent failures on servers (very high work load for prolonged time, compare to end user computers), I'm not sure it would be a big win for s…

  4. comment
    Comment #30379569

    You can use 1031 exchange to avoid that.

  5. comment
    Comment #29920881

    Get ACA, should be a lot lower than $1200/month if AGI isn't really high (assuming unemployed), now if you want CORBA that could be a different story.

  6. comment
    Comment #29087880

    One of the best talk I haven't seen for quite a long time, thanks for sharing.

  7. comment
    Comment #26442526

    This restriction was not in place from the start, what happens to US citizens who have funds in binance_dot_com before this restriction? It's hardly clean in any sense.

  8. comment
    Comment #26442442

    It says I'm from US, they're not serving US customers, and I must identify myself as a non-US person, or I won't be able to transfer any funds at all. See this popup notice upon lo…

  9. comment
    Comment #26437659

    It's not the case for me, I can login but my funds are a lost cause I'd suggest you transfer them out while you still can. On a hindsight I have no idea why I'd used it, it shady a…

  10. comment
    Comment #23787756

    gentoo is too addictive, unless you want `emerge` as part of your routine

  11. comment
    Comment #21928312

    It's only true if the program is about to exit, for long running programs like daemons, ``memory leak`` is still a thing.

  12. comment
    Comment #21153374

    errno is thread-safe as it resides in TLS. Part of libc such as pthread is very hard, and so does the dynamic linker. The latter is supposed to handle TLS data as required by TLS/e…

  13. comment
    Comment #20483224

    It become more or less just a catalog, often times spent close to an hour just trying to find something might be interesting (not totally shitty), and that's pretty much it: couldn…

  14. comment
    Comment #20233278

    shared library can be expensive as well, the dynamic symbol lookup could be a lot more expensive than people would assume.

  15. comment
    Comment #20229522

    Thanks for the correction

  16. comment
    Comment #20228980

    It's actually quite hard to do exit cleanups, even by putting functions into `.__fini_array`. The reason is because some signals (SIGTERM, SIGKILL) cannot be masked, when a thread/…