417 Followers
475 Following
653 Posts
Security research, occasional snowboarding and climbing posts 🏳️‍🌈
Github 😺https://github.com/novafacing
Discord / Signal / Matrix@novafacing / @novafacing.99 / @n0vafacing:matrix.org
last.fmhttps://www.last.fm/user/novafacing
Rolling the ladder up behind us

Who will take over for us if we don't train the next generation to replace us? A critique of craft, AI, and the legacy of human expertise.

Now this looks like a pretty kick ass project: FUZZUER: Enabling Fuzzing of
UEFI Interfaces on EDK-2 https://www.ndss-symposium.org/wp-content/uploads/2025-400-paper.pdf and source at https://github.com/BreakingBoot/FuzzUEr
AMD: Microcode Signature Verification Vulnerability

### Summary Google Security Team has identified a security vulnerability in some AMD Zen-based CPUs. This vulnerability allows an adversary with local administrator privileges (ring 0 from outside...

GitHub
Defending Women From Gender Ideology Extremism And Restoring Biological Truth To The Federal Government

By the authority vested in me as President by the Constitution and the laws of the United States of America, including section 7301 of title 5, United

The White House
Wishing all RUST CRATE DEVELOPERS a very STOP MAKING ME INSTALL NIGHTLY
First time watching The Holiday, 4.5/5 incredible but they could have put Jude in a couple more outfits. As a treat.
Windows-driver-samples/tools/kasan/samples/KasanDemo-WDM/README.md at main · microsoft/Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. - micros...

GitHub
I understand why generic_const_exprs isn't stable, but it would be really nice if I could just have like...regular math. Nothing fancy, just + - * / and size_of. The number of times I want some variation of X<T, const COUNT: usize> { x: [T; size_of::<T>() * COUNT] } is too many!
All I can say after doing implementations of xoroshiro/squares/pcg and then mersenne twister is yeah that mersenne fellow really was twisted why is this SO many cycles

$ sudo dnf install rustup && rustup toolchain install stable && cargo install ripgrep --locked

#RustLang #Rust