Slashdot Mirror


User: mspohr

mspohr's activity in the archive.

Stories
0
Comments
4,180
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,180

  1. Re:sure ... google will be around in 2015, right on Imagining the Google Future · · Score: 1
    I suppose you think that only hard assets like a factory count. You're about 50 years out of date. Knowlege and service are what count now.

    If you still think assets count, I have a Ford car factory to sell you.

  2. Re:I suspect on Newspaper Lobbyists Take Aim at Google News · · Score: 1

    I think that they want to continue to be listed on Google News AND they want Google News to pay them. Not likely to happen and Google will be happy to skip any news source that opts out. This would divide the news sources (and that part about shooting in the foot would be true)... but if they all get together and sue Google, they can try to force payment.

  3. Re:Too Certain! on Microsoft OS Smart Phone for Developing Nations · · Score: 1

    OTOH, you could hook up a cell phone to a network of the MIT $100 laptops (they automatically connect to each other and can share a network connection).

  4. Re:unsellable in the West != cheap on Microsoft OS Smart Phone for Developing Nations · · Score: 1

    The $100 laptop from MIT already has a manufacturer lined up and $700 million in financing for the first 7 million boxes so this is not some pie in the sky dream. It is happening now.

  5. Re:Damned if they do, Damned if they don't on No Anti-Virus in Vista · · Score: 1
    Every corporation that I've ever worked for (as a consultant, quite a few) implements file permissions and logins on their networks but all of them run Windows on the desktop wide open because they can't get their applications to run otherwise.

    Until Windows gets all of the clueless application developers to follow their "security model" and rewrites all of their legacy code (.wmf file processing anyone) to also follow their security model, Windows will be hopelessly insecure.

  6. Re:Damned if they do, Damned if they don't on No Anti-Virus in Vista · · Score: -1, Flamebait
    "Umm... used Windows lately? As in a properly configured Windows? The security model does that one already." I use Windows all the time and I've never seen any file permissions and I've never been able to get any work done unless I run as "Administrator".

    Windows needs a real security model like Unix where the OS and applications use file permissions and user settings. Then it will be secure.

  7. Re:Not so giant... on Giant Octopus Attacks Sub · · Score: 1

    I think the sub is guilty of an unprovoked attack on the octopus. If you view the video (VTFV), you will clearly see that the octopus didn't even touch the sub and was just swimming by with idle curiosity.

  8. Re:Too Many on How To Choose An Open Source CMS · · Score: 1

    Your friends would be better off starting a business to provide professional support for one of the FOSS CMS systems. It's stupid to reinvent the wheel in this area (especially when their wheel will probably not be as good as the ones that already exist).

  9. Re:Innovation on Yahoo! Yields Search Dominance to Google · · Score: 4, Insightful
    Many times in the computer world it has been pronounce "game over" and many times the game has changed. (think WordStar, EasyCalc, Lotus123, MS-DOS, MSIE, and yes, Windows and MS Office).

    The market leader always likes to tell people "don't even try to beat us" but people can and will beat them.

  10. Re:Very nice - but has some rough edges currently on Slashdot Index Code Update · · Score: 1
    At least it helps to understand that they are posted in time order and not randomly.

    I agree that it would help to change the shape of the box to be more inclusive so they didn't look like part of the article above... could each be a separate one line grey bar?

  11. Re:Very nice - but has some rough edges currently on Slashdot Index Code Update · · Score: 4, Insightful
    I agree that they look like they should be part of the story above. They seem to be just randomly placed on the page... it's confusing.

    Why not put them together in a separate section at the top or bottom of the page and organize them better?

  12. Re:question on Intel's New Architecture Too Late? · · Score: 1

    I think the 1.6GHz Pentium M must be some kind of "sweet spot" between speed and heat. I have a Dell laptop with this chip (700m) and it's perfect. Lots of speed when I need it and the fan only comes on when doing something processor intensive such as video rendering.

  13. Re:At least that's one thing that never changes... on Intel Mac Performance Behind Hype · · Score: 1
    A computer manufacturer inflating performance measures???

    I am shocked... absolutely shocked!!!

    Didn't they also in the past systematically trash Intel processors as being inferior?

  14. Malthus, Simon, Erlich have been there, done that! on Earth's Copper Supply Inadequate For Development? · · Score: 1
    This argument has been going on since Malthus.

    Most recently, there was a famous bet between Julian Simon and Paul Erlich on the price of copper... Erlich bet the price of copper (and other rare metals) would rise... and lost.

    http://www.overpopulation.com/faq/People/julian_si mon.html

    From the article:

    "In 1980, economist Julian Simon and biologist Paul Ehrlich decided to put their money where their predictions were. Ehrlich had been predicting massive shortages in various natural resources for decades, while Simon claimed natural resources were infinite.

    Ehrlich agreed to the bet, and chose copper, chrome, nickel, tin and tungsten. By 1990, all five metal were below their inflation-adjusted price level in 1980. Ehrlich lost the bet and sent Simon a check for $576.07."

  15. Re:Every version since 3.0? on Microsoft Responds to WMF Vulnerability · · Score: 1
    I was using network and multi-user in an imprecise manner. I apologize.

    My point still stands. Unix was designed from the start to accommodate multiple users. Most significantly, it was designed from the beginning to have file permissions and users with different levels of access. This is a fundamental architecture that made it easy to program security.

    Windows, OTOH, was designed as a single user standalone machine and had no provision for access controls. This is a continuing source of problems since it is impossible to patch in security onto this fundamentally flawed architecture. Windows is still suffering to day from basic flaw.

    Early Unix may have had poor security but it was easy to fix it since the underlying architecture (file permissions and user access controls) were in place.

    Windows continues to have poor security since patching on access controls breaks a lot of legacy software. It needs a complete re-write and all new applications.

  16. Re:Every version since 3.0? on Microsoft Responds to WMF Vulnerability · · Score: 1
    My point was that the architecture of Unix was designed for a multi-user environment from the start which means that the basic design included such things as the ability to assign permissions to files and the concept of an administrator (root) user to do such things as install software and user accounts with lesser privileges to run software.

    OTOH, Windows was a simple single user OS and did not have these considerations at the start and as a result it has been constantly struggling to patch security onto a very poorly architected OS. The WMF vulnerability is only the latest of a long string of problems caused by the poor basic design.

    Windows NT (and XP/2003/Vista) was an effort to improve the architecture but it has clearly failed because of the need to support legacy applications and the fact that they did not address the fundamental architecture problems. The fact that all of the new Windows OSs were vulnerable to the WMF problem shows that nothing has changed.

    Windows really needs to be completely re-written from the ground up with a "network aware" architecture.... of course, it would be much easier to just use *nix.

  17. Re:Every version since 3.0? on Microsoft Responds to WMF Vulnerability · · Score: 1
    From the Wikipedia:

    "Unix was designed to be portable, multi-tasking and multi-user. The Unix systems are characterized by various concepts: plain text files, command line interpreter, hierarchical file system, treating devices and certain types of inter-process communication as files, etc. "

    Wikipedia give a good history of Unix including predecesors Multics, etc. all of which were designed from the start for multi-user environments. When you're designing an OS for a multi-user environment, the basic architecture is designed for security unlike Windows which assumed that there was only one user.

    Interesting history that you can read here. http://en.wikipedia.org/wiki/Unix

  18. Re:Every version since 3.0? on Microsoft Responds to WMF Vulnerability · · Score: 1

    Yes, I agree that Windows is also vulnerable to removable media (and some of the earliest exploits were through removable media). So Windows was really designed for use as an isolated stand alone machine with no communication of any type... not very useful.

  19. Re:Every version since 3.0? on Microsoft Responds to WMF Vulnerability · · Score: 1
    This "feature" points to a fundamental flaw in Windows that is really impossible to fix without a complete re-write of the OS.

    Windows was designed as a stand alone OS without network connections so it is full of problems like this. They are fundamental to the architecture.

    OTOH, the *nix OSs were designed from the start for a network environment with appropriate security.

    Windows will never be ready for the net without a complete re-write.

  20. Re:Cultural Reference on Air Force Builds Quiet Mach 6 Wind Tunnel · · Score: 1

    I believe this reference is to a Holiday Inn TV commercial where people who were famous/ highly skilled/ special stayed at Holiday Inn and then did amazing things the next day.

  21. Re:Ugh, not another charging option. on Bluetooth Mouse That Stores And Charges In PC Slot · · Score: 1

    I think you missed the point that this mouse charges in the PC card slot so you don't have another charger dongle for it.

  22. Re:A link, for those who read articles. on Windows, Linux 25 Year Old "Clunkers"? · · Score: 1
    And Bob Metcalfe is also the guy who repeatedly forecast the "collapse" of the Internet until he was literally forced to eat his words.

    http://www.xent.com/FoRK-archive/spring97/0247.htm l

    I guess he thought the Internet was as poorly designed as the first incarnation of Ethernet that he designed.

  23. Doubleplus Good on How The U.S. Government Undermined the Internet · · Score: 1
    The two aims of the Party are to:

    (1) - extinquish once and for all the possibility of independent thought, and

    (2) - conquer the whole surface of the earth.

    There are therefore two great problems which the Party is concerned to solve. One is:

    (1) - how to discover, against his will, what another human being is thinking. And the other is:

    (2) - how to kill several hundred million people in a few seconds without giving warning before hand.

  24. Re:Intelligent Design tantamount to teaching relig on Slashback: Little Red Hoax, Firefly, Google · · Score: 1

    Actually, the judge in this case is a certified conservative... appointed by George Bush... so definitely not a "liberal activist" judge.

  25. Re:TrueCrypt for WIndows and Linux. on NetBSD's Crypto-Graphic Disk · · Score: 1

    The FAQ includes a method to encrypt the boot volume on Windows.