kCGImageAlphaNoneSkipFirst and kCGBitmapByteOrder32Little are explained here: kCGBitmapByteOrder…
Mikkel —
I have to agree with mrmixer about the source reloading while still debugging, I would rather have…
I don't know how much feedback you want at this point in the project, I played with it for a few m…
So there are a few barriers to entry. First and probably biggest is that once you are in a pure f…
OCaml is not a pure functional language like Haskell, it should be much less hard for someone use…
This gives a great breakdown on how Idris works. To be clear you will get a compile time error, if…
Right click the file in solution explorer->Click Properties->Choose Configuration Properties/Gene…
The thing about mutability is that both ends of the spectrum are very powerful. Being stateless is…
hugo —
You're right - thats probably the main issue (ie making mutation hard), specially for games. Jon …
Quite a good overview over different typesystems. Idris seems quite compelling with its ability to…
Laurie —
@mmozeiko Ah thanks, I'd missed that in the comments. @hugo Interesting question. I think there ar…
Adrian —
There is something I don't understand with my bitmap. To create the bitmapContext I use this code:…
hugo —
Very nice rant indeed. In the spirit of handmade, I had also commented asking if anyone would elab…
Last night, I did a talk and demo of the programming language that I've been developing. Here is t…
This is answered in comments:
Laurie —
Thanks for the link! As you say, very interesting article. I didn't quite understand the bit about…
Or is even this wrong?[/quote] Again, compiler fences don't offer any guarantees on when the upda…
I think this means "Xlib vs XCB" ? or are you meaning implementing X11 Directly (handmade style/ …
Can you file a GitHub request for it? That seems to be the best way of keeping track of things pe…
Yes, important point. But I mean the first read, after the write. There are ways to know if this …
I was going to fix that bug, but I completely forgot about it. Thanks for reminding me, I'll fix i…
Mikkel —
New version! Awesome! Now, whenever my program hits an exception (or rather my assert have been tr…
Connor —
Time to try MotionBox, I guess! :D. So many nice comments about it.Connor
Hello everyone! Today I upload a new version of CDbg with some improvements and bug fixes. Changes…
Thanks for that feedback. I should really use that kind of story on the project page. I'm sure a …
Thank you Allen, Honestly I already thought that the HMN was very welcoming and then came your mes…
I've thought about this feature as well. However, even more useful (if it's not already in Motion…
I was honestly shocked when I booted it up for the first time yesterday. I had been dealing with c…