For anyone who doesn’t understand why Palestinians have every reason to fear they are now facing permanent expulsion:
Here is a thread with quotes from the Israeli defense establishment this month. No comment. Just direct quotes.
Here’s the first one.
@BruceDawson0xB is the kernelbase unhandled exception handler still trying to do a LoadLibrary and thus deadlocking on an SRWLock from the initial LoadLibrary call? I spent months tracking down a related bug 😭
On September 20th, I will be giving my first talk ever at my local @remix_run NYC meetup. I'm going to be talking about Why Accessibility Matters. This talk will cover common web accessibility mistakes, best practices, and how accessibility can fit within your coding workflow.
the more i think ab oppenheimer the more i'm like.........we really didn't need this movie? chris nolan, always making movies absolutely no one asked for
@timmisiak woo! a non-windbg option is great for scripting repros while grabbing a time travel trace. this certainly beats trying to remember all the tttracer flags since the inbox version has no help 😅
@ash2x3 @majin_shinsa afaik it's the same idea behind how WSL2's GPU acceleration works. but yea, no idea how feasible that is to setup for a random hyperv vm
@timmisiak wouldn't discount wasm based on speed necessarily. wasmtime can do both runtime and ahead-of-time compilation to native code.
https://t.co/bbQ4BfoUtA
@nikomatsakis @rustlang MutexGuard is a classic example for a non-Send type in std. Unlocking a mutex must happen on the same thread that grabbed the lock initially on some platforms.
@BruceDawson0xB Looks like memory ownership troubles with winrt rpc calls. Someone's calling a winrt method in Windows.Cortana.Desktop.dll that runs in a separate RuntimeBroker.exe process. The marshalling code and some other cleanup seem to be confused about who should be freeing hstrings.