Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
_rtld_global_ro
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
_rtld_global_ro
4y ago
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 different type of jobs, with the former being much more
2.
▲
by
_rtld_global_ro
4y ago
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 servers either: https://arxiv.org/p
3.
▲
by
_rtld_global_ro
5y ago
You can use 1031 exchange to avoid that.
4.
▲
by
_rtld_global_ro
5y ago
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.
5.
▲
by
_rtld_global_ro
5y ago
One of the best talk I haven't seen for quite a long time, thanks for sharing.
6.
▲
by
_rtld_global_ro
6y ago
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.
7.
▲
by
_rtld_global_ro
6y ago
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 login: ``` Service notice Dear user, as we perf
8.
▲
by
_rtld_global_ro
6y ago
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 as hell I hope US sue them to oblivion but I d
9.
▲
by
_rtld_global_ro
6y ago
gentoo is too addictive, unless you want `emerge` as part of your routine
10.
▲
by
_rtld_global_ro
7y ago
It's only true if the program is about to exit, for long running programs like daemons, ``memory leak`` is still a thing.
11.
▲
by
_rtld_global_ro
7y ago
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/elf spec, which more or less requires a full thread/
12.
▲
by
_rtld_global_ro
7y ago
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't find anything, just browsing their catalog, wit
13.
▲
by
_rtld_global_ro
7y ago
shared library can be expensive as well, the dynamic symbol lookup could be a lot more expensive than people would assume.
14.
▲
by
_rtld_global_ro
7y ago
Thanks for the correction
15.
▲
by
_rtld_global_ro
7y ago
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/process (`task_struct`) got `SIGKILL`-ed, there&#x