Slashdot Mirror


User: antispam_ben

antispam_ben's activity in the archive.

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

Comments · 814

  1. Re:Old "deleting all your files" program on Anti-Phishers Pose as Phishers to Make Point · · Score: 1

    Perhaps he only thought it was an .exe. I recall some animated .gif's designed to give heart attacks to lusers who highly value their computer data. Here's one:

    http://beekslayers.org/Animation2.gif

    Or if that's too slow:

    http://beekslayers.org/Animation1.gif

  2. That would be... on Anti-Phishers Pose as Phishers to Make Point · · Score: 1

    "Phishing phor Phools".

    Phor Ghod's sake, get it right.

  3. Re:How did he manage without sex for 2 years? on Time-in-Space Record Broken · · Score: 1

    Where's the "-1: More Than I Want To Know" mod option?

  4. Hydrogen as fuel: Electrolysis is a bad example on Making Fire From Water · · Score: 1

    Bad, bad example. Go sit in the corner.

    Okay, now where were we?

    Yes, hydrogen CAN be extracted from some hydrocarbon fuels, butwhile looking around for articles on it, I got the impression it's not much more cost or fuel efficient than plain old electrolysis.

    There's this article:
    http://www.batteriesdigest.com/hydrogen_extract.ht m
    but I don't think I can trust an article where different sentence fragments were apparently written by people who didn't coordinate well with each other (this is an actual sentence from the above webpage):

    "Electrolysis of water, the oldest known way to prepare hydrogen, is not new."

  5. Oh, $49,999 is nothing... on Making Fire From Water · · Score: 1

    compared to what running this thing will do to your electric bill!

  6. This might be its single good feature on Making Fire From Water · · Score: 1

    Except for the inefficiency that almost every other post is pointing out, increasing indoor humidity might be useful in winter in addition to conventional heaters which just heat the air without adding moisture, effectively lowering humidity to an uncomfortably low level.

  7. You don't mean 'coder', but... on Hiring Good Programmers Matters · · Score: 1
    rather a Program Designer or "Software Engineer" (whatever that means, and it's on my resume!). When I see the word 'coder' I think of someone with little experience.

    Where an "average coder" might write the original code:
    total = 0;
    for(int i = 1; i < number; i++) {
    total += i;
    }
    A "good coder" might write:
    for(int i = 1, total = 0; i < number; total += i++);
    but a "good coder" is not neccesarily a good "software designer" or whatever title one might have, who would step out of the loop, see what the code means, and swap out the iterative solution for an algebraic solution if appropriate.

    Someone "fixed" the algebraic solution, but it appears to me it is correct, and it's the iterative solution that must be fixed by replacing
    i < number
    with
    i <= number.
  8. Re:Good programmer? on Hiring Good Programmers Matters · · Score: 2, Insightful

    What is the definition of a good programmer? Someone who can write flawless code? Someone who can think up a solution fast?

    Excellent qualifications.

    Someone who can look at the big picture and design the code and solutions to fit the big picture?

    No, this is bad. Looking at the Big Picture is the manager's job, who can't let a Mere Programmer, even a Good one, do that.

  9. "How come your Christmas card mailing list..." on Using Technology to Protect Anonymous Sources? · · Score: 1

    ... just happens to include the Director of the FBI??? Do you, as a DC reporter, really know him personally, well enough to send him a Christmas Card every year??? Or is there some other reason his name and address are in there?"

  10. Re:The actual challenge on 19 million Amps · · Score: 1

    I RTFPDF (funny abbreviation), but I have not seen any details on what was thesolution to, in my opinion, the greatest challenge: the switch.

    Since I graduated electrical engineering, there has been great progress in the field of solid-state switches. Yet, I think the losses incurred in such a switch would make this experiment unviable.


    Power FET's can switch lots of amperes (my EE prof taught me it's either amperes or A. Amp is the abbreviation for amplifier). Put a half million in parallel and control them with something that can dump maybe five miillion amperes into the gates (the Miller capacitance just makes power FET's that much harder to switch fast - perhaps use common-source configuration instead of the rather common common-drain).

    Slightly more practically, there are SCR's that have pulsed current capabilities of over 1,000 A, and it should be possible to paralell them and trigger them all at once (make sure the trigger time delay to each one is the same).

    In the hihg-voltage experiments a spark gap is a very good and viable alternative, but here we don't deal so much with high voltage as high currents.

    Yes, but there's this electromagnetic thing called a transformer. It might even be the way they do it, discharce a capacitor bank into the high-voltage/low-current end of a large transformer, and have a (let's say) six-inch diameter single turn of copper for the secondary.

    As I said, I RTFPDF, but the PDF didn't contain any solid technical data, let alone details.

    Then, as they say, designing a 19 million ampere switch is an exercise for the reader.

    But seriously, sometimes the actual challenge is to reprouce something without being told how it was done. You may even come up with something better. Just stay well away from such operating machinery, for many reasons involving safety, health and plausible deniability ("I don't know a thing about it, I heard noises and thought I'd come take a closer look").

  11. Re:Remember The Astrologist Lawsuit?? on Hackers Forced Announcement of 10th Planet Find · · Score: 1

    "Russian astrologist who says NASA has altered her horoscope by crashing a spacecraft into a comet is suing the U.S. space agency for damages of $300 million, local media has reported."

    She is now suing God for damages related to His creation of this extra planet.

  12. Re:Math on 19 million Amps · · Score: 1

    A bunch of good calculations, I'm sure, but as short as the pulse is, the inductance of the conductor is significant. In fact, the inductance and resistance would surely change as the conductor crushes.

  13. My amp goes to 10**11 on 19 million Amps · · Score: 1

    Sorry for the FORTRAN exponentiation syntax, but that was what was popular when DSOTM was released.

  14. Re:Implode? on 19 million Amps · · Score: 1

    Why did the aluminum cylinder implode?

    Putting a large electric current through a conductor causes a large magnetic field to form which happens to push inward. Or something like that. See my 'small change' post and go to the Quarter Shrinker page, there's more there on the physics of it.

  15. High currents result in small change on 19 million Amps · · Score: 1

    I actually read TFA, saw something about implosions caused by high currents, and an old neuron fired.

    Quoting (actually retyping) TFPDF:
    The current caused the liner to implode at extreme speeds, with unrivaled symmetry, precision and reproducibility.

    This appears to describe the Quarter Shrinker, so here it is:
    http://teslamania.delete.org/frames/shrinkergaller y.html

    The (short-short) recent Wired article on The Quarter Shrinker:
    http://www.wired.com/wired/archive/13.05/start.htm l?pg=9

    Giving a new, literal meaning to "blinded by science" ...

  16. Re:Who would have guessed??? on Free Web Hosting a Fount of Malware · · Score: 1

    Don't numerous ISPs throw some free web page space, quite often WITHOUT pop-up ads or such ad-related garbage?

    I mean with Comcast and its millions of customers, you get some web page space to hotlink images, etc. Sure, you can't do certain questionable web pages(hacking, porn, etc), but still it is included with the cost of your monthly bill.


    Yes, but this doesn't help those whose Net access is a free library terminal and who use yahoo/hotmail or other free webmail for email.

    Heck, even AOL has web page space.

    Again, if there's malware being sent out on free web page sites, perhaps its time for them to go.


    That's up to the people who run those sites to decide whether not to shut them down.

    OTOH, if ISP's have a lot of malware problems among their customers and believe it's coming from these sites, they can just block these sites so their customers can't get to them.

  17. Re:CAPTCHAs (was Re:Convoluted to sign up?) on Free Web Hosting a Fount of Malware · · Score: 1

    I've always been amazed at how hard a spammer will work in order to not work.

    It used to be that spammers were both stupid and lazy. Actually, they are still stupid and lazy, but in recent years they've teamed up with not-quite-as-stupid "1334 hax0r'5" to help them with their k1dd1e scr1ptz and other such crap.

  18. Re:Loss of Life on Shuttles Grounded Once Again · · Score: 1

    Remember when they used to wake up the Shuttle crew with corny music piped in through the radio?

    They don't still do that? That's dissapointing.

    The Space Shuttle program has turned into a big stupid PUBLICITY TRICK.

    The one thing the Shuttle could be used for that would have a great deal of value to humanity, namely, to service Hubble, isn't going to happen.

    Servicing the Hubble would definitely be a Good Thing, but I hardly see it THAT strongly.

    Actually, you may well be right. The ISS is currently no better than MIR, it's barely being kept alive and will probably take more payload to complete it than NASA has available in the remaining Shuttle flights.

    The only Shuttle product more popular than Hubble is the DirecTV/DishTV satelite(s).

  19. Re:WRONG on Free Web Hosting a Fount of Malware · · Score: 1

    Your analogy is awful. You don't learn to drive on the freeway. Math students don't earn as they learn at places like NASA. You go on the freeway after you get your license. You go to work as a mathematician after you get your degree.

    HTML students do not have to post their crap while they're learning for the world to see.


    I think it's YOUR analogy that can use some work.. Putting up bad websites doesn't hurt anyone (well, it may embarrass the author, but that's about it). The Web might be the best or only way for "colleagues" (classmates) or a teacher to view a student's website (or do you want to encourage the idea of HTML emails? Oh well, it's too late to do anything about that). Think of these millions of bad websites as Community Access TV: You don't have to go there.

    If the proliferation of bad/sucky websites were the main online problem, Cyberspace would be a MUCH BETTER place.

    The true damage to the Net by millions of incompetents isn't due to them uploading websites. If you want to save the onlilne world, force people to read netiquette, and to recognize and not forward chain letters/urban legends/etc., and perhaps even take and pass a test indicating competeny in these areas, before being allowed to send email, Usenet posts, or post to webforum/bbs sites such as slashdot.

    And "Emily Postnews said I should do it" is not an excuse: one should be reasonably able to recognize saecasm when one reads it.

  20. Re:Frequent flier miles on A $100 Million Trip to the Moon · · Score: 1

    So just what can I get for my 478,000 miles added to my frequent flier account?

    As many free flights as you can take before the airline goes out of business and strands you in Boise.

  21. Re:Can we make it one way? on A $100 Million Trip to the Moon · · Score: 1

    If we could make it a one-way trip, I'm sure that we could get several groups to come up with that kind of money. The passenger doesn't have to be willing, do they?

    Can we choose from this list?

    http://www.stuff.co.nz/stuff/0,2106,3356782a5620,0 0.html

  22. Re:Whoop! on Shuttle Discovery Lifts Off · · Score: 1

    I know everyone here at JSC appreciates the support of NASA by all you Slashdotters and the like!

    So when will we see an astronaut holding an "Out to launch" sign with a subheading of "Thank You /." ???

  23. Can Old Farts apply too? on Shuttle Discovery Lifts Off · · Score: 1

    It's 11:42 and I'm listening to NASA TV. Eileen just radioed in that they got great pics of the tank and the reply from Houston was, "That's awesome."

    It's time for me to apply to NASA.


    I've been watching NASA for more years than many people have been alive. I saw the World First Moonwalk - LIVE!*

    * Except for about a two-second speed-of-light delay.

  24. Re:somethiing to keep in mind on World's Largest Telescope Begins Production · · Score: 1

    but given its horrificly large cost its very hard to justify Hubble in terms of bang per buck.

    That must be why NASA has released so many (highly processed and beautified, but why not?) pics from Hubble, to keep it in the public's eye and have Congress support it. The news media have to have gone along with this, because there are so many dramatic pics available from Earth-based telescopes, even from amateurs with small aperture (relative to the VLT's and such) scopes.

  25. Re:Capricorn One on World's Largest Telescope Begins Production · · Score: 1

    All you need to see the site of the moon landings is to drive to arizona!

    No, you're wrong, that area is now off limits and is being used by two "Mars" Rovers...