So not only does the new Outlook preview only support Outlook & Gmail accounts (lol) but it also shows ads huh
Notices by fasterthanlime 🌌 (fasterthanlime@hachyderm.io), page 2
-
fasterthanlime 🌌 (fasterthanlime@hachyderm.io)'s status on Friday, 26-May-2023 01:56:13 JST fasterthanlime 🌌 -
fasterthanlime 🌌 (fasterthanlime@hachyderm.io)'s status on Friday, 10-Mar-2023 09:49:05 JST fasterthanlime 🌌 Happy new #Rust day! 🎉
https://blog.rust-lang.org/2023/03/09/Rust-1.68.0.html
Cargo's sparse index is stable, AT LAST. Enable it through `~/.cargo/config.toml` or by exporting `CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse`.
The `pin!` macro ships in the standard library. Minimum API level support for Android is now 19 (KitKat).
-
fasterthanlime 🌌 (fasterthanlime@hachyderm.io)'s status on Tuesday, 07-Mar-2023 17:52:19 JST fasterthanlime 🌌 new achievement unlocked: use a syscall valgrind hasn't implemented
-
fasterthanlime 🌌 (fasterthanlime@hachyderm.io)'s status on Tuesday, 07-Mar-2023 17:52:18 JST fasterthanlime 🌌 I think I need to call the linux kernel hotline, anyone know the number
-
fasterthanlime 🌌 (fasterthanlime@hachyderm.io)'s status on Tuesday, 07-Mar-2023 17:52:17 JST fasterthanlime 🌌 god I hate reading C code. dude passes `&foo` to a function - is it reading from it? is it writing to it? who knows.
-
fasterthanlime 🌌 (fasterthanlime@hachyderm.io)'s status on Tuesday, 07-Mar-2023 17:52:16 JST fasterthanlime 🌌 remember to remove binutils from your production systems so the exploits won't run, yeesh
-
fasterthanlime 🌌 (fasterthanlime@hachyderm.io)'s status on Tuesday, 07-Mar-2023 17:52:15 JST fasterthanlime 🌌 infosec is at that rare skill intersection where the red team writes python code, but in C
-
fasterthanlime 🌌 (fasterthanlime@hachyderm.io)'s status on Tuesday, 07-Mar-2023 17:52:14 JST fasterthanlime 🌌 copilot is now hallucinating more RAM
-
fasterthanlime 🌌 (fasterthanlime@hachyderm.io)'s status on Tuesday, 07-Mar-2023 17:52:13 JST fasterthanlime 🌌 whoa, `println!("{:016x}")` writes every 0 with a single write, no buffering involved - presumably to avoid allocations.
maybe that only applies to stderr but... that can't be efficient 🤔
-
fasterthanlime 🌌 (fasterthanlime@hachyderm.io)'s status on Tuesday, 07-Mar-2023 17:52:12 JST fasterthanlime 🌌 it's called a man page because it won't shut up about stuff you already know and doesn't actually have the answer to your question