CMCelmo Mossincelmomosse.hashnode.dev00Learning Rust in 30 Days as a JavaScript Developer22h ago · 12 min read · What it actually feels like to go from Node.js to Rust on the job Most articles about learning Rust start with curiosity. Someone reads about memory safety, decides to explore it on the weekend, and wJoin discussion
PKPatrick Kearnsindotnetdigest.com00How to make use of the new TurboVec from .NET22h ago · 15 min read · TurboVec is interesting because it attacks one of the problems that appears after a RAG system starts to grow. Embeddings are easy to talk about when you have a few thousand chunks. They become much hJoin discussion
CMCelmo Mossincelmomosse.hashnode.dev00Getting Started with Rust as a JavaScript Developer22h ago · 13 min read · A practical guide for Node.js and Next.js developers making the jump When I first looked at Rust coming from Node.js, I thought it was needlessly complicated. Then I understood why. The complexity is Join discussion
BByteLoggerinbytelogger.hashnode.dev10watchr - Automate Your Dev Workflow When Files Change1d ago · 2 min read · The Problem Every dev has been there - you save a file, switch to the terminal, run the tests, switch back. Save, switch, run, switch back. It's just constant friction that breaks your flow. watchr elJoin discussion
MCMulandi Ceciliainmulandi.hashnode.dev00CKB Block Anatomy: Molecule All the Way Down2d ago · 9 min read · Part 4 of 4: The CKB & Molecule Series In the previous posts we learned what cells are, why Molecule exists, and how to use it in Rust. Now we go to the deepest level and look at how the CKB block itsJoin discussion
MCMulandi Ceciliainmulandi.hashnode.dev00Molecule in Rust: A Byte-by-Byte Walkthrough2d ago · 7 min read · Part 3 of 4: The CKB & Molecule Series In the last post we learned why Molecule exists. In this one we use it. By the end you will have encoded a value, printed its raw bytes, and understood exactly wJoin discussion
MCMulandi Ceciliainmulandi.hashnode.dev00CKB in 4 Minutes: What Lives on a Blockchain Anyway?3d ago · 4 min read · Before we talk about how CKB encodes data, we need to understand what CKB actually stores. This post is for complete beginners; no blockchain experience needed. Forget everything you know about databaJoin discussion
RLRoberto Lupiinrlupi.com20Deep Cuts Is Now Open Source3d ago · 5 min read · Two days ago I wrote about building a music intelligence app in five days with two AI coding agents. That post described a working MVP — a private prototype called music-intelligence that could scan aJoin discussion
HHyphenMinhyphen-m.hashnode.dev00Simple Snap Layout Overlay for Tauri v23d ago · 3 min read · Firstly, hello everyone who reads this. I made a little plugin for Tauri v2 to easily enable the Windows 11 snap layout overlay when running your app in decoration-free (borderless) mode. I wanted a sJoin discussion
FFreeRaveinfreerave.hashnode.dev00Securing DotShare 3.3: Inside the Rust Media API (Magic Bytes, Atomic Quotas, & Race Fixes) - Part 34d ago · 8 min read · In Part 2 of this series, we enforced Strict Separation and Fail-Fast validation to prevent silent scheduling failures and auto-refresh OAuth tokens in the background. But our users still needed to atJoin discussion