Details
-
AboutCode newb, going through school while working full time.
-
SkillsC++, Excel, learning HTML and CSS....I know big skills.
-
LocationAlabama
-
Github
Joined devRant on 5/7/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Having debates on order of operations. The one that is hot again is the 6÷2(2+1).
Programming and actual order of operations says the answer is 9, but everyone argues it is 1. Well before 1970 that was the case. SMH. Despite showing them the rules and work, they still say theirs is the correct way.
With programming and Excel formulas I deal with every day I do this without even pausing.40 -
That awkward moment when you alter your code to see if it work this new way, and doesn't, and undo does not work. *Weapons grade facepalm*14
-
I would run a bookstore beer garden.
I think enjoying a good book and a beer is a fantastic combination. -
Kids for sure are a distraction. Mostly working 40 hours a week and being exhausted from that is the prime factor.
-
Quick background:I'm am a student at a university in Alabama. I am also working full time and have a family.
My beginning C++ class was online and the teacher was...unique to say politely.
She would post lectures while she did some of the programming examples. That wasn't so bad, except she would cough frequently in the lecture(which wearing headphones would make me jump), and the tempo of her lecture would lull me to sleep after a hard day at work.
What was worse, she would post "projects" for us to do and tell us she would give a guideline in the code.
Well most times what was asked for in the project was topics we hadn't covered fully or she never explained well. Her "guide" was randomly saying a loop should be here and an if and an else should go here, but nothing else would be referenced.
Dropped her the first time, got a Day the second because I just could not follow her lecturing. I later took the class physically and with a different instructor and had the highest grade in the class.
I later had her for web development course and she wasn't as bad on assignments, but damn her coughing still hurt.2 -
Looking back I realise I had Lego Mindstorms. That had basic drag and drop programming for the robot. I could say I started there, but really only messed with it for my pretend play. Then I did data entry in HS. Never messed with until my wife made me pick a major so i would stop being a professional student. Started C++ in college. Where I work uses Excel, so I have been messing with the macros using VBA. Currently building websites for another class.
-
Going to go old school D&D. The more I learn in school, plus messing with code to improve my job at work, the more I feel like one of the Magi. The more I level up the more I can interpret the spell books. I may not be able to cast an amazing spell yet, but I can at least know when it is a good time to duck behind something because I fireball is coming my way.7
-
Really sad in 2016 when I have to teach an assistant manager and her underling in a different department about PEMDAS.
We deal with excel on a daily basis and the math always follows that. Had to explain in very simple steps how it works. Then was asked what an exponent was. *weapons grade face palm*5 -
Alright, everyone speaks of Github and it's usefulness and all. I have gone on there, I have done the tutorial a couple of times. And I still am not grasping it. Does the fact I'm a student make it this way? Is this useful for a student or is it beyond my skill level and coding needs?7
-
C++ rant, but I'm sure it is similar in other languages.
I cannot stand +=,-=; I understand it is shorter, but for some reason I would prefer seeing: sum = sum + 1; or the like. Am I just too much of a newb to appreciate it, or is it just preference.13 -
Brainfog.
The state of wanting to practice coding, work on side project, or just try to understand github. However, your brain is running at dial-up speed and it feels like it takes too much effort to do so.
(As my mother says: ka-chunk........ka-chunk)4 -
Anyone hit the pitfall of not following K.I.S.S.? I have found that programs that are really simple, I make complicated.
And then that mindset goes to the complicated programs no problem. But I stare at the program for a while, because I just know it can't be that simple, but it is.2 -
http://thepennyhoarder.com/125-work...
I've been exploring all of these companies to get an idea for where I need to lean my learning toward.
I'm super jealous of some of these benefits and it would be so handy to stay home.
However, I am still conflicted/confused on the different areas to focus on. -
Excel rant.
I know excel is not a programming language, but it is what I deal with everyday.
My immediate boss is Japanese(Japanese company).
Our boss will occasionally add to the shared spreadsheet without telling us. We find out the next day by discovering that other sheets that reference to it are waaaay off. Or the big one is the mass amount of #ref all over the sheet.
I mean come on man, at least look around the large sheet first!5 -
Had one of our IT guys create a website so that anyone can search for one of the parts manufactured by us.
Go to test it and get huge error message.
Other IT guys sees it and begs a screen shot. He has been debugging it and never got as much info as I did looking for one part. XD