Slashdot Mirror


User: rsvedersky

rsvedersky's activity in the archive.

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

Comments · 2

  1. I think most DVR users don't fast forward. on DVR Viewers Push Ad Ratings Higher · · Score: 5, Interesting

    Most of the DVR users I know seem to "forget" that they can fast forward and its not an issue. What I can't wait for is when viewership is actually tracked instead of by some representative selection of people who never seem to like the shows I like.

  2. Re:Limited impact. on Unicode Encoding Flaw Widespread · · Score: 1

    You always have to think about what you are programming. Just because something is inside a prepared statement doesn't make it secure. Sure it is a much better way to go, but if your procedures blindly pass data around (like an idiot I saw who was using 1 stored procedure for an entire project and simply 'executed' the SQL statement passed into the stored procedure, then you are not really buying yourself more protection. You always need to inspect input [period.]