Slashdot Mirror


User: TheSHAD0W

TheSHAD0W's activity in the archive.

Stories
0
Comments
2,101
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,101

  1. choices on How Do You Get Users To Read Error Messages? · · Score: 1

    What error does the "women's underwear" icon stand for?

  2. *sploosh* on What Has Your Phone Survived? · · Score: 1

    Some years ago a friend of mine dropped my new Motorola i830 in a pot of baked beans.

    O__O

    It survived and kept working for almost 3 years, though I had antenna issues towards the end. Sprint extended my contract on me, so when it ended I switched.

  3. Re:Wikileaks mirror on Cryptome in Hot Water Again · · Score: 2, Informative

    Why do you think I put the word in quotes? :-P

  4. new mirror on Cryptome in Hot Water Again · · Score: 4, Informative

    A mirror of the site is now up, with partial content available and the rest being transferred.

  5. Wikileaks mirror on Cryptome in Hot Water Again · · Score: 4, Informative

    Wikileaks may not be mirroring Cryptome.org in its entirety yet, but they are hosting the "offending" material. Download and redistribute!

  6. Re:Nothing new on IOC Orders Blogger To Take Down Video · · Score: 3, Informative

    And this is the actual video file; shift-click to download.

    Can you say, Streisand effect?

    I knew you could...

  7. Re:Not Necasrily? on Stone Tools Found On Crete Push Back Humans' Maritime History · · Score: 1

    Doesn't wash, either way the flight speed is too low.

  8. Re:Linux Mint? on Which Linux For Non-Techie Windows Users? · · Score: 1

    It's been a lot less fight since Ubuntu 8. Give 'er another try.

  9. Umm... on Suggestions For a Coax-To-Ethernet Solution? · · Score: 1

    That might be acceptable for running one link. You'll need one $170 adapter for each end of each cable. Wiring the entire house that way would be pretty darn expensive.

  10. Re:That's what you get on Apple Bans Jailbreakers From the App Store · · Score: 1

    O NOEZ! I is an evil iPhone hacker and can no longer spend money on appz in the appz store! Now I can only get pirate appz for free! O WO IZ MI!

  11. Re:Anonymous Coward on It's 2010; What's the Best E-Reader? · · Score: 1

    Yup, I bought the Astak EZ Reader because of its price, open design, memory options and PDF reading capability. I was not disappointed.

  12. libertarian on Obama's Space Plan — a Conservative Argument · · Score: 5, Interesting

    Coming from a different point than conservative or liberal - NASA has always been a huge waste of money and ought to be deprecated. Getting private industry into the act is a good thing, in my opinion, although I'm not so sanguine about government subsidies. Also, while low Earth orbit may not be as grand a vision as going to the Moon, or Mars, or the asteroid belt, it's a good starting place of all of the above; let's get some infrastructure up there and we'll be able to go wherever we want.

  13. stupid execs on A Printer That Uses No Consumables · · Score: 2, Informative

    All it takes is for one management-type to keep a 100-page report on her shelf to blow your entire savings for the year.

  14. Silly question... on Lithium Air Batteries Get Boost From IBM and DOE · · Score: 1

    ...But what exactly are they planning to accomplish with a supercomputer? What exactly are they looking for? Can they somehow brute-force search different models looking for ones that work?

    And why can't they use a cloud instead? LiAir@Home FTW!

  15. PSST! on How To Spread Word About My FOSS Project? · · Score: 3, Insightful

    Hey you! Open source developer! This is your chance! Post the name of your project and pretend you posted the original question!

  16. foot.shoot(); on HandBrake Abandons DivX As an Output Format · · Score: 5, Insightful

    Dropping all formats that Windows play by default is IMO a bad decision. It may make the CCCP Project more popular and spur more people to install Quicktime (yuck), but it'll also drive away lots of inexperienced users.

  17. Re:Uh oh... on CMU Web-Scraping Learns English, One Word At a Time · · Score: 1

    4chan. [shudder]

  18. Re:Let's do the math on A Space Cannon That Might Actually Work · · Score: 1

    Yeah, but... 1500 gravities?

    Unless the payload were rather small, I can't see the gun surviving the force required. Larger payloads are desirable, since the square-cubed law means more inertia compared to air resistance and higher velocity on leaving the atmosphere; but too big and the gun go boom.

    Further, you're still going to need a booster rocket to get the payload to orbit - and I can't see any rocket design that would survive that sort of acceleration.

    Forget launching humans into space, I can't see how they'll successfully launch anything.

  19. Let's do the math on A Space Cannon That Might Actually Work · · Score: 1

    From what I remember, they think someone submerged in water could stand up to 50 gravities of acceleration. The gun design is 3600 ft long and the design muzzle velocity is 13,000 MPH. I'm going to make the unreasonable assumption that acceleration is constant, just to get a rough estimate of the G force.

    s = 3600 ft ~= 1100 M
    v = 13,000 MPH ~= 5800 M/s

    s = 1/2 v t, t ~= 0.374 s
    s = 1/2 a t^2, a ~= 15,700 M/s^2

    Or over 1500 gravities.

    Uhm. Either my calcs are off, or that is WAY too much force.

  20. history on 400 Years Ago, Galileo Discovered Four Jovian Moons · · Score: 2, Insightful

    OK, the moons themselves are much older...

    Oh really? How do you know? Until they were observed, they might have been indeterminate. Paging Schrodinger!

  21. *groan* on Google About Openness · · Score: 1

    I think Google means having hardware YOU OWN be open. Their servers are their own property.

  22. diesel on The Last GM Big-Block V-8 Rolls Off the Line · · Score: 1

    So... What will GM be using for diesel engines? I'd thought their Duramax engines were V8s.

  23. power savings on Intel's New Atom D510 Benchmark Tested · · Score: 1

    Although performance is no better, the new chip sips power. That will lead to longer life or cheaper batteries. Win.

  24. management on When Developers Work Late, Should the Manager Stay? · · Score: 1

    A good manager will still be a good manager at 9pm. A bad manager not only will still be a bad manager at 9pm, but he'll feel obligated to be there.

  25. optimization on The Environmental Impact of PHP Compared To C++ On Facebook · · Score: 1

    It's likely most of the overhead in Facebook's server farm is database-related and not PHP-related, meaning switching to C++ would not help much. Also, depending on what tasks the PHP codeebase is performing, one can write binary libraries to speed up critical portions of the operation, improving performance to near-total-binary without reducing maintainability. I wouldn't be surprised if the people at Face book were already aware of this.