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…
miotatsu So I think the only mystery left is to figure out why it doesn't like my system VLC...
…
Yeah, the windows cursor has significantly less lag.
To provide some more detail, I've found tha…
Yeah, vararg funcs doesn't seem to be very good at doing copy elision optimizations (where copies…
There are no good cross platform library for native looking GUI in C.
There are some that are re…
Todd —
Awesome, thanks. Yeah nobody should worry, I definitely won't be loading up my project with unnec…
Streams are tough because (1) it's live and (2) you might end up with nobody watching. What I did…