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.
Finalspace
It still does not work, i have rewritten the X11/GLX implementation in a slightly different way b…
»
Mārtiņš Možeiko
Yeah, but try explaining to my grandmother what does "install" and "browser" means.
»
Allen Webster
If I understand correctly, C-f, C-b, move the cursor left or right one character? That would be ha…
»
Benjamin Pedersen
Thanks for your answer. I should have mentioned that I know about the adoption problem and that i…
»
Maykeye
Including c-files for fast factoring of code while developing. Is this something that scales to bi…
»
Daniel Näslund
I've started working on the S-expression printer. Here's my WIP I'm allocating and concatenating …
»
Mārtiņš Možeiko
Because it will be much harder to get people to use it. For compiling executables (applications or…
»
Benjamin Pedersen
I haven't done any web development, however, I've heard a lot complain about JavaScript, CSS, HTML…
»
Vee900
Hi I know I posted a somewhat similar question earlier but does 4coder have keys for movement like…
»
Allen Webster
Thanks for the note! Usability stuff is on the way in the next couple builds, so this is the sort…
»
Florian Morel
Hi Allen, First of all, thank you for 4coder. While having used it for just a bit, it does feel ni…
»
Jeroen van Rijn
Found it. I'll be restoring it (along with some more blog posts) sometime later this week after I'…
»
Finalspace
Thanks for that resource, i will definitly check that out. Now regarding FPL: I fixed compiler-er…
»
Ryan Fleury
Great, thanks Jeroen! I appreciate it.
»
Mārtiņš Možeiko
You can use _mm_loadu_ps to load them without any alignment requirements. On modern machine you wo…
»
Simon Anciaux
I don't use sublime so I may be wrong but it looks like this line is calling vsdevcmd.bat each tim…
»
Simon Anciaux
I think that if you use VirtualAlloc to get some memory, windows uses 64 KB chunks. If you ask for…
»
Finalspace
That said there can be performance penalty if read/write crosses cache line. But this penalty com…
»
Vkar
In C:
»
Pau Fernández
Thanks for the shared folder, works like a charm!
»
Mārtiņš Možeiko
First of all modern Intel CPU does not care about 2/4/8 whatever alignment for regular instruction…
»
Jeroen van Rijn
I'll look into this tomorrow, Ryan.
»
Ryan Fleury
I think it's a problem with the site... I've now noticed that several of my old blog posts are mi…
»
Ryan Fleury
CaptainKraft, Honestly I'm not sure what will happen in that situation currently, as I'm still spe…
»
Ryan Fleury
Thanks, Mr4thDimension! I'm glad you enjoyed the read. I've come to the same realization as you di…
»
Sean Barrett
Surely this never happens. I mean, I compiled and tested the simple test project that came with O…
»
Finalspace
In C aligned_alloc exists because it uses malloc. And malloc does not guarantee big enough alignm…
»
Mārtiņš Možeiko
Of course "aligned" alloc function makes sense if it internally uses function which does not guara…
»
Finalspace
This is exactly my point. OS directly gives you 4k aligned memory (via VirtualAlloc or mmap). Why…
»
Raytio
Yes I seen that very good news.
»