Archive

Archive for the ‘Craziness’ Category

Hacking the iPod Nike Sport Kit

October 10th, 2006

iPod Nike Plus Hack

AH HA! I have found it.
Now it is just a matter of time before I write the iTunes Plugin to scrape the data up to Collabofit.com
for tracking on our site as well!!!!

Thanks earnshavian

Craziness

How to scan for Open Ports

September 29th, 2006

Ever wanted to know how to scan for an open port on a linux box?

Well.

Here you go.

% nmap -sT -O localhost

Craziness

Wordpress HTML Entities in Posts

September 29th, 2006

Tonight, I was playing around with trying to figure out how to display some HTML entities inside a wordpress post.

I wanted to be able to display a simple fraction in a wordpress post.

After a bit of RTFMing on the Wordpress Codex, I found that the tags will allow you to render HTML entities specificly.

The wordpress “code” tag will allow you to render specific HTML entities.

Be sure to use the decimal version of the entity rather than the entitized version!!!

Example.

4 ¼ x 5 ½

Craziness

ONLamp.com — MySQL Crash Course

September 26th, 2006

Definate a great series of articles to read if you are at all interested in creating solid database driven web applications.

ONLamp.com — MySQL Crash Course
MySQL Crash Course
by John Coggeshall
12/23/2003

Welcome to another issue of PHP Foundations. Last time, I wrapped up a discussion of an ongoing topic of security and good practices I’ve dubbed “PHP Paranoia.” Today I will be changing gears yet again and discuss a cornerstone of any sizable web application — a database back end. Specifically, I will be spending the next few columns discussing the MySQL database, starting with today’s article, which will serve as a crash course in SQL. For those of you who are familiar with relational databases such as MySQL, today’s column may not be necessary for you; it contains no PHP code. Instead, I will introduce the concepts of relational databases and the language used to manipulate the data within them. Those of who haven’t been exposed to relational databases, however, read on!

Craziness

PHP Compiled with Openssl libssh2 and PECL ssh2

September 25th, 2006

I found a page on the php.net site today talking about how to get php to make secure ssh connections.

Check it out.

Craziness

PHP PEAR CAPTCHA Library

September 23rd, 2006

Earlier I was writing Luis von Ahn, and his work on steganography.
Here is a practical way of implementing CAPTCHA with PHP.

Using the PEAR library Text_CAPTCHA, programmers can implement the work done by the researchers at Carnegie Mellon University.

Be sure to check it out.

Craziness

Luis von Ahn - MacArthur Fellow of Computer Science

September 23rd, 2006

Congratuations are in order to Luis von Ahn, winner of the 2006 John D. and Katherine T. MacArthur foundation fellowship. Luis won this honor in his work concerning steganography.

The definition of steganography (from wikipedia):

Steganography is the art and science of writing hidden messages in such a way that no one apart from the intended recipient knows of the existence of the message; this is in contrast to cryptography, where the existence of the message itself is not disguised, but the content is obscured.

While this gentlemen might not be a household name to many of us, anyone who has participated on the modern internet has most definately seen the outcome of his work.

He and his colleagues created “CAPTCHA“, a method of validating that a human is interfacing with a webpage (among other things). (Completely Automated Public Turing test to tell Computers and Humans Apart) CAPTCHA presents an image with random text created in an image format. The code within CAPTCHA image is known to the server where the data is being sent to. If the message is the same as the one submitted, then the server trusts that the data was submitted by an entity that passes the turing test.

Again, congratutations to Luis von Ahn for his work.

Read the article here.

Craziness

Unix Web Application Architectures - Sessions, Authentication, and Databases

August 8th, 2006

Unix Web Application Architectures - Sessions, Authentication, and Databases

This is a great article covering the scope of an HTTP session. Also covers some great ways to implement authentication, and saving the state of a user session.

Must Read!

Craziness

Rufus - The Dog

July 29th, 2006

Rufus the dog… A wonder to behold. More to come on this channel.

UPDATE:
Here is a the link to Rufus: The Wonder Dog Rufus: The Wonder Dog

Craziness

defmacro Functional Programming For The Rest of Us

July 19th, 2006

defmacro Functional Programming For The Rest of Us

My good buddy James recommended this article to me.
I haven’t read all of it yet (a good long read) but the part I read about Hot Swapping code in mission critical environments read really well …
I look forward to finishing it … in the words of Jim Gaffigan … Tomrwo … Tomrows …. tomur …….. NEXT WEEK!!!

When I get some free Time …..

Jim Gaffigan … you are a comedic genius!!!!

Craziness