UPUmang Pinchainumangpincha.hashnode.dev·1d ago · 3 min readPart 3 : Babel vs OXC: Understanding the Future of JavaScript Tooling We mostly focus on frameworks like React , Next.js etc but the things working behind the scene have immensively changed , evolved. The industry is gradually shfting from Javascript tooling system Babe00
ZZeroDropinzerodrop.hashnode.dev·2d ago · 8 min readI asked an AI agent to delete a folder my tool was guarding. Here's everything that went wrong.I build Termaxa, a small Rust CLI that gates the shell commands AI coding agents run: it previews what a command will actually do, backs up first, applies an allow/ask/deny policy, and logs everything00
AAAyush Agrawalinblog.ayushagr.me·4d ago · 17 min readThe 7 Bytes That Weren't in the IDL: How #[repr(C)] Padding Breaks a Borsh ClientA single u64 added seven bytes of padding the compiler knew about and the client didn't. Here is why, and how to predict it for any #[repr(C)] struct. The failure I added one field to an instruction-a10
ARAris Ripandiinripandis.com·5d ago · 4 min readK-sortable unique ID with UUID v7 InteroperabilityMost modern unique IDs are sortable. Almost none are readable. UUID v7, ULID, KSUID — they all encode a timestamp so that IDs sort chronologically. That's genuinely useful. But here's the thing nobody00
VAvinod akshatinakshayrivers.hashnode.dev·5d ago · 19 min readImplementing Floating Panes and a Buffer Manager in my Text Editor (Yonro) — In form of a whimsy taleFirst lets see how the current architecture of the text editor looks like. I’d like to introduce it’s name: Yonro.. Yes it is a reference to something, a character I have been relating to a lot these 00
VAvinod akshatinakshayrivers.hashnode.dev·5d ago · 12 min readPane Abstraction in the Text editor(Rust) that I am building to use as writerGithub Link: https://github.com/akshayrivers/Text_Editor Context: So, I have been working on a text editor in Rust, to use myself as a writer and to also challenge myself as a programmer. I had some p00
WSwesley schollinkonjo.hashnode.dev·6d ago · 21 min readI Couldn't Find a Local LLM Tool Fast Enough, So I Built My Own Called SquishThis requires Apple Silicon (M-series) and macOS 13 (Ventura) or later. If you're on Intel, Linux, or Windows, the numbers in this article will not apply to your hardware. TL;DR: Squish is a local LLM00
OHOmar Hiariinblog.theembeddedrustacean.com·Jul 12 · 9 min readOxidize XIAO — An Embedded Rust Community ProgramThe Status Quo 🚧 Embedded Rust is powerful, but getting started can be tough. Navigating the Rust language and embedded ecosystem can be challenging enough; add to that the traditional challenges of 02M
FFavein0xfave.hashnode.dev·6d ago · 8 min readI Built a Production Job Queue Without Redis — Here's Why PostgreSQL LISTEN/NOTIFY Was EnoughI saw Arjay McCandless's TikTok video on "3 Projects to Master System Design" and went with number 3: a job queue. When I shared my architecture in the comments, everyone said the same thing: "You nee00
Nnidhinkumarinblog.nidhin.dev·Jul 10 · 5 min readWhy Bun is Leaving Zig: The Full Story of the Rust RewriteBun, the hyper-fast JavaScript runtime known for its incredible speed and Zig-based architecture, is being completely rewritten in Rust. For a project that has over 22 million monthly downloads and ea00