post 'good coders code, great reuse' to del.icio.us post 'good coders code, great reuse' to digg post 'good coders code, great reuse' to reddit subscribe to 'good coders code, great reuse' posts via feed
good coders code, great reuse

Some people, when confronted with a problem, think 'I know, I'll use regular expressions.' Now they have two problems.

Jamie Zawinski

SecurityVideo Lectures 01 May 2008 03:55 pm
1 Star2 Stars3 Stars4 Stars5 Stars (5 votes, average: 5 out of 5)
Loading ... Loading ...

defcon logo post iconHere is something for all you hackers out there reading my blog: all the videos from the previous year’s biggest and greatest hacker conference — DefCon 15!

I found these videos via this post on Roy/SAC’s blog. He bought a full set of DVDs for several hundred dollars and uploaded them to Google Video! I sincerely appreciate his effort!

Total of more than 200 videos!

For your convenience, here is the full DefCon 15 session listing:
Download Full DefCon 15 Session Listing (.pdf).

You’re welcome to comment here on lectures you found intriguing and liked the most!

Have fun!

Comments (6) Comments | Email Post Email 'Videos from Defcon 15 Hacker Conference' to a friend | Print Post Print 'Videos from Defcon 15 Hacker Conference' | Permalink Permalink to 'Videos from Defcon 15 Hacker Conference' | Trackback Trackback to 'Videos from Defcon 15 Hacker Conference'
(Popularity: 39%) 12,359 Views

Did you like this page? Subscribe to my posts!

SecurityToolsHacker's Approach 26 Aug 2007 10:00 am
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 2 out of 5)
Loading ... Loading ...

post icon firefox reddit greasemonkeyWhen I was developing the reddit media: intelligent fun online website, I needed to embed reddit’s up/down voting buttons to allow users to cast votes on media links directly from the site.

reddit up down vote box redditmedia

I remembered that reddit had decided not to display posts with a submission time less than two hours ago.

reddit post less than two hours ago

This left me thinking, if the scores are not displayed for new posts, what’s the point of having vote boxes on a just posted article page? I thought, it wouldn’t make sense if it wasn’t available. Quickly did I find a link on reddit’s new page which seemed to have received a few votes and added a reddit’s button to an empty HTML document.

A reddit voting button/widget can be embedded on a site by putting the following JavaScript code fragment anywhere in the HTML source:


<script>reddit_url='[URL]'</script>
<script>reddit_title='[TITLE]'</script>
<script language="javascript" src="http://reddit.com/button.js?t=2"></script>

where the URL is the URL to the article and TITLE is the title of the article.

Voilà! I now know something nobody else did - how many votes had the post received!

found score of reddit post before general public

NOW, let’s create something cool for general public to use so that anyone could reveal the scores for all recently posted links :)

Continue reading 'Revealing Reddit Score for Just Posted Links with FireFox and GreaseMonkey' Continue reading ‘Revealing Reddit Score for Just Posted Links with FireFox and GreaseMonkey’

Comments (3) Comments | Email Post Email 'Revealing Reddit Score for Just Posted Links with FireFox and GreaseMonkey' to a friend | Print Post Print 'Revealing Reddit Score for Just Posted Links with FireFox and GreaseMonkey' | Permalink Permalink to 'Revealing Reddit Score for Just Posted Links with FireFox and GreaseMonkey' | Trackback Trackback to 'Revealing Reddit Score for Just Posted Links with FireFox and GreaseMonkey'
(Popularity: 18%) 2,459 Views

Did you like this page? Subscribe to my posts!