Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment As a 45 year old working in the industry (Score 5, Insightful) 708

As a 45 year old working in the industry, my first thought is find yourself a nice quiet place to cry.

But honestly if you can do it move to management. If you've got a proven track record in the field, you've got a good chance at being one of those magic managers who actually can manage programmers (it's like herding cats). They won't respect you of course, but at least you'll be able to communicate with them which is huge.

And the IT managers I know make decent money.

Personally, I'm too much of a BOFH to go that route.

Comment Joke's on them (Score 1) 239

var filterEmail = /^([a-zA-Z0-9_.-])+@(([a-zA-Z0-9-])+.)+([a-zA-Z0-9]{2,4})+$/;
function validateForm() {
    if (!filterEmail.test(document.newAccount.username.value)){
        alert("Please enter a valid Email Address.");
                return false;
    }
}

And I'm not updating it.

Comment Re:Question- How did scammers do this? (Score 1) 473

I use one of these. It's been working well for me for about 5 years now. It gives them a message more polite than I would and then hangs up.

I don't work for them or anything, I'm sure you could hack together a similar device, but the dumb thing just works. Only drawback is you need to be at the phone where you plugged it in, or buy one for each phone.

Comment Re:alamo drafthouse (Score 2) 409

Obviously, he is saying the "first initial source" where he obtained the video content from was a DVD or BluRay, presumably saying he ripped the movie himself to a media server or maybe even has a jukebox media server (being a member of the 4-digit club, he might).

But picking streamed as a source would imply things like netflix or amazon streaming, where the initial source is some other content provider.

Slashdot Top Deals

What good is a ticket to the good life, if you can't find the entrance?

Working...