I wanted to port my pong clone to android so i downloaded the android ndk but im stuck I can't fig…
He hey, To answer a central question I got from Twitter, IRC, and Discord: . I did it to just enjo…
as a bit of extra data, visiting the thread with an additional post added fixed the bug with abner…
Right, there are implementation differences. But I don't think there will be any problems using it…
Cheers, Martins. The Nano looks like it'll be the best fit for me because I don't have a device th…
One argument that can apply in server scenarios, is that spending some extra time on the code, onc…
YubiKey: I have one Neo and one Nano. I use it everywhere where it is possible - google, github, …
What do you folks use for U2F? And are the keys any different anyway?
What you (as users) should do is ask the websites you visit to implement 2FA and more importantly…
Having password managers to generate unique passwords is good, but still doesn't protect you again…
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…
James —
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…
Taz —
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…