Our next meetup will be on July 6th.
@matthiasendler will tell us about WASM, while Kai will show us how to implement a digital rain effect utilizing clippy.
meetup.com/rustcologne/event…
Pretty exited about scoped threads being re-introduced to the #rustlang standard library. It's a really nice abstraction for fork/join style parallelism. github.com/rust-lang/rust/is…
So… I misplaced all my USB Storage and wanted to install Arch on a Win 11 UEFI Laptop. Surprisingly simple:
1. Open PowerShell as Admin
2. mountvol X: /S
3. copy ipxe-arch.efi to X: (in PS)
4. Add boot option for it from UEFI Setup
5. Disable Secure Boot
6. Start the Setup
What does @risc_v and @bbcdoctorwho have in common? Today, @BBCLearning and @gotynker joined forces to bring coding education to students with the BBC Doctor Who HiFive Inventor, powered by @SiFive’s robust RISC-V-based processor. Read the release here: bit.ly/3fgHzn1
I hate when people loudly and confidently complain about documents, when they didn't understand or actually read them.
Be it standards or resolutions.
Get your facts first *grml*
I kinda want a warning for things you can (potentially) do LICM on. It's nice as an optimization, but really helps readability in/reasoning about the source as well.
From the start I was afraid of Trump's framing after his COVID-19 recovery. Still he managed to do worse than expected.
"Just get infected. You'll be back on your feet in no time. We have the greatest healthcare. I've lived it."
It is sickening rhetoric. Unfortunately literally.
Anybody else occasionally muse about how weird C's void is?
It's a type with zero values that can not be instantiated. Still you can create valid pointers to it. You can (syntactically) even return it.
NEW VIDEO IS OUT!
Worked a really long time on this one, Full Breakdown on how we solved Battleship, and reverse engineered the game to understand how the RNG Works In Wind Waker: youtu.be/1hs451PfFzQ
UB discussion in 3 acts:
1. Someone is wrong on the internet, UB wasn't just implementation defined in C89
2. "nasal demons"
3. COMPILER WRITERS ARE THE ANTICHRIST!