We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Abner Coimbre
Okay so the two aren't actually related, but I wanted to combine both news into one post. I'd li…
»
Neo Ar
Do this: before you include this file in one C or C++ file to create the implementation. i.e.…
»
Mārtiņš Možeiko
Its more sane in a way that anybody can overwrite file even if somebody else have opened it. Old f…
»
James Fulop
Hey just letting you know that the workaround I mentioned earlier can still throw a sharing violat…
»
Mārtiņš Možeiko
Extension does not matter. Once browser downloads something (exe, txt, zip - doesn't matter) - it…
»
Raytio
I will give some of these ideas a shot just for charms sake. However the problem comes when trying…
»
Mikael Johansson
Why not just rename the .exe to .ex (or whatever) and then zip that? That is how I send stuff thro…
»
Mārtiņš Možeiko
Then it will depend on unzipping software that user uses. Explorer builtin zip support will mark …
»
David Butler
I wonder if a quick fix would be for Allen to distribute a password protected ZIP... that might be…
»
Mārtiņš Možeiko
Its not only "distribution problem", but will also require Allen to pay real money for certificate…
»
Raytio
Hey my company uses Norton anti virus. Your exe always gets flagged when i download at the office …
»
ratchetfreak
Exactly, the only difference between AOT and JIT is how much time you have until the result must …
»
Nicolas Léveillé
Hi all, Interfaces (API) are often poor, varied and insufficiently usable. They're not iterated en…
»
Jeremiah Goerdt
Hello! See, that was quite brief. I put a up on Patreon, so if you follow me there, you have the …
»
Neo Ar
I am interested in providing thread-safe/multi-threading aware variants of my allocators but I don…
»
Mārtiņš Možeiko
There is absolutely no reason why JITs couldn't do the same things.
»
Jack Mott
There are some potential benefits that an AOT compiler could bring: auto vectorization smarter arr…
»
Mārtiņš Možeiko
What about multi-threaded allocators? Whan you want generic purpose malloc replacement than can be…
»
Neo Ar
It is purely user-space, you can allocate the memory from whatever system allocator you like. When…
»
Jeroen van Rijn
While I've already commented on the video, I wanted to wish you the best of luck with your career …
»
Neo Ar
Hey Everyone! As you might already know, I recently left my job at Aker to pursue full-time strea…
»
Simon Anciaux
If you never played it, Aquaria as a similar singing think where you combine several notes (I thin…
»
Kapsy
Looks very cool. Looking forward to trying it out first hand some time!
»
Ryan Fleury
Hey everyone! I just uploaded a fresh devlog for you all to check out. I show off a few new featur…
»
ratchetfreak
One way of looking at deciding when and what to redraw is as a cache invalidation problem. What's …
»
Mikael Johansson
Personaly I use an update flag (or bool if you prefer). As soon as something happens that should u…
»
Allen Webster
Yeah I agree the API is tremendously not fun to use. I wanted to just leave the file handles open…
»
Matt Hartley
I'm struggling to find good resources about how application rendering(as opposed to game rendering…
»
Flyingsand
So I've downloaded both Clang and Visual Studio 2017, and ran the same tests (for Clang I used VS2…
»
James Fulop
Cool! Yea for detecting a changed file, it seemed like FindFirstNotification was the "right" way t…
»