Can we actually? I'm also young and unexperienced but I would be willing to help on that![/quote]…
Thanks for pointing out to the OSSU. This is a great resource supply. Taking a peek at it, it loo…
ionut —
I don't see how having an int type with no sign, which you can do either signed or unsigned operat…
Technically yes. Will it succeed? Depends on a bunch of things. The first is the promised quality…
Yeah, security is an issue. I don't know much about web security to make a discussion about it, b…
Can we actually? I'm also young and unexperienced but I would be willing to help on that!
First, as a user, I don't see a problem in web browsers being big and taking days to build ~ that…
Andrew —
Hi, my plan is to spend the rest of this year spending as much time as I possibly can studying com…
I'm going to challenge your point, but not on whether it's true, but on the correct identification…
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 …
That's exactly what I explained in my last reply. You're confusing the scale factor with the scal…
Alex —
Sorry I don't yet reply to you previous comment so you may misunderstand some things. Problem not…
Hello~! I've seen people saying here that web is "fundamentally broken". As far as I understand th…
I still don't fully understand what you're trying to do, but one thing caught my attention: You h…
Miles —
I don't see how having an int type with no sign, which you can do either signed or unsigned operat…
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! Thank…
I'd be very surprised if GetRawInputDeviceInfo fails because of bad usb cable. The failure probabl…
Hi Martins, Thanks for answering. As you've suggested, printing it out has helped me figure out th…
In some cases you'd actually want unsigned ints, especially when dealing with external systems (e…
I'll be blogging about more language concerns I guess. What parts of compiler writing are you inte…
Hi there, sorry for the late answer, but now after i released fpl 0.9.5 i want to solve your issue…
Miles —
I would like to see a language that uses following rules:there are no signed or unsigned int types…
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 b…
The statement is going mainstream. Go has it's own special defer which only fires on function end…
It is generally understood that overflowing an add or a multiplication is usually a bad thing. Thi…
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