Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Too bad to see them go this way... (Score 1) 167

I liked them late 1990s (Mandrake) they were my favorite distribution because so many things "just worked" and their configurations were often more sensible. You started off far closer to a working system.

Didn't try the server product much though did use it once for a RAID product and it did a great job on defaulting the RAID.

Comment Re:F/OSS reality (Score 1) 167

Linux driver support definitely is a bit crappier, but it's a lot better than it was even say 5 years ago.

My experience is that it has gotten worse. 5 years ago I could pretty much run an arbitrary Linux distribution on an arbitrary 1 year old laptop and have say an 80% chance of few if any problems. Today most interesting laptops have whole swaths of features not covered and many drivers not included. I think hardware got more interesting and the Linux community has gotten less focused on desktop (understandably) and the result has been a huge downgrade in terms of compatibility.

Comment OS/2 (Score 1) 387

OS/2 had networking (really good networking) and multitasking. Lan Manager (based on OS/2) as well as Novell (worked with OS/2) had file permissions. So they produced a product with those 3 facets.

Comment Re:Cui bono? (Score 1) 71

Apple today only sells to the "high end" of the market. They mostly sell $500+ and they have some share $400-500 with no share below that. Their phone is already niche in the way you claim it will eventually be.

Comment Re:Cui bono? (Score 1) 71

Why does Apple feel the compulsion to plow money into an inferior map service?

I think

1) They don't want to be held hostage
2) They can provide a high degree of integration and services on their mapping service than they could using Google's offering.

It only benefit their iphone niche until they can't sustain a lower end iphone market.

I don't understand this. I'm not sure they won't be moving down market not up market given they own the entire up market. Why wouldn't they be able to sustain a lower end iphone market?

Comment Re:What Fucking Decade Is It? (Score 1) 100

Check your math on that, please. 8*3600*3 = 84.375 GB, not 85.5 PB.

You are correct. Sorry.

And if your tracking 3 MB per second per user, you're tracking bots, not users

Absolutely. You are mostly tracking network security events, computers talking to other computers. What you are generally looking for is unusual activity. Server 2047 never talks Asia all the sudden it is talking to Vietnam regularly. But to do that you need to know who is talking to what across the network.

SQL can handle all of it if you design your database sanely

Yes and no. Obviously if you knew in advance ever type of message, designed good ways of getting it in there, good aggregates then a RDBMS would be better. But with: formats of data poorly understood, bad understanding of the types of data, complex matches, unclear rules about to normalize... SQL Server's engine won't hold up. Of course you can just throw it in a table but then you can't do much with it at reasonable performance. That's what Big Data engines are for. Once (if everO you do understand the data well enough to get it into a RDBMS of course you would rather use an RDBMS.

. You pay a penalty for your poor design, sure, but everything works.

No it doesn't. RDBMS don't scale as well as Big Data systems. As the number of CPUs, total memory, total disk increases (particularly in cluster configuration) their performance does not increase linearly or even nearly linearly. You can't just pay a penalty and solve the problem by hardware.

Comment Re:Another gift to the corporate oligarchy (Score 1) 211

I don't think they are going to make 2020 at this point. The replacement for 1xRTT voice is going to be VoLTE. I have it on my phone. I have it disabled on my phone since the 1xRTT network is go good, the data network is much more spotty and I care about voice reliability. But that will resolve itself over the next decade. It wouldn't shock me if on my next phone I'm using VoLTE all the time for voice.

Even if they were going to make the switch by 2020 (again I'm thinking 2025 or something is more likely) the cost of VoLTE phones in 2020 would be likely be $50 or lower. Giving out 100m of these for free would likely be cheaper than keeping the old network up and running.

Comment Re:What Fucking Decade Is It? (Score 1) 100

SQL server is based around the idea of small amounts of changes with data retention being long.

Assume a system throwing off 3mbs of data which many companies can have if they are aggregating simple stuff like all customers on the websites and sequencing page by page access to look for correlations. There are 28,500 seconds in a workday (more if you have multiple locations). That's 85.5 petabytes of data per day. You need to aggregate this data fast. SQL Server's engine isn't designed for that.

Or for example SQL Server doesn't handle queries against unstructured information. Imagine that each record has a field of text and you want to do joins based on fuzzy matching between these text fields. Even with a few gigs of data SQL Server will die.

Comment Re:Another gift to the corporate oligarchy (Score 1) 211

/. is so paranoid when it comes to companies. The cost of processing 911 calls isn't that much and the local 911 centers are good customers, heck these fraudulent calls might well be net profitable for the telcos. Where the costs are incurred is the 911 centers processing the calls and then even worse police and fire departments in responding to them. This policy change is the federal government helping out local government. It has nothing to do with "corporate oligarchy".

Slashdot Top Deals

An Ada exception is when a routine gets in trouble and says 'Beam me up, Scotty'.

Working...