Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:Seems he has more of a clue (Score 1) 703

Tesla got huge loans and subsidies from the US government, and continues to do so. It would be losing money on each car otherwise. If you don't believe me, do a search for Tesla on some of the more conservative/laissez faire-friendly business sites like Forbes, WSJ or Bloomberg, they're frothing mad about it. So yes, I agree with you -- technology will. But not without tangible, material help via government policy.

Comment Re:This is not news; it is also not PC (Score 1) 427

I assume you're aiming this dig at women

If you read the the grandparent a bit more carefully, you would have noticed it was about feminism, not about women.

Oh, I read it carefully enough. The goal of feminism is to provide equality to women in society, and this includes distributing the responsibility of child-rearing to both genders.

Nice strawman though.

You appear to be unclear on what this term means.

Comment Re:This is not news; it is also not PC (Score 1) 427

Taking months or years off for child raising, or working only part time, or refusing to travel - none of these things should affect your career or your pay. It ought to be possible to drop out of the workforce at 25, raise your kids full-time for 20 years, and then rejoin the workforce as a senior manager.

I assume you're aiming this dig at women, when the truly enlightened nations extend this courtesy to both men and women. And nobody takes paid parental leave for 20 years, sorry. Everyone who goes away for that long comes back at an adjusted career level, and I'm sure you know that. Why stoop to hyperbole?

It makes as much sense as the rest of the progressive agenda...

Let me guess - over the age of 50? You are being left behind, just like your parents were left behind on such progressive concepts as the end of colonialism and racism. It's not something to be upset about, it's just how civilization works.

Comment Re:And for those older machines? (Score 1) 187

All you people complaining about the state of Akonadi and the interconnectedness of KDE are missing an important part of the picture.

No matter what OS or desktop or GUI apps you have been using for the past 20 years, all of them have an implied conceptual data model underlying the collection of apps that you are using. For the most part, the "implied" bit has followed the old X11/Windows 2.0 "shared nothing" model, where bits and pieces of the data has been either replicated or ad-hoc shared (apps explicitly being aware of other apps and sharing data with them). This has worked okay for a long time, since users have assumed that this is the way it will always work.

Some of you folks may remember PalmOS, or are using Symbian and/or Android phones now. These platforms make the data model explicit, and all apps are aware of them. On an Android phone, the SMS, IM, Calendar and Contacts apps all know how to access the user's address book without knowing anything at all about each other. If you write a contacts sync backend, you don't need to care about any of those apps - you know how to access the contact data already from the database API.

What ends up happening is that YOUR DATA becomes the central focus of the platform. Not the app's data, or its storage format or anything like that. The apps are relegated to being clients of the larger data model. This is the correct approach for the future of the UI.

The KDE project has had its eye on this model of the future UI for a decade now. There has been bumbling and disorganization, miscommunication, dozens of key people coming and going, cat-herding and unfinished code. This is hardly surprising considering the size and nature of the KDE development team and its organization. Despite your irritations with the current state of a given KDE release, I think it's worth remembering what is being attempted here.

Of course, everyone's threshold is different and you may decide that being part of this massive experiment is not worth the headache. For you folks there are plenty of alternatives and I don't think anyone is going to be upset if you go back to the 80s-style UIs of other desktops such as KDE 3.x.

At the same time, don't be surprised if the KDE project doesn't make it a high priority to enable picking bits and pieces to run elsewhere; it's worthwhile, but it comes with a high opportunity cost that dilutes effort on the larger goals of the project.

Comment Re:F16-IN (Score 1) 392

The difference is that other contenders for the MMRCA contract will (apparently) come with source for the avionics software, while the F-16IN will not. It's not just India in fact; the UK is pissed about the "joint" F-35 for the same reason.

Comment F16-IN (Score 1) 392

This is why I oppose the purchase of the F-16IN by India. It's a capable aircraft from what I understand and fits the MRCA requirements of the IAF, but I really really doubt that after facing its own gear in Gulf War I, the US is going to provide any country with sophisticated arms without a kill switch.
Government

Professor Posts "Illegal Copy" of Guide To Oregon Public Record Laws 318

An anonymous reader writes "Copyright law has previously been used by some states to try to prevent people from passing around copies of their own government's laws. But in a new level of meta-absurdity, the attorney general of Oregon is claiming copyright over a state-produced guide to using public-records laws. That isn't sitting well with one frequent user of the laws, who has posted a copy of the guide to his website and is daring the AG to respond. The AG, who previously pledged to improve responses to public-records requests, has not responded yet." The challenger here is University of Oregon Professor Bill Harbaugh.

Comment Unmentioned benefit of KDE 4 - Xorg+drivers (Score 5, Interesting) 455

One of the major effects KDE 4 has had on the free desktop has been to light a fire under the metaphorical asses of Xorg and driver development. There has been tons of work going on in Xorg since the split, but until KDE 4 came along and proved that stuff like Composite could have a real effect on user experience (Compiz came first, yes, but that was more or less just bling until apps started using composite), there was not as much pressure and expectation from free desktop users.

Turn on desktop effects on any system using KDE 4 and if you have Xorg with good drivers, the difference in experience is startling.

The rate at which Xorg and some of the drivers are getting better is exciting, as is Qt and KDE itself, and this is in part due to the expectations that KDE 4 has set in the minds of free desktop users. Kudos to the Xorg and FOSS driver devs for stepping up. The next couple of years are going to be fun.

Comment Re:Kontact is cool. (Score 2, Insightful) 249

KParts is a non-unique concept implemented pragmatically, leading to KDE devs actually using it.

The entire framework, from querying, instantiating and integrating KParts is optimised for the common case, ie shared libraries used in-process on the local machine, which means it's easy to learn and use.

Other attempts such as Bonobo and the erstwhile KOM/OpenParts were designed for maximum flexibility but didn't catch on because they made developers' lives difficult for these common cases.

Slashdot Top Deals

nohup rm -fr /&

Working...