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 ...
I built a small Cython + OpenMP library for resampling 3D volumes (medical images, etc.). It's an almost drop-in replacement for torch.nn.functional.interpolate and grid_sample, but runs on NumPy arrays and doesn't require PyTorch.<p>Benchmarks (Intel i7, 4 cores, PyTorch 2.8.0):<p>resampl...
RayClaw is an open-source agentic AI runtime written in Rust that connects to Telegram, Discord, Slack, Feishu/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/ACP support ...
I was juggling 5+ Claude Code instances simultaneously. Four terminal windows, each with 3-4 tmux panes. "Which Claude is working on which task?" 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...