Slashdot Mirror


User: bobv-pillars-net

bobv-pillars-net's activity in the archive.

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

Comments · 397

  1. Re: sig (offtopic) on Pendulum Clock with Atomic Precision · · Score: 1
    Humans are slow, innaccurate, and brilliant; computers are fast, acurrate, and dumb; together they are unbeatable
    BN557

    A person is smart; people are dumb, stupid, panicky creatures and you know it!
    Kay, from Men in Black

  2. Re:How to use this law to get rid of the legislato on Michigan First With A Law That Could Outlaw VPNs · · Score: 1
    Andy_R wrote:
    1) phone legislator

    Whoah!

    When's the last time you were able to do THAT?

  3. Re:Too subtle? Too BLATANT, you mean! on What Protections Exist for Parody Sites? · · Score: 2
    Who cares? This is just superficial appearrance -- a template. The content of the sites is vastly different...

    The point is that over 90% of the content (i.e. the actual characters stored in the file) are an exact duplicate (copy) of the original. That does not qualify as "vastly different" in my book.

    For a parallel example, try taking a Windows XP iso, using a hexeditor to replace instances of "indows" with "indow$", and posting the result on a public website, claiming "fair use" because "it's a parody of the original work." I doubt you'd survive the resultant lawsuit.

    What this guy did isn't parody; it's plagiarism. Now if he had created a brand-new site FROM SCRATCH, making it look like the original WITHOUT ACTUALLY COPYING IT, then there'd be no grounds for complaint.

    They haven't licensed their web-site code

    Neither have they announced that it's okay to copy, with or without modifications for the sake of parody. In the absense of such declarations, copyright law clearly states that you DON'T have permission to copy somebody else's work.

    Lifting web-site code is common on the web.

    Shoplifting is common in my neighborhood, too, but that doesn't make it legal.

  4. Re:Too subtle? Too BLATANT, you mean! on What Protections Exist for Parody Sites? · · Score: 2
    none of the actual content is the same, something you seem to be overlooking. Try looking deeper than just the visual appearance of the site: the conent is all different.

    Sorry to have to spell it out for you, but here goes. Original site:

    INPUT,SELECT {
    font-family : Verdana, Arial;
    font-size: 10px;
    }

    .headerlinks{font-family: Verdana; font-size: 11px; text-decoration: underline; color: #00489B}
    #txtDate {font-family: Verdana, Arial; font-size: 10px; color: #004A9C;}
    .blue { font-family: "Times New Roman", Times, serif; font-size: 11px; color: #26428F; text-decoration: none; font-weight: bold}
    .content { font-family: "Times New Roman", Times, serif; font-size: 11px; color: #000000; text-decoration: none}
    .copyright { font-family: Verdana, Arial; font-size: 10px; color: #577D1C; text-decoration: none}
    .crumb { font-family: Verdana, Arial; font-size: 10px; color: #577D1C; text-decoration: none}
    .animation { position: absolute; left: 150px; top: 20px; z-index: -1}
    .headerlink { font-family: Verdana; font-size: 10px; line-height: 1em; text-decoration: none; color: #FFFFFF}
    .text1 { font-family: Verdana; font-size: 9px; text-decoration: none; color: #FFFFFF}
    .text2 { font-family: Verdana; font-size: 9px; text-decoration: none; color: #FFFFFF}
    .mhlink { font-family: Verdana; font-size: 11px; text-decoration: none; color: #00489B}
    .search {font-size: 11px} .appheading {font-size: 12px}
    .cmenu {} .mnheaderbg {background-color: #AEDC6B}
    .csublink { font-family: Verdana; font-size: 10px; font-weight: 500; margin: 0px, 0px, 0px, 0px; line-height: 1em; text-decoration: none; color: #FFFFFF}
    .bordertable {background-color: #3F75B5}
    .bordertableSub {background-color: #FFFFFF}
    .bgtable {background-color: #3F75B5}
    .deplabel { font-size: 20pt; color: #3F75B5; font-family: sans-serif, Arial, Helvetica; text-align: left}
    .bgtablecomps {background-color: #FEFBF3}
    .fieldshow { font-size: 10px; font-weight: bold; color: #000000}
    .fielderrorshow { font-size: 10px; font-weight: bold; color: #aa0000;}
    .msgshow { font-size: 12px; font-weight: bold; color: #000000}
    .errormsgshow { font-size: 12px; font-weight: bold; color: #aa0000;}

    Parody site:

    INPUT,SELECT {
    font-family : Verdana, Arial;
    font-size: 10px;
    }

    .headerlinks{font-family: Verdana; font-size: 11px; text-decoration: underline; color: #00489B}
    #txtDate {font-family: Verdana, Arial; font-size: 10px; color: #004A9C;}
    .blue { font-family: "Times New Roman", Times, serif; font-size: 11px; color: #26428F; text-decoration: none; font-weight: bold}
    .content { font-family: "Times New Roman", Times, serif; font-size: 11px; color: #000000; text-decoration: none}
    .copyright { font-family: Verdana, Arial; font-size: 10px; color: #577D1C; text-decoration: none}
    .crumb { font-family: Verdana, Arial; font-size: 10px; color: #577D1C; text-decoration: none}
    .animation { position: absolute; left: 150px; top: 20px; z-index: -1}
    .headerlink { font-family: Verdana; font-size: 10px; line-height: 1em; text-decoration: none; color: #FFFFFF}
    .text1 { font-family: Verdana; font-size: 9px; text-decoration: none; color: #FFFFFF}
    .text2 { font-family: Verdana; font-size: 9px; text-decoration: none; color: #FFFFFF}
    .mhlink { font-family: Verdana; font-size: 11px; text-decoration: none; color: #00489B}:
    .search {font-size: 11px}
    .appheading {font-size: 12px}
    .cmenu {}
    .mnheaderbg {background-color: #AEDC6B}
    .csublink { font-family: Verdana; font-size: 10px; font-weight: 500; margin: 0px, 0px, 0px, 0px; line-height: 1em; text-decoration: none; color: #FFFFFF} .bordertable {background-color: #3F75B5}
    .bordertableSub {background-color: #FFFFFF} .bgtable {background-color: #3F75B5}
    .deplabel { font-size: 20pt; color: #3F75B5; font-family: sans-serif, Arial, Helvetica; text-align: left}
    .bgtablecomps {background-color: #FEFBF3}
    .fieldshow { font-size: 10px; font-weight: bold; color: #000000}
    .fielderrorshow { font-size: 10px; font-weight: bold; color: #aa0000;}
    .msgshow { font-size: 12px; font-weight: bold; color: #000000}
    .errormsgshow { font-size: 12px; font-weight: bold; color: #aa0000;}

    You figure it out. As you say, I'm just an idiot who can't distinguish appearance from "conent" (sic).

  5. Too subtle? Too BLATANT, you mean! on What Protections Exist for Parody Sites? · · Score: 2, Insightful
    Lessee,
    1. HTML source code is blatantly ripped from the original, filtered through html-tidy and lightly edited.
    2. Images, color, and layout are either exact copies or obvious light-edits of the original.
    3. Porn link at the top of the page.
    4. I'd say that you're a PRIME candidate for a lawsuit. Not only are you obviously COPYING instead of RE-CREATING the content, but you're linking to porn. People are highly sensitive to that sort of thing, especially where schoolchildren are concerned.

      If you plagiarized one of MY websites that way, I'd sue you, too.

  6. I've got it good... on Company Christmas Gifts / Bonuses? · · Score: 2
  7. Remember... on Low Tech Toys? · · Score: 2
    ...Spirograph? I actually saw a set somewhere the other day. If I had any kids I would've bought it.

  8. Re: AC troll on Network Aware Screensavers? · · Score: 1
    Why the heck would anyone willingly subject him/herself to Windows 9x?


    Church office: old Pentium 200's and the like with 32 or 64meg RAM. No discernable IT budget. Even if I WERE willing to pirate the software, Win2k/XP won't run at acceptable speed on older hardware; Win9x will.


  9. Re:Titan AE (off topic) on Planets May Form in Hundreds, Not Millions, of Years · · Score: 1
    ... the whole point of scence fiction...

    And that's where we disagree. You call Titan AE science fiction; I call it fantasy. I agree that it makes very bad science fiction, but as fantasy goes, it's at least as good as the vastly more popular "Dragonball Z".

    Of course, I wouldn't pay money to see either one of them...

  10. Re:Titan AE on Planets May Form in Hundreds, Not Millions, of Years · · Score: 2
    Dyson Spheres and Ringworlds would be a far more efficient use of your building material.

    Umm, we're talking FANTASY here. Get a sense of perspective, fer crying out loud!

    If you want reality, calculate the tensile stress on the Ringworld structure and explain to me how something composed of ordinary matter could survive it.

  11. Re:manhunt... on FBI To Use Ad Banners to Find Criminals · · Score: 1
    they said something about having a hand in helping capturing over 700 people..... they also do/did that show "manhunt" or whatever it was called

    Shades of Fahrenheit 451 (shudder!)

  12. On the same subject... on Network Aware Screensavers? · · Score: 2

    Does anybody know a Win95/98/ME screensaver that locks on the NT Domain password? Yes, I've done google-searches; even wrote one for Win311 once but it broke in 95/98. I'm no Win32 guru; I write Unix stuff.

  13. Re:Opera (offtopic) on Mozilla 1.2.1 Released · · Score: 1

    So you already sent your $100 donation to the Mozilla project, then?

  14. Re:JAVA Based projects (offtopic) on Tomcat/Cocoon Performance on Production Sites? · · Score: 2
    I don't want to start a flame war here, but...

    No, for flame wars Usenet is a far better medium. (grin!) In all fairness, my gripes are mostly directed at Java in the user interface rather than Java on the server; your claims to its effectiveness are probably very well founded, as far as they go.

    I appreciate your rant as a Windows/Linux user ... doesn't sound like you have done much programming w/JAVA ... will have problems w/cross platform if you don't think cross platform.

    All of which is right on-track. No, I don't program in Java, though I'm forced to use it occasionally. From a programmer's perspective, Java may well be the cat's pajamas, but from a user's perspective (mine), Java sucks.

    Nice karma whoring tho mate.

    Harrumph! Posted too late in the discussion to win any mod points; if I were karma whoring I would have at least included some links. Moderators always like to see some links, even if they don't bother to follow them.

  15. Re:Absolutely True on Win2k Cheaper than Linux · · Score: 2

    Well, if you want the absolute-latest version of Windows, it's still worth burning to a CD, because updates (service-packs) are a few months apart. But if you want the absolute-latest version of Linux, then go ahead and download it, because anything on CD is bound to be obsolete already.

    Which, ironically, can be seen as an argument FOR Windows, in the business world.

  16. Re:JAVA Based projects on Tomcat/Cocoon Performance on Production Sites? · · Score: 2
    With MOST of the JAVA Based projects I have worked on, it is almost ambiguous which platform you work on as long as you follow good standards and don't step too deeply into proprietary land.
    <RANT>

    Please excuse the off-topicness, but you've just voiced my biggest gripe against the whole Java fad. I was there when Sun touted Java as the answer to computing's Holy Grail: Write-Once, Run-Everywhere. Except that it ain't necessarily so. Nearly every day, I encounter another Java app that runs in any OS you care to use, as long as it's Windows. GRRR!!!! Whenever I hear a new Java convert espousing its merits, the hypocrisy of the whole thing just about kills me. Every point where Java is supposed to shine is directly contradicted by my personal experience. It's not just a few exceptions that spoil the image. MOST of the JAVA apps I've been forced to deal with are slow, bloated, buggy, and worst of all, NON-PORTABLE!

    </RANT>

  17. Re:Opera (offtopic) on Mozilla 1.2.1 Released · · Score: 2
    I don't use Mozilla. I'm quite happy with Opera and a little annoyed that it doesn't get more press.

    I use Opera, too (paid for it, even). And if it weren't for several really annoying bug/features, I'd quit using Mozilla altogether:

    1. Opera doesn't work with the often-used <a href="Javascript:void()" onclick="the-real-url.html"> construct.
    2. On Linux, Opera still won't load some java pages, such as jigsaws and the MindTerm SSH applet
    3. Cut-and-paste doesn't work consistently between Opera and other X-apps.

    But the main reason that Opera doesn't get as much press is because, heck, they're making money. If the Mozilla programmers build a better browser, kudos from the open-source press are likely the only payment they'll see for their efforts. But if Opera builds a better browser (and in a lot of ways, they have -- witness their domination of the embedded market) they'll get paid in cash.

  18. Re:Don't forget /etc and runlevels on What are the Real Differences Between Distributions? · · Score: 3, Interesting

    I use file-rc.


    In Debian.


    Gets rid of all that /etc/rc.d/rc{1,2,3,4,5,6}.d crap and replaces it with a single /etc/runlevel.conf file.


    REALLY neat stuff. Check it out here.


  19. Re:Well, if tech isn't developed.... on Another Millionaire Spammer Story · · Score: 2


    I've gotten false positives.



    Admittedly, most of them were when somebody forwarded a bit of advertising, thinking I'd be interested, but occasionally somebody is so clueless that they trigger spamassassin's rules by all-caps plus improper addressing and so forth. WebTV users are especially prone to that sort of thing.


    All of which wouldn't be a problem, except that I'm trying to be a good sysadmin and implement the spam-filter globally across the network.

  20. Re: Blackhat fund on Another Millionaire Spammer Story · · Score: 2
    ...host it here


    Whoops! Correction: host it here.

  21. Re: Blackhat fund on Another Millionaire Spammer Story · · Score: 2

    Any volunteers to set up an central fund for collecting and distributing the donations? You could probably host it here.

  22. evolution is faster on PINE Releases 4.50 · · Score: 3, Funny
    watching it change is like watching evolution in motion.

    ...except that evolution is faster.

    Score: -1 (Troll)

  23. Re:Wow. on Research Promises Full-Spectrum Solar Cell · · Score: 2
    ...Now you just have to plate over, half of australia. What the hell, thats a major improvement.


    Umm... what, exactly, would be improved by plating over half of Australia? And which half would be an improvement?



    Careful how you answer; some Aussies read slashdot, too.

  24. Re:Carlo Wood on Doing Open-Source Development, Anonymously? · · Score: 1
    Unaccountable how, exactly?


    Well, I was joking, but if you really want to know, read The Cathedral and the Bazaar. The only currency in the Open Source market is recognition and peer review. They provide the only pressure (but it is often sufficient) for people to produce secure, bug-free, usable software.

  25. Re:Carlo Wood on Doing Open-Source Development, Anonymously? · · Score: 1
    For the benefit of the similarly humor-impaired, that was a JOKE.


    Get it?