Image

Cookie Engineer's Website

Cookie's Weblog

Cookie Engineer

Weblog Articles

You don't need LPM Tries

There's no need for LPM Trie data structures for network lookups, because you can use LPM hash sets. This article explains the origin of the concept, its implementation and why it's better.
Read More

Tags:
dev
golang
software

Maintenance of Clearnets

Crash course in OSI layer theory, related bugs and exploits and what it means for the requirements of an Operating System and its software stack in order to improve anonymity in the face of god's eye like ISP overwatch scenarios.
Read More

Tags:
network
privacy
security