RSS
 

Archive for May, 2008

s.hort.cc makes s.hort.cuts

16 May

Yet Another Short URL.

I just launched s.hort.cc to offer something that TinyURL and Tiny.cc didn’t: an easy API for creating short URLs, or “s.hort.cuts,” and returning them in a format my program could use.

You can visit the s.hort.cc website, of course, but you can also create a short URL and have it returned to you in XML, JSON, YAML, or plain text. (Even if you decide to parse the whole XHTML page, it’s easy to find the s.hort.cut with the DOM or an XPath parser.) I’ll gladly add other formats if people suggest them.

I’m working on a Firefox extension, but in the meantime, drag this link: s.hort.cut to your bookmarks toolbar to automagically turn the current page into a s.hort.cut.

Read more technical info below the break. Read the rest of this entry »

 
Comments Off

Posted in Uncategorized

 

Dr. Voyeurism, or How I Learned to Stop Worrying and Love Twitter

08 May

I’ve been thinking a lot about social networking lately, partly because my job deals with it, partly because I’ve got some Obsessive-Compulsive tendencies. Then Mostly Lisa wrote about the “big three”Twitter, Pownce, and Facebook, according to her—and got them back to the front of my mind. Read the rest of this entry »

 
3 Comments

Posted in Uncategorized

 

The Hunt

04 May

So many apartments around here, and the whole local method of finding apartments, are based on these out-of-the-city, suburb-light developments. I don’t want to live there. Read the rest of this entry »

 
3 Comments

Posted in Articles

 

System.out.println(“Hello World!”)

02 May

So I’ve been getting used to a couple new languages lately, mostly Ruby and Java but also Python and C++ for comparison. Coming from PHP, VBScript and JavaScript has confused the hell out of me. Read the rest of this entry »

 
Comments Off

Posted in Articles