Slashdot Mirror


How to Make a Starship Enterprise out of a 3.5" Floppy

Wow, there is absolutely nothing good to post in the bin today, so you get to enjoy this little gem: Here are some simple instructions for making an Enterpris from a 3.5" floppy disk. Remember those? Before CDRWs cost next to nothing? Thanks to Ant for digging this one up. Update Removed the link when the original content was removed.

7 of 491 comments (clear)

  1. Mirror! by Anonymous Coward · · Score: 4, Informative

    Hey you two people who actually got to see the page, rip that thing out of your web cache and share it please.

  2. Just in case... by c_g_hills · · Score: 5, Informative

    the site is slashdotted, I have put up a mirror at

    chaz6.com/enterprise/

    1. Re:Just in case... by brejc8 · · Score: 4, Informative

      And I collected these mirrors.

    2. Re:Just in case... by Otter · · Score: 4, Informative

      ..and the original page now says, in its entirety, "SLASHDOT SUCKS" so you may want to rely on the mirrors!

  3. NCC-1701-D out of a floppy by Treeluvinhippy · · Score: 4, Informative

    Some additional instructions so you can make the U.S.S Enterprise 1701-D.

    Well first don't remove the media from the medal disk thingie.

    When the ship is assembled the media will cover the nacelles so just trim the saucer into an off-center oval with the metal disk thingie to one side.

    If done somewhat correctly the saucer section will now be in somewhat accurate proportions to the hull.

    As soon as I remeber where I put my camera, I will post some pics.

    --
    >
  4. Re:LOL by Fastolfe · · Score: 4, Informative

    and the whole point is that people come and see it.

    Yes, and when the level of traffic spikes one day because of a Slashdot posting, and it makes your server and/or network link unable to service those requests, people will be unable to come and see it.

    put up a password site and only let in those that you want in.

    Or use an Apache::Throttle-type technique and limit the traffic to what your server and bandwidth is capable of. In this situation, they more or less did that (by hand), just by blocking the content that was being requested by the Slashdot readers. The rest of the site is up to service requests for "real" visitors.

    slashdot should mirror the pages - but that in itself is nearly as retarded as the first complaint.

    How is that retarded? It allows their article to remain available to Slashdot readers in the event the origin server is no longer able to serve it. Do you want an article with lots of interesting comments about a topic, or do you want an article with a bunch of comments saying "slashdotted!" A mirror would solve this problem. (A mirror can be created that doesn't suffer from the artificial problems discussed in the FAQ by combining a caching HTTP proxy with a web site front-end. To users it would appear as a mirror, but the server would treat it as a proxy, so it'd always be following HTTP caching rules and the site owner couldn't/wouldn't ever have grounds to complain.)

  5. Re:slashdot cache by Fastolfe · · Score: 4, Informative

    the fact is when a site is slashdotted nobody sees the ads

    The "we don't wanna cache" reasons given in the FAQ are mostly artificial. There's no technological reason behind their decision not to mirror sites.

    HTTP is designed such that resources can be cached. If they were to exploit that HTTP caching functionality and stick a mirror-like front-end on it, they could effectively cache most of the content and even preserve the ad-serving functionality of the target. (Assuming they had their cache-control headers set up properly.) To the site owner, they'd see a handful of their pages requested by the proxy, and a bazillion requests for their advertising (since that probably wouldn't be marked as cacheable). This is HTTP at work.

    Something like this has been suggested for a while, and nobody's ever really explained why this isn't workable. IMO, the Slashdot editors are just lazy/insufficiently staffed. (For the record, most major news sites will inform you when they're about to link to you.)