Slashdot Mirror


User: benwb

benwb's activity in the archive.

Stories
0
Comments
329
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 329

  1. Re:Before you need him. on When Do You Really Need a Lawyer? · · Score: 3, Funny

    Funny, I always thought a lawyer was a lot more like a proctologist ;)

  2. Re:Gripe on Mozilla Jumps on 'Lean Browser' Bandwagon · · Score: 4, Informative

    I'm at home right now so I don't have a windows box in front of me, but I'm pretty sure IE will find next by hitting F3

  3. Re: $1 / GB on 320GB Hard Drives announced · · Score: 2

    You should have been able to get 80 gig drives for about $80 online for at least a month or two.

  4. Re:Linux printers. on Printer Makers' Ploys · · Score: 2

    Lexmark Optra 312L is available for ~ 200. It's speedy, and a great printer. Lexmark doesn't advertise it as supporting ps, but it's exactly the same thing as the 312 with a smaller print cartridge. I have on at home, and it works like a champ.

  5. Re:Kind of remembers me... on Perpetual Motion Delorean? · · Score: 2

    The one where they steal a car from an amusement park ride, and the computer create a force field around it? Damn it, my day is ruined now. I can't remember the title.

  6. Re:Laches on Online Auctions Patented, eBay Sued · · Score: 2

    Well, seeing as ebay was negotiating with him to buy the patents as early as 2000 (before the law suit) I don't really think that the doctrine laches applies here either. Although there is no time limit for laches to kick in either, one of the tests that the court uses to determine if it applies is if the patent holder delayed six years- which this guy clearly didn't.

  7. Re:He has a case (legally) on Online Auctions Patented, eBay Sued · · Score: 3, Informative

    You're thinking of trademarks

  8. Re:What I don't understand about the whole deal... on "MS Killed Java" (on the Client) JL Founder · · Score: 2

    This is why Microsoft's new implementation is called J#.

  9. Re:Someone explain this to me please on Project Orion: The True Story of the Atomic Spaceship · · Score: 4, Funny

    It's attitudes like this that explain why my children won't have mutant powers.

  10. Re:These are a few of my favorite things... on Review: Mac OS X 10.2 Jaguar · · Score: 2

    You can pick up an HP Jetdirect on ebay for $70, which I assume will work with both classic and X...

  11. Re:RTFFAQ on Pie-Menus in Mozilla · · Score: 3, Interesting

    Given the reasons given in the faq there's no reason why slashdot couldn't link to google...

  12. Re:Someone remind me why we really care anymore.. on New AMD Athlon 2600 Processor Released · · Score: 2

    If the only application you run is word, wtf are you reading slashdot?

  13. Re:How does parent have score 2? on Quantum Computer Possible From Silicon Fab · · Score: 2

    Because it's correct. If the only application of quantum computers were to factoring numbers their usefulness would be quite limited. Please look at this article in nature, which talks about the speedups derived from quantum computing techniques when solving NP complete problems.

  14. Re:How is this an improvement over, say... on Quantum Computer Possible From Silicon Fab · · Score: 2

    It can solve NP complete problems in seconds instead of taking longer than say, the present age of the universe.

  15. Re:Wouldn't microsoft say that's what Windows is? on Crush/BRiX: An Experimental Language/OS Pair · · Score: 2

    There's a lot of knee jerk reaction that goes along those lines, but there are some very good reasons for it. There can be some really stellar advantages to integrating applications into the os (Look how fast word and ie open, vs say staroffice and mozilla on the same machine) The problem is that when microsoft does it it's impossible to swap out the application and replace it with something else. There's no real reason that someone if supplied with the right amount of documentation couldn't completely replace the Microsoft HTML rendering components with gecko. Practically it's impossible, because the only way to achieve that level of integration is with access to the source. (I guess if you had really, really good documentation you could do it too)

  16. Re:That would be counting... Payed vacations. on Schneier Analyzes Palladium · · Score: 2

    Ten days for an entry level job in the us is normal.

  17. Re:Taoist saying on Doctorow on the Demise of the Digital Hub · · Score: 2

    The US could only do this if it declared marshal law, which would probably cause the immediate secession of several states and a new civil war. (Unless you're just talking about the national guard, in which case your local gun nut should have enough hardware to take them out)

  18. Re:What's the big deal? on Lord of The Rings DVD, Now or Later? · · Score: 2

    That's sort of like saying Microsoft "encourages" oem's not to include dual boot os' on their boxen.

  19. Re:How many decent jobs are there on 235,000 Software Engineers Can't Be Wrong, Right? · · Score: 2

    That's interesting. Java was officially announced by Sun in 1995.

  20. Re:Maximum Overdrive on Schmidt Predicts Digital Sky Is Falling · · Score: 2

    I always interpreted Maximum overdrive as more of a ghost story, so that part never really bothered me. I mean Stephen King does fantasy, not science fiction.

  21. Re:Yeah and... on Clockless Computing · · Score: 2

    You mean a sun blade for under a thousand dollars?

  22. Re:More on topic than others.... on Coble-Berman Bill Would Restrict Fair Use · · Score: 2

    Weird Al licenses almost all of the music that he parodies before hand.

  23. Re:Yeah, we think highly of foreigners here. on Greenbacks No More · · Score: 4, Informative

    US currency does not use phoenecian numerals. While the place system of our numbering system borrows heavily from the phoenecians, the numerals themselves look quite different. Perhaps you were thinking of arabic numerals?
    See Proposal for encoding the Phoenician script in ISO/IEC 10646 for a visual depiction of what phoenecian numerals look like.

  24. Re:Start with pricewatch on Home-Built vs. Store-Bought PCs · · Score: 2

    Pricewatch recently started sorting their listings by aggregate price (component price + shipping and handling)

  25. Re:What about open source and cheating? on Game Developers Cracking Down on Cheating · · Score: 2

    There are traditionally two approaches to implementing a blessed binary. Compiling in a private key, and having the server ask for random bits of the executable hashed together. Either one of these can be hacked without too much difficulty- in the former case you use something like soft-ice to get the keys while they are in memory, and in the latter you keep a copy of the blessed binary around to do the lookups. Probably the best idea would be to do some sort of java or dot net downloaded code where the encryption keys changed on an hourly basis combined with hashing. As long as the time it took to hack the keys and hashing out was > your update cycle you could have cheat free gaming. Of course you need to be on reasonably fat connection in order to download a full game every hour or two...