Slashdot Mirror


User: Doppler00

Doppler00's activity in the archive.

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

Comments · 1,161

  1. Take a look at these possible uses! on Titan Missile Complex Up for Sale · · Score: 1

    ...Original perimeter barbed-wire topped chainlink fence intact....

    Possible Uses: Ultra Secure, Ultra Private, Personal/Corporate Retreat
    World Class Winery - Plant Vineyard above, Store Vintage below
    Backup Data, or other long term storage
    Year Round Youth Camp or Boarding School
    1 silo could be a 155' Rock Climbing Wall
    1 silo could be a 100' deep SCUBA Training Pool

    Youth camp/boarding school??????? Yes, a great way to educate a kid, keep them unground for several years without seeing the sunlight.

  2. From modems to killer robots? on I, Robot Trailer Available · · Score: 2, Funny

    I would never have guessed U.S. Robotics would be go from making modems to killer robots.

    Seriously, did they get permision to use this name in the movie?

  3. Re:Wait a minute... on Did HP Defraud the Canadian Government? · · Score: 1

    and why would you need one anyway? You have the U.S. to defend you.

  4. Some suggestions: on DVD Authoring Under Linux? · · Score: 2, Informative

    Ulead VideoStudio is about the best consumer grade DVD authoring application I've used on Windows. That's not saying much, but I think it's the best option. You can customize quite a few settings that more simplified programs don't have (such as bit rate, codec choices, etc). Roxio has DVD builder which is much simpler and you can't customize as much.

    I've heard nothing but good things from my co-workers on DVD authoring on the Mac. I would consider buying one if I spent a lot of time doing DV video editing and such.

  5. Turbo Codes for modems? on Turbo Codes Promise Better Wireless Transmission · · Score: 3, Interesting

    Could turbo codes be used with a 56K modem giving somewhere around 80kbps of bandwidth?

  6. Re:I like The Tappet Brothers. on NPR's Car Talk Dumping RealMedia · · Score: 1

    WHOAH, I don't know about you, but where I live (San Fransisco/Bay Area) NPR is the MOST liberal thing you can possible listen to.

    For example, on one program they compared Arnold, the new gov. of California to Hitler, just because he wants to reduce spending on some health care programs. No, NPR is the most biased news program I have ever listed too. You will never hear anything conservative on their station.

    As for intelligence? No, the use way more emotion. Almost everytime I pass the station they have something like: "grandmother in Iraq who is blind who lost her grandchild" because of a war or some other depressing story.

  7. Try asking your professor? on Ripoff 101: Gouging Students for Textbooks · · Score: 1

    I've always asked my professor the first day of class if we need the textbook listed on the syllabus before buying it. At least 40% of the time they would say it's good to have, but not absolutely necessary. Or often they would say they hand out their own notes, and you don't need the text book, but official you "have" to buy it, which I didn't.

  8. Have TV's caught up yet? on Xbox for $99? Xbox 2 in 2005? · · Score: 2, Interesting

    Does the average person have a TV that displays more resolution than NTSC yet? How much more powerful can the XBOX 2 system be without people upgrading their TV's and sound systems to take advantage of it?

    Other than new games, how can they justify to the consumer that this new system is better?

  9. doppler00 on Guide to Digital Preservation from NIST · · Score: 1

    How about backing up multiple DVD's to an H-DVDRW disk (when they are released?). It would be nice to have a backup of multi-disk movies on one disk. Of course, there is the encryption problem...

  10. Re:I dont trust any format. on Guide to Digital Preservation from NIST · · Score: 1

    Make sure that the resolution of the scans of your alternate ID papers is good enough to recreate credible documents. With current 2400 DPI scanners selling for $100-$150 US, that shouldn't be a problem.

    2400 DPI? You wouldn't actually scan an 8.5x11" paper at that would you? Unless you want to save a 500MB file for each document.
  11. Re:Best Keyboard... on A Glance At 24 Keyboards & Mice · · Score: 1

    My System came with 8 USB ports. 4 on the montherboard, and 4 more via-USB bracket or front pannel. Currently I have way more than I can use.

    Not all devices are USB powered either, but for those that are unpowered USB hubs work great. You could consider a powered USB hub too if you really need more ports.

  12. how do you develop pop-up blocking software? on Pop-Up Ads Lead to Consumer Revolt, Ad-Blocking · · Score: 0

    From a software engineering point of view, pop-up "blocking" isn't something you have to "develop" software for. In fact, it simply means REMOVING an unwanted, uneeded feature that shouldn't have been in the original design of JavaScript anyway. The fact that it has taken Microsoft several years to remove a feature that could have been done in a few minutes just shows that the only point of it existing was as a marketing tool.

    I guess most people don't understand that a website is simply a set of files and that your computer software renders it according to a set of instructions, unlike a TV commercial that comes in as a continous video stream.

    By saying the software is 'blocking' pop-ups implies that they are somehow inherent to internet when they really are not.

    I use Mozilla by the way.

  13. Re:Radio Shack data is wrong. on Women Buy More Tech Than Men · · Score: 1

    They don't even carry capacitors, resistors, etc. at a lot of the stores anymore. Well, that or their selection is quite small from what I remember. Besides, I can order components online and get anything I need at a hundreth of the price radio shack would sell.

  14. Re:Oooh Shiny! on Women Buy More Tech Than Men · · Score: 1

    This IS the slashdot audience after all.

    I bet a some of you have walked past a jewellery store and thought how wasteful it was to use gold as jewelery instead of in computer components because it's such a better conductor.

  15. Re:Durability of the Mac on Macintosh's 1984 Debut · · Score: 3, Interesting

    Apple II's and Mac's are not necessarily rare. You can find lots of them on ebay at pretty decent prices. It's not like only a few hundred of these computers were produced. If I were to keep every generation of PC I've purchased over my life I wouldn't have any storage space left, and I certainly wouldn't be using the old computers.

  16. Re:Mismanaged resources on Photoshop Fails At Counterfeit Prevention · · Score: 0, Offtopic

    What is wrong with the dvorak keyboard?

  17. Re:So many ports! on A Terabyte In A Cigar Box · · Score: 1

    USB 1.1? Are they crazy?

    At 12 mega BITS per second, transfering a trillion bits would take 23 hours. Not very fast at all. I hope they discourage people from using this mode in the users manual.

  18. Re:I wouldn't recommend this on Turning A FX5900 Into A FX5950 Ultra, Tool-Free · · Score: 2, Interesting

    but don't be suprised if a game locks up for no apparent reason when doing this.

  19. Re:Trig functions... on Performance Benchmarks of Nine Languages · · Score: 1

    My guess is that C++ will compile trig functions directly into assembly level instructions for trig, since these do exist in the FPU of the x86 class processors. I'm not sure if Java even has this capability, it may actually be calculating trig functions using java primitives. I guess that's part of the entire cross plaftorm aspect of it, being that some processors might not have a FPU with sin and cos functions? That's only my guess though.

    It could also be the overhead of calling Math.sin() as a function instead of in C++ where it should correctly optimize it to a single assembly instruction without an unneccessary function call.

    The easiest way to answer this to reverse engineer the compiled code into assembly and see the different stratagies the compilers use for optimization.

  20. Re:High-Res Pictures on First High-Res Color Photos from Mars · · Score: 1

    I'm downloading the TIFF right now. 150Kbytes/sec. Quite impressive. I wonder how long it took that little lander to transmit that much data accross space.

  21. where's the data sheet? on Mini-iPod Mystery Drive Unveiled? · · Score: 4, Informative

    I prefer datasheets to press releases for hardware.

    This gives a little bit more info:
    http://www.corniceco.com/download/CorniceMa rketing Brochure_2.0.pdf

  22. Re:How long... on DVD-Jon Breaks iTunes Encryption For Linux Users · · Score: 2, Informative

    Why would you want to re-encode an AAC to an MP3? AAC already has superior quality. Just removing the encryption (for personal use) would be nice.

  23. Re:Non-technical explanation? on Explaining Open Source Software · · Score: 1

    From what I remember, MySQL isn't GPL'd and requires a commercial license.

  24. Re:This is pretty ridiculous... on Wasting Time Fixing Computers · · Score: 1

    What? How much time it takes to get Linux to function? Take the time for Windows XP and multiple by about 10. That's my experience. I add a single CDROM drive to my system and Redhat fails to detect the network card. Yes, the network card.

    Not to mention the time I've spent setting up a firewall, database server, web server, etc. Yes it takes a lot of time, but it's fun and that's the only reason I work with linux, not because I believe it will save me any time.

  25. Re:I want some of the Aerofoam on Stardust Probe Enters Comet's Tail Tomorrow · · Score: 1

    balloons are not solid. A solid foam with helium inside would be.