Laurie —
So now C++17 is getting pretty close to being done, I thought it might be interesting to have a d…
Supporting TLS features doesn't guarantee good TLS security.
Here's another discussion we had on…
mmozeiko The good part of mbed TLS is that it is very configurable - you can configure it with #d…
1. Those are monster ("monstar") entities, NPC that will walk around. Here's the day it was imple…
nothings Goddammit windows.
1
2
3
4
5
6
7
8
9#pragma warning( push )
#pragma warning( disable: 4…
The good part of mbed TLS is that it is very configurable - you can configure it with #define's t…
Ray —
Just published a small tool developed with raylib: rFXGen.
It is based on the amazing sfxr but…
r2d2 —
Fair enough, thank you for the reply. I am used to the completely opposite approach: discarding e…
That's a fine question. No 4coder is missing that feature right now. I'd like to add it soon, b…
Casey finds early returns and break/continues harder to follow so he doesn't use them. He prefers…
Goddammit windows.
1
2
3
4
5
6
7
8
9#pragma warning( push )
#pragma warning( disable: 4127 ) // …
r2d2 —
Hi, folks!
Perhaps Casey himself or people who are following the project closely can comment. I …
I agree about http vs https - this library has its origin back when http was more of the norm. St…
rizoma —
Nevermind, I see that this was already covered here: https://hero.handmade.network/for...n/t/810-…
Hi,
Questions to people who follow Casey's streams:
1. What are the jumping heads?
2. Why grass …
Hi,
Firstly, thanks for the great editor, and I'm sorry if this is a stupid question.
I would l…
Windows API provides very simple API for handling http (and https, ftp) requests - wininet API. I…
This weeks library is for basic HTTP requests (POST and GET commands)
https://github.com/mattias…
Those flags are usually set by the Application Compatibility Wizard that may appear after a progr…
More interesting question is who and when added this registry entry? Does it gets added always or…
Hi there,
I just wanted to spread awareness about a problem I had while coding along the live co…
That is .NET Native which I already mentioned. And it is only for Windows Store apps.
Joakim —
mmozeiko I really think that this is not very complicated: https://github.com/emoon/minifb/blob/m…
Here is some info:
https://msdn.microsoft.com/en-us/library/dn584397(v=vs.110).aspx
Typically for regular apps this is done with ngen at installation time. It takes your .net assemb…
I really think that this is not very complicated: https://github.com/emoon/minifb/blob/master/tes…
I wrote a post about the art process there :
http://ludumdare.com/compo/2015/12/19/back-on-earth-…
Joakim —
mmozeiko Have you seen up to day 4 and 5? In these days Casey is changing pixels and putting them…
After seeing Jon's rant on keyboard handling and the article he linked, I thought I'd look into d…
Shazan —
I know that when you build a .net app it converts into IL code .Is it possible to compile IL or .…