Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment That's what a technical interview is (Score 4, Informative) 514

There have been questions of my ability to do what is on my resume that are legit.

I do a lot of technical interviewing, and that is the whole point of a technical interview, to verify that you actually do possess the skills that you have claimed to possess.

It's not because you're black. It's because you're interviewing. I could tell so many stories of wild resume claims, you'd laugh.

Here's one from today, for an interviewee who was an "expert in J2EE".

Q: What are some different types of EJBs and how do they differ from one another?
A: [uncomfortable silence].
Q: Sorry, let's back up a bit. Tell me about your role in your last project that used J2EE.
A: Uhh, I think I made a JSP once in college before I left to go work at a startup.

As you might expect, his resume got filed away in the recycling bin.

Comment I have to use Chrome (Score 0) 436

I used to use firefox, but when they fired an executive for an ancient political contribution, I decided I couldn't use a browser made by that company. So now I use Chrome.

For the record, I don't even agree with the executive's cause that he contributed to. But firing an executive for making a political contribution is dangerous ground, so I can't support that.

Comment Re:Pft (Score 1) 962

You realize that there's more difference between your average man and your average woman than between your average NFL linebacker and your average man, right? (seriously, compare the stats some time - height, average bench strength, etc).

This is almost certainly wrong, by the way.

Have you ever watched draft combine footage? Those linebackers do 20 or even 30 reps of 225 lbs like it's nothing. Some linemen have a one rep max of 500 or 600 lbs. 400 lbs is common.

I don't know what the average man and woman can bench, but NFL linemen are insanely strong. One could easily pick me up and throw me across the room like a ragdoll. I could not do the same with my wife. I could pick her up and put her over my shoulder or something, but there is just no comparison to an NFL lineman.

I understand well that men are stronger than women on average. No dispute there. I just think that a lot of people don't realize just how insanely strong NFL linemen are. This is a huge part of why football is so dangerous.

Comment Re:Slashdot is a Bad Place to Ask This (Score 1) 265

Oh, a human definitely needs to be there for maintenance. You can't automate fixing up a screwup in the automation.

I just see no reason why maintenance windows have to be done at 1am. In today's world of redundancy and failover, there is just no reason for it. Every upgrade my team has done for as long as I can remember has been at 10am local time because we don't allow downtimes anyway. Why work at 1am?

Comment Re:This is why you need.. (Score 1) 265

Go around a data center and look at all the Oracle database instances that are single-instance...that's because Oracle rapes you on licensing

Then stop using Oracle if you can't afford RAC/GoldenGate/TAF/whatever. Use what you can afford in order to architect a proper redundant system. Running a database on a single instance is malpractice in 2014.

Comment Do upgrades during the day (Score 1) 265

You should always have a competent tech on hand for maintenance tasks.

I agree with this, but who does maintenance at 1am anymore? What's the point in it? Users are worldwide, and 1am in the US prime business hours in Asia, so why bother patching/upgrading in the middle of the night?

I haven't done a late-night maintenance in at least a decade. It's all about rolling upgrades. Any problems? Rollback. Need to upgrade infrastructure? Take the entire datacenter offline and serve from your other datacenters. Every single upgrade I've done for as long as I can remember has been at 10am, which is the earliest I can get my lazy-ass junior devs to stumble into the office.

OP needs a process upgrade.

Comment Re:Why is location irrelevant for some groups? (Score 1) 230

Only the most motivated people are going to go through all the hassle and work that it takes to actually get here, so of course they are more likely to be successful once they do.

Jewish immigrants after WWII came here because they had nowhere else to go, not because they wanted the hassle of moving to a country on the other side of the world where they didn't speak the language, didn't know anybody, etc. Their homes had been taken when they were transferred to death camps, and very few countries were willing to take them in. They seem to have turned out OK, though.

Comment Re:Pressure Cookers are faster and the most effici (Score 1) 204

There are a few other things that add to pressure cooking's efficiency. This is from a person who uses a pressure cooker (me), not an expert in heat transfer nor any other discipline of physics.

1. Most pressure cooker applications other than soup are steaming applications, and since the pressure cooker traps the steam in, you don't use nearly as much liquid as you would in traditional cooking. Less liquid = less energy to heat it up.
2. Less loss of heat through the top. After a pressure cooker reaches the desired pressure, you actually turn the burner down to its lowest setting (or whatever the lowest setting is on your stove to maintain pressure--on my stove, it's the lowest).

That's all I can think of for now, but I will say that a pressure cooker is a neat cooking tool. Especially if you live in a hot climate, like I do. Most of my summer cooking is on the grill, naturally, but I use the pressure cooker a bit, too, and it doesn't heat my house up too badly.

However, ever since the Boston marathon bombing manhunt, the authorities don't like people buying pressure cookers.

That's just not true. I bought my pressure cooker after the Boston Marathon bombings, and nobody gave me a second look. Anyway, modern pressure cookers have multiple safety mechanisms so they don't go boom like your grandma's pressure cooker did.

Comment Re:Java or C# + AngularJS (Score 1) 536

I agree that server code is moving toward being an API for a client-side presentation layer, but it's hard for me to recommend a specific JS framework at this point if OP wants the thing to stand the test of time. Angular is certainly the flavor of the month, but jquery was the next big thing not too long ago.

I also see some of my clients moving to Jade templates. It's in a bit of a state of flux.

Slashdot Top Deals

There are two ways to write error-free programs; only the third one works.

Working...