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…
Hi there,
sorry for the late answer, but now after i released fpl 0.9.5 i want to solve your iss…
Miles —
I would like to see a language that uses following rules:
* there are no signed or unsigned int t…
Did you try other axis? Maybe your gamepad stick maps to different axes that 0x30 and 0x31? Print…
Hi there,
i am back and i have another release of FPL for you all, which contains very important…
The defer statement is going mainstream. Go has it's own special defer which only fires on functi…
It is generally understood that overflowing an add or a multiplication is usually a bad thing. Th…
I think what OP means is that he wants to scale a 3D object in local space instead of world space…
ionut —
I would like to try it out but the github link seems broken
Hey guys,
I'm trying to implement raw input following this and msdn.
The controller is recogni…