Slashdot Mirror


User: merlyn

merlyn's activity in the archive.

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

Comments · 227

  1. I sometimes describe myself... on A Savant Explains His Abilities · · Score: 2, Funny

    ... as "an idiot savant... without the savant part".

  2. Re:Silly on Square-Enix Bans Over 800 FFXI Accounts · · Score: 0, Offtopic
    in english players being killed in a non-PVP game (there is currently a single PVP event, but that event does not involve the static spawns)
    How odd. You say "in english", but the result still isn't "in english". Do you gamers know just how odd you all sound as a group?
  3. Perl is indeed strongly typed on A Brief History of Programming Languages? · · Score: 2, Informative
    Perl has multiple types but does lots of implicit conversions, making it weakly typed.
    Not true. You cannot use a scalar variable where an array variable is needed, because the type is inherent in the syntax. Perl's type safety is syntax-driven for the built-in types (scalar, array, hash, subroutine, filehandle), and runtime enforced for references and user-defined types.

    So, Perl is indeed strongly typed (for built-ins), and late-binding dynamically typed (for references and user-defined types).

  4. Re:Tivo rival? Nah! on SBC Builds A TiVo Rival · · Score: 2, Interesting
    Amen, brother.

    Anyone who says "this is going to compete with TiVo" has never owned a TiVo. It's not the fact that it can record shows, it's how it records shows, and how it interacts with you. Excellence in design. Right number of features that require little or no explanation, because they work the obvious way.

    You can pry my countoured TiVo controller from my cold dead fingers.

    All hail TiVo-Crack!

  5. "use Apache2" considered harmful on Help Test mod_perl 2 Release Candidates · · Score: 3, Informative
    Keep in mind that this release does not play well with others, especially prior mod_perl1 installations.

    In order to have two different versions of things like Apache::Request (which have changed implementations without changing names), the modules get installed as $libdir/Apache2/Apache/Request.pm. Of course, you're then expected to "use Apache2" to add $libdir/Apache2 to your @INC path. Of course, this breaks every other element of the Perl toolchain that expects that @INC is not changed in such a radical fashion.

    This release currently has problems with the PAUSE indexer, the CPAN installation tools, perldoc, and installation of manpages, because they all expect @INC to not be so badly hacked. Stas is trying to work out solutions with the community, but mostly in the form of "This is the way modperl2 works, please fix all your tools", and that's not flying well.

    So, beware to those who install this release.

  6. Re:Still helps on More Diebold E-Voting Vulnerabilities · · Score: 1

    Well, from what I was told, they also shred your ballot immediately after entering it, because "it's been counted now".

  7. Re:Blimey on More Diebold E-Voting Vulnerabilities · · Score: 4, Informative

    At least in Georgia, "vote absentee" won't help. They take those absentee ballots... AND KEY THEM IN ON A DIEBOLD VOTING MACHINE!

  8. Whoa on Mambo Users Threatened · · Score: 1
    For a minute there, I thought they were going to shut down zombo.com!

    I'm right in the middle of "doing anything you want" there, and didn't want to be interrupted.

  9. Re:SPF on Lead Developer of SPF Anti-Spam Scheme Interviewed · · Score: 5, Informative
    The default is "permissive, use OTHER means to detect spam". So the system is entirely voluntary for participation. No "flag day".

    However, right now, if someone claims to be "@stonehenge.com", and sends that mail from somewhere other than the machines from which such mail should originate, any SPF-checking-recipient will rightfully reject such mail. That's because I took about five minutes to add the right SPF record to my server.

    SPF is not a comprehensive solution. It's merely a solution to help us from getting joe-jobbed, having spam "appear" to come from us. Until you voluntarily add SPF records for your domain, you will continute to get joe-jobbed unknowingly.

  10. Re:Happy Anniversary -- Remember the Visicalc song on VisiCalc Turns 25, Creators Interviewed · · Score: 1

    Heh... that must've been a common rewrite... I too did a "let's get visicalc", and even got it published in a computer magazine after being pushed onto Usenet somewhere. There's a reference to it in dejagoogle though.

  11. Re:Already been done, by Sam Hill on Building A Modern Stonehenge In New Zealand · · Score: 1
    Correct. The Maryhill Stonehenge replica is not astronomically significant, nor a very good replica. It's basically just some big stones. {grin}

    My mind is a bit hazy on this, but I think visiting this monument as a child was part of the inspiration for my company name.

  12. Guaranteeing Apple speed/feature bumps on One more G4 for the PowerBook? · · Score: 5, Funny
    Of course, it had to happen. Within two weeks or so of almost every Apple purchase I've made over the past 11 years, Apple has announced a much better unit for less money.

    And I just bought the 1.25Ghz AlBook, last week.

    I'm thinking of starting to take up a fund, to help me buy any existing technology that people want upgraded. Then, it'll be a matter of two weeks and, ta-da, new tech is now available!

  13. What SW 3 has to be for me to pay money to see it on Star Wars Sequel Trilogy Rumors · · Score: 1
    Opening scene, big ships fly overhead (like all five other parts so far).

    Cut to interior. JarJar being tortured. He screams things like "Yousa no-ah like-uh me?"

    For 90 minutes.

    At the end, Darth Vader in his dark helmet appears. Voice over James Earl Jones says "Now, is your time, to die."

    JarJar falls over dead.

    End credits roll.

  14. Re:it's about time some one did this on California Bans Front-Seat Computer Use · · Score: 2, Insightful
    I'll give up my cell phone and laptop when you give up:
    • Fast food eating
    • Coffee mugs even in cup holders
    • "baby on board"
    • Putting on makeup
    • Car pools
      • Etc etc. I'm tired of being singled out because I'm doing things that are useful during otherwise useless times.
      • Yes, I realize that these things are a distraction. But let's be sensible. Either ban them all, or let the results be the judge . That is, cite a person for "driving while distracted" when they get into the wreck. Not if they're just doing things that might not necessarily cause an accident.

  15. Perl security article in SysAdmin magazine on Secure Programmer: Keep an Eye on Inputs · · Score: 4, Informative

    I wrote a similar article recently for SysAdmin magazine, although the focus is more about Perl.

  16. Re:Schwartzian Transform on The Perl Cookbook, 2nd Edition · · Score: 0, Flamebait
    Hi Elaine. Posting anonymously again, I see. Thankfully, your writing style and subtext always gives you away.

    As for this:

    I'm sure there are plenty of 'facts' known by ORA editors that you wouldn't want made public
    I would completely disagree. I challenge anyone to bring forward anything for which I'm not willing to take public responsibility.
  17. Re:Schwartzian Transform on The Perl Cookbook, 2nd Edition · · Score: 1
    My name appeared on the first Camel because it was originally only my book. I invited Larry to co-author, and designed both the first and second editions using proven practices from my prior publishing career.

    Tom would want to rewrite history, making you believe that it was Larry's book, and that he asked me to co-author for some unjustifiable reason. That's clearly not the case. Check the facts first, please.

  18. a feud would be double-sided on The Perl Cookbook, 2nd Edition · · Score: 0, Offtopic
    Guys, if you're going to carry on a feud, this is really not the way to do it. It just makes you look bad.
    Please, let's be clear. This little spat that Tom has about me is completely one-sided. I get a bit pissy when I have to play defense, but otherwise, it's entirely about Tom attacking me. I have nothing against him otherwise.
  19. Re:The advantage of digital is in the learning on Websites (or Books) for the Camera Novice? · · Score: 1
    I agree. I played with a 35mm SLR some 20 years ago, back when pressing the shutter meant I spent about 20 cents to find out what happened. After blowing a few hundred dollars in developing, I decided that this wasn't the way to learn.

    When the Nikon Coolpix series came along, and broke the 1 megapixel boundary, I got back into shooting stills (after diverting into the video realm for a while). I've now gone through six Coolpix cameras, and just recently graduated to the Canon Digital Rebel D-SLR 6-megapixel camera. Amazing stuff.

    I have 27000 pictures on my web site, and take about 100 more a day. Yes, most of them could be considered crap, but thanks to the fact that I'm taking a lot of them, I'm learning what works and doesn't work, and using that feedback to do better, all the time. My friends used to joke at how many "clouds and food" pictures there were on my site, but the fact is that those gave me a lot of practice on taking big nature things and small stuff in front of me.

    Digital film. The only way to practice. Shoot early. Shoot often.

  20. Re:PDAs vs. Projector on Realtime Concert Program Notes on a PDA · · Score: 1
    subtle projected numbering system
    How subtle does it have to be so that they don't get the joke?

    Maybe all you need is a subliminal auditory track. Then you can just put "4" just outside perception, and see how many golfers duck.

  21. Secret document reveals proposed update on Recall of Segway Announced by CPSC · · Score: 1
    I understand they're going to add pedals so that you can assist with the power generation during low-battery situations, and a third wheel for additional backup stability.

    They'll call it the "seg-trike".

  22. Re:samplenet on Free Sound Samples? · · Score: 1
    Backing up one link via google (praise google!), we find a list of links that includes that site.

    That's a useful trick when you want "similars". Just tell google to search for "link:http://www.samplenet.co.uk/", and then stare down the titles looking for "links to other $foo sites".

  23. temporary SpamAssassin fix on Osirusoft Blacklists The World · · Score: 4, Informative
    Until SA gets updated, you can add this to your local or global config to ensure that Osirusoft is never used:
    score X_OSIRU_OPEN_RELAY 0.0
    score X_OSIRU_SPAMWARE_SITE 0.0
    score X_OSIRU_DUL 0.0
    score X_OSIRU_DUL_FH 0.0
    score X_OSIRU_SPAM_SRC 0.0
    If I'm reading the default configuration correctly, the first two of those checks are non-zero only when relay checking is enabled but bayes is disabled, but you might want to use this entire list just in case.
  24. Re:Be sure to review my case on When Wrongfully Accused of Hacking, What Can You Do? · · Score: 1

    That would be false, by the way. As many of the "hit and run" comments often are, especially posted by Anonymous Cowards.

  25. Re:Nothing New on Online Document Search Reveals Secrets · · Score: 1

    That'd be a useless use of cat. Simple "strings < filename" would work. Probably don't even need the <.