HackerLangs
TopNewTrendsCommentsPastAskShowJobs

mgaunard

2,183 karmajoined hace 5 años

comments

mgaunard
·hace 3 días·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
·hace 3 días·discuss
99% of all loose ties are due to people doing a granny knot instead of a square knot.
mgaunard
·hace 4 días·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
·hace 6 días·discuss
most of those are just bindings, trivial work.
mgaunard
·hace 6 días·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
·hace 7 días·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
·hace 8 días·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
·hace 8 días·discuss
yield to the event loop
mgaunard
·hace 8 días·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
·hace 14 días·discuss
essentially this is a mini-ISPC?
mgaunard
·hace 14 días·discuss
boost unordered flat map didn't exist in 2016 (nor 2019).
mgaunard
·hace 14 días·discuss
How does it compare to boost unordered flat map?

Looks like the benchmarks were last updated in 2019.
mgaunard
·hace 18 días·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
·hace 18 días·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
·hace 24 días·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
·el mes pasado·discuss
Film is 24fps which is lower than PAL.

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

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