eteran —
Ironically, looking back at episode #288, it used to be defined as "entity *Array[16]". Which is e…
eteran —
Well, any deference of the Array member will result in garbage data. If you aren't actually doing …
I'm not sure what bug you're reporting here, though? Unless I'm mis-remembering, we do not use Ar…
eteran —
As a proof of concept, I wrote this little test program: typedef int brain_id; enum brain_type { …
eteran —
I believe that I have spotted a bug in the code. I'm not a paying member who can report on the git…
Yes, it is other way around. Instead of compiler making unoptimized builds slow, it does really ha…
How comfortable did you feel with writing the C# Unity game? Do you get programming? If the answer…
So what Casey writes is code that fits his mental model of the CPU. Unless he is a super genius an…
Casey has said that his code is more or less aligned to how the hardware works? So why is the un-o…
fredih —
Hello! I just found this project and instantly fell in love with it. It was exactly what I was loo…
Yeah this is a known issue in 4.0.11 that a few people have already reported. It is fixed in the …
I have these keys bound to the builtin command write_and_auto_tab, all with MDFR_NONE: Most of th…
Yes, that seems reasonable, if you don't hear any artifacts with that (sometimes you can hear peri…
As you said in day 330, I agree that calculating sin/cos once per sample is too expensive. I actua…
A way to select the audio device would be cool too. Something similar to
Laurie —
Great talk! Also makes me very glad I'm not working in the web space; it sounds like total madness…
Jason —
Added [code] and you sir are money! To force it to use unicode CRT entry point pass "/ENTRY:wWinM…
Please put your code in [ code ] tags, otherwise your post is very hard to read. My guess it that …
Jason —
Hi, I am trying to set up a situation like the SDLs SDLMain2.lib, where a user can link to a .lib …
Jesse —
It's designed to be consumed at your own, individualized pace. I would guard against the "Catching…
Resonance frequency of a crystal depends on the geometry of the crystal as well. So it's been chos…
lujz —
Probably the most stupid question: Quartz crystals oscillate at 32768 times a second. Short intege…
Connor —
My advice is to stay at it and always practice. I view handmade hero as more of a real class than …
Dear HMN member, is a big project and I currently focus on and video downloading. Maybe you've r…
Dear HMN community, is a big project built for the community. It's dedicated to user freedom. It…
yes. i just thought that was less direct and more error prone was all :)
Rachetfreak's approach is how it now works. _ is a special identifier called the blank identifier.…
your own syntax... Where the numbers indicate byte offset into the structure. Would allow explici…
On structure layout perhaps you could allow explicit layout too... your own syntax... Where the nu…
Latest demo: Introspection, Modules, and Record Layout Overview: