Maybe I am a bit naive here. Correct me where I’m wrong.
But I don’t understand how this Crowdstrike thing could’ve rolled out everywhere all at once. Do sysadmins/IT departments have no control over their end devices updating?
Sure, Crowdstrike absolutely should’ve caught this on their end. No doubt. But I don’t think that dissolves each company of their own responsibility here either. Especially when considering DR strats.
. @JuvHarlequinKFM watched your talk on lock-free MPMC Q. Curious about a follow-up. Did you ever get to try those other ideas? Did they make it faster than the mutex impl?
In any case, great presentation! I really enjoyed it despite never having written any real cpp in my life
With the new release it’s possible to use named prepared queries while using PGB. If I get time this weekend I’ll push a PR to update ecto_sql’s docs about PGB. No promises though.
I always forget you can’t use comparison ops on DateTime objects. And I always spend more time debugging it than I should. 😞
However, this time I found `Enum.sort_by(users, &(&1.inserted_at), {:desc, DateTime})` which is neat.
#MyElixirStatus
Going about my day, having a good time writing comments in my code, and then I was murdered by copilot suggesting this
# TODO: make this more intelligent