We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Simon Anciaux
Speaking of downloading the mp3, could you provide a way to download the mp3 without creating a so…
»
Shazan
I wanted to port my pong clone to android so i downloaded the android ndk but im stuck I can't fig…
»
Abner Coimbre
He hey, To answer a central question I got from Twitter, IRC, and Discord: . I did it to just enjo…
»
ratchetfreak
as a bit of extra data, visiting the thread with an additional post added fixed the bug with abner…
»
Mārtiņš Možeiko
Right, there are implementation differences. But I don't think there will be any problems using it…
»
Matt Mascarenhas
Cheers, Martins. The Nano looks like it'll be the best fit for me because I don't have a device th…
»
Jack Mott
One argument that can apply in server scenarios, is that spending some extra time on the code, onc…
»
Mārtiņš Možeiko
YubiKey: I have one Neo and one Nano. I use it everywhere where it is possible - google, github, …
»
Matt Mascarenhas
What do you folks use for U2F? And are the keys any different anyway?
»
Ginger Bill
Odin v0.1.1
»
Jeroen van Rijn
What you (as users) should do is ask the websites you visit to implement 2FA and more importantly…
»
Mārtiņš Možeiko
Having password managers to generate unique passwords is good, but still doesn't protect you again…
»
D3zmodos
I used Keepass for ages, but I recently switched to which is essentially the same thing but it's …
»
Allen Webster
The term "4coder Friday" was first coined by Casey Muratori, back in late 2015/early 2016. That …
»
Jeremiah Goerdt
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 …
»
Jeroen van Rijn
Well, handmade developers, it's been an interesting day so far. that due to a memory leak in one …
»
Jeroen van Rijn
Now abner post is highlighted new on the feed page and mine isn't and visiting the thread doesn't…
»
ratchetfreak
I composed and posted a reply to but didn't check the thread until after I posted and abner ninja…
»
ratchetfreak
So does the CPU wait longer now to access memory? From the true latency that is how I understand …
»
erpeo93
Last month has been totally dedicated to cleaning the network code and writing down the render. La…
»
Abner Coimbre
You might find my recent podcast with Andrew valuable, I hope: On the show I dive into Handmade'…
»
Abner Coimbre
- - 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…
»
Shazan
Anyways fixed it ,Guess is was a typo. Can someone help me on a formula on bouncing the ball when …
»
Mārtiņš Možeiko
I don't think you can limit message broadcasting to subset of windows. But yeah, instead of enumer…
»
Adam Byrd
Hmm, I thought about SendMessage briefly, but I had forgotten about HWND_BROADCAST. I could broadc…
»
Mārtiņš Možeiko
Instead of events you could use windows message. SendMessage(HWND_BROADCAST, ...) will end your sp…
»
Adam Byrd
I'm looking for a bit of Win32 help here. I have a small program that runs in the background, list…
»
Anthony Smith
Thanks for the info. Hopefully it will be working in the next build!
»