Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Bwahahahahahahwahahahaah (Score 1) 529

Don't watches go in and out of style like everything else? I imagine there are circles that would shun you if you were walking around with your rolex from 3 years ago.

I don't know much about high end watches. I'll be honest, i can't tell a tag heurer from a breitling, To me, it looks like watch fashion has never changed so maybe a rolex never goes out of style.

I do remember a time, though, when everyone wore a swatch. up to 10 on each arm. fashion is a fickle thing and doesn't always drive people to make the sane choices.

Comment both? (Score 1) 407

I picked up objective-c when ios became big. it's fine and all, but what i find myself doing is writing as much as i can in c++ and then just calling into it from objective-c where i need to. xcode will happily compile the two languages (technically i'm using objective-c++). really, even in apple's apis objective-c only gets you so far. sooner or later you will find yourself calling into c apis. heck even some of their examples only feature a rough skeleton of objective-c working with a big c library.

my advice: learn enough objective c to make an NSView and handle some events, and send that stuff right into you c++ api asap.

Comment Re:So live underground (Score 2) 135

I think the biggest problem would be those on the mars days are here on earth and all the life around them is moving on the regular earth cycle... I can't have lunch at my favorite restaurant, go to the bank, etc... because my days are out of sync. Those people in the Arctic Circle are all on the same clock as businesses and everyone else around them.

i don't think it's going to be the martian day cycle that keeps the first people on Mars from getting to the bank or their favorite restaurant for lunch.

Comment Are you being too picky? (Score 1) 809

Are you just asking these candidates questions that are too specific?

My team asks candidates to solve some relatively simple problems. They don't have much to do with our software. It's just stuff like filtering strings for pairs of characters and some other stuff. It helps us to evaluate if someone can write code to solve a problem.

If they can, we will ask them more specific questions. Now, i'm a graphics programmer. I work with open gl and 3d stuff. I'll often ask, "Given a triangle with points A,B, and C, how would you find the normal?" I realize this community is going to contain lots of people who find that question laughably simplistic. it's not even a programming question (though neither is describing key pairs). I'm just looking for them to say "cross product". . nobody in 3 years has ever known.

the purpose of the question though isn't to shoot someone down. it's more like extra credit. I'm curious if they know anything about geometry, but we've hired plenty of guys who can't answer my questions. they have learned, and i was confident they could because they did well on the general questions.

Comment I guess i wasn't worried about this (Score 1) 96

When i make purchases with my credit card, i'm not worried about someone knowing it was me, Shadowrat, who made the purchase. When did people claim that you could anonymously buy anything with a credit card? Obviously that's stored in lots of places. I buy something online, the vendor needs to know where to ship it, my credit card company knows who to bill, amazon knows because they are passing the info on.

What i worry about is someone stealing my number. This Honestly, i don't even worry about that so much anymore since it's happened enough and i've come away completely unharmed, i'm just kind of numb to it.

Comment Re:track record (Score 2, Informative) 293

true, but with a 4 engine plane, if 1 fails, you are still good, if 2 fail, chances are you are still good. Ive even heard of 3 engines going down and a plane landing safely with 1 of 3 engines.

So true. if 3 engines fail on a 2 engine plane, it pretty much destroys everything and resets the universe. a 4 engine plane is just the sane choice.

Comment Re:Academic wankery at its finest (Score 1) 154

we use latin words to be unambiguous, but we come up with the latin names ourselves. the romans didn't name a rattlesnake crotalus atrox. They hadn't even determined the whole family genus species classification stuff.

Now, if we described stuff by it's percentages of fire earth air and water and spirit...

Comment Re:I don't think so. (Score 3, Informative) 154

i get a statistic that in 2013, china produced approximately 1 coal plant a week.

http://en.wikipedia.org/wiki/C...

unless we are talking about may 17, 2013. for that time period, china did apparently produce 1 coal plant a day.

i don't even know why i feel the need to argue this though. it has little to do with the topic. i just can't fight the urge to look up statistics. i think there's something wrong with me.

Comment Re:Qualifications (Score 1) 479

Read the article. This is about RECRUITERS. They go out and find candidates. If you're passively waiting for applicants, I'd fire you as a recruiter on the spot.

what are the recruiters supposed to do? just start asking random women on the street if they want to work in IT? Even recruiters are limited to the pool of people that make it known they want those jobs.

Comment Re:Honest question. (Score 1) 479

As far as I can tell, the primary reason is that they are completely unable to manage and plan long term and agile is a perfect refuge for those who lack these skills but nevertheless covet the 'manager' title.

I think you are making it too complicated. i thought it was because they heard agile was the best.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...