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