Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:Fukushima-style? (Score 1) 248

they know that the engineers strive to make it safe but the management strive to make it profitable; I don't even blame them for that, that's their job and even one could say their duty. But this means that accidents, leaks and spills are bound to happen, and the problem with radioactivity is that once it's there it's here to stay, people understand that pretty well in my opinion.

I think, an additional factor is that nuclear reactors require a huge infrastructures and are operated by huge hierarchies. I would think a small team of experts might be trusted with the inherit risks, because the channels of communication are short. But as is, nuclear power is unsafe -- not because it is technically risky, but organizationally risky. The same applies to all the other examples mentioned.

Comment Re:Layoffs (Score 1) 640

Bull. If you think SQL Server, Exchange and Sharepoint aren't huge for them, you're nuts, and they're positioned to grow. Sharepoint is growing quickly, and within a couple of years will be really, really hard to dislodge. The number of new installations in corporate and education would make the Open Office folks giddy. Everyone here focuses on Windows and Office, trust me, Sharepoint and Exchange are a huge, huge deal.

You are mostly right about Sharepoint. However, I see it as a defensive product (to protect the Office revenue). And while its quality is just terrible, it is still a major threat to Open Source in SMB.
However, Alfresco is a company by people who really know how to do content-management (ex-documentum guys), not just one guy (Ozzie) who needs to change momentum and mindset in a 95000 (wait, 80000 by now) employee gorilla. And Alfresco is open source and very visible from the start.
Sharepoint adoption is very slow for a Microsoft product, esp. one that is so critical for Microsoft. In addition, its integration with Microsoft Office is a much, much weaker leverage than the ones Microsoft used before (Windows-Office, Windows-IE, Windows-DirectX).
The few useful cases of integration between a CMS like Sharepoint and a Fat Client Office are easily replicated for OOo.
So, yes, if Sharepoint works out the way Microsoft hopes too, that would block any meaningful competition for another ten years and slow down progress. However, it didnt look like that would be the case in early 2008 and the recession/depression we are heading into will make decision makers much more leery and rigorous about infrastructure decisions.

Comment Re:Layoffs (Score 4, Insightful) 640

Microsoft isn't going anywhere. Let's review which market segments they are involved in:
* Productivity Software (...)
* Workstating (sic) Operating System Software (...)

And without those two, MSFT is dead. On the other markets they are either way too small (database servers), or their operations are just burning money.

Input Devices

The Best Keyboards For Every Occasion 523

ThinSkin writes "ExtremeTech has written an article on the best keyboards in every category, such as gaming keyboards (macro and hybrid), media center keyboards, keyboard gamepads, and so forth. Of course, the big companies like Microsoft and Logitech dominate these lists, while smaller companies like Razer, Ideazon, and others play an important role as well."
Software

Michael Meeks Says OO.o Project is "Profoundly Sick" 676

unassimilatible writes "Michael Meeks, who works full time developing OpenOffice, writes in his blog that the project is 'profoundly sick.' 'In a healthy project we would expect to see a large number of volunteer developers involved, in addition — we would expect to see a large number of peer companies contributing to the common code pool; we do not see this in OpenOffice.org. Indeed, quite the opposite we appear to have the lowest number of active developers on OO.o since records began: 24, this contrasts negatively with Linux's recent low of 160+. Even spun in the most positive way, OO.o is at best stagnating from a development perspective.'"

Comment Re:unsurprising. (Score 1) 183

You know, there have been a few cases of trying to work with some Open Source software that I find the following bit of logic in there:

If (1){ do stuff } more stuff

I was confused when I first saw a

do { do stuff } while(false); more stuff

until if found out this was an obfuscated goto, because there where break; or continue; statements in the "loop".

Your ifs might be a workaround around compiler bugs (for example a compiler supporting variable scopes only in "real blocks" or something like that).

Earth

New Font Uses Holes To Cut Ink Use 540

An anonymous reader writes "A Dutch company has taken an open source Sans Serif font and added holes to it to try and save on printer ink costs. The Ecofont is claimed to save up to 20 percent of ink costs, but it allegedly took the firm a while to perfect the ratio of the maximum number of holes possible without sacrificing readability."

Comment too much Java ... (Score 3, Interesting) 538

Summary is wrong. There is nothing from BS about "too much Java" in TFA.

Yet while Stroustrop agrees that Java has been used to dumb down CS programs, ultimately, âoethe problem is one of attitude, more than an issue of programming language.â

He is not dumb enough to claim C++ superior to Java. After all it is an C++ is so aweful "designed" that if you are not completely sunk in C++-think, you spend more time fighting the language and its warts than actually do useful stuff (like thinking about algorithms and what the machine does like Don Knuth taught us). While Java is very high level it at least got rid of some of the ugliest and worst mistakes that C++ made. Everyone is way better off with C (for systems stuff), Java (for "enterprisy" stuff), Python (for frontends) and sh (for quick and dirty hacks) than with any C++(*).
http://yosefk.com/c++fqa/
/End Rant
(*) And dont tell me its because of the age of C++. Objective-C and Lisp are way older and way better designed than C++ for example.

Sun Unveils RAID-Less Storage Appliance 249

pisadinho writes "eWEEK's Chris Preimesberger explains how Sun Microsystems has completely discarded RAID volume management in its new Amber Road storage boxes, released today. Because it uses the Zettabyte File System, the Amber Road has eliminated the use of RAID arrays, RAID controllers and volume management software — meaning that it's very fast and easy to use."
Businesses

Submission + - ODF Toolkit announced

Sweetshark writes: IBM and Sun joined on the OpenOffice.org conference 2008 in Beijing to announce the ODF Toolkit Union. The ODF Toolkit project will be independent of the development at OpenOffice.org, will be licensed under the liberal apache license and goes from small tools that simplify using ODF in the software development process, over an ODF validation tool up to large ODF Java and .NET libraries that can be used within other projects.
"The future of accessing and distributing software is here today," said Michael Bemmer, senior director, Collaboration Engineering, Sun. "It is no longer an acceptable business practice to have silos of office document data stored in proprietary formats. The industry has moved forward and is replacing the silos with business content, such as on-premise business applications, software solutions offered over the Internet and applications supported by mobile devices that are critical in Service Oriented Architectures."
Will this help ODF to make inroads in the business world after the successes on the desktop of Joe Sixpack at home?

Slashdot Top Deals

A university faculty is 500 egotists with a common parking problem.

Working...