Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Rails never had 'steam'. (Score 2) 291

I agree that Rails is a fad. But touting PHP as better is... odd. PHP is a dismal language, with horrible coding practices and duplicate commands (some are bad, some are good, who knows which is which). Using a library, you have no idea what code they used... did they use the old string routine that's vulnerable to buffer overflows, or the new one? Why does PHP even KEEP the broken commands, it's insane!

Ruby is good (despite performance issues), PHP is bad. I'll take any framework built around Ruby over any framework built around PHP.

Comment Rotated (Score 1) 330

I rotate my screens vertically at work (where I don't watch videos, I work on documents and sites, and horizontal space is often a waste). A square screen is a similar trade-off, but I find the utility of choice that rotation offers probably outweighs the value of a square form-factor.

Comment Re:10x Productivity (Score 1) 215

This is bullshit. That's why 'communication skills' are part of being an awesome programmer... otherwise you're just a lone wolf. Read through the open source Quake code and tell me it's unreadable... being a rockstar (such as Carmack) does not mean making horrible code.

Comment Re:10x Productivity (Score 2) 215

To be perfectly blunt, I think you have never worked with a rockstar programmer.

I'm not trying to say 'anyone not hiring a rockstar is wasting money'. Instead, I'm saying that programming is very difficult, and those the right mix of communication skills, technical experience, and plain intelligence are extremely rare and valuable. They have been there, written that, and groked the algorithm. They don't just know the library, they recognize the functions they are traversing from the debugger output. There is an incredible amount of time wasted looking stuff up, and if you have internalized that knowledge you can just code instead.

I am not a rockstar, but I've worked with one. In his particular domain (coding multithreaded, networked, redundant communication systems) he was a god. Outside that area, he was merely very good. The value that intelligence and experience brings to the table is underrated. I can see why Agents can bring value by finding jobs that fit with the skills of their clients.

Comment Re:Solution- DMCA Permit (Score 1) 389

This is unnecessary. All they need to do is add in the 'under penalty of perjury' wording to submitting a DMCA request. A DMCA rebuttal has the threat of perjury associated with it, but the DMCA takedown does not. It's asinine. A few very expensive lawsuits would quickly reign in DMCA abuse.

Comment Magic Matter (Score 2, Insightful) 138

While I agree that something is odd with gravity, the certainty that many scientists seem to have that it must be an exotic particle or form we have not discovered seems misguided. It could be something exotic and new that doesn't fit with any previously discovered science... or not. Dark matter just fails Occam's Razor in my opinion.

I'm not saying it doesn't exist either... just that I think we need to be more open to alternative theories like this. I'd love to see this particular question answered in my lifetime.

Comment Records were Lost (Score 4, Insightful) 151

"We apologize, but it seems that the system was malfunctioning between the times of 7pm and 11pm last night. This was a temporary outage, but sadly the history relevant to the event in question was lost. We greatly regret the losses incurred by the families attending the bat mitzvah, and we promise that our standard investigative procedures will determine whether there is any culpability by the officers. Pending the results of the investigation, our officers have been placed on paid leave, as they have suffered tremendous trauma due to the tragic situation."

Comment Humans Need Not Apply (Score 4, Interesting) 405

There are a lot of comments here about how this is futurist doom & gloom. And it certainly could be. But the difference between the doom of the past and the doom of now is that we now have working, commercial examples of the robots that could replace humans. It was theory before... now it's just a matter of economy of scale and refinement.

CGP Gray did an excellent piece on this already.

Comment Re:Less static hardware. (Score 1) 993

To be perfectly honest, databases make sense when you access thousands of records multiple times a second.

Computer configuration is accessing a couple dozen records multiple times a day. There is NO performance reason that this can't be done with the same text files we have used for years.

Please note: I'm only addressing the last sentence of your post. I do agree that existing tools handled dynamic configuration poorly. I simply take exception that 'dynamic' must automatically mean 'database'.

Slashdot Top Deals

Stellar rays prove fibbing never pays. Embezzlement is another matter.

Working...