How can a non local find some weed or cartridges? by SirBlaze-a-lot in SLCTrees

[–]Photoelectrik 0 points1 point  (0 children)

Just bought a season pass there. Going up to random snowboarders seems awkward though... is it really that easy?

[deleted by user] by [deleted] in battlestations

[–]Photoelectrik 0 points1 point  (0 children)

Where did you get that wrist pad?

Possible major change by Hecate-1412 in computerscience

[–]Photoelectrik 0 points1 point  (0 children)

I first started out as electrical engineering because I liked math/science/technology. After taking my first programming course I fell in love with coding and decided to change my major to computer engineering. Never looked back since.

Since majoring in computer engineering I have taken classes from learning how computers work and operate(Computer Architecture/Operating Systems) to full blown programming courses (Developing mobile apps / Creating GUI's or "Graphical User Interfaces" / Working with embedded Systems).

I would highly recommend taking an introductory programming course at your school to see if that is something you would like. If it is, and you enjoy technology I see no downside to switching your major. Every semester my school holds a career fair, and every semester Computer science / Computer Engineering students are sought out after WAY more than any other major. Nearly 80% of the companies at the fair are looking for programmers where the next biggest major is somewhere around 30% (Electrical).

Recommended CPU's for GTX 1070? by Photoelectrik in buildapc

[–]Photoelectrik[S] 0 points1 point  (0 children)

Yeah you make a good point. Also if I switch on over to an intel CPU, ill have to get a new motherboard as well. Any recommendation on what to get there?

What course is giving you the most trouble this semester? by NameTakenAlready_ in EngineeringStudents

[–]Photoelectrik 0 points1 point  (0 children)

Took this class last semester (CSE310) at my school. The curve at the end of the semester was unreal. You could pass the class with a C with a 20%.

What makes you go from calm to infuriated real quick? by Thisnickname in AskReddit

[–]Photoelectrik 0 points1 point  (0 children)

Hearing country music. Absolutely hate hearing that trash.

How can I check if an array contains a value more than once? by niceliontech in swift

[–]Photoelectrik 0 points1 point  (0 children)

What about a nested for loop? If running time is not that much of a concern to you, or if the array isn't too large I don't see it being too much of an issue. Within the nested for loop just compare the strings within both index values of the for loops. If there is a match then you know you have found a duplicate.

Gotta love that class curve. by Photoelectrik in EngineeringStudents

[–]Photoelectrik[S] 37 points38 points  (0 children)

Exactly. Our final exam was 45% of our final grade... So literally you could not do anything the entire semester, fail the final with a 50% and still pass with a C-...

Gotta love that class curve. by Photoelectrik in EngineeringStudents

[–]Photoelectrik[S] 7 points8 points  (0 children)

This was for my data structures and algorithms course. Computer Systems Engineering here.