Comment Re:Isn't that click fraud? (Score 5, Interesting) 285
But I do agree, if I was an advertiser, and this caught on, they could see a potential spike in clicks, and therefore a big jump in advertisement expenditures.
That might lead to drastically reduced payments per click for websites, or maybe the end of pay-per-click, or who knows what else?
Comment Unreputable? (Score 3, Interesting) 269
- NASA caught deleting UFO photos from its website
- UFO flies over NASA’s Mars Curiosity rover
- Astronomer discovers animal life form on Mars from NASA images
- UFO: NASA reveals Biblical-like Spacecraft
With all that BS at the bottom, it casts doubt in my mind on the actual article.
Comment Re:Hm. (Score 1) 76
Comment Re:all I'd need there is a sports iPod (Score 1) 427
and take your charge pad with you on vacation...
Comment What we need.... (Score 2) 286
For now, it's filenames. Next will be screenshots. After that, reverse-netflix?
What we need is for the protocol to be reverse-engineered, and then just start posting all sorts of randomized information to the servers, effectively making it useless. Advertisers won't pay for garbage data.
Of course, once LG notices, the protocol will be encrypted...
Comment Re:Touch-tone fees on Landlines? (Score 1) 318
Yes, yes they do.
I am confident that it COSTS BELL more money to maintain their old pulse dialing systems.
But those bastards just see it as a 'free' source of revenue.
Integer Overflow Bug Leads To Diablo III Gold Duping 160
Comment Re:Funny idea... He He He... (Score 1) 231
Long ropes made out of carbon nanotubes or something?
Comment Re:I guess... (Score 1) 453
Astronaut Psychiatric Self Evaluation Questionaire
Please mark all that apply with an X
1) [ ] I am crazy enough to want to go to Mars
Thank you for completing this questionaire.
Comment Re:I'm still trying to wrap my brain around... (Score 3, Interesting) 346
I can't figure out why Windows lets a program remove itself from the list of programs in the task list. WTF!
I wonder if windows fudges the task list CPU numbers to add up to 100%?
Comment Re:Oh noes! 11 mm in 20 years! (Score 0) 412
Tell that to these guys...
(http://www.youtube.com/watch?v=xvRvGmJAuNc)
Comment Re:Video (Score 1) 287
I am using an admittedly older MythDora (umm, 10?) system with MythWelcome set up to use the alarm to wake it up when it needs to record something, and power it off when idle.
It usually decides to act up when I am away for a week on business or something, and then everyone's mad at me when I get back!
So I finally added a "mysqlcheck --autorepair" to the bootup sequence.
As a complete aside, I just ran out of disk space while still having 100GB free... ran out of inodes. Some cron job was periodically sending emails, and I had over 500,000 unsent emails in
Comment Re:Video (Score 1) 287
I have my mythtv box all set up with mythwelcome; it wakes up when it needs to record something, and powers off when it's done, provided I'm not actually watching something at the time.
Maybe that's the difference?
Comment Re:Video (Score 2) 287
The video shows a number of ways that MySQL seems to insert questionable data; ignoring NOT NULL, inserting default values when no default is specified, etc...
There are two databases that I have had to repair... Hypersonic and MySQL. MySQL I have to repair regularly in my MythTV box. Hypersonic states it should not be used in a production system. I have never had to repair Postgres, MSSQL, or Oracle.