12 Best CNC Router With Dust Collection in 2026

Discover the top CNC routers with dust collection in 2026. Our expert picks help you find the best fit for your woodworking needs and workspace.

.NET (OK, C#) gets union types

.NET 11 preview adds union types support in C# 15, enabling types that can hold multiple different values, a feature long requested by developers.

sp.h: Fixing C by giving it a high quality, ultra portable standard library

The new sp.h library offers a minimal, portable, and high-quality standard library for C, built directly against syscalls with no reliance on libc.

z386: An Open-Source 80386 Built Around Original Microcode

A new FPGA-based project recreates the Intel 80386 microprocessor using original microcode, enabling running real DOS software and games. Details on progress and implications.

15 Best 3D Scanners for 3D Printing in 2026

Discover the top 15 3D scanners for 3D printing in 2026 and find out which one is perfect for your needs and the latest innovations.

80386 Microcode Disassembled

Researchers have successfully disassembled the microcode ROM of the Intel 80386 CPU, uncovering instruction handling and micro-operations in unprecedented detail.

14 Best Laser Cutter for Acrylic Signs in 2026

Discover the best laser cutters for acrylic signs in 2026. Our guide highlights top models, key features, and tips for choosing the perfect machine for your needs.

Improving C# Memory Safety

Microsoft plans to introduce a new, more explicit memory safety model for C# in .NET 11 and 12, redefining the unsafe keyword to improve code review and security.

Nuclear startup Deep Fission says it’s going public, again, and I have questions

Nuclear startup Deep Fission announces a Nasdaq IPO aiming for up to $157 million, despite financial setbacks and delays in reactor development.

Rubish: A Unix shell written in pure Ruby

Rubish is a Unix shell written entirely in Ruby, supporting Bash compatibility and deep Ruby integration for scripting and command chaining.