Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Lie (Score 1) 370

Write a resume that includes a CS degree at Carnegie Mellon, MIT, Cal Tech, whatever...then fill your employment history with Starbucks barista, scratching monkey's backs, picking your nose and for good measure, add a sabbatical as part of your job history too.

You're still gonna get half decent offers if you can pass the phone screen.

Comment Re:A printer and a template (Score 1) 370

The type of degree isn't relevant for a lot of stuff, especially when it comes to immigration or certain employers.

In this case, that employer worked simply with post-secondary years, and counted a master as 6 and PhD as 10. So someone who did 2 bachelors in 6 years was equivalent to someone with a master. What happened before that, or which country or type of degree you had, was irrelevent.

For immigration, its total years of schooling. So how long high school takes in your particular country is relevant. here.

Its dumb, but that's how it works. It just depends who you talk to. My current employer doesn't give a damn and is purely performance based, so without a degree at all I have a higher title (and salary) than some people with PhDs.

Comment Re:A printer and a template (Score 5, Interesting) 370

I once interviewed for one of the big investment banks (not gonna give a name, but its one of the big evil wall street banks that everyone knows about). That one has the usual silly "4 year degree with 3.0 GPA or we don't even talk to you, no exception, not even if you're a well known superstar in the software world" rule.

I didn't know that, and I only have a 3 year degree (from a country where thats common). I aced the interview as that particular job wasn't even very computer science-ish, and they had been looking for someone for months to fill that position. Then they noticed the little issue of me not having the mandatory degree.

The hiring manager (not someone from an agency, but someone on their payroll) just modified my resume without telling me and passed it over to HR for final signoff. I got hired.

Fast forward a year, they're updating the HRIS system and verifying that all the info is correct. I get an email from HR asking me to confirm that I indeed have a 4 year bachelor with 3.0 GPA from Big Name College XYZ with my boss CCed.

My boss quickly replied, before I had time to go "WTF?!", that I indeed had such a degree.

Needless to say, him and I had a little talk afterward. That was awkward.

Comment Re:So what's that bill from AT&T for, then? (Score 1) 466

You touched the problem. When the CDN servers are inside the ISP's facilities. And often, the owner of the CDN servers is the content provider. So you have a content provider striking a deal with an ISP -directly- to have better service. Since its within the ISP's facilities, of course they're gonna have to pay something. So its gray area.

If CDN providers were their own, neutral, "dumb" entities in between, it wouldn't be an issue, but that's not always the case.

Comment Re:So what's that bill from AT&T for, then? (Score 1) 466

Exactly. People and companies already pay from both side. You pay for incoming and outgoing, the other side pays for incoming and outgoing, and the providers who take that money then pay for peering agreements (if any, often they don't need to pay since those go both ways).

So paying for your outgoing pipe AND paying for the provider that delivers, when that provider is already getting money (or other benefits in lieu of money) for peering, is silly.

When it gets confusing is with CDNs and how those need to be handled...

Comment Its just a bit more complicated. (Score 1) 392

The issue can be experienced first hand by anyone in a big tech center trying to build a team or expand one.

Finding people isn't too hard. Finding good people, at a price where there's SOME return on investment (that is, as much as you'd like to, you can't pay everyone 7 figure...but you can still pay them high enough to all toss them in the top 2%, and still be looking), is really hard.

If you put your office in the middle of nowhere, you won't have enough people. If you put it in a tech center, you'll be competing with google, twitter, amazon and all the other big names, so that even if you offer more money and benefits than they do, you still lose. You can offer telecommuting, but only a small portion of people work effectively like that (a few days out of the week, most people can handle, but all the time, not so much), so that doesn't scale either.

So you're boned, boned, or boned. Pick your poison. Oh, or you can hire the peanut gallery, train them for a year or two, and then lose them to Google or a video game company the moment they get good.

Comment Re:No respect for the HIG (Score 1) 256

Its a big problem in general. I work for a large company with a massive usability and creative department.

Yet, the usability people, who spend weeks after weeks doing studies after studies with focus groups, still end up with justifications such as "Well, I personally think this is easier" and "I think this is ugly, lets do it another way".

Then the creative people just ignore every rules, guidelines, and standards, and we end up with applications where every screen looks different, just so it can be pretty. And for the web stuff, they want mouse overs everywhere!!! (even though 40% of our viewers are on ipads and can't even see mouse overs).

And god forbid we use the built in input components. Native drop down menu (which looks different per environment to suit it better....ie: tablet vs desktop)? FORGET IT. Lets write our own that looks like crap everywhere!

Comment Re:there's technology and then there is technology (Score 1) 379

There's a difference between getting excited ab out new technology, and implementing it stupidly.

Most new techs are just fad as you mentioned. But they can still be fun to play with, experiment, and you can learn how to apply new tricks with older tech. Its not black and white.

And then when something actually do pick up (Node.js, I'm looking at you) and become serious, you didn't miss the boat.

Comment Re:Not surprising (Score 1) 140

Of course. I guess I wasn't clear. What I was getting at was that roughly 10 years ago, when Eclipse was a few years old, it was really, really good, and did a lot of things better than Visual Studio and other IDEs (even if you consider Visual Studio with VB6 and .NET vs Eclipse with Java). But that didn't last long, as they caught up pretty quickly.

Comment Not surprising (Score 4, Insightful) 140

I haven't done Android development, but IntelliJ IDEA has been ahead of Eclipse for ages, so this isn't surprising.

Eclipse was a good IDE (relative to others) for a brief period of time early in its life, give or take 10 years ago (i think?), and that was it. Everyone else quickly caught up, Visual Studio was brought up to speed (with plugins at least), IDEA came into the spotlight, and the only reason Eclipse was still popular was because it was a) it was free, b) people learnt it in school, c) people didn't even realize there was better IDEs out there for Java (and other non-Microsoft languages).

Comment Re:Reminder: Software as a service (Score 1) 208

OneNote saves to a file and expects that file to simply just get synced up on modification. Rsync will work just fine. As will any kind of folder synchronization option. FTP won't work on its own, but anything that watches a file system folder and sync it to FTP will.

Yeah, it can use SharePoint out of the box to do something similar with WebDav....and it sucks. But anything that lets you share a folder will...and there's a lot of "standard protocols" that will do that nicely.

Maybe its not THE option you want, but no matter how they do it there will be an option missing, so at least the one that works will work for most people. Hell just use GIT push. Its arguably a more common way to push things to a web server than FTP lately.

Slashdot Top Deals

For God's sake, stop researching for a while and begin to think!

Working...