HackerLangs
トップ新着トレンドコメント過去質問紹介求人

mgaunard

2,183 カルマ登録 5 年前

コメント

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

Looks like the benchmarks were last updated in 2019.
mgaunard
·18 日前·議論
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 日前·議論
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 日前·議論
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
·先月·議論
Film is 24fps which is lower than PAL.

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

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