Login
Discover
Waves
Communities
Login
Signup
Topics
#programming
Global
Trending
Hot
New
Top
#programming
Hot
Top communities
Create your community
latest #programming hot topics | Ecency
scipio
StemSocial
2026-07-22 13:32
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, not just statements that do things;
$ 1.038
19
1
femdev
StemSocial
2026-07-22 11:48
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 been nagging at me. We spent this
$ 0.107
11
1
scipio
StemSocial
2026-07-22 08:03
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 cost you three times more depending on
scipio
StemSocial
2026-07-21 19:19
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 the single-size memory pool we built
darth-azrael
retrogaming
2026-07-18 21:21
Published via Ecency
Promoted
GamePro (April 1998)
Next to Electronic Gaming Monthly, GamePro was perhaps the most popular video game magazine for many years, at least in North America. I always preferred EGM but GamePro had some great content to. The
vinzie1
FreeCompliments
2026-07-21 16:48
Published via Ecency
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 of the system that I'm currently
scipio
StemSocial
2026-07-21 12:54
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 stack and the heap; why assigning a String
femdev
StemSocial
2026-07-21 13:05
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 by admitting the itch it left me with:
scipio
StemSocial
2026-07-21 06:50
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, data scarcity, and privacy; CTGAN,
ahmadmanga
Hive Gaming
2026-07-16 05:36
Promoted
Dino Crisis 2 [Let's Play] - 01
Dino Crisis 2 is a survival shooter by Capcom. A failed experiment sends you across time to a jungle filled with Dinosaurs. This sequel is more action filled compared to the original Dino Crisis and features
scipio
StemSocial
2026-07-20 20:23
Learn Zig Series (#114) - Memory Pools
Learn Zig Series (#114) - Memory Pools What will I learn? Why a memory pool (a.k.a. object pool, fixed-size block allocator, or free-list allocator) is the idea episode 113 was quietly walking toward --
scipio
StemSocial
2026-07-20 14:00
Learn Rust Series (#2) - Variables, Types, Functions
Learn Rust Series (#2) - Variables, Types, Functions What will I learn You will learn why Rust makes variables immutable by default, and how that one decision prevents whole categories of bugs; the difference
femdev
StemSocial
2026-07-20 12:36
Learn Creative Coding (#128) - Mini-Project: Audiovisual Composition
Learn Creative Coding (#128) - Mini-Project: Audiovisual Composition Okay. Deep breath. This is the one all the audio episodes have been sneaking up on. For weeks now we've built pieces - synths, melodies,
ofap
technology
2026-07-20 16:27
!
New account with an unverified outbound link, Reveal content
OpenAI mintió, Airbus escapó, y GPT-5.6 se volvió un arma
Hay lunes que arrancan con una taza de café y una mirada rápida a Hacker News, y hay lunes que arrancan con un documento legal que reescribe la historia de la industria que cubrís. Hoy fue de esos. Tres
bendany
Town Square
2026-07-21 11:20
Published via Ecency
Promoted
My journey back to Hive & bringing Friends along
Generated using ChatGPT Hello everyone, Today I have something personal to share regarding my experience on Hive and why I came back to the site. I've been part of Hive since forever but owing to some
techscribe
programming
2026-07-20 17:47
How AI Code Review Tools Can Cut Your Debugging Time in Half
If you've ever spent hours debugging only to find a typo, a missing semicolon, or an off-by-one error — you know the pain. AI code review tools have changed that workflow forever. In this post, I'll show
scipio
StemSocial
2026-07-20 08:36
Learn Rust Series (#1) - Introduction to Rust
Learn Rust Series (#1) - Introduction to Rust What will I learn You will learn why Rust exists and which specific problems it solves that other languages leave to programmer discipline; the mental model
scipio
StemSocial
2026-07-20 08:25
Learn AI Series (#132) - AI for Structured Data
Learn AI Series (#132) - AI for Structured Data What will I learn You will learn why deep learning keeps losing to gradient boosting on tabular data -- the single most common data format in the entire
scipio
StemSocial
2026-07-19 19:15
Learn Zig Series (#113) - Ring Buffers: Lock-Free
Learn Zig Series (#113) - Ring Buffers: Lock-Free What will I learn? Why a ring buffer (a.k.a. circular buffer) is the data structure that answers the question episode 112 ended on -- a buffer of exactly
skiptvads
Scrobble.life
2026-07-15 18:57
Promoted
[Movie] Citizen Vigilante (2026) - A Hero or A Monster - REVIEW
Source First lets get something right out of the gate, Citizen Vigilante deals with racist ideas, anti immigrant anger and acts of violence that I do not support. Still, a movie can be discussed as a movie
vinzie1
BayaniHive
2026-07-19 11:35
Published via Ecency
Building a Smarter Way to Apply for Jobs
I am building systems and this system that I build is for the people that I know and maybe other people that wants to try with the system itself. It's like automating in applying a job, well, that's what
femdev
StemSocial
2026-07-19 12:14
Learn Creative Coding (#127) - Advanced Sound-Reactive Visuals
Learn Creative Coding (#127) - Advanced Sound-Reactive Visuals I left you last time with a thought that's been buzzing round my head ever since: everything we've built so far, the visuals mostly follow
scipio
StemSocial
2026-07-19 08:42
Learn AI Series (#131) - Graph Neural Networks
Learn AI Series (#131) - Graph Neural Networks What will I learn You will learn why some data is fundamentally graph-shaped and loses its most valuable signal the moment you flatten it into a table or
ofap
technology
2026-07-19 15:09
El domingo que los modelos abiertos cruzaron el puente
El domingo amaneció tranquilo, como todos los domingos en Internet. Menos tráfico, menos urgencia. Pero cuando abrís el feed, las señales están ahí: Kimi K3 iguala a Claude en coding por una fracción del