Linux

Featured image for: SCTP over UDP in the Linux kernel.
Article

Adding support for s390x in LLD, the LLVM linker

Tulio Magno Quites Machado Filho

Learn about the work involved in adding support for the s390x architecture in LLD, the LLVM linker: methods, results, and benefits for the community.

Featured image for: Value range propagation in GCC with Project Ranger.
Article

A practical guide to linker section ordering

Nick Clifton

Learn how to use a linker's section ordering feature to experiment with the layout of code and data in memory, without the need to write full linker scripts.

Featured image for: Value range propagation in GCC with Project Ranger.
Article

New C++ features in GCC 14

Marek Polacek

Discover new features and enhancements in the C++ front end in GCC 14, the next major version of the GNU Compiler Collection.

Featured image for Red Hat Enterprise Linux.
Article

Announcing image mode for Red Hat Enterprise Linux

Matt Micene

Image mode for Red Hat Enterprise Linux is a new deployment method that takes a container-native approach to deliver the operating system as a bootc container image.

Feature image for Red Hat Enterprise Linux.
Article

What's new in Red Hat Enterprise Linux 9.4?

Nikhil Mungale

Red Hat Enterprise Linux (RHEL) 9.4 is now generally available (GA). Learn about the latest enhancements that improve the developer experience.

Page Thumbnail
Page

AI/ML Workloads

Applications based on machine learning and deep learning, using structured and unstructured data as the fuel to drive these applications.

Featured image for .NET
Article

Some more C# 12

Tom Deseyn

Explore C# 12 advanced features, including inline arrays, optional params and params in lambda expressions, ref readonly parameters, aliasing any type, and the UnsafeAccessorAttribute.