Slashdot Mirror


User: Neil+Blender

Neil+Blender's activity in the archive.

Stories
0
Comments
1,060
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,060

  1. Re:Show me the Money on India's Secret Army Of Online Ad 'Clickers' · · Score: 1

    No. This will set the referrer to a random IP

    Yes, but you will pass something like ?yourid=234230840-29840239840298 in the url. If you put a banner on your website you want the clicks to be coming from different IPs. You aren't going to get credit by clicking your banner over and over again from the same IP. Uniques are what's important. As you say, ad servers do have some measure of intelligence.

  2. Re:Show me the Money on India's Secret Army Of Online Ad 'Clickers' · · Score: 3, Funny

    Anyone have a Perl script to generate click throughs automatically

    #!/usr/bin/perl

    while (1) {

    my $a = int rand (255) + 1;
    my $b = int rand (255) + 1;
    my $c = int rand (255) + 1;
    my $d = int rand (255) + 1;
    `wget --referer-url=$a.$b.$c.$d http://whoever.com/ads`;

    }

  3. Conversions on India's Secret Army Of Online Ad 'Clickers' · · Score: 2, Insightful

    It's all about conversions. Bad CTR to conversion ratios will be noticed and addressed. Anyone who advertises online and does not monitor such stats is foolish.

  4. Re:CSS, oh how I love thee... on Core CSS (2nd ed.) · · Score: 4, Insightful

    It's never easier to hardcode constants right into the middle

    No offense, but never say never. Coding in part is about adapting and simplifying and sometimes, sometimes, it is easier and better to hard code something than to make it elegant.

  5. Re:w3schools? on Core CSS (2nd ed.) · · Score: 2, Funny

    What exactly does this book have that is not available at W3schools.com?

    A referer link?

  6. Re:CSS, oh how I love thee... on Core CSS (2nd ed.) · · Score: 1

    ......I truly don't understand why anyone is still using tags........

    Because sometimes <font color=red>xxxx</font> is easier than defining and importing a style sheet.

  7. Re:Heat on How Many Google Machines, Really? · · Score: 5, Funny

    Google engineer reading your post: OH SHIT!

    <sound of door slamming>

    <sound of car engine starting>

    <sound of tires squeeling away>

  8. Moblogger on Turn Your PC into a 'Moblogger' · · Score: 5, Funny

    Worst. Word. Ever.

  9. Re:Another reason... on Walmart Begins Rollout of RFID and EPC Tags · · Score: 1

    They censor CDs that have explicit lyrics without any on-the-package indication. Yet, they sell guns? Seems like two sets of values to me.

    Please explain what the one has to do with the other.

  10. Re:RFID tags on Walmart Begins Rollout of RFID and EPC Tags · · Score: 4, Funny

    RFID tags: another reason to hate Wal-Mart.

    What, the shitty merchandise, disgusting customers, dirty stores and appalling customer service isn't enough? Any one of those alone would stop me from shopping anywhere.

  11. Small potatoes on Big Brother Will Be Watching You In Florida · · Score: 2, Funny

    Manalapan has a population of 321. It's probably just some guy with a pair of binoculars.

  12. Re:one question on Open Park Project Gives Free Wi-Fi to Capitol Hill · · Score: 1

    how much money does it cost to use?

    What part of free don't you understand? Other than all that free as in budwieser and Free as in America fries or whatever they keep blathering on about the different types of free here at Slashdot. Now I'm confused too.

  13. "It's a hotspot for democracy" on Open Park Project Gives Free Wi-Fi to Capitol Hill · · Score: 1


    What a soundbite!

  14. New TV show announced: on RIAA Files 477 New Filesharing Lawsuits · · Score: 5, Funny

    Law & Order: RIAA

  15. Dilbert website on New Online Ad Technology To Bypass Popup Blockers · · Score: 2, Interesting

    To all who visit the dilbert website regularly, has anyone seen that floating ad that blocks the last panel of the strip? I have seen it about 5 times and I read the site daily. I use NS7.2 and have not seen a popup ad anywhere since I started using it. I assume this ad is some sort of CSS. This type of advertising is not pop up, but it is certainly annoying. What's to stop other websites from doing something similar? It might require more than pasting some banner code in your page, but still...

  16. Dumbing down is a good thing on New Science Museum - Now With Real Science! · · Score: 2, Interesting

    Most people don't have interest in what's real and actual data. They want it condensed into a 5 minute visit to an exhibit. That condenstation often requires simplifying. Look at any blockbuster movie that has science in it. It's the same thing.

  17. Re:NVidia Drivers on Fedora Core 2 Test 3 Released · · Score: 1

    Does anyone know what you have to do to get the NVidia 3d accelerated drives working?

    Edit your XF86Config file (correctly.)

  18. Re:What? on The Bugatti Veyron · · Score: 2, Funny

    I have a Veyron you insensitive clod!

    Modding your 1982 Pinto doesn't count.

  19. Are there any cars out there better than this? on The Bugatti Veyron · · Score: -1, Redundant

    Yes.

  20. Wake me up on Smart Breeding to Beat Biotechnology? · · Score: 5, Funny

    When I can buy tomacco in my local grocery store.

  21. Re:Americans spying on Americans on High-Altitude 'Security Blimps' Coming Soon · · Score: 2, Funny

    The next trend will be finding "coldspots

    Most people here already have that covered. Now, if they'd only clean up the basement like their mothers keep asking they can be free of both parental harassment and goverment spying.

  22. Re:Souvenirs on Chernobyl Becomes Tourist Hot Spot · · Score: 5, Funny

    Yeah, those sell a hell of lot better than the "I went to Chernobyl and all I got was thyroid cancer" t-shirts.

  23. Re:It's A Shame.. on Daniel Robbins Resigns As Chief Gentoo Architect · · Score: 5, Insightful

    the copyrights have been entrusted to a nonprofit foundation

    Non-profits can be abused. Many non-profit charities pay their CEO's millions in salary and bonuses. I seem to remember the CEO of United Way getting paid something $25 million a while back. Non-profits can pretty much do anything they want with their money. Large paychecks, bonuses, wasteful spending, whatever... Anyway, just being non-profit does not make it a bastion of integrity.

  24. And that secret is... on Open Source Security's Best Kept Secret · · Score: 0, Flamebait

    ..that it's not as secure as we pretend it is.

  25. Strengthen existing skills on Moving Up the IT Ladder in a Poor Economy? · · Score: 5, Informative

    Learning more and more languages/technologies/protocols

    In my opinion, a mile wide/inch deep skillset gets you nowhere. If a resume passed my desk with 50 million skills and 5 years total experience, I am going to question that resume right to the circular file. But maybe that's just me.