That sounds awesome, I can't wait for the next blog post. By the way, this project's status is sti…
Hello, I really enjoy this, but, I liked the long form stream a lot more, even if you don't talk t…
"Use of indices/handles for most things, IS a matter of workflow. It simplifies serialization, and…
"You mean tank->vehicle->movable->entity? Or tank.vehicle.movable.entity?" Well, yes, and no. That…
I just tried making a map with a custom value (the value that I am using for the custom map is 0x0…
Hi there, fellow Handmade enthusiasts! Today is the official closing day of HoC, a project I have …
But yeah, this is the reason I don't use Wayland. People are saying this is the future for last d…
Technically its not that wayland supports X11 api. What it does, it launches new real X11 server u…
Hi Brian. I have no clue. I always just followed the submission process online and click "apply".…
I used to be in the space industry, and when I went to my first GDC last week, I noticed a few th…
Greetings Chen, Do you know who is rejecting you? As in, are you even getting passed HR? Unless …
Wow that's sick, I'm definitely going to try it out. On a side note, If Cdbg is coming back, shoul…
The library (x11linux branch) is now fully C99 compatible and does not use any C++ features anymo…
Hi all. I am currently a college student in the U.S. who is about to graduate. I apply myself to l…
Yep! You don't have to do anything special to register your own maps except you need to make sure …
Ever wanted to draw shapes on top of your shapes? Well, now you can, with the all-new Geometer! Pr…
Hello, I know that there are the built-in values for Map_ID, but is it possible to create new ones…
You don't really need to decode unicode codepoints unless you want to handle all the normalization…
Basically, you can start with . In your lexer, you interpret not next char, but int (code point), …
You are "optimizing" code based on FEELINGS of what IS and ISN'T going to be fast/slow without …
Use of indices/handles for most things, IS a matter of workflow. It simplifies serialization, and…
Designing crypto protocols is hard. Don't do that unless you are expert in this area. I mean.. its…
The only thing which would work is to fully all the standards we have right now (HTTP, FPL, HTML…
You say you can't figure out how to output S-expressions. As a first step, I would recommend writi…
You'll first want to change the stream step size and character decoding as Martins explained, whic…
The collision system is one of the areas worth investing time into to get rid of all the bugs and …
Help! I am stuck on Day 2 homework. I have read chapters 2 through 4.1 of Wirth book. And I have i…
It is actually pretty easy, there is nothing special about it. Only place you will need to change …
Per, Could you please show us how to make parser/lexer supporting the UTF-8 encoding, instead of p…