I used Keepass for ages, but I recently switched to which is essentially the same thing but it's …
The term "4coder Friday" was first coined by Casey Muratori, back in late 2015/early 2016. That …
Keepass is amazing. It works on pretty much every platform. I combine it with to make sure I alwa…
For anyone that is interested in taking a proactive stance w.r.t. changing their passwords. There …
Well, handmade developers, it's been an interesting day so far. that due to a memory leak in one …
Now abner post is highlighted new on the feed page and mine isn't and visiting the thread doesn't…
I composed and posted a reply to but didn't check the thread until after I posted and abner ninja…
So does the CPU wait longer now to access memory? From the true latency that is how I understand …
Last month has been totally dedicated to cleaning the network code and writing down the render. La…
You might find my recent podcast with Andrew valuable, I hope: On the show I dive into Handmade'…
- - On February 2017, Abner Coimbre and Andrew Chronister sit down to discuss Handmade's role o…
Thanks for the insight. I do feel that a lot of programmers lose touch with how the hardware works…
Anyways fixed it ,Guess is was a typo. Can someone help me on a formula on bouncing the ball when …
I don't think you can limit message broadcasting to subset of windows. But yeah, instead of enumer…
Hmm, I thought about SendMessage briefly, but I had forgotten about HWND_BROADCAST. I could broadc…
Instead of events you could use windows message. SendMessage(HWND_BROADCAST, ...) will end your sp…
I'm looking for a bit of Win32 help here. I have a small program that runs in the background, list…
Thanks for the info. Hopefully it will be working in the next build!
I don't think it's getting called at all right now because it was causing bugs a few versions back…
I need help detecting sides for my pong clone. And left collsion not working. I have Wall enities …
What changed is multiple execution units and deep out of order pipelines on CPU. Before CPU was …
Speaking of game makers, the amount of slow games that I come across on PS4 is depressing. The de…
At what point does the new file hook get called in 4.0.16? I've set a custom hook for it, and it …
That's more due to corporations, and it's already leaking into native programs (for example: Wind…
I don't think this is true. RAM has never been faster on average before than it is today. What c…
There's a couple ways to approach counterarguments for this. One which might resonate well with pe…
Well yes I can agree for developers it makes sense. But you get game makers or app builders these …
I strongly disagree. C# is much much more sane. Just don't use ASP.net. Use something sane, like N…
I think for developers this is true. If something runs slowly (compiler, not enough memory, out of…
Hello all, I have heard from colleagues and others that today we don't care about writing clean ef…