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.
Macoy Madson
This article is mirrored on my blog. I started working on Cakelisp a little more than a year ago. …
»
eternalStudent
"During 1982, the same year 80186 and 80186 were released..." "They couldn't keep in in secret..."
»
KylaM26
Thank you both, Solution worked flawlessly.
»
Neo Ar
Not -march=i686, but often Linux distros would enable additional feature flags (MMX and SSE) for i…
»
Mārtiņš Možeiko
I've never have seen compiler to use SIMD when targeting -march=i686. Are you sure it uses SIMD?
»
Neo Ar
One other term worth mentioning is i686 (referring to 6th gen x86). Often you'd see Linux distros …
»
David Butler
~There are a few prebuilt binaries floating around, see EDIT: NVM, Martins' link also has the bin…
»
longtran2904
Is there any particular reason Intel named their CPU 8086 in the first place?
»
Mārtiņš Možeiko
4coder uses opengl to render, so you must make sure your VM has installed & configured opengl driv…
»
KylaM26
I have a MacBook Pro; however, I use parallels virtual machine for OpenGL development. I wanted to…
»
»
nipos
Thanks for the clarification. I'm looking forward to try the pre-built images. That would make thi…
»
nipos
I'm absolutely not experienced with C++, so I unfortunately can't help with getting this to work, …
»
Mārtiņš Možeiko
You must use free() function from same libc instance that was used to allocate it. If you use xcb …
»
tuket
Hi, I was wondering if this would work correctly:I'm using the xcb library from my program for mak…
»
Simon Anciaux
Here is a small video update on the math thingy: Math wip 23/12/21.
»
Christoffer Lernö
Last time we were looking at this example: In our previous solution, we had the variables in an ar…
»
Jason
Thank you for posts like this. I always appreciate when people with enough experience take the tim…
»
bumbread
Listing all processor operating modes wasn't really in the scope of this article, the only reason …
»
Mārtiņš Možeiko
You forgot to mention another mode which was important in history of early 32-bit transition - unr…
»
Christoffer Lernö
The problem: implementing lexical scope in a programming language. Here is an example. Formulated …
»
Clay Murray
My last post was about Odin and MacOS and some ways they didn't quite get along. Odin is always im…
»
bumbread
x86: the history of naming The x86 architecture processors had been around since seventies, and sin…
»
Neo Ar
Thanks for checking for me! I ran system updates on my server and restarted Weechat and it connect…
»
Asaf Gartner
I just connected to our IRC and it seems to be working.
»
Neo Ar
The bridge went down like beginning of December and I haven't been able to connect to the IRC at a…
»
»
Mārtiņš Možeiko
It is explained in the page you linked: The high-order word indicates the distance the wheel is ro…
»
longtran2904
I tried to use GET_WHEEL_DELTA_WPARAM like in the document, but it only returned 120 and -120. I a…
»
Mārtiņš Možeiko
Use markdown \`\`\` for code blocks - put \`\`\` on new line before code, and then after the code.
»