Benjipede It would definitely take many years, but I still think someone ought to try.
We could h…
mmozeiko Your branch works fine on two of my machines. No crash, no error. Just bunch of log when…
Your branch works fine on two of my machines. No crash, no error. Just bunch of log when excuting…
So I worked on this for a while over the weekend without having watched day three of streaming. I…
llimllib Mine works under the debugger but segfaults when run without, which is very frustrating!…
Mine works under the debugger but segfaults when run without, which is very frustrating!
I'm fin…
Yeah, I second this. Would be awesome to still have some talks/interviews that were done by @cmur…
Would definitely be up for a HandmadeCon Europe edition! I'm from Aarhus, Denmark
Bad news:
It still does not work, i have rewritten the X11/GLX implementation in a slightly diff…
Yeah, but try explaining to my grandmother what does "install" and "browser" means.
If I understand correctly, C-f, C-b, move the cursor left or right one character?
That would be …
mmozeiko Because it will be much harder to get people to use it.
Thanks for your answer. I should…
dannas
* Including c-files for fast factoring of code while developing. Is this something that s…
I've started working on the S-expression printer. Here's my WIP https://github.com/dannas/bitwise…
Because it will be much harder to get people to use it.
For compiling executables (applications …
I haven't done any web development, however, I've heard a lot complain about JavaScript, CSS, HTM…
Vee900 —
Hi
I know I posted a somewhat similar question earlier but
does 4coder have keys for movement li…
Thanks for the note! Usability stuff is on the way in the next couple builds, so this is the sor…
Hi Allen,
First of all, thank you for 4coder. While having used it for just a bit, it does feel n…
Found it. I'll be restoring it (along with some more blog posts) sometime later this week after I…
mrmixer I think that if you use VirtualAlloc to get some memory, windows uses 64 KB chunks. If yo…
Kelimion I'll look into this tomorrow, Ryan.
Great, thanks Jeroen! I appreciate it.
You can use _mm_loadu_ps to load them without any alignment requirements. On modern machine you w…
I don't use sublime so I may be wrong but it looks like this line is calling vsdevcmd.bat each ti…
I think that if you use VirtualAlloc to get some memory, windows uses 64 KB chunks. If you ask fo…
mmozeiko First of all modern Intel CPU does not care about 2/4/8 whatever alignment for regular i…
Vkar —
In C:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
3…
Thanks for the shared folder, works like a charm!
First of all modern Intel CPU does not care about 2/4/8 whatever alignment for regular instructio…