Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
Chill Callahan
Nov 14, 2012

ohgodwhat posted:

"Java is a lot better than Python for real code because I can make it so it doesn't crash"

He's right.

Adbot
ADBOT LOVES YOU

Chill Callahan
Nov 14, 2012

Volmarias posted:

Having waffles for breakfast nearly every morning, an in-building coffee shop with baristas who do pour overs, a competent help desk, the assumption that a new coworker will be competent, HR and legal departments with a sense of humor and proportion, and generally being treated as a grown up is pretty nice. You can take the mercenary BFC approach of "more money = always more better" but I'm extremely happy at Google, even though someplace like Bloomberg would probably pay much better.

The salary fixing thing is an issue, but there are reasons to work somewhere that aren't just financial.

You left out the freaking slide and ball pit!

Chill Callahan
Nov 14, 2012

Scaramouche posted:

For server names that I control it's always been Alpha, Beta, Delta, etc etc. in the order they were created. When I worked at Telus (big regional telco) Windows servers were named random string bits and Unix servers were named whatever the suspendered neckbeard felt like. Eventually an alpha-neckbeard wrestled control and changed all the names to DEMONXXX where XXX was a random number. >HIS< server of course, was DEMON001. It was also the server that hosted and processed all of the x.y.binaries newsgroups; I swear the only reason that telco did newsgroups was because that guy wanted to get his porn on.

Who was DEMON666 though

Chill Callahan
Nov 14, 2012

TinTower posted:

Java is poo poo, full stop. :v:

Java is actually a decent language. It's just that a lot of people using it are awful.

Chill Callahan
Nov 14, 2012
I think the horror is using the ViewBag that much or even at all.

Chill Callahan
Nov 14, 2012

Jsor posted:

So you know that really dense version of strcpy that relies on the fact that in C the "=" operator sort of returns a value?

code:
while(*(s++) = *(t++));
The class I'm TAing -- an intro level data structures course let me remind you -- has this as the answer to a quiz question. I don't mean as a possible answer and you could do it by incrementing an array index and checking the character or something. I mean the only way to interpret the constraints of the question force you to write that exact thing, and it is in fact that way on the solution sheet. However, the constraints only clearly point to that if you're already familiar with that particular construction. (Okay, actually it's strcat instead of strcpy, but it's similar enough, just add while(*(s++)); on there). It also has a bunch of questions that try and trick students with weird application of pre/post-increment operators.

She's basically just testing the worst of the worst C minutiae*. I'm not saying that way of writing strcpy isn't valid, but on a timed intro-level quiz it's kind of assholish.

* Okay, that's not true. I haven't seen void* yet.

It's testing whether or not you read K&R which you should

Adbot
ADBOT LOVES YOU

Chill Callahan
Nov 14, 2012

HardDisk posted:

Just how do you program without using variables?

Very carefully

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply