Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:The real issue was the Saturn (Score 0) 153

The strategy worked, too. The Xbox 360 was a strong contender in the market, and captured nearly a third of a three-system market.

The XBox + XBox 360 combined sales still didn't turn any real profit. Especially after the $1 billion+ charge because of the Red Ring Of Death.

Comment Re: Meet the new boss, same as the old boss (Score 1) 237

Now it's a finance agreement, which is totally not the same thing as a contract!

No it's not the same as the traditional cell phone contract. With the traditional cell phone contract, whether I buy an $800 iPhone or a $100 cheap Android phone, I would still owe the same termination fee. With t-mobile, I pay the cost of the phone and I'm done. Or I can buy any GSM phone that supports the bands that T-mobile uses and have no commitment.

Comment Re:The concept of labor (Score 1) 323

There are plenty if drag&drop solutions for web programming. WebObjects comes to mind ...
The parent just don't know about them ^_^

Sure, but every time that I've seen a "solution" built using something like VB, or ASP.Net Web Forms by a beginning developer, it's always been non-scalable, non-testable, crap.

Comment Re:Hiring based on skills? (Score 1) 323

If you are ever in a position to hire people, you will find it is the hardest business skill to acquire. HR people don't understand the types of skills technical jobs require, and hiring managers don't understand how to evaluate applicants on anything except technical skills.

The result is hiring on trivial but easily tested skills. I was just turned down for a job because, after 20 years of delivering successful projects, which I had documented, they wanted me to take a basic coding test, and I refused.

A good hiring manager will ask a technical person to do the technical interview. If you passed every single one of my technical questions and you refused to take a skills test and that was part of the process. I would tell the hiring manager not to hire you.

Comment If I interviewed you.... (Score 1) 323

I have been a professional developer for almost 20 years and I have never been a manager by choice, but I conduct lots of interviews where I get to make the "no go" decision on applicants. In other words, I am never the final say whether you do get hired but if I tell a manager, I don't think you should get hired, you won't.

I would never hire you for a senior developer position.

1. Your communication skills suck. A good developer should be able to describe the problem and the solution in an easily understandable manner. You use way too many acronyms.

2. You admit that your knowledge of CS is "unstructured". If you think you have picked up the "craft" in a short period of time, you are not self-aware enough to know what you don't know. When I interview a "web developer". I want someone who knows front-end, web services or the server side framework in question, how to properly layer the stack, unit testing, databases, etc. Do you know that?

3. Why would I hire you if you don't know the language you are being hired for? Java is not a new flash in the pan language. It's been around and popular for 20 years.

4. " Rarely a developer gets exposed to a single technology for a substantial period to learn it inside-out. " This very statement shows an extreme lack of technical maturity. I know plenty of developers that know their chosen stack inside and out. If you have been jumping around from technology to technology every six months it shows a lack of focus.

4. Of course I am going to "grill you on CS theory". If you understand CS theory well, I would have more confidence that you could pick up a language/technology fast. Theory doesn't change that often. If I can ask you about MVC and you know the theory behind it in Java well, I would expect you to pick up Angular fast.

5. " So, what matter's today? Knowledge on a particular technology or re-usable engineering skills ?" Both. I want you to be able to demonstrate that you have used the latest technologies either in your job or side projects and that you have spent time studying language agnostic concepts like project management, design patterns, etc. I want to make sure that I am working with someone that is an aggressive learner.

Comment Re:UX (Score 1) 323

On a 3g connection in a grocery store on a hand-held, you're not going to get great response

Then don't do that. I spent years working with just those type of devices (back then they were Windows CE devices). You make the device intelligent enough to work off line and sync back to the server when you have a connection.

Comment Re:You're not supposed to ask that (Score 1) 223

From the article....

"You get re-directed to harmful threats on fake pages, like dubious app stores and apps that attempt to send premium SMS behind your back or to apps that simply collect too much of your data for comfort while offering you no additional value," wrote Avast's malware analyst Filip Chytry."

You don't consider that to be malware?

Comment Re:Don't even bother asking (Score 1) 223

They're doubled by the fact that only Apple-Blessed Mobile Safari gets to do JIT JavaScript compilation, so any "alternative" browser not only will just be Mobile Safari in another skin, it will also be a slow Mobile Safari!

http://9to5mac.com/2014/06/03/...

"As of iOS 8, however, it seems that decision has been reversed. All apps will now be able to use the same improved JavaScript engine that powers Safari. That means Googleâ(TM)s Chrome browser on iOS will now be just as quick as Safari, as will the pop-up browsers embedded in apps like Twitter and Facebook."

Comment Re:Ditch iPhone (Score 1, Offtopic) 223

That's nice and all, but it doesn't solve his performance problems. In fact, since WebKit in non-Apple apps doesn't get to use JIT, it will just make his performance issues worse.

http://9to5mac.com/2014/06/03/...

And unlike Android, if you have any iOS device released since June 2011, you can update to iOS 8.

Slashdot Top Deals

Our business in life is not to succeed but to continue to fail in high spirits. -- Robert Louis Stevenson

Working...