Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gpderetta
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
gpderetta
7d ago
one could already add loads off a volatile and portably prevent the loop from being optimized. But there was already a lot of existing embedded code that had this sort of loop, (and more will be written as it is an existing idiom) which the
2.
▲
by
gpderetta
7d ago
As the only observable behaviour of this_thread::yield is forward progress, because of the as-if rule, the compiler doesn't actually need to replace the loop, when running on a runtime that guarantees preemption. That's the case w
3.
▲
by
gpderetta
7d ago
right, but the issue was that if an application was linked with a library that happened to link with a fast-math shared library, it would unknowingly bring along the crt code. Now the only way to get it is to use the fast-math flag when lin
4.
▲
by
gpderetta
8d ago
IEEE 754 defines bit exact results for a lot of FP operations, including denormals.
5.
▲
by
gpderetta
8d ago
larger SIMD ALUs, which also have been around for longer?
6.
▲
by
gpderetta
8d ago
IIRC that has been since split out of the flag and need to be asked for separately at link time.
7.
▲
by
gpderetta
9d ago
Fujitsu has a long history of designing their own micro but using a standard ISA for HPC. Used to be SPARC, now it is ARM. IIRC Fujitsu were the main architects behind the SVE ARM extension.
8.
▲
by
gpderetta
17d ago
Things get complicated when a lambda that capture by reference is capturing things that are not on a single stack frame (or a stack frame at all). Then you have references to references. You could rely on the optimizer, but the capture has
9.
▲
by
gpderetta
18d ago
It is undemocratic when the democratically elected people wants to subvert the democratic order. Most (but not all!) democratic countries have constitutions that actually limit the power of elected people exactly for this reason. Especiall
10.
▲
by
gpderetta
27d ago
C++11/C11 memory model and atomics provide a more well funded model to interact with signal handler. I'm not sure if POSIX fully embraced it, but it will work well in practice.
11.
▲
by
gpderetta
29d ago
Didn't the international agreements require ratification from legislative?
12.
▲
by
gpderetta
1mo ago
>You cannot pass a lambda expression to a function that expects a function pointer (e.g. bool(*)(int) in this example) To be pedantic, you can: as long as the lambda doesn't close over any local variable, the object will decay to a
13.
▲
by
gpderetta
2mo ago
realistically, it will be used to beam ads to your brain.
14.
▲
by
gpderetta
2mo ago
that replaces your monitor.
15.
▲
by
gpderetta
2mo ago
FIA is getting there as well.
16.
▲
by
gpderetta
2mo ago
Are you implying that a single CPU system can't be concurrent?
17.
▲
by
gpderetta
2mo ago
A reminder that databases (as an example) provide all three without issues (at the cost of complexity in the implementation of course).
18.
▲
by
gpderetta
2mo ago
of course doctors should not be forced, that's ridiculous, but the SSN should prioritise hiring non-objecting doctors, at least in areas where there isn't enough coverage (in the same way it should prioritise hiring other speciali
19.
▲
by
gpderetta
2mo ago
Agree about that. The question is whether all websites providing black-market potentially generous medications are being targeted or specifically just abortion pills. I genuinely do not know, this might be making the news but actually be pa
20.
▲
by
gpderetta
2mo ago
how's that different from any other medical procedure?
21.
▲
by
gpderetta
2mo ago
It is indeed legal, but gynaecologists can object to help for conscientious reasons (65% do) and in quite a few hospitals, 100% do object, especially in the south. So in practice access to it is not always that easy.
22.
▲
by
gpderetta
2mo ago
Agree. Unscientifically, I don't think current LLM are conscious because I don't think they have enough awareness of their own thoughts (I, again unscientifically don't believe that the context window is enough). Still, tthey
23.
▲
by
gpderetta
2mo ago
"90% of everything is crap". Although I guess we should probably update it to "99% of everything is slop.
24.
▲
by
gpderetta
3mo ago
damage control in full swing already?
25.
▲
by
gpderetta
3mo ago
that's all right, Lord Buckethead has now officially endorsed Count Binface for the by-election: https://xcancel.com/DavidHughesTwit/status/20759264658461409...
26.
▲
by
gpderetta
3mo ago
I guess technically he never said it wasn't for security. Apparently the 5m was an unconditional gift for campaigning for brexit, and how he had spent the money was “not the public’s business”. https://www.bbc.co.uk/new
27.
▲
by
gpderetta
3mo ago
According to https://climatecasino.substack.com/p/some-monsters-are-real , this is a 1 in 7000 years event (i.e. 3.5 sigmas).
28.
▲
by
gpderetta
3mo ago
Are we really still going with the "personal security" story? I thought he had pivoted a couple of times to other, not necessarily more credible, stories.
29.
▲
by
gpderetta
3mo ago
> This is the country that voted to name a research vessel Boaty McBoatFace And "Killing in the Name" as Christmas song of '09, to spite the usual X-factor shoo-in. There is a chance that more entertainment is yet to come
30.
▲
by
gpderetta
3mo ago
It is really the second coming of Excel. And it is a good thing (probably?)
More ›