Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Why is this a surprise? (Score 1) 804

The Mac tax has always been about the actual parts they use and that there are cheaper alternatives. For this comparison, they try to match the parts exactly. That of course is going to cost more because you are paying 3rd party markup prices while Apple is being direct from the manufacturer. The article even admits that you can buy things like a different video card that is equivalent for half the price. The question isn't if you can make the exact same system (or as close as possible) for cheaper but whether you can make an equivalent system for cheaper, and the answer to that is almost always yes.

So, you could build a battle tank or an F1 car with cheaper alternative parts, like.. the engine and wheels off my old Mustang. No matter how much hand waving you do, the scrap metal I bolt on the side is not the same as reactive armor.

If you need the uptime assurance that Xeon, ECC, FireGL whatever provide, then using desktop grade components is not the same thing, and you aren't fooling anybody actually in the market for those things.

Comment Re:Hard to believe (Score 1) 804

Yeah, quite. The base Mac Pro actually turns out to be fairly reasonably priced for the combination of components inside, but - and this is important - there is essentially no reason to get that combination of components unless you have no other choice because you're buying a Mac. For instance, they're paying out quite a bit of extra money in order to fit everything into a smaller case, even though that'd actually be a downside for many customers. Also, most of the professional applications out there that use GPU acceleration can only make use of a single GPU, so the second $3400 GPU will be sitting completely idle for most Mac Pro buyers. What's more, as the article mentions many apps run better on NVidia GPUs anyway. Also, how many of the GPU-accelerated apps can also make full use of a 12-core CPU?

Whoa, I thought you were going to say something about the Xeon and ECC memory. What exactly is highly unusual about the video card and number of cores?

This thing is built with server grade equipment, so my wild guess is that means they intended it to have very long uptime, and again, what's highly unusual about that in a high end workstation?

Look, we don't all need to drive tanks to work, but some do. The rest of us don't need to play the "I could build a tank for less, but without the turbine engine, armor, or tracks" game. Well, you can do that, but they are just going to be laughed at by the people that drive tanks, and what else matters...

Comment Re: Hard to believe (Score 1) 804

It's not Linux's fault that the developers of Final Cut Pro and Lightroom specifically chose *not* to support Linux. It is also not Linux's fault that both Apple and Adobe guard and keep their programs' source code secret, so it is impossible for anyone else to compile it for anything other than the operating systems that these two companies choose to compile these programs for themselves.

At some point it IS the fault of the RedHats, the Oracles, the Canonicals, the SUSEs etc. for not attracting ISVs.

Or, if nobody is trying, what's the point of laying blame elsewhere?

Comment Re:It's an Exclusionary Club (Score 1) 606

Essentially this.

I had a prof who would do all his lectures & demos from the command line.
Need to write a short C program to demonstrate forking? Boom! Into vim and coding up a basic example in a minute or two.
Typo in his LaTeX slides? Boom! Switch over to fix it, then recompile the slides, and on with the lecture.
Student asks a question about a command line argument? Boom! Man pages up on the big screen.

It was a little intimidating to see this CLI master hopping around typing crazy little combinations of letters and making magic appear on the screen, but at the same time it was inspiring. It was an example of what we could aspire towards.

Why don't we have command lines... with GUIs?

Like your slideshow example, there are plenty of cases where you have a command line interface to something that's easier to understand visually, or a graphical interface to something that could also be driven quickly via command interface. Yes, even low level system tasks like drilling down into directory structures using the most space, or working with historical performance analysis and statistics is more efficient with visual feedback.

Hey, look at any modern first person shooter game, point and click graphical interface, AND an interactive console. 'nuff said.

I feel bad for people who see this simply as an either/or subject, we should be looking for progress not clinging to old ways, just because.

Comment Re:Bitcoin Could be Big Environmental Story (Score 1) 121

Nations like India, which have restrictions limiting women's ownership of land, have the highest per capital consumption rate of gold. Gold mining is the single most environmentally destructive man-made activity on the planet (toxics, carbon, and encroachment into rain forests). If families in India can pay dowry with Bitcoin, I'm all for it.

Dowry is messed up, but I think they'd use cash, household items, and even animals before bitcoin.

"Bitcoin: When you have nothing better to trade."

Comment Re:Fucking WAAAA. (Score 0) 378

'While others take vacation and time off in December, remember we aren't allowed ever to be off in December. Ever,' said a 20-year veteran UPS driver on the UPS Facebook page. 'So when you see your family and complain that your package is held up, everyone who moves your package is working and doesn't get the Xmas experience you get, Be thankful for that.'"

Hey, fuck you, buddy. They told you that shit about not taking time off during the busiest shipping season of the year when you took the job 20 fucking years ago, and probably reminded you every year since, so don't try to play the fucking victim here. Plus, "Dur, I had to work" is a really, really piss-poor excuse for failing to meet your work obligations, now isn't it?

I don't really get to take a lot of time off, period, but you don't see me using that as an excuse to suck at my job.

Why are you attacking this guy, A DELIVERY DRIVER? He wasn't complaining about his job, he's DOING IT. He's just the fucking messenger, moron, please post pics of lazy UPS drivers snacking at Krispy Kreme's if you have em. Fuck you, asshole.

Comment Re:This is what I like best about /. (Score 2) 327

In the same thread where I can find 1000 people going on about how efficient capitalism is I can find another (sometimes the same) 1000 people complaining all the dumb things their companies do. Well, which one is it? It doesn't work both ways people. Could it be that people are people, no matter what banner they're organized under?

I dispute your assertion that a market cannot both be efficient and have people complaining about it.
Further, I believe lots of things can be dumb and efficient, like plants. /goodnight

Comment Re:Failure of best practices (Score 1) 327

No proper change management, no peer review, no proper lab testing. Dev should always reflect production to the greatest reasonable level. No proper maintenance windows. You should never be surprised by a change in production. This is a case study in incompetence and the failure to execute industry best practices. I'm guessing the guy or gal who raised the best practices flag was ignored as being inconvenient or too expensive.

If I'd done this kind of thing when I was working with the exchanges I would have been fired in a heartbeat. Whoever failed to utilize best practices, or whoever failed to allow the utilization of best practices had damn well better have been fired. This is incompetence of the highest level and a perfect example of why ITIL based best practices were born.

I didn't read TfA, but from TfS, none of what you said would solve this problem, or a better way to put it is they all could have actually taken place to a reasonable degree.

Is it generally expected or practical to test combinations of versions of the same software in a cluster? Only automated testing could catch a problem like that, and you'd need a simulated production workload.
A "reasonable" development environment would NEVER reach that far. That is a very above average QA environment.

Of course everybody would LOVE to have that, but I doubt that is widely considered a best practice.

At the other end, a monitoring system should have flagged the condition where all nodes are not running the same revision, and discovered new nodes automatically.

Another big "nice to have".

Sure they could have taken measures to prevent this kind of problem, I'm not disputing that, but to generalize the problem as no change management, peer review.... um, no sir.

Comment Re:Get real! (Score 1) 338

It is difficult for us to imagine this is the outcome Congress intended.

Congress intends to deliver whatever the hell their biggest campaign contributors want them to do. This is why we already have perpetual copyright in effect.

-jcr

Well that's one way of looking at it for the "government is out to get us" crowd, another is that the U.S. Congress sometimes intends to protect Unites States assets from those almost mythical "not-the-United-States" places out there that the former crowd seem to be oblivious to.

I'm not for or against protectionist policies in general, but all this "big X and the gub'mint are conspiring against us" blather that paints things as "X got what they wanted therefore it's BAD FOR US", that's just really stupid reasoning.

Comment Re:Lets call it good value. (Score 1) 243

Interesting the reverse is true. the iPad the most expensive device on the market six times more expensive than a better value tablet elsewhere, yet comes with proprietary software, hardware, with a shrinking market share...and no expandable storage. I object to that built in obsolescence, but ironically it only happens on overpriced electronics. Its [one of the many] why I think Apple is unhealthy right now, and Android is doing so incredibly well.

You are completely deluded, if people had to buy new i-devices every year or two, Apple investors would be happy as clams and packing more money in.

Apple's problem IS that you don't have to buy a new one every year, so they will need to keep making/breaking into new markets.

I have no idea what your idea of obsolescence is, but you can't really grow a business by just making things like hammers... you have to invent screwdriver 2.0 eventually even if it makes hammers look so "yesterday".

Comment Re:If the USA was a true democracy (Score 1) 189

Ah, but we're not a Democracy. Democracy is MOB RULE.

We're a Democratically Elected Republic- and you should learn the distinction and learn it well.

You're implying that a distinction between the two is "MOB RULE" while the electoral college process is "MOB RULE". Ask a democrat in Texas if it ain't so! That's also a state where electors have no legal requirements to vote as pledged, they just do.

One distinction is a state _could_ ignore the popular will of its constituents. "NOT MOB RULE" to paraphrase you. They don't, do they? Could you give practical examples of a need to do so?
You can write it in scary caps all you want, it doesn't change the fact that it's what we have today, it follows the principles of democracy.

Another is states are granted electors based on the size of their congressional delegation. Meaning for one thing that regardless of the number of constituents, they get two electors for their two senators. This weights your vote a bit state-by-state, but hardly makes it undemocratic.

FYI to readers - this dreck boils down to state rights issues and silly wordplay to [dis]associate our form of government with the names of political parties. The United States of America is a representative democracy AND a republic. The electoral college is a compromise between the will of the people and the will of the states.

It's probably a good thing, but not for the bat-shit insane reasons like "it protects your liberty."
Be wary of arguments for state power that put you vs. federal government. It's like your cable company running whining ads "blah blah wont reach an agreement with us so in a few weeks so you will lose these channels" trying to pull you into THEIR problem. States have senators to represent them. They are HALF of congress.

Comment Re:Not really a news story (Score 2) 334

it makes completely sense to try and lure away experienced professionals away from another company on a similar project.

The story is that a company known for boasting about its innovation prowess and suing the rest of the industry over imitation is doing this.

Well where do you think new ideas come from?

Do you think they take "regular" people and plant them in the ground, water them with miracle grow or something? So if they didn't grow in Apple soil, it doesn't count?

Really, I'm trying to figure out the logic behind this, like how a company known to boast of its innovation is expected to grow talented employees on trees.
Apple is not THAT good, you are really showing your insecurities.

Slashdot Top Deals

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...