Thanks for the suggestion mmozeiko. I'll check it out.
Thank you very much for the links! Disable windows shortcuts is really usefull! All the games usin…
Very nice! Here are few more I found:
Have a look at and . Which I think means that W+D is processed by the "desktop window" and so th…
That's quite a bunch of bugs :) These 3 lines below have same root cause - bug in the parsing of …
Wo0t! This is great news.
Welp, it's about time I stop cowering in fear and get some Lysa users. A few Patreon backers will …
:) That's cool. I'm just sitting and thinking what it could be used for... Anyways, here are bunch…
Oh, I didn't think that master would not compile. Ok, that clears things up a bit. I was using gcc…
It doesn't compile with MSVC for me. This does : struct b { a; }; struct b2 { struct a2; }; #inc…
This one doesn't compile :) Martins, this snippet code is from the dev branch, which is in non-co…
This is completely bananas... struct b { a; }; struct b2 { a2; }; #include int main() {…
There is more magical code that compiles for some reason I don't understand... typedef struct { A…
Wait a sec, by anonymous struct I always called this thing: Are you saying that code above is equ…
Welcome to C (not even the plus plus kind). Anonymous structs, its similar to anonymous unions (wh…
Hi! While debugging my handmade engine the shortcut win+D stop working. Other windows shortcuts li…
What kind of magic is this? List node_list; int block_id; int nesting_depth; AstBlock* encl_block…
Fixed; the problem is that the compiler needs the vm.exe file which is expected to be located in…
I tried to compile test.hoc with the source files in a different directory than the compiler and g…
Sailor —
Ahhhh... so simple when you know how... Thanks
HMN is organized by projects So "https://projectA.handmade.network/xyz" URL goes to "xyz" section …
Sailor —
I'm just new here (today) so I might be wrong, but it seems there is still something missing. I or…
Sailor —
Greetings, all. I just found this thread an hour ago, and I simply had to sign up just so that I c…
Hi! I absolutely agree that some way of documenting the command lines is needed, but right now I d…
To bring another example, in Java all method calls on objects are virtual, i. e. indirect, however…
Gitlab works a bit strangely, Martins. It doesn't use the key from /root/.ssh (for obvious reasons…
That only works if you have one vertex buffer. In an immediate style graphics API - the sort whic…
Why not simply copy ssh host key to new server? Then ssh fingerprint would not change.