Noodleface
A Mod Real Quick
Our synergizing is way off here. Let's have a 1:1 so we can deep dive and come to solution that makes sense historically for our brand.
I just puked.Our synergizing is way off here. Let's have a 1:1 so we can deep dive and come to solution that makes sense historically for our brand.
Which is kind of funny given that their website lists a ton of their major customers :3So far the new company isn't like that. They are very big on security though, which is obvious if you know what they do. Can never mention who our customers even are unless they're on the wall inside the front doors.
So far the team is really cool though. Working at a smaller company is crazy. At Emc there'd be a group of people responsible for something like bios or sustainability and stuff, here it's one person.
I'd expect that you stop acting like a 60 year old relic and learn how to do it properly.I write python like C, it's a terrible habit but what do you expect from a guy who was taught C in school and has been using it professionally for over 3 years?
I cut my teeth on C and C++ too. I started learning Python for my current job and it's been an outstanding revelation. I don't see how you can experience the amount of verbosity and readability that Python offers and not want to take advantage of that.I write python like C, it's a terrible habit but what do you expect from a guy who was taught C in school and has been using it professionally for over 3 years?
Yeah I dumped that.'double' is a variable type. I don't know how that code actually compiles. You need to do something like gpu = gpu * 2.
The concept is that if you want 1 then I just pass hdd into hddopt but if you want 2 then I hdd * 2 into hddopt.I can't say I know C very well but those if tests don't look syntactically correct
Dump the ramopt variables because they're redundant. I don't see their purpose.
That makes more sense from what little I know, I think I have something else wrong. Right now I put those changes in and this is what I am getting. Some other syntax problem I think.Your 'if else' syntax is wrong.
Yeah it was your reassignment that was throwing me off. Read my edit. Modify the actual initialized to be the ones being doubled. You can either read in the variables as integers or characters but make sure you compare the two properly. 1 == 1 is not the same as 1 == '1' because one is comparing two integers and one is comparing an integer to a character.The concept is that if you want 1 then I just pass hdd into hddopt but if you want 2 then I hdd * 2 into hddopt.
The ramopt and gpuopt are because these are the three things I am looking for input on or am I missing your point there?