/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

lwn.net
| | sergioprado.blog
2.8 parsecs away

Travel
| | In this article, we will deep dive into the major concepts behind random numbers and learn how to work with them on a Linux system.
| | www.2uo.de
1.8 parsecs away

Travel
| | [AI summary] A technical deep-dive that debunks common myths about the Linux /dev/urandom and /dev/random devices, arguing that /dev/urandom is the preferred and secure choice for cryptographic applications on modern systems.
| | sockpuppet.org
2.5 parsecs away

Travel
| | [AI summary] The post argues that developers should ignore the /dev/random 'block on low entropy' warning and consistently use /dev/urandom for generating cryptographic keys as it offers no security advantage while providing better stability.
| | sookocheff.com
28.9 parsecs away

Travel
| A short tagline from the book Learning eBPF describes eBPF as a revolutionary kernel technology that allows developers to write custom code that can be loaded into the kernel dynamically, changing the way the kernel behaves. The key word in this phrase is dynamically. eBPF allows you to write custom code that changes the way the kernel behaves without having to implement a kernel module or integrate your code directly into the kernel.