HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mgaunard

2,183 karmajoined 5 anni fa

comments

mgaunard
·3 giorni fa·discuss
how is it obfuscated? It's literally written as plain black monospace text on a white background.

Pretty sure any AI can solve it in 20 seconds.
mgaunard
·4 giorni fa·discuss
99% of all loose ties are due to people doing a granny knot instead of a square knot.
mgaunard
·4 giorni fa·discuss
There is no shared lineage here. Some of the people who worked on sender/receivers indeed also worked at Nvidia on Thrust, which never had anything to do with coroutines.
mgaunard
·6 giorni fa·discuss
most of those are just bindings, trivial work.
mgaunard
·6 giorni fa·discuss
An actor does not have a queue; that's again the whole point I already made: it's event-driven, things are decoupled and the actor is not aware of how control flow happens.

Regardless, when the queue which exists and is per-thread is empty, the program terminates.
mgaunard
·7 giorni fa·discuss
That sounds like a misunderstanding of how the actor model works. An actor doesn't wait. It's an event-driven system, it doesn't get to own and decide when messages get fed to it.
mgaunard
·8 giorni fa·discuss
not really, they yield to other event sources, which is the opposite of waiting (which blocks forward progress and is a violation of real-time guarantees)
mgaunard
·8 giorni fa·discuss
yield to the event loop
mgaunard
·8 giorni fa·discuss
Coroutines aren't great, even C++26 is explicitly avoiding them for its foundational concurrency model.

In any case a good concurrency library doesn't need more than C++14.
mgaunard
·15 giorni fa·discuss
essentially this is a mini-ISPC?
mgaunard
·15 giorni fa·discuss
boost unordered flat map didn't exist in 2016 (nor 2019).
mgaunard
·15 giorni fa·discuss
How does it compare to boost unordered flat map?

Looks like the benchmarks were last updated in 2019.
mgaunard
·18 giorni fa·discuss
You're suggesting pre-filling future data based on extrapolating current rules (up to an arbitratily unknown high date) instead of using a constant.

I don't really see how that is a good approach in any capacity.
mgaunard
·19 giorni fa·discuss
Never heard of DST? The authoritative time is constant in the local time zone, but needs to change in UTC twice a year.

This is the exact reason people store time in local time zones.

Also remember the date/time where DST switching occurs is entirely timezone-specific, and it's not necessarily the same pattern every year (as demonstrated with British Columbia).
mgaunard
·25 giorni fa·discuss
A whole lot of nonsense from a web guy.

Please, keep using JWTs, they do their job well: giving you an access or ID token that you can pass between applications and trust based on cryptographic signatures from an identity provider.
mgaunard
·mese scorso·discuss
Film is 24fps which is lower than PAL.

The 30fps of NTSC is actually associated with "cheap-looking" video.
mgaunard
·mese scorso·discuss
10% (and even 5%) is still significant.
mgaunard
·mese scorso·discuss
PAL and SECAM are also interlaced.

Except PAL/SECAM don't have any of the color issues of NTSC.
mgaunard
·mese scorso·discuss
macos is not common?
mgaunard
·mese scorso·discuss
Isn't this essentially normal AI usage and what everyone has been doing for 6 months?