All of this just "clicked" now - you are right
mmozeiko thebeast33 I agree, but you usually don't have lots of global data as this will increase…
Mmm, cheers folks! So what's super consistent here is that the natural process – and the only one…
Miblo, I think the only way you can really start to write _clean_ code is by writing really messy…
Keep in mind that a cache line is typically something like 64 bytes. If you touch one byte of a c…
My day job is working on the web and I share these frustrations (I swear as much as the guy in th…
Miblo, just my 2 cents on the matter:
I used to not clean my code, but then i felt like visiting …
thebeast33 I agree, but you usually don't have lots of global data as this will increase the size…
mmozeiko Umm.. that entirely depends on your code. If all the memory I "allocate" lives in global…
Neo Ar —
I should clarify that I would also be interested in seeing all aspects, I meant that the technica…
Neo Ar —
bunjee Yeah this is weird, didn't the archive I provided you worked earlier ?
Yeah, and I use it…
Mikkel —
gingerBill Odin v0.0.4
* `when` statement
- Compile time `if` statement (only allowed within …
I thought this was an entertaining talk, quite surprising to see it come from a web conference.
thebeast33 There is a downside to allocating memory in the global scope. Because its allocated in…
i don't like to brag, and it's not on point, but i stole a trick from Sean Barret on how to itera…
Umm.. that entirely depends on your code. If all the memory I "allocate" lives in global data, an…
There is a downside to allocating memory in the global scope. Because its allocated into the exe/…
After sleeping on it, I think I'd still like to see all facets of the game's development covered.…
rivten From what I understand, there is two ways to get memory :
There is a third way. You can pu…
You know, Will, it's always interesting for me to hear of folks cleaning up their code / gravitat…
Cool. I haven't listened to the whole design doc yet, but can say without a shadow of a doubt tha…
am I right when I say that the Tr...carded at the end of the scope ?
I believe that is the way C…
Interestinger and interestinger! Good luck with your office move, Allen. <4
Odin v0.0.4
https://github.com/gingerBill/Odin/releases/tag/v0.0.4
What's New
* Go/BCPL style …
How bout a space MUD?
https://pbs.twimg.com/media/CzL5-80UkAAK6hw.jpg:large
Todd Anthony, what are you working on and would you like a hand?
I'm working on a (toy) scriptin…
rivten —
Hello everyone !
I am going through Handmade Hero a little bit late (I am around ep. 130 right n…
Are they stargates that you open by playing a tune? ;-)
I guess you could always start a thread about it in the Work In Progress forum.
At least for me, "handmade" is more a mindset than a set of rules or even guidelines. I think the…