Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Simple explanation: John Swanson is scared. (Score 1) 173

They should not only redesign software for CPU architecture. Most software is created for a single cpu and a single memory space. In real life we have multiple processors, multiple kinds of memory (cache, ram, disk/ssd, raid, san, distributed file systems), network interfaces between server and client (what do you consider 'an application' on the internet?).

And while we are at it: We have issues with software reuse, bugs (in general) and testability, security. Software development is in the pre-industrial age, afaiac.

Comment Re:Finally! (Score 1) 222

GNOME 1.x was really great. It was fairly configurable while still being relatively easy to use and did what I (as a developer) needed. Current day GNOME looks like it borrows from the worst of Windows (the stuff even the Windows folks don't even like), and only recently adopted a few things that the Mac does (possibly because Windows copied some of it) but in some weird way that lost all of the intent behind the actions. So we end up with something that's simple but still not understandable because it's confusing and weird, and consequently useless to just about everyone. I managed to get by fortunately because they had an alternate window manager that was a bit more traditional.

Don't get me wrong, I still think the Linux community is amazing and love the fact that it all exists. But for GUI, not only have they lost sight of the Unix Philosophy, they also don't really have a good view of who their /actual/ users are.

Comment Design goals (Score 1) 47

Before designing a system you want to know which problems are solved ('why?') and they must be tangible. Here are some aspects that would be nice to solve: code reuse is nice to save time, reducing bugs, testability, security, stability, high availability, maintainability... Not all problems are solved well in humans.

Slashdot Top Deals

UNIX is hot. It's more than hot. It's steaming. It's quicksilver lightning with a laserbeam kicker. -- Michael Jay Tucker

Working...