AsafGI would say that there are two fundamental problems with the web:
It's not really built to d…
You can have a look in the handmade network library.
One book that was often recommended in the …
I would say that there are two fundamental problems with the web:
The browser eats up a lot of th…
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…
Hey Allen, I just wanted to say thanks!
I'm just getting into customizing 4coder even though I'v…
Last post about arithmetics I listed the following problems related to overflow and arithmetics:
…
Here is a first version of the profiler header file and id generator. There is some documentation…
BernFethWe can build a fast Internet island of our own, while the rest of the Internet slows and …
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 …
Can we actually?
Technically yes. Will it succeed? Depends on a bunch of things. The first is th…
Not only does this software run slow, it is full of security holes, because it is so big, no one,…
We can build a fast Internet island of our own, while the rest of the Internet slows and dies. Ev…
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…
I'm going to challenge your point, but not on whether it's true, but on the correct identificatio…
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…
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…
Hello~! I've seen people saying here that web is "fundamentally broken". As far as I understand t…
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…
Wow, you were on point!
PushSize was not returning aligned memory, that has fixed the issue!
Th…
I'd be very surprised if GetRawInputDeviceInfo fails because of bad usb cable. The failure probab…
Hi Martins,
Thanks for answering.
As you've suggested, printing it out has helped me figure out…
notnullnotvoid
there are no signed or unsigned int types, just int
In some cases you'd actually…
I'll be blogging about more language concerns I guess. What parts of compiler writing are you int…