Keeping the tools light isn't as much of a priority as making them robust and cross-platform. Maki…
I always found jams with few rules to be the most enjoyable ones. Where pretty much everything is …
Dear Handmade Reader, This is a significant month for the Handmade Dev team! It marks the end of t…
Todd —
New Handmade project - Anti-bot bot aka BotKiller.
Preaching to the choir - I'd say quire, but Eisbehr hasn't released it yet -, Abner. Dealing with…
It would be nice if the world was just nice enough to at least not have any spam bots. Out of all…
So much for my dastardly plan to let spam bots run amok the whole month… twirls his moustache
And to clarify, this month we're focused on the educational materials roadmap for HMN. We're also…
That's generally known as a . It's used to prevent other websites from tricking their users to PO…
It's been doing that for over a decade. Webdev tends to follow this hype cycle: "Look at this ne…
That's generally known as a . It's used to prevent other websites from tricking their users to PO…
Good catch... I wanted to show off how simple the run-time computation was and ended up making it…
What to avoid in web development? [/quote] bootstrap makes it so you can make a decent looking we…
You can also use editbin.exe (from vsvarsall.bat commandline) that can switch between application …
Or just create cgi executable to produce dynamic pages.
"return A > B ? LOOKUP[A-B] + B : LOOKUP[B-A] + A;" This code will generate ugly branch. It's too …
What to avoid in web development? [/quote] web development :-P
There is no built in way, but the people have spoken so there will be a built in way in the next v…
Hmmmmm... I'm not even sure why that is happening. I can launch 4coder with or without start and …
This was a result of my reconfiguration of the input system without any audio device plugged into …
Adding a configuration option for "save all dirty buffers before build" has been on my todo list f…
When you say webprogramming do you mean client-side in browser interaction? if so then no and it l…
Happens to me to I kind of like it sometimes but mmmm had no control over it so I had to disable w…
I have a big problem now I see web programming changing a lot.And I see like stuff like Bootstrap,…
Does Odin support web programming yet? I can think of the possibilities of creating a web site usi…
@Allen, it would still be nice to be fixed. Cause the 'start 4coder' solution opens another cmd w…
Compiles to a tool that just works everywhereUnderstands your platform's toolchainSensible, overri…
.h -> .cpp[/quote] This would be invaluable.
From a pure C perspective there are only 2 ways to get different behaviors out of the same bit of …