Comment Re:Why Youtube? (Score 1) 66
http://en.wikipedia.org/wiki/Riddley_Walker
Comment Re:Why Youtube? (Score 1) 66
Comment Re:the mushroom stamp effect (Score 1) 385
Submission + - Mark Twain to Reveal All After 100 Year Wait
Submission + - Military Appoints General to Direct Cyber Warfare (guardian.co.uk)
Comment Re:I Just Wrote an Open Source Book! (Score 1) 182
Comment Re:Holy Biased Article, Batman! (Score 1) 413
Comment Re:it wasn't a distraction last year (Score 1) 545
Comment Re:Mining Asteroids like Eve Online (Score 1) 163
Comment Re:No big surprise,,, (Score 1) 220
http://www.youtube.com/watch?v=9hTosCUTmck
Comment Re:Smart move (Score 1) 374
Comment Re:Electrical load limit? (Score 1) 57
/ and \ : Slash and Backslash, respectively, respectfully.
Comment Re:None, I have given up bash scripting (Score 2, Interesting) 411
Comment Re:A -SOLUTION- exists to web page/site hacking... (Score 1) 68
I guess you don't like being able to upload images/files to a web application.
This (or another in a litany of ) WP vulnerability usually involves uploading a php script which exposes a bunch of extra server-side functionality (download any file, list users, access MySQL dbs...) through WP's file upload manager, which WP seems slow to fix on occasion.
That said, there's no reason a developer couldn't do the useful part of your suggestion —run a checksum of their application files when the upload to the server, then use that to identify anything that's been monkeyed with. I might start doing that, actually.
But there's no way I'm spending a dime with YourHostingCompany(TM), which requires I make simple code changes via VPN. Will you give me SSH access, even?