HackerLangs
TopNewTrendsCommentsPastAskShowJobs

mgaunard

2,183 karmajoined 5 lat temu

comments

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

Looks like the benchmarks were last updated in 2019.
mgaunard
·18 dni temu·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
·18 dni temu·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
·24 dni temu·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
·w zeszłym miesiącu·discuss
Film is 24fps which is lower than PAL.

The 30fps of NTSC is actually associated with "cheap-looking" video.
mgaunard
·w zeszłym miesiącu·discuss
10% (and even 5%) is still significant.
mgaunard
·w zeszłym miesiącu·discuss
PAL and SECAM are also interlaced.

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