GasBandit
Staff member
I just unplugged it. I haven't needed it since I stopped playing War Thunder years ago.Try configuring the deadzone a little bigger?
Odd how it didn't matter to windows 7, just Windows 10.
I just unplugged it. I haven't needed it since I stopped playing War Thunder years ago.Try configuring the deadzone a little bigger?
So today is the first day SINCE July 25th I've been able to work on this. I was supposed to get both last week and this week to work on it, but last week got snaked because emergency last minute "real work" came up. But I'm not getting any more time, no I just have to do 2 weeks worth of the hardest coding I've ever done in 1 week.My C# library is now successfully parsing and deserializing my json file.
Pity it refuses to pass the data back to the Crestron program using said library >_<
Every day.. there's progress. It's excruciatingly slow progress that feels like dragging my brain across broken glass, but still.. progress.
Thankfully, all I need is a single bit, because I'm trying to pass some boolean values. There's just a few megabytes of overhead wrapped around it to get it done.I hope it at least lets you pass sixty-four bit integers.
Man, this reminds me of my days in GSL.
--Patrick
The only thing keeping it in the whine category is that failing it won't really cause any permanent damage to my career. But I'm still stressed AF about it.I think you're well into rant instead of baby whine territory by now.
I ran into something like this once. I was helping someone with an arduino project with a set of wandering goal posts. By the time we were almost done, and I was trying to add "one last thing", I had to keep track of a voltage in integer millivolts because we didn't have enough room to add the floating point module to the compile.What do you mean your programming language can't do floating point math?? You told me to write a point of sale system! Do you expect me to just parse the prices in two strings, one on each side of the decimal, convert it to integers, multiply the left by 100, add the right, and then just draw a dot on the screen?
Wait, you do?
It's not even a space thing. I've done some other programs that pushed the limits of hardware before, but this is ridiculous from the get go.I ran into something like this once. I was helping someone with an arduino project with a set of wandering goal posts. By the time we were almost done, and I was trying to add "one last thing", I had to keep track of a voltage in integer millivolts because we didn't have enough room to add the floating point module to the compile.
Heh. Neither did GSL.What do you mean your programming language can't do floating point math??
Yeah, that's even crazier.It's not even a space thing. I've done some other programs that pushed the limits of hardware before, but this is ridiculous from the get go.
It's a language called SIMPL+ which is a C+ based extension language for Crestron Symbol-Intensive Master Programming Language (SIMPL)... and for some reason, it only supports Integer and String variables. No Floats, no doubles.
So literally every operation that has to have a decimal in it has to be the number times 100 with a cosmetic dot.