hmmm, a couple of things currently puzzling me:
What does the Stag_Pop2 style tag do? I'm guessi…
1) NO NO NO NO. We're beating a dead horse here. Fences ARE NOT to make changes "globally visib…
I do almost all of my work from OS X. I don't think that OS X significantly better overall, its …
For personal use, I've found Arch Linux to be rock solid for me. My serious problems have always …
graeme —
For Linux what I've found to be problematic is the desktop environments. This goes deeper than ju…
Thank you for your feedback mrmixer. I'll try to fix everything you mentioned in the next release.
My particular favorite is still Windows 7, although that's really only because I'm use to it. I …
Laurie —
So this is something I've wanted to ask for a while, but I was never sure where, as it seems impo…
HandmadeHero has code for blitting memory to screen using OpenGL.
Take a look at OpenGLDisplayBit…
Again, compiler fences don't offe...pleted (e.g. after you read the
Yes. (Agree)
In x86(_64),…
Adrian —
Perfect explanation! Thank you very much. It clicked right away!
Adrian —
Could you point me to some resources on blitting a bitmap to the screen? Wanted to change my code…
I expect preview to show posts from the end of thread. Replying usually is done for last post in …
kCGImageAlphaNoneSkipFirst and kCGBitmapByteOrder32Little are explained here: https://developer.a…
Mikkel —
I have to agree with mrmixer about the source reloading while still debugging, I would rather hav…
I don't know how much feedback you want at this point in the project, I played with it for a few …
hugo I had also commented asking if anyone would elaborate why almost nothing useful is written …
hugo OCaml - had a major problem: you couldn't print" a datastructure easily.
OCaml is not a pur…
This gives a great breakdown on how Idris works. To be clear you will get a compile time error, i…
frkn
A couple notes
-Since Casey uses unity builds and whole code is just one translation unit, …
The thing about mutability is that both ends of the spectrum are very powerful. Being stateless i…
hugo —
John_Uskglass the fact that they are towards the pure end of functional programming languages?
Y…
Quite a good overview over different typesystems.
Idris seems quite compelling with its ability …
Laurie —
@mmozeiko Ah thanks, I'd missed that in the comments.
@hugo Interesting question. I think there …
Adrian —
There is something I don't understand with my bitmap.
To create the bitmapContext I use this co…
hugo —
Very nice rant indeed. In the spirit of handmade, I had also commented asking if anyone would ela…
Last night, I did a talk and demo of the programming language that I've been developing. Here is …
This is answered in comments:
in any programming language, we usually verify statically unknown d…
Laurie —
Thanks for the link! As you say, very interesting article. I didn't quite understand the bit abou…
Unlegushwanion
Yes, important point. But I mean the first read, after the write. There are ways …