🦞🌯 Lobster Roll

All LHN/.~Ars
RSS
NewestOldestTop ScoredMost Discussed
Show HN: AxonML – A PyTorch-equivalent ML framework written in Rust (github.com)
Reverse Engineering Crazy Taxi, Part 1 (wretched.computer)
Apache Iggy's migration journey to thread-per-core architecture powered by io_uring (iggy.apache.org)
Apple's Rosetta 2 for Linux VM hides the CPU and kernel arch info (blog.inoki.cc)
Show HN: A Rust compiler with ownership checking, written in PHP (github.com)
Hi! I put together a Rust compiler written in PHP. It takes Rust source code and outputs x86-64 Linux binaries directly. No LLVM, no assembler, no linker.<p>It has a working ownership checker, borrow checker, type checker, structs, functions, control flow, and mutable references. The test suite has ...
Mquire: Linux memory forensics without external dependencies (blog.trailofbits.com)
Show HN: Aegis-DB – Multi-paradigm database in Rust,in production (github.com)
FreeBSD Home NAS, Part 14: Logs with VictoriaLogs and Alerts with VMAlert (rtfm.co.ua)
From Wi‑Fi Access to Root: Reverse Engineering a $50 CarPlay Dongle (medium.com)
Show HN: Volresample – 3D volume resampling up to 13× faster than PyTorch on CPU (github.com)
I built a small Cython + OpenMP library for resampling 3D volumes (medical images, etc.). It&#x27;s an almost drop-in replacement for torch.nn.functional.interpolate and grid_sample, but runs on NumPy arrays and doesn&#x27;t require PyTorch.<p>Benchmarks (Intel i7, 4 cores, PyTorch 2.8.0):<p>resampl...
Breeze QtWidgets style changes to help us prepare for Union (akselmo.dev)
Show HN: Shodh– AI memory that learns from use, no LLM calls, single Rust binary (github.com)
Yarn 6 has been implemented in Rust (yarn6.netlify.app)
Build a DuckDB Extension in Rust in 4 Commands (redraiment.medium.com)
DOS Memory Management (os2museum.com)
fast-servers: an interesting pattern (geocar.sdf1.org)
Ow My Foot – Error Handling Across C, Go, Rust, and Google's Absl (n8z.dev)
Debugging Reproducibility Issues in Rust Software (notes.8pit.net)
Debugging Reproducibility Issues in Rust Software (notes.8pit.net)
Show HN: Pkgdex – Search 3.5M Linux/Unix packages across 67 distros (pkgdex.org)
epoll's handle-centric design is more composable than kqueue's filter-centric design (2021) (ariadne.space)
Show HN: MontaukOS – A hobbyist OS in C++ with a GUI, networking, and DOOM (github.com)
Show HN: Windows Taskbar Monitor for Claude Code Usage (Rust, Open Source) (github.com)
Show HN: I Turned My CV into a Space Invaders Game (Rust and WASM) (breezko.dev)
Show HN: RayClaw – AI agent like OpenClaw, standalone or as a Rust crate (github.com)
RayClaw is an open-source agentic AI runtime written in Rust that connects to Telegram, Discord, Slack, Feishu&#x2F;Lark, and a built-in Web UI through a unified tool-calling engine — with shell execution, file ops, web search, persistent memory, scheduled tasks, and MCP&#x2F;ACP support ...
unf — filesystem flight recorder (unfudged.io)
Bootc and OSTree: Modernizing Linux System Deployment (a-cup-of.coffee)
Show HN: Agent Hand – Tmux session manager for AI coding agents (Rust) (weykon.github.io)
I was juggling 5+ Claude Code instances simultaneously. Four terminal windows, each with 3-4 tmux panes. &quot;Which Claude is working on which task?&quot; Wasting 10+ minutes just finding the right session.<p>Built Agent Hand, a Rust rewrite of agent-deck with:<p>- Ctrl+N jumps to the most urgent s...
Can you compile WINE's notepad.exe for Windows? (aus.social)
The inner workings of TCP zero-copy (blog.tohojo.dk)