BPF ring buffer (ringbuf) and how it is similar and different from BPF perf
buffer. BPF ringbuf's APIs, performance and usability advantages. With
examples of source code.
Open-sourcing Katran, a scalable network load balancer
Katran creates a software-based solution to load balancing with a reengineered forwarding plane that takes advantage of recent innovations in kernel engineering. [...]Read More...
Experts say CIA security triad needs a DIE model upgrade
The CIA security triad, a security policy model built on confidentiality, integrity and availability, worked for decades. Two security experts see the DIE triad, which stands for distributed, immutable and ephemeral, as the next major security paradigm.
Authelia is an open-source authentication and authorization server and portal fulfilling the identity and access management (IAM) role of information security in providing multi-factor authentication and single sign-on (SSO) for your applications via a web portal. It acts as a companion for common reverse proxies.
6 strategic ways to level up your CI/CD pipeline | The GitHub Blog
From incorporating accessibility testing to implementing blue-green deployment models, here are six practical and strategic ways to improve your CI/CD pipeline.
Event-driven architecture explained in a coloring book
Event-driven architecture is no small topic. A coloring book is a perfect way to explain its complexity in a friendly manner. Download this coloring book about event-driven architecture
One of the key selling points of the BPF subsystem is that loading a BPF
program is safe: the BPF verifier ensures that the program cannot hurt the
kernel before allowing the load to occur. That guarantee is perhaps
losing some of its force as more
capabilities are made available to BPF programs but, even so, it may be a
bit surprising to see this
proposal from Artem Savkov adding a BPF helper that is explicitly designed to
crash the system. If this patch set is merged in something resembling its
current form, it will be the harbinger of a new era where BPF programs are,
in some situations at least, allowed to be overtly destructive.
No technology other than RSS has had more think pieces written proclaiming the death of RSS (2006, 2009, 2010, 2012, 2013) and the rebirth of RSS (2009, 2010, 2011, 2018, 2018, 2019).
Really Simple Syndication (RSS) is a protocol that lets you subscribe to website updates – e.g., new blog