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.
bumbread
AsafGI would say that there are two fundamental problems with the web: It's not really built to d…
»
Simon Anciaux
You can have a look in the handmade network library. One book that was often recommended in the …
»
Asaf Gartner
I would say that there are two fundamental problems with the web: The browser eats up a lot of th…
»
BernFeth
Cool books pic :) Thanks for sharing these info guys! I second about math, learn all the math y…
»
Matias
Hey Andrew! Here's a few books I keep coming back to while coding: Others that I use digitally…
»
Tjom2000
Hey Allen, I just wanted to say thanks! I'm just getting into customizing 4coder even though I'v…
»
Christoffer Lernö
Last post about arithmetics I listed the following problems related to overflow and arithmetics: …
»
Simon Anciaux
Here is a first version of the profiler header file and id generator. There is some documentation…
»
Aphetres
BernFethWe can build a fast Internet island of our own, while the rest of the Internet slows and …
»
bumbread
I know Jon said that you don't need to learn a lot of the stuff you learn in compsci courses, but…
»
ionut
> I don't see how having an int type with no sign, which you can do either signed or unsigned …
»
bumbread
Can we actually? Technically yes. Will it succeed? Depends on a bunch of things. The first is th…
»
bumbread
Not only does this software run slow, it is full of security holes, because it is so big, no one,…
»
BernFeth
We can build a fast Internet island of our own, while the rest of the Internet slows and dies. Ev…
»
Aphetres
bumbreadI'm going to challenge your point, but not on whether it's true, but on the correct ident…
»
Andrew
Hi, my plan is to spend the rest of this year spending as much time as I possibly can studying co…
»
bumbread
I'm going to challenge your point, but not on whether it's true, but on the correct identificatio…
»
Aphetres
What is wrong? Like all software, it runs slower every year, and no one notices or cares. The web…
»
Alex
Hmm, yeah it seems like I misunderstood you. I will think about it more carefully and try to test…
»
Marc Costa
In this case I need more data for right scaling. At first I used only 3 value as you said but thi…
»
Alex
You have an axis you want to scale, i.e. Model->Axis so Sorry I don't yet reply to you previo…
»
bumbread
Hello~! I've seen people saying here that web is "fundamentally broken". As far as I understand t…
»
Marc Costa
I still don't fully understand what you're trying to do, but one thing caught my attention: Scal…
»
Miles
I don't see how having an int type with no sign, which you can do either signed or unsigned opera…
»
Alex
Actually I meen "scale", "translate" it's different tool and is work well with just applying inver…
»
BernFeth
Wow, you were on point! PushSize was not returning aligned memory, that has fixed the issue! Th…
»
Mārtiņš Možeiko
I'd be very surprised if GetRawInputDeviceInfo fails because of bad usb cable. The failure probab…
»
BernFeth
Hi Martins, Thanks for answering. As you've suggested, printing it out has helped me figure out…
»
bumbread
notnullnotvoid there are no signed or unsigned int types, just int In some cases you'd actually…
»
Christoffer Lernö
I'll be blogging about more language concerns I guess. What parts of compiler writing are you int…
»