Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

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.

Twitter

Twitter Adds "Report Dox" Option 101

AmiMoJo writes Twitter announced that its abuse-report system, which was recently refined to simplify and shorten the reporting process, has now expanded to allow users to report content such as self-harm incidents and "the sharing of private and confidential information" (aka doxing). The announcement, posted by Twitter Vice President of User Services Tina Bhatnagar, explained that December's report-process update was met with a "tripling" of the site's abuse support staff, which has led to a quintupling of abuse report processing. Chat logs recently revealed how Twitter is used by small groups to create vast harassment campaigns, thanks to sock puppet account and relative anonymity.

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.

Microsoft

Microsoft's Goals For Their New Web Rendering Engine 166

An anonymous reader writes: Microsoft has put up a post about explaining what they wanted to accomplish when they started working on Project Spartan, the new web browser that will ship with Windows 10. They say some things you wouldn't expect to hear from Microsoft: "We needed a plan to make it easy for Web developers to build compatible sites regardless of which browser they develop first for. We needed a plan which ensured that our customers have a good experience regardless of whether they browse the head or tail of the Web. We needed a plan which gave enterprise customers a highly backward compatible browser regardless of how quickly we pushed forward with modern HTML5 features." They also explain how they decided against using WebKit so they wouldn't contribute to "a monoculture on the Web."

Slashdot Top Deals

If you think the system is working, ask someone who's waiting for a prompt.

Working...