cd/sources/grack-auto-discoveredΒ· homeβ€Ί sourcesβ€Ί Grack (auto-discovered)
cat /sources/grack-auto-discovered.feed | wc -l β†’ 2

Grack (auto-discovered)

articles 2 domain grack.com β†’ feed RSS
14:58
2026-06-26
grack.com
ai-safety

Anatomy of a Failed (Nation-State?) Attack

A security researcher narrowly avoided a nation-state-style attack after receiving a fake job interview email that led to a malicious TypeScript repository. The attacker used a fabricated persona and …

17:32
2026-06-11
grack.com
developer-tools

There Is Life Before Main in Rust

A Rust developer explores what happens before the main function executes, detailing the runtime initialization phase and introducing novel techniques for mutable data. The post highlights how the Rust…