Post Archive
-
23 Jul 2023 |
cyber-security
Five Dimensions of Cyber Threat Actor Behaviourframeworks Examining the behaviour of cyber threat actors leads to the intersection of human behaviour, technology, geopolitical tensions and many more facets of our modern world. Using a framework to characterise the dimensions of cyber threat actor behaviour can enhance your understanding of how to manage the cyber risks to your organisation and assets.
-
01 Jul 2023 |
rust data-structures
Writing a Linked List in Rust: A Walkthroughdeep-dive While Rust already has a
LinkedList
data structure in the standard library, making your own is a fun and interesting way to learn more about Rust.