» Tag
programming
160 postsDefining New JAX Types with Hijax
Utilize Hijax to define new JAX types, ensuring data integrity and specialized operations.
I Removed Tailwind CSS and Used Modern Native CSS
I replaced Tailwind CSS with modern native CSS. The advantages for project management and code cleanliness are discussed.
Examining the Machine Code of a 100 KB HTTP Server
Exploring the machine code of a 100 KB HTTP server. This server, written in FreedomLang, operates without using dynamic libraries.
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.comThe Safest Solana Parser Is the One That Refuses Bad Bytes
A new approach in Solana combines parsing with validation to prevent data bugs.
A 57-byte x86-64 Linux ELF: A Valid Executable Process
A 57-byte x86-64 ELF file is recognized as a valid executable on Linux. Explore its structure and functionality.
Forcing an ARM64X Executable to Run as a Specific Architecture
Methods to force ARM64X executables to run as a specific architecture.
My 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>.
Adding Go's Defer to the TypeScript Compiler
An exploration of adding Go's defer statement to the TypeScript compiler, revealing complexities.