Others

Articles from Others

Cards List

IBM i (OS/400) The Database Operating System

Lobsters Hottest · 1h ago Cached

Explores the IBM i (OS/400) operating system, tracing its origins from the AS/400 platform and explaining its unique architecture where the Db2 relational database is integrated directly into the kernel.

0 favorites 0 likes

Undo/redo systems and collaborative editing (2024)

Lobsters Hottest · 1h ago Cached

A developer shares insights and learnings from building a collaborative undo/redo system, covering design challenges, conflict handling, and asynchronous operations, with links to source code and a live demo.

0 favorites 0 likes

Profile-guided optimization in Go

Lobsters Hottest · 4h ago Cached

Daniel Lemire benchmarks profile-guided optimization (PGO) in Go, showing modest speedups of 2-5% when parsing JSON, with the best gains when the training profile matches the workload.

0 favorites 0 likes

Crashing Through Defenses: Exploiting Segfaults and Chaining around Intel CET

Lobsters Hottest · 5h ago Cached

This repository provides artifacts for Segmentation Fault-Oriented Programming (SFOP), a novel exploitation technique that abuses signal handlers to bypass Intel CET. It includes PoC exploits and demonstrations against Nginx and Ladybird.

0 favorites 0 likes

nixpkgs-multiverse: every version that ever existed

Lobsters Hottest · 6h ago Cached

nixpkgs-multiverse is a Nix flake that provides access to every version of every package that ever existed in Nixpkgs, allowing users to easily pin and mix historical package versions without multiple flake inputs.

0 favorites 0 likes

I got an email about resistance

Lobsters Hottest · 7h ago Cached

Sean Goedecke publishes an email from a reader criticizing his pragmatic stance on AI's impact on software engineering, along with his response drawing parallels to the Industrial Revolution and machine-breaking Luddites.

0 favorites 0 likes

SQLite with a Fine-Toothed Comb

Lobsters Hottest · 7h ago Cached

John Regehr describes using tis-interpreter to search for undefined behavior in SQLite, finding bugs like dangling pointer uses and uninitialized reads that other tools missed.

0 favorites 0 likes

High-frequency trading firm just hired Bjarne Stroustrup (creator of C++)

Lobsters Hottest · 9h ago Cached

Bjarne Stroustrup, the creator of C++, has joined high-frequency trading firm Susquehanna as a part-time technical fellow to help optimize and evolve the firm's codebase, continuing his work in financial software.

0 favorites 0 likes

Commit message test plans

Lobsters Hottest · 10h ago Cached

A blog post describing a workflow for putting executable test plans directly in commit messages using the scrult tool, enabling TDD, stack re-validation, and easier bisecting.

0 favorites 0 likes

IRC technology news from the first half of 2026

Lobsters Hottest · 11h ago Cached

A roundup of IRC technology news from early 2026, covering IRCv3 specification updates and changes to mobile and web IRC clients, including reactions to vibe-coded projects.

0 favorites 0 likes

postmarketOS in 2026-07: libcamera 0.7.2

Lobsters Hottest · 13h ago Cached

postmarketOS monthly update for 2026-07 covering libcamera 0.7.2 upgrade with upstreamed patches, improved video call support, organizational changes, and upcoming conference appearances.

0 favorites 0 likes

I think the vibecoding tag has gotten out of hand

Lobsters Hottest · 13h ago Cached

A lobste.rs user argues that the 'vibecoding' tag is being over-applied to posts that are actually the product of careful human effort, and calls for a discussion about the tag's nuances.

0 favorites 0 likes

Getting off the Modernization Treadmill

Lobsters Hottest · 13h ago Cached

Alexander Petros gives a talk at Big Sky Dev Con about the pitfalls of government software modernization, criticizing single-page apps and the expensive treadmill of rebuilding systems every decade, using California's BenefitsCal portal as a cautionary example.

0 favorites 0 likes

On Arch Linux scripts and hooks

Lobsters Hottest · 14h ago Cached

An in-depth look at Arch Linux's alpm-install-scriptlet files and alpm-hooks, how they work, how they are used across package repositories, and guidance for when to use each.

0 favorites 0 likes

Relying on Go

Lobsters Hottest · 14h ago Cached

Solod is a new systems programming language that is a subset of Go, reusing Go's tooling and standard library while compiling to C11, offering manual memory management.

0 favorites 0 likes

3G at last

Lobsters Hottest · 15h ago Cached

A networking enthusiast documents the process of hacking an old AT&T 3G femtocell to broadcast UMTS using JTAG, soldering, and open-source Osmocom tools.

0 favorites 0 likes

Who Should Pay For Source Code Availability?

Lobsters Hottest · 15h ago Cached

A blog post discusses the fragility of depending on centralized hosts like GitHub, explores forking and vendoring as mitigation strategies, and questions who should pay for reliable source code availability.

0 favorites 0 likes

Counting the days, revisited

Lobsters Hottest · yesterday Cached

Tony Finch revisits his Gregorian-to-Julian day conversion algorithm, incorporating tricks from Ben Joffe to produce a more efficient and robust formula.

0 favorites 0 likes

DREI: WYSIWYG Emacs for HTML

Lobsters Hottest · yesterday Cached

DREI is a new WYSIWYG HTML editor that implements a subset of Emacs editing commands in a Tauri app, letting users edit HTML documents visually while using familiar Emacs keybindings and commands.

0 favorites 0 likes

The FastLanes Unified Transport Layout

Lobsters Hottest · yesterday Cached

A technical blog post explaining the FastLanes Unified Transport Layout, a SIMD-friendly data layout for parallel delta decoding, and how it enables data-parallel processing with wide virtual registers.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback