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

 



Forgot your password?
typodupeerror
×

Comment Re:Foxconn Factories' Future: Fewer Humans, More R (Score 1) 187

That same conversation has been around since since the first saboteurs threw their shoes into the gears of factory equipment.

The answer has never changed: society will evolve to a communist one because it has no choice if it's to avoid mass revolts and warfare.

You have only to look to the inner cities of North America to see the unrest and riots that have already started over trigger-issues such as a citizen being shot by police. Those riots aren't just over the deaths; they're an expression of people's frustration with "the system."

Comment Re:Kudos (Score 2) 91

No matter what the DE, the people who use it always want it to be the default for their distro.

What is so damned hard about doing "apt-get install de-of-choice"?

Comment Sounds a lot like what I saw last week (Score 4, Informative) 39

At the beginning of last week, I saw a number of fake emails "returned" to my ISP email account. A day or two later, I received a phishing email requesting me to change my password for that email account.

Today, someone tried the same thing for my Microsoft account.

It's more creative than usual, but it is still just a phishing attack, and you can easily spot it by the fake URLs in the phishing emails.

Comment Re:All the more reason (Score 4, Insightful) 185

The new TLDs are a cash grab and nothing more. Not only for ICANN, but for every company that manages to buy up a gTLD.

Basically, the people buying up these gTLDs are hoping to cash in on companies wanting to register .searchterm domains. Which, in my books, is nonsense. I don't trust any of these new domains to be anything but spam traps and phishing expeditions. Given the options in search results, I would always go to the .com, .org, or .net address over a gTLD.

Comment Pen/stylus tablets? (Score 1) 164

I'd think using pen/stylus tablets to scribble diagrams and then emailing or messaging those amongst the team members would be about as good as you can get, unless you can find a software package that would let the people share a drawing space using individual tablets. I've long wanted to get one of the Samsung tablets just for that purpose.

Comment What *is* their market? (Score 3, Insightful) 59

Given that iOS and Android can and do encrypt user data now, and that web device communications encryption is largely a question of whether a site uses SSL/HTTPS, what is the distinguishing feature of these phones that would make them marketable?

To me it looks like pure marketing hype, not a real benefit compared to other devices now that they've started using encryption.

Comment The black box is a trap (Score 1) 158

The problem with black-box programming is that it's a trap. Far more often than anyone cares to admit, the black box implements functionality in an unreliable or inefficient manner. When you're dealing with code that you wrote yourself, you can correct that behaviour of the "grey" box. But with a third-party black box, all you can do is file a bug report and hope that someone can not only replicate the problem, but that they'll give it high enough priority to fix it before you retire or your project is cancelled.

The worst culprit for black box problems are frameworks of all kinds. Some say you're not a "real programmer" until you've written your own framework. I firmly believe that's true, because what is a reusable code base on a large project except a custom framework?

The difference between a custom framework and an off-the-shelf one is that your custom framework is designed and coded with your project in mind, to service the bulk of your project's needs while maintaining enough flexibility to deal with the exceptional cases of your project. A third party black box framework is pretty much never designed that way. It was designed to serve the needs of someone else's conceptual or real project, then tweaked and adapted to serve needs it wasn't originally designed for, and finally unleashed on an unsuspecting world as "the next big thing."

A pox upon frameworks, I say. Design a solid object model, code to it, use it, and get over the fact that you're going to have to write some code.

At least if you wrote the code, you can fix it. Without worrying about whether some upstream integrator will deign to consider your "fix" worthy of integration to the mainstream code. Without having to wait for someone else to replicate, analyze, prioritize, schedule, implement, and test a fix for your problem.

Realistically, any half decent custom framework isn't going to be more than 10% of your total code base anyhow. "Framework" is just a fancy term for what was called for decades "application library."

Comment Was it ever alive? (Score 1) 163

I knew a lot of people who had the controllers for those types of games over the years, which they'd either bought along with their consoles in bundles, or been given by relatives. But not once in my life did I ever see anyone actually play games like "Guitar Hero." Not once.

Yet I knew over a dozen people who had the controllers.

I wonder what percentage of those overpriced components sat gathering dust, never to be used after the novelty wore off in the first couple of weeks?

Comment The *first* thing I uninstall is McAfee (Score 2) 210

The first thing I uninstall is McAfee. That piece of crap wedges in a VB script interpreter that breaks many of the software installers I have to put on my machines to make them useful. THE worst anti-virus product ever.

It also claims that SAP/Sybase ASE is infected, and deletes critical files from the install.

Comment "Mr. Spock" is everywhere today (Score 3, Insightful) 411

I find it gratifying to see that Mr. Nimoy is being remembered on every website and feed that I've visited today. And not merely remembered, but remembered by more people than I've ever seen pay tribute at the same time. Even the passing of Robin Williams wasn't marked with as many posts and comments.

RIP, Leonard.

Comment Sickening (Score 1) 187

It's absolutely sickening how many trolls have responded to this topic with comments about people "just wanting attention" or the world being better off without them, and other such tripe.

The absolute cruelty and judgementalism of people who've never dealt with chronic depression or mental illness is just shameful.

This is the "intelligent" commentary of slashdot nowadays?

Man has this place ever gone down hill. How I long for the days of harmless "trolls" posting comments about Natalie Portman and hot grits, which did nothing more than annoy instead of being outright mean, spiteful, and hurtful.

Comment After which managers toss the "bad" estimates (Score 2) 347

My experience has been that management comes to the developers for estimates. They provide those estimates to the end users. The end users bitch, whine, and complain that they need it to be done in half that time.

Management then comes back to the dev team and tells them they've agreed to get the project done in half the time that was estimated.

Then both management and the user community bitch when their "estimates/targets" aren't met, and who is blamed for the issue?

The developers.

The developers always are to blame for computer problems, never the bad specs, the conflicting specs, the unknown variables, the use of "new technology" that some vendor flim-flammed onto the department/team, or anything or anyone else.

Screw 'em. Now that I'm retired, I'll never have to give anything more than the most vague ballpark estimate of how long it will take me to do something ever again. Instead, on my pet project, I just bullet point some of the things I intend to work on next -- and even that is subject to change. The lack of stress and the freedom to live my life according to my own whims and needs has proven an invaluable source of improvement in my "quality of life."

What a shame I've never encountered a job that would let you do that.

Slashdot Top Deals

Saliva causes cancer, but only if swallowed in small amounts over a long period of time. -- George Carlin

Working...