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
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…
»
Finalspace
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…
»
Mārtiņš Možeiko
Did you try other axis? Maybe your gamepad stick maps to different axes that 0x30 and 0x31? Print…
»
Finalspace
Hi there, i am back and i have another release of FPL for you all, which contains very important…
»
Christoffer Lernö
The defer statement is going mainstream. Go has it's own special defer which only fires on functi…
»
Christoffer Lernö
It is generally understood that overflowing an add or a multiplication is usually a bad thing. Th…
»
Marc Costa
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
»
BernFeth
Hey guys, I'm trying to implement raw input following this and msdn. The controller is recogni…
»