» Tag
programming
40 postsMy dual-arch AI OS boots on QEMU, VirtualBox and real UEFI hardware
A dual-architecture AI operating system developed in Rust, booting on QEMU and real UEFI hardware.
SerenityOS: A Unix System Reimagined with 90s Aesthetics
SerenityOS is a unique Unix operating system designed with 90s aesthetics, offering speed and simplicity.
Downcasting with Arc Type in Rust
Learn about downcasting with Arc type in Rust. Explore the conversion processes between Arc<MyStruct> and Arc<dyn MyTrait>.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comAdding Go's Defer to the TypeScript Compiler
An exploration of adding Go's defer statement to the TypeScript compiler, revealing complexities.
I Ported Omarchy (Linux) to a Phone
I adapted Omarchy for a phone, enabling rapid app development on Linux.
Rust Glancer: Rust LSP Using 100x Less RAM
Rust Glancer is a low-memory alternative Rust LSP implementation.
Building High-Performance Flat 2D Arrays in Rust (SIMD, L1 Cache)
Learn to build a high-performance 2D array structure in Rust, enhancing performance with SIMD and L1 cache.
Programmatic Memory for Long-Horizon LLM Agents
PRO-LONG enhances long-horizon LLM agents' performance by integrating programmatic memory.
Rust fearless_SIMD v0.7: 64-bit Integers, Improved Generics, and SSE2
fearless_simd v0.7 brings 64-bit integer support, SSE2 enhancements, and improved generics, marking a significant update for engineers.
Swift-Node: Write Node.js Native Modules in Swift
Learn about swift-node, which simplifies writing Node.js native modules in Swift.