Slashdot Mirror


User: leviramsey

leviramsey's activity in the archive.

Stories
0
Comments
1,947
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,947

  1. Re:Dammit, the command line is natural on Why Software Still Sucks · · Score: 1

    That's fading away. Dell sold more computers to schools than Apple has (in 2000).

    Of course, it may be that the elementary schoolers are geting Macs, while the middle/high schoolers get the Wintel machines (because high school computing has a major application bent).

  2. Re:My feeling on Why Software Still Sucks · · Score: 1

    Of course, how many of those errors are in the microcode?

  3. Re:Hemos... on U.S. Supreme Court Issues Election Ruling · · Score: 1

    I think the Maine/Nebraska style allocation would be the most effective way to reform the system.

  4. Re:Read further on Shell and the World's largest Linux Supercomputer · · Score: 1

    Yeah, and I notice every day what OS is being used as a POS terminal.

    Sam Goody could put a sign up saying "These cash registers are running linux" and most Sam Goody shoppers wouldn't notice.

  5. Re:Interesting quote on A Pair of Google Bits · · Score: 1

    #3 might be arguable.

    Didn't excite use link popularity to rank pages? Maybe Google's is an extension of excite's, but the idea is definitely not theirs.

  6. Re:On a related note... on Google And Privacy · · Score: 1

    Google does the same thing. See <a href="http://slashdot.org/yro/00/11/24/0131205.sht ml">this</a> /. article.

    It's not really a privacy violation, though. It's designed to filter out junk sites that are keyword spamming. It's pretty easy to see if a site is keyword spamming based on the brief summary on the results page; thus they won't be clicked on as often. Eventually, this could affect the page ranking, by at least making sites whose summaries appear more relevant appear first.

  7. Re:Good Search engines come and go, but Google las on A Pair of Google Bits · · Score: 1

    Uh, Google's not a metasearch... it uses its own database...

  8. Re:First likely use of this... on IBMs CMOS 9S · · Score: 1

    Those aren't chips, they're DIMMs. A DIMM consists of either 4 or 8 chips on one board (I forget which number).

  9. Re:First likely use of this... on IBMs CMOS 9S · · Score: 1

    512MB-1GB RAM chips will probably, more than anything else, push 64-bit architectures into end-user systems.

    With these chips, 4+GB DIMMs should become fairly commonplace. With that sort of capacity, 32-bit addressing becomes very cramped (as cramped as can be, to be precise).

  10. Re:But they can do things on windows the Mac can't on Will Linux Save Microsoft? · · Score: 1

    But my understanding is that when a Windows box with Office installs boots, a lot of office components are loaded at boot time. This makes the applications start up faster - at the expense of slowing your boot process, loading up your application memory with data, and loading up your windows kernel with resources like file descriptors, loaded DLL's and the like. I work at a computer shop and get $15 to defrag the hard drive and remove background startup tasks such as that. I certainly hope that M$ doesn't abandon Windows and Office!

  11. A great book... on Longitude · · Score: 1

    I receied this for Xmas a few years ago, and I must heartily recommend it. The world would be a far different place were it not for the invention of the chronograph.

  12. Re:Iridium's memory cap.. on IBM Itanium Based Systems and Linux · · Score: 1

    Ever hear of "Preview"?

    Iridium is either an element or a satellite commenications system devised by Motorola.

    Though, if Itanium is a sign of a new naming scheme, I suppose it's successor could be "Ridium" ;o)

  13. Re:Only commercial distros? on IBM Itanium Based Systems and Linux · · Score: 1

    They're probably only using the commercial distros because IBM Has more experience with commercial suppliers. I doubt IBM could handle a non-commercial project like Debian or Slackware. Additionally, a lot of their customers would want a commercial distro, if only because they're used to the idea of centralized supply. For IBM to design/support on these systems with Debian/Slack would cost money and not generate too much corporate interest.

    I can understand their logic (though I disagree with it)

  14. Re:Free+Ads a minus? I think not. on Opera 5 Free... If You Want Commercials · · Score: 1

    What happens is Opera asks you on close whether you want to save the state of your browsing. So if you're visiting a certain goatse site...

  15. Re:Good for web authors on Opera 5 Free... If You Want Commercials · · Score: 2

    According to the press release, Opera has experimental support for DOM. Then again, Netscape and IE don't exactly have sterling support for DOM, either.

  16. Re:I have been using KDE w/ Mandrake 7.2 .... on KDE 2.0.1 is out · · Score: 1

    Opera beta 3 is out and it is very good. Anybody who hasn't given it a look <a href="http://www.opera.com/linux">should</a& gt;. I haven't tried Konqeror, though (I really dislike KDE).

  17. Re:Hemos... on U.S. Supreme Court Issues Election Ruling · · Score: 1

    TO extend what you say, the winner-take-all aspect should be done away with (simply done by state legislatures). Then in Illinois, for instance, the Daley machine in Chicago could only influence some 10 electoral votes, reducting even further the potential for fraud.

  18. Re:MS & Intel on Intel's Itanium Processor Explained · · Score: 1

    I seem to remember hearing that MS was having ungodly amounts of trouble porting the NT kernel to IA64.

  19. Re:Amsterdam / The Netherlands on Will Americans Have Trouble Finding IT Jobs, Overseas? · · Score: 1

    Also, I believe the Netherlands effectively requires English, French, German, and Dutch to graduate from High School.

  20. Re:Translation: on Will Americans Have Trouble Finding IT Jobs, Overseas? · · Score: 1

    Ben Franklin, iirc, found that knowing Latin made it easier to learn French.

    I also found that while studying French, I gined a greater technical understanding of English (the logic behind certain constructions, mainly).

  21. Re:Paying for someone else's socialism on Will Americans Have Trouble Finding IT Jobs, Overseas? · · Score: 1

    I remember reading that one of the Scandinavian countries had an income tax that could theoretically be greater than 100%.

    I think it was in Guinness, but I'm not sure.

  22. Re:Programmers Make Computers Slower Year by Year on Netscape 6 Vs. 4.7x · · Score: 1
    But, newer programming classes fail to teach students some very basic important things. And what I speak of, is the often repeated line, that I've heard spoken in the classroom, and by a great many professional programmers, "RAM is cheap."
    Very true. In my intro-level programming course (which I foolishly took because the UMass CS department revolves around Java, which I wasn't that experienced with; I'm more of a C++ person myself), one of the first examples we looked at was this Pet object that would be eating, or be sleeping, but never doing both. Instead of doing it the way I would do it, with a bit-field, the example given used two booleans to keep the state, even though only two states were possible. When I suggested that we use, depending on Java's bitwise limitations, that we either get rid of one boolean, or use C/C++ style bit fields, he essentially said that while that would make the code faster and more compact, it would never be necessary.
  23. Re:Fair Fines: Finland's on the right track on Surround Sound Quickies · · Score: 1

    "There are many that are for a "flat" tax... If I make $250K/year (net), and get a $250 speeding ticket, that just cost me 1% of my annual income.... If I make $250K/year (net) and that just cost me 1/10th of a percent of my income."

    Uh, the flat tax is based on the very speeding ticket idea you describe. Everybody pays 17%, or 19%, or whatever the particular plan calls for (with possible deductions for dependents).

  24. In a related note... on Money For Nothin' From The SDMI Hacking Contest · · Score: 1

    <a href="http://www.zdnet.com/zdnn/stories/news/0,458 6,2659221,00.html?chkpt=zdhpnews01">EMusic</ a> and Napstr are doing battle over EMusic's just unleashed acoustic fingerprinting, with EMusic monitoring Napster for trades of such MP3's.

    IANA avid follower of events in this arena. Did EMusic publicize their fingerprints prior to unleashing them? Is EMusic's technique one of the ones that's part of SDMI?

  25. Re:I searched the blue sheets... on Online History Of Computer Component Prices? · · Score: 1

    And options might also be an option.

    Auction off the right to buy a 256MB PC100 DIMM three months from now for x dollars. If in three months, the market price is less than x, the option isn't exercised, the company's made some money and can sell the DIMM at the market price. The buyer of the option is only out for the value of the option, and can buy it at market if they see fit. The situation is reversed of course, if the price is greater than x. Then the company's out of a few bucks on the RAM (though the sale of the option may outweigh it), and the buyer has probably found themselves a great deal.