InfoQ Homepage Operating Systems Content on InfoQ
-
System Level Programming Languages Panel
The panelists discuss the operating system they are building on Rust, and where they'd like to see both Oxide and the Rust language go in the next five years.
-
Getting the Most out of Sandboxing
Chris Palmer discusses the nature and particulars of the OS limitations we face, what security gap they leave us with, and what we are doing to make Chromium's large codebase less memory-unsafe.
-
eBPF - Superpowers for Cloud Native Operations
Liz Rice discusses how eBPF enables high-performance tools that will help connect, manage and secure applications in the cloud.
-
It’s Not Your Machine, It’s Your Code
Adekunle Adepoju discusses how limitations in the Linux kernel can lead to unneeded horizontal scale, and how to circumvent those and other limitations.
-
Enabling Java: Windows on Arm64 – a Success Story!
Monica Beckwith discusses a timeline of their development efforts and Microsoft’s journey into OpenJDK land, a few Arm64 and Windows nuances, their testing and benchmarking.
-
Exploring the Chrome Debugger Protocol for Test Authoring
Benjamin Gruenbaum discusses the DevTools (debugger) protocol and how the DOM, JavaScript and the DevTools communicate, plus applications for test authoring.
-
Coccinelle: 10 Years of Automated Evolution in the Linux Kernel
Julia Lawall gives an introduction to the use of Coccinelle and gives an overview of its impact on the Linux kernel.
-
Linux Foundation's Project EVE: a Cloud-Native Edge Computing Platform
Roman Shaposhnik covers design and implementation of a novel Edge Computing platform created at ZEDEDA Inc. and later used as a founding project for the Linux Foundation's LF Edge initiative.
-
eBPF - Rethinking the Linux Kernel
Thomas Graf talks about how companies like Facebook and Google use BPF to patch 0-day exploits, how BPF is introducing a new type of application deployment method for the Linux kernel and more.
-
Spring Data to Spring Cloud to Spring Security: How Azure Supercharges Spring Boot
Richard Seroter, Asir Selvasingh and Vaibhav Agrawal demo an application that features Spring Security for Azure AD, Spring Cosmos DB, Spring Stream Binder for Event Hubs, Azure Monitor, and others.
-
Exploiting Common iOS Apps’ Vulnerabilities
Ivan Rodriguez walks through some of the most common vulnerabilities on iOS apps and shows how to exploit them.
-
Break Your App before Someone Else Does
Ana Baotić discusses how to verify the code of an application for possible errors, focusing on Android apps.