Others

Articles from Others

Cards List

On forking the Web

Lobsters Hottest · 4h ago Cached

Developer Rodrigo Arias Mallo proposes forking the Web by creating an alternative, simplified HTML/Web specification with goals including strict semantic versioning, a formal unambiguous grammar, and a size-constrained spec to encourage browser diversity. The proposal is linked to the lightweight Dillo browser project.

0 favorites 0 likes

Inflorescence – A cross-platform native GUI for Pijul

Lobsters Hottest · 6h ago Cached

Inflorescence is a cross-platform native GUI for the Pijul version control system, built with Rust and the iced framework, inspired by Magit and designed for keyboard-driven navigation with async responsiveness.

0 favorites 0 likes

Chrome’s AI features may be hogging 4GB of your computer storage

Lobsters Hottest · 6h ago Cached

Google Chrome is automatically downloading a 4GB Gemini Nano model weights file to users' devices to power on-device AI features like scam detection and writing assistance, often without clear notification about storage requirements. Users can disable the On-Device AI toggle in Chrome settings to remove the file and prevent re-downloads.

0 favorites 0 likes

killswitch: per-function short-circuit mitigation primitive

Lobsters Hottest · 8h ago Cached

A new Linux kernel patch proposes a 'killswitch' primitive that allows admins to immediately disable vulnerable kernel functions (e.g., af_alg_sendmsg) by making them return -EPERM, providing a rapid temporary mitigation for security issues without requiring a reboot or kernel rebuild.

0 favorites 0 likes

Steering Zig Fmt

Lobsters Hottest · 8h ago Cached

A blog post describing two tips for using `zig fmt` effectively, highlighting its 'steerable' formatting approach where trailing commas and line breaks control layout decisions, and showcasing columnar array formatting.

0 favorites 0 likes

12th International Workshop on Plan 9 (Presentations)

Lobsters Hottest · 9h ago Cached

The 12th International Workshop on Plan 9 features presentations shared via YouTube playlist, covering topics related to the Plan 9 operating system community.

0 favorites 0 likes

A Randomized Scheduler with Probabilistic Guarantees of Finding Bugs

Lobsters Hottest · 9h ago Cached

This Microsoft Research paper introduces a randomized scheduling technique designed to provide probabilistic guarantees for uncovering bugs in software systems. Published for the ASPLOS conference, it focuses on systematic fault detection through algorithmic randomness.

0 favorites 0 likes

I learned something about GPUs today

Lobsters Hottest · 16h ago Cached

A game developer describes fixing a GPU rendering bug in their game Blackshift, where float precision issues when casting 8-bit adjacency integers to floats caused visual artifacts on certain NVIDIA GPUs, with the bug appearing in the main render but not in preview mode.

0 favorites 0 likes

CVE-2026-31431: Copy Fail

Lobsters Hottest · 16h ago Cached

CVE-2026-31431 (Copy Fail) is a local privilege escalation vulnerability in the Linux kernel affecting all major distributions since 2017, allowing unprivileged users to gain root shell access through a deterministic 4-byte write to any readable file's page cache via the AF_ALG crypto subsystem.

0 favorites 0 likes

jank now has its own custom IR

Lobsters Hottest · 17h ago Cached

jank, a Clojure dialect, has introduced a custom intermediate representation designed at the level of Clojure's semantics to enable better optimizations and compete with the JVM.

0 favorites 0 likes

Let's Encrypt Stopping Issuance for Potential Incident

Lobsters Hottest · 17h ago Cached

Let's Encrypt is stopping certificate issuance due to a potential incident, with scheduled database maintenance that may cause ACME client timeouts for up to 10 minutes.

0 favorites 0 likes

NixOS and Secrets

Lobsters Hottest · 17h ago Cached

A tutorial explaining secrets management options for NixOS, comparing tools like sops-nix, agenix, and ragenix, with practical examples of using sops-nix for encrypted secrets management.

0 favorites 0 likes

Vulnerability Garden: A growing list of named vulnerabilities, attack techniques and exploits

Lobsters Hottest · 18h ago Cached

Vulnerability Garden is a curated list of named vulnerabilities, attack techniques, and exploits, providing references and dates for each entry.

0 favorites 0 likes

Rooting a VMC2040 security camera

Lobsters Hottest · 19h ago Cached

This blog post is the first part of a series on rooting an Arlo VMC2040 security camera, covering hardware examination, UART discovery, and initial bootloader analysis.

0 favorites 0 likes

What We Lost the Last Time Code Got Cheap

Lobsters Hottest · 21h ago Cached

The article draws parallels between the outsourcing era of the early 2000s and the current trend of AI-generated code, arguing that the real cost of cheap code is the loss of human comprehension and context.

0 favorites 0 likes

The `Sync` bound nobody asked for

Lobsters Hottest · 22h ago Cached

Explains how `&self` on an async trait method with a `Send` future implicitly requires `Sync` on the implementing type, and offers fixes like switching to `&mut self` or using `Sync` interior mutability.

0 favorites 0 likes

Serving a Website on a Raspberry Pi Zero Running Entirely in RAM

Lobsters Hottest · yesterday Cached

This tutorial outlines how to host a diskless website on a Raspberry Pi Zero v1.3 using Alpine Linux, booting entirely into its 512MB of RAM. It details the required hardware, OS configuration, lightweight web servers, and offloading TLS termination to an external VPS.

0 favorites 0 likes

Just Fucking Use Go

Lobsters Hottest · yesterday Cached

An opinionated developer essay advocates for the Go programming language, emphasizing its straightforward syntax, robust standard library, efficient concurrency model, and single-binary deployment as practical alternatives to overly complex modern technology stacks.

0 favorites 0 likes

Wii IP6 webserver

Lobsters Hottest · yesterday

A webserver running on a Nintendo Wii with IPv6 support.

0 favorites 0 likes

Getting peak TOPS on a Ryzen AI 7 350 NPU

Lobsters Hottest · yesterday Cached

A technical deep-dive into achieving peak TOPS performance on the AMD Ryzen AI 7 350 NPU, comparing it to Xilinx AIE-ML v2 AI engines and explaining the hardware architecture for matrix multiplication workloads.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback