We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
potatotomato
Small text-based programs are nice because they're low-investment to learn, are often well-docume…
»
potatotomato
Would anyone like to share some advice and/or resources for learning assembly language? Am I cor…
»
Oliver Marsh
Thanks Tonnah for the reply, I will look into emulators. I found a good article about the chip8 e…
»
Oswald Hurlem
One of the challenges in writing a Cube-Based Game* system is meshing. In order to quickly draw a…
»
Neo Ar
I've released a small new offering for $5 patrons: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 …
»
Jeremiah Goerdt
I would have never thought a network library would work as single-header. Looks like a great proj…
»
spx
Thanks for reporting. Both will be fixed in 00.01.06. The fix you mentioned addressed an issue th…
»
Casey Muratori
All videos have now been posted: https://www.youtube.com/playlist?...LEMXAbCVnmY6wYncIGmAXVC9lVg…
»
tonnah
I don't know what projects you have already worked on. But I think a great experience for low lev…
»
Ryan Fleury
Hey everyone! My apologies for the long period of silence. I've recently begun my third semester…
»
Simon Anciaux
I wouldn't mind reading more of those. I don't program a lot on linux so I find it useful when yo…
»
Oliver Marsh
Hi, I was wanting to get more practice programming low level stuff, however I'm not sure of what…
»
pragmatic_hero
When you say "The Unix Philosophy" you oughta be fairly explicit what you mean by it. Pretty muc…
»
David Butler
Very clever! I did not know about getting the size from the elf table, thanks for the write up :)
»
Alex Baines
With the introduction of project lifecycles here on Handmade Network, I've set insobot to "comple…
»
LaresYamoir
I don't think single/multi-purpose is the right way to think about it. Visual Studio still has as…
»
»
Simon Anciaux
May I suggest to package the .exe and the font in a .zip and to have a user friendly message if t…
»
Simon Anciaux
Have a look at 4coder_default_bindings.cpp, it's the file that gets compiled by default for the c…
»
joe513
Just wanted to post a couple small issues. Neither are critical but noticeable. 00.01.05 -4 Var…
»
Andrew Reece
Go out at night and try to count all the stars in the sky. Go to a beach and try to count the gra…
»
Ginger Bill
I don't think the size of a program is necessarily the problem rather, how the components of that…
»
Neo Ar
In my opinion there is a time and place for both. When working in a command line small single-pur…
»
Bouke285
Hi, My background is in C# and higher level languages. I'm very interested in getting familiar w…
»
Simon Anciaux
I will only reply as a user since I never developed any huge application and I would only be gues…
»
ratchetfreak
John_Uskglass mmozeiko On any modern OS from last 15 or so years you don't need to release anythi…
»
Laurie
mmozeiko On any modern OS from last 15 or so years you don't need to release anything on exit of …
»
Mārtiņš Možeiko
Well spooling process is not an OS primitive. If process A depends on something that process B ne…
»
ratchetfreak
But there are things that do need to be released. I've run into the issue with a printer where I…
»
Laurie
Something I've been thinking about lately is large multi-use programs, and I was interested to se…
»