Do they belong to you? Claim these comments.
Craig
Is this you? Claim Profile »
9 months ago
in tlrobinson.net / blog » Blog Archive » Recovering Censored Text Using Photoshop and JavaScript on tlrobinson.net / blogHave you looked into using a hill climbing algorithm? Sorry, I didn't look that closely at your code so you may have already done this.
http://en.wikipedia.org/wiki/Hill_climbing
It may help you speed things up a bit and get better accuracy. The idea is to essentially make a quick (random) approximation, and then iteratively 'make it better'.
9 months ago
in How Does One Explain SQL Injection to a Non-Techie? on danielmiessler.com | grep understandingI posted this on the reddit post, and I'll also post it here, it's actually quite simple to explain:
Just like in conversation you can quote someone out of context to make someone believe what you're saying, a person can trick the database to take data out of context and interpret it as commands to do things like delete and change other peices of data this person wouldn't otherwise be able to manipulate.
9 months ago
in How Does One Explain SQL Injection to a Non-Techie? on dmiessler.com | grep understandingI posted this on the reddit post, and I'll also post it here, it's actually quite simple to explain:
Just like in conversation you can quote someone out of context to make someone believe what you're saying, a person can trick the database to take data out of context and interpret it as commands to do things like delete and change other peices of data this person wouldn't otherwise be able to manipulate.
1 year ago
in An interview with Daniel Ha from Disqus on Shooting at BubblesI wish you asked about SEO implications of using Disqus solution on sites?
Steve, What are your thoughts?
Craig
- 2 points
- Jump to »
To be honest that was one of the questions I meant to ask but in the end forgot to. However I am pretty sure that Daniel will be dropping by at some point (he's on the road at the moment) so hopefully he will answer that question for us both.