
programming Tag Posts Index
Explore on-chain topics from the Hive blockchain.
- →
Building Something Worth Sharing
I haven't been able to start with the system that I build in the recent days as I was busy with my real life and now I am starting building with it and as I continue
- →
Learn Zig Series (#117) - Binary Search Variations
Learn Zig Series (#117) - Binary Search Variations What will I learn? Why binary search is the payoff that sorting buys you -- an unsorted array answers "is
- →
Learn Creative Coding (#132) - Performance Optimization Deep Dive
Learn Creative Coding (#132) - Performance Optimization Deep Dive At the very end of last time, when we finished building our own little CC framework, I dropped
- →
Learn Rust Series (#6) - Error Handling
Learn Rust Series (#6) - Error Handling What will I learn You will learn why Rust models failure with Result values instead of throwing exceptions, and what that
- →
Learn AI Series (#136) - Mini Project: Production AI Platform
Learn AI Series (#136) - Mini Project: Production AI Platform What will I learn How to wire the whole production arc from episodes #117-135 into ONE running system,
- →
Building With Purpose
I was busy with my other important things in the past few days and it's still good since I am going to wind up some things while having this work of programming
- →
Learn Zig Series (#116) - Sorting Algorithms in Zig
Learn Zig Series (#116) - Sorting Algorithms in Zig What will I learn? Why sorting is a solved problem you never stop paying for -- the comparison model, the O(n
- →
Learn Rust Series (#5) - Structs & Enums
Learn Rust Series (#5) - Structs & Enums What will I learn You will learn how structs group related data into a single named type, and how impl blocks give that
- →
Learn Creative Coding (#131) - Building Your Own Creative Framework
Learn Creative Coding (#131) - Building Your Own Creative Framework Last time we walked off the edge of music completely and made sound art - noise, drones, a place
- →
Learn AI Series (#135) - Building AI Teams and Processes
Learn AI Series (#135) - Building AI Teams and Processes What will I learn The distinct roles in an AI team and why they do not map cleanly onto the frontend/backend/QA
- →
HF-JSON 2.0: A type-rich textual data exchange format
In this blog post I'm attempting to take High Fidelity JSON (HF-JSON) out of the Merg-E language spec and define a programming-language independent version of HF-JSON:
- →
GPT-5.6 rompió el laboratorio, Google recalculó la ruta y Jack Dorsey quiere tu código
La semana de la Conjetura Jacobiana todavía retumba en los pasillos de los laboratorios, pero el miércoles llegó con un aldabonazo que nadie esperaba: OpenAI reveló
- →
Learn Rust Series (#4) - Control Flow & Pattern Matching
Learn Rust Series (#4) - Control Flow & Pattern Matching What will I learn You will learn why Rust treats if, loop, and blocks as expressions that produce values,
- →
Learn Creative Coding (#130) - Sound Art: Beyond Music
Learn Creative Coding (#130) - Sound Art: Beyond Music Last time I left you performing a live set, mutating loops mid-song, and I ended with something that had genuinly
- →
Learn AI Series (#134) - AI Infrastructure Economics
Learn AI Series (#134) - AI Infrastructure Economics What will I learn What GPU compute actually costs across the big cloud providers -- and why the same A100 can
- →
Learn Zig Series (#115) - Slab Allocators
Learn Zig Series (#115) - Slab Allocators What will I learn? What a slab allocator actually is -- not a new trick, but the machine episode 114 was pointing at: take
- →
Building Smarter, Not Harder
As I have been building the system web application from my end, I thought that it seems it's really easy to do but one thing that I need to take care of is the vastness
- →
Learn Creative Coding (#129) - Live Coding Music
Learn Creative Coding (#129) - Live Coding Music Last time we built a whole two-minute piece that composed itself - press go, sit back, watch it unfold. And I ended
- →
Learn Rust Series (#3) - Ownership & Borrowing
Learn Rust Series (#3) - Ownership & Borrowing What will I learn You will learn the three ownership rules in depth, and what a value actually looks like on the
- →
Learn AI Series (#133) - Synthetic Data Generation
Learn AI Series (#133) - Synthetic Data Generation What will I learn You will learn why synthetic data even exists -- the three itches it scratches: class imbalance,
Leave programming Tag Posts Index to discover