AEAnnie-Stewart Elijahinalvissraghnall.hashnode.dev·2d ago · 9 min readRamblings about my turmoil with Linux audio...I recently caught the multimedia engineering bug, and I've been looking into audio API's, RFC's, and whatnot. TL;DR here: it's not been fun at all. So, I was trying to do something really basic [as pa00
DVDuru Victor Ikechukwuiniamduruvictor.hashnode.dev·Aug 5 · 5 min readI Tried to Break My Own C Program, And Found a Real Bug Hiding in the Input BufferIntro This was me building a mini project (time converter) after finishing chapter 5 of C Programming: A Modern Approach by K.N. King. I decided to test the program by feeding it input that looked lik00
MUMohamed Uvaisinmohduvais.hashnode.dev·Aug 4 · 21 min readLinux Processes and Threads: A Practical Guide for Embedded Linux DevelopersLinux is a very popular operating system that is used in many products such as mobile phones, servers, networking, real-time applications, etc. When applications are developed in Linux, it is importan10
CPCameron Pennainpksinew.hashnode.dev·Aug 1 · 6 min readI'm building a tiny creature that lives in a drawerA build journal — part one For the last little while I've been making a small thing, and I want to start writing down how it's going while it's still messy. The thing is a creature. I don't really thi00
AMADITYA MOREinjarvis-logbook.hashnode.dev·Jul 27 · 7 min readBuilding My First Logic-Based Project in C: A Library Management SystemWhen I first started learning C programming, my programs were simple—calculators, loops, patterns, and small logic exercises. They helped me understand the syntax, but they didn't feel like real softw00
MFMathijs Frankinmathijs-frank.hashnode.dev·Jul 22 · 5 min readWhy my compiler won't optimize for youThis is part of an ongoing project. A programming game where getting better at the game means getting better at real coding. Background here: Learning Coding Like a Board Game. For my game I will crea10
MSManu Shuklainecorpit.hashnode.dev·Jul 20 · 16 min readC# 15 union types in .NET 11: migrating off OneOf without boxing your hot pathC# 15 union types in .NET 11: migrating off OneOf without boxing your hot path Summary. Union types are one of the two headline C# 15 features in .NET 11, alongside collection expression arguments, an00
CcodeFacilityincodefacility.hashnode.dev·Jul 19 · 4 min readWhat Is a Pointer in C? A Beginner's GuideWhat Is a Pointer in C? A Beginner's Guide If you're learning C and pointers are the moment things suddenly feel harder, you're not alone. Pointers trip up more beginners than almost any other concept10
RKRoee Kishoninwadite.hashnode.dev·Jul 19 · 2 min readSimplified - Readability VS EfficiencyDid you ever find yourself thinking one of those? “This piece of code would be more efficient if I used X instead of Y”? “Do I really need that extra variable?” “Isn’t it somewhat bad practice thou00
TJTongjia Jianginjtj.hashnode.dev·Jul 16 · 18 min readC vs. Python: A Beginner's Guide to Understanding the DifferencesEmbarking on a journey into the world of programming can be both exciting and daunting. As you start to explore, you'll inevitably encounter various programming languages, each with its unique strengt00