Chimera: A Declarative Language for Streaming Network Traffic Analysis | USENIX
The Zeek Network Security Monitor
Zeek (formerly Bro) is the world’s leading platform for network security monitoring. Flexible, open source, and powered by defenders.
Bro IDS
What is Bro IDS (Zeek)? Thinking about Bro as an IDS alone doesn’t accurately describe the breadth of its capabilities. Let's break down a more effective description.
Apache Drill - Schema-free SQL for Hadoop, NoSQL and Cloud Storage
ksqlDB - Event Streaming Database Built for Stream Processing
Build applications that respond immediately to real-time events, seamlessly using existing Kafka infrastructure to deploy stream processing with just a few SQL statements.
What is KSQL?: Data Streaming Using Apache Kafka - Learn | Hevo
This article provides you with a stepwise guide to effectively use KSQL for Real-Time Data Streaming using Apache Kafka for your business.
ksqlDB: The database purpose-built for stream processing applications.
AtlanticWave: It’s finally happening
AtlanticWave: It’s finally happening. Dan Magorian, MAX Director of Engineering and Operations [email protected]. Here’s what we told everyone 18 months ago about what A-Wave would be, still true today:. A-Wave is an International Peering Fabric US, Canada, Europe, South America
Implementation of ARIN's Lame DNS Delegation Policy
Implementation of ARIN's Lame DNS Delegation Policy. Edward Lewis Research Engineer ARIN [email protected]. Abstract. The membership of ARIN has approved a policy to curb lame delegations The staff is implementing it and has already seen a reduction
20180625_Shakir_Snmp_Is_Dead_v1.pdf
Why has the actor model not succeeded?
Why has the Actor model not succeeded - Cybagora
Don't use Actors for concurrency
Don't use actors for concurrency. Instead, use actors for state and use futures for concurrency. A common practice I've seen in scala code is to use actors for concurrency. This is encouraged by Akka and a lot of writing about Scala, the documentation of which is highly actor-centric. I assert …
Chainguard releases Wolfi, a Linux 'undistribution'
Chainguard takes a new approach to building a container Linux with all the security you'd need already baked in.
Defining the Modern Bare Metal Cloud
Solutions with preinstalled open source Kubernetes management platforms can simplify the deployment and management of complex container environments at scale.
Arm Is The New RISC/Unix, RISC-V Is The New Arm
When computer architectures change in the datacenter, the attack always comes from the bottom. And after more than a decade of sustained struggle, Arm Ltd
What do sensors know?
Photo by Gabe Pierce on Unsplash China’s new rule: if your car uses sensors to map the environment, you must apply for government permit (link). Car sensors are now so good and ubiquitous the…
Finger Trees: A Simple General-purpose Data Structure
Algorithms That Run The World
There are thousands of algorithms that have had a huge influence on the world. Here are some of the algorithms that act as the heartbeat of the world we occupy.
Open Cybersecurity Schema Framework
6 Important things you need to run Kubernetes in production
A good Kubernetes setup makes the life of developers a lot easier and gives them time to focus on delivering business value. In this article, I will share the most important things you need to run a Kubernetes stack in production.
Linux Applications Performance: Introduction - Unixism
Articles in this series Part I. Iterative Servers Part II. Forking Servers Part III. Pre-forking Servers Part IV. Threaded Servers Part V. Pre-threaded Servers Part VI: poll-based server Part VII: epoll-based server On HackerNews There are several interesting takeaways from the HackerNews thread for this article series. Do check it out. Web apps are the… Continue reading Linux Applications Performance: Introduction
io_uring By Example: Part 3 - A Web Server with io_uring - Unixism
This article is a part of a series on io_uring Series introduction Part 1: Introduction to io_uring. In this article we create cat_uring based on the raw io_uring interface and cat_liburing, built on the higher level liburing. Part 2: Queuing multiple operations: We develop a file copying program, cp_liburing leveraging multiple requests with io_uring. Part… Continue reading io_uring By Example: Part 3 – A Web Server with io_uring
API specification - Kubernetes Gateway API
Owasp_Security_Labeling_System
OWASP SECURITY LABELING SYSTEM PROJECT READ THE LABEL!
OWASP Top Ten | OWASP Foundation
The OWASP Top 10 is the reference standard for the most critical web application security risks. Adopting the OWASP Top 10 is perhaps the most effective first step towards changing your software development culture focused on producing secure code.
JSON Crack - Crack your data into pieces
Simple visualization tool for your JSON data. No forced structure, paste your JSON and view it instantly.
Ansible game making
Reverse Pull-Requests
How We Used GitHub PRs In A Trunk-Based, Continuous Deployment Development Team
Cache your CORS, for performance & profit | HTTP Toolkit
CORS is a necessity for many APIs, but basic configurations can create a huge number of extra requests, slowing down every browser API…