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.
Allen Webster
I may be resuming 4coder streams soon, but it won't be Fridays, more likely Thursdays.
»
direbroom
Hi, I have a question for you, but since I've never really looking into PDB I'm not sure it'll m…
»
Neo Ar
abnercoimbreI also hear you might conduct community streams to talk to project owners! Once that …
»
x13pixels
direbroomAdded a bunch of suggestions/feature requests/... in github but wanted to still post her…
»
Abner Coimbre
Thanks much Ryan. I should add these interviews are "sponsored" by Handmade Seattle, which is to …
»
Ryan Fleury
Hello, everyone! I hope your March and first half of April have gone swimmingly (yes, I know thi…
»
Martin Cohen
Yep, definitely don't want the API to slow down the development of the main thing.
»
glassofethanol
Yeah some more streams would be awesome!
»
Miguel Lechón
I think that the MAP_ANONYMOUS flag just means that instead of using mmap for its apparent purpos…
»
ratchetfreak
if you want to avoid it going to the swap you need to pin the memory. However it's usecase is sec…
»
Simon Anciaux
@mmozeiko I think I'm mixing up memory backed by a file and virtual memory using the swap partiti…
»
Alberto Vaudagna
So are you planning on do some Friday 4coder stream again? Still I'm looking forward the new build
»
Miguel Lechón
mrmixerI remember trying that. But, if I remember correctly, you can't remove the MAP_ANONYMOUS f…
»
Casey Muratori
I would give the API a whirl as well, at such point as it is ready for testing. It does seem lik…
»
Martin Cohen
Thank you, George. Completely understood and I'll keep my fingers crossed. <3
»
direbroom
Added a bunch of suggestions/feature requests/... in github but wanted to still post here and giv…
»
Mārtiņš Možeiko
Having no MAP_ANONYMOUS means that memory is backed to actual real file, right? And doesn't OS si…
»
Allen Webster
Hello 4coder users! I am writing an update on the upcoming 4.0.31 because it's been in developme…
»
Simon Anciaux
I remember trying that. But, if I remember correctly, you can't remove the MAP_ANONYMOUS flag and…
»
Mārtiņš Možeiko
If you are using subsystem windows, then you need to call AllocConsole and reopen stdout/stderr F…
»
Miguel Lechón
Edit: This post is wrong. Keep reading the thread to see why. mrmixer I don't know if you can re…
»
Simon Anciaux
AlexKindelI don't know if there would be any advantage to writing the allocator myself over just …
»
Zero
Neither of them worked for me, they only work when I set the SUBSYSTEM to Console, and define ent…
»
x13pixels
Martin, That is definitely a possibility at some point as I've kept the debugger engine piece (f…
»
Martin Cohen
Hello good sire, First off, amazing work, love it, switching to use it as much as possible. <…
»
Raytio
Could not hurt to have some I mean its great. People pay you to advertise what could be better ;)…
»
Mārtiņš Možeiko
Here's a small C code snippet how to redirect OutputDebugString to stderr of your process: https:…
»
Ryan Fleury
4coder receives stderr and stdout, so what you could probably do is just this: 1 2 3 4 5 6…
»
Zero
This would only be a windows thing and I don't know if this feature is as good / helpful as I am …
»
AlexKindel
Suppose a virtual memory linear arena would suffice for all of one's heap allocation needs. Would…
»