Slashdot Mirror


User: dylanm

dylanm's activity in the archive.

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

Comments · 15

  1. This is a joke on The World's Smallest Car · · Score: 1

    This was a spoof from venture capital firm Draper Fisher Jurvetson for the Sand Hill Challenge (VC Soap Box derby in Silicon Valley about 5 years ago). Its been picked up before as a serious story, here is Jurvetson unveiling the nanocar:

    http://www3.flickr.com/photos/jurvetson/452668/in/ set-44201/

  2. Rome wasn't the first on HBO Attacking BitTorrent · · Score: 1

    They started doing this with the last season of Six Feet Under and Entourage. Switching to Azureus fixed it.

  3. Re:I Call Bullshit on Apple Backing Away From FireWire · · Score: 1

    So you could say... last post!

  4. $109 linux machine.... on How Cheap Can A PC Be? · · Score: 1

    This linux machine is $109....

    http://gumstix.com/oscommerce-2.2ms2/catalog/pro du ct_info.php?products_id=83

  5. Password rotation script for NT domain on Passwords - 64 Characters, Changed Daily? · · Score: 2, Informative

    We used to have to change our password every month to a new 10 char (it remembered last 5). I used to just run this VB script:

    YOURDOMAIN = domain 'need to change this
    user = InputBox("Enter username")
    pass = InputBox("Enter password")
    Set ns = GetObject("WinNT:")
    Set usr = ns.OpenDSObject("WinNT://" & YOURDOMAIN & "/" & user & ",user", user, pass, ADS_SECURE_AUTHENTICATION)
    usr.ChangePassword pass, "qazwsxedc1"
    usr.ChangePassword "qazwsxedc1", "plmoknijb2"
    usr.ChangePassword "plmoknijb2", "owidcjdcd3"
    usr.ChangePassword "owidcjdcd3", "iojcdswdo4"
    usr.ChangePassword "iojcdswdo4", "vownmdicm5"
    usr.ChangePassword "vownmdicm5", pass
    MsgBox("Password Changed (not really)")

  6. Re:Ho hum on The March Towards Micropayments · · Score: 0, Redundant

    Finally, who the hell wants to type in a 16 digit credit card number, 4+ digit expiration, name, address, etc, etc, to view a web comic?


    Try the Google Toolbar. Works wonders for entering credit card and address info quickly.

  7. Sounds like April 1st at NAI on Microsoft Plans To Sell Anti-Virus Software · · Score: 1

    When I worked at Network Associates, someone sent out a fake press release that looked very similar to this on April 1st of this year. looks like they should have taken it a little more seriously.

  8. RDP on Home Theater Keyboards? · · Score: 2, Informative

    I use Windows remote desktop (RDP) on my laptop to access my media box...

  9. Can't lose on Unemployed? Why Not Start a Software Company? · · Score: 2, Interesting

    About 2 years ago I took a software job for minimum wage, at the very least it kept my skills honed and looked more attractive on a resume to be currently working. We worked our butts off and the company actually started to make enough money to back-pay a real salary. We were eventually acquired by a large software company and all made out quite well. Realizing what you can do while sitting at folding tables and plastic lawn chairs in a cramped office is probably the most valuable thing I took from that experience.

  10. Free Xboxes? on Microsoft Agrees Settlement Over MikeRoweSoft.com · · Score: 1

    Hmm so does this mean I can get a free xbox for any of these?
    mikerowsohft.com
    miycrohsoft.com
    miicroesouft.com
    miekroezopht.com

  11. Re:Yea, yea... on MSNBC: Offices Remain Spam Free Zones · · Score: 5, Informative

    SpamAssassin is ready for exchange.

    Deersoft.com

  12. Re:duplicate story on Escher Paintings with Lego Bricks · · Score: 1

    But what if everytime some geek builds a new castle we have to read about it?

  13. duplicate story on Escher Paintings with Lego Bricks · · Score: 0, Redundant

    Way back in July..
    http://slashdot.org/article.pl?sid=02/07/0 2/134620 2&mode=thread&tid=159

  14. SpamAssassin rules on Haiku vs Spam · · Score: 1

    SpamAssassin RULES
    Assassin rules filter well
    Spam dies quietly

  15. Re:spamassasin on Paul Graham on Fighting Spam · · Score: 1

    SpamAssassin is about 98% effective in catching spam, with about 1 in a 3000 false positives. (The whitelist feature helps decrease the rate of false positives over time)