Wednesday, 22 November 2006

Backend Surgery Tonight

Tonight (in EST timezone), November 22, 2006, at yet undetermined time, Simpy will be down for maintenance and some backend surgery. The service will regain consciousness after the anesthesia wears off, which should be about an hour or two after it gets knocked out.
Posted by otis at 3:02 PM in News & Announcements

Monday, 20 November 2006

Tracing Jason Calacanis via Blog Logs

Here is a little insight into how fast Jason Calacanis works. He recently left a comment on a pretty old post of mine XXX, so I decided to check the logs and see how Jason got there. Here are the excerpts from the logs, plus some comments. I replaced the real IP with a fake one. Note the times of each request.

1.2.3.4 - - [20/Nov/2006:04:36:48 -0500] "GET /blojsom/blog/2006/06/23/Netscape-com-Did-Not-Catch-On.html HTTP/1.1" 200 3948 "http://www.theinquirer.net/default.aspx?article=35826" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0"

He came in at 04:36:48. Note that this is 4 AM EST! If Jason is in the same timezone, that's some late night blog commenting. Even if he is on the west coast in the U.S., it's still late. Moreover, he came in via a link at the bottom of The Inquirer article!

Jason uses Firefox 2.0 and Windows NT 5.1 (ouch, old!). His browser immediately fetches 2 flavours of Simpy feeds, Atom, and RSS 2.0. I didn't know Firefox did that! Nice, just hit my already smoking servers:

1.2.3.4 - - [20/Nov/2006:04:36:49 -0500] "GET /blojsom/blog/?flavor=atom HTTP/1.1" 200 9772 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0"
1.2.3.4 - - [20/Nov/2006:04:36:50 -0500] "GET /blojsom/blog/?flavor=rss2 HTTP/1.1" 200 9144 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0"

13 seconds later, he is already on the next post, Alexa Spike Anomaly:

1.2.3.4 - - [20/Nov/2006:04:37:01 -0500] "GET /blojsom/blog/2006/06/09/Alexa-Spike-Anomaly.html HTTP/1.1" 200 4330 "http://blog.simpy.com/blojsom/blog/2006/06/23/Netscape-com-Did-Not-Catch-On.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0"

About 60 words and exactly 16 seconds later, he moves on to the comments section of the post he just read:

1.2.3.4 - - [20/Nov/2006:04:37:17 -0500] "GET /blojsom/blog/2006/06/09/Alexa-Spike-Anomaly.html?page=comments HTTP/1.1" 200 5475 "http://blog.simpy.com/blojsom/blog/2006/06/09/Alexa-Spike-Anomaly.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0"

63 seconds later, he posts his comment. This step is the longest step, even though his comment is pretty brief (and in fact what he described didn't explain the Alexa anomaly):

1.2.3.4 - - [20/Nov/2006:04:38:20 -0500] "POST /blojsom/blog/2006/06/09/ HTTP/1.1" 200 5996 "http://blog.simpy.com/blojsom/blog/2006/06/09/Alexa-Spike-Anomaly.html?page=comments" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0"

Total time: 1 minute and 32 seconds! Not bad for 4:30 AM (EST)!

Conclusions? Jason is on the cutting edge browser-wise, although he could use a new computer/OS. He reads articles that mention him, and he reads them thoroughly (remember, he got to this blog by following the last link in the "See Also" section at the end of the article about him). He stays up very late, probably to catch up on his reading (sounds sadly familiar). He reads pretty quickly, but he could work on commenting faster, although that 63 second delay might have as well been caused by this dog-slow blog server. Being Jason Calacanis is a LOT of work!

Enough of this, it's starting to sound like Valleyvag.

Posted by otis at 1:51 PM in /

Wednesday, 8 November 2006

Internet Explorer 7 Open Search Discovering Simpy

Firefox 2.0 is not the only web browser that can auto-discover how a site can be searched (see Firefox 2.0 Open Search Discovering Simpy). Have a look at the screenshot below:

That's right, the newly released Internet Explorer 7 knows how to make use of Open Search to discover how a site can be searched. Go ahead, add that Simpy Search to your IE7 toolbox!

Posted by otis at 1:53 AM in News & Announcements

Tuesday, 7 November 2006

SimpyAPI Python 1.0 Released

Benjamin has been keeping himself busy - he just announced the release of his SimpyAPI Python, version 1.0! This version supports all calls on Simpy's REST API, and its usage is super-simple. Here's how you would search and fetch your links from Simpy:

 # get and store links in files matching a query
 client = SimpyClient('user', 'passwd')
 links = client.getLinks( {'limit':20, 'q':'+tags:"programming" +tags:"trails"'} )
 for i, link in enumerate(links):
     s = urllib2.urlopen(link.url)
     if s is not None: file(str(i)+".html", 'w+').write(s.read())
     else: print "URL "+link.url+" was not handled

Clients in Java, Ruby, PHP, and Perl are available at the SimpyTools project. Thanks, Benjamin!

Posted by otis at 1:13 PM in News & Announcements

Saturday, 4 November 2006

Alexa Gets A Facelift, Copies Alexaholic

Just as two new players (see Alexa Gets Competition) entered the market in which Alexa has been the only (free) player for years, the folks at Alexa gave its service a nice facelist. Instead of me describing it, go have a look. Looks nice, doesn't it? Does it remind you of another service? Similar looking charts? Alexaholic maybe? Here is the same data from Alexaholic, so you can compare. Ron Hornbaker, the man behind Alexaholic, should be flattered.

Amazingly enough, Alexa's own blog doesn't mention this yet. As a matter of fact, Alexa's home page is kaput at the moment.

Posted by otis at 6:11 PM in /

Thursday, 2 November 2006

Firefox 2.0 Open Search Discovering Simpy

If you are not using Firefox 2.0 yet, you should have a look at Firefox search plugin for Simpy, but if you are an early Firefox 2.0 user, keep reading.

The new Firefox 2.0 extension for Simpy is not the only new thing that came with the recent release of Firefox 2.0. Many, many moons ago Simpy's pages carried the little markup that could tell "intelligent" browsers how Simpy can be searched. Until recently, the main-stream browsers didn't do anything with this information. With Firefox 2.0 release, this finally changed! When a person visits any page Simpy with Firefox 2.0, the browser will automatically discover how Simpy searches are done (i.e. what the format of Simpy's search URL is) and will make it possible for the person to search all public bookmarks on Simpy!

But it doesn't end there! Once you are on Simpy.com, starting a new search is easy. This also lets you to search all Simpy's public bookmarks from within your browser, without having to go to Simpy.com first. With this you are searching people's pre-filtered, tagged, and annotated bookmarks!

How does this work? Via something called Open Search. The screenshot below (click to enlarge) show you how to add "Simpy Search" to your Firefox 2.0 browser.

This shows you how Firefox 2.0 automaticlaly discovered "Simpy Search" and offered you to add it to the list of search engines to search from your Firefox browser. By clicking on the little arrow next to the search box in the top-right of your browser, you will open a menu with "Add Simpy Search" being one of the options.

Once you add "Simpy Search" to your Firefox 2.0 browser, you can search Simpy directly from the browser. The screenshow below shows what the search box looks like when you set Firefox to use Simpy for searching. The little Simpy logo left of the search box shows that you are searching Simpy.

Posted by otis at 12:29 PM in /

Wednesday, 1 November 2006

Alexa Gets Competition

Frequent readers of this blog know I have a penchant for traffic graphs. Until recently, Alexa was the only (free) game in town for that, so I often embeded its (or Alexaholic's) charts in my posts. Since Alexa is not often reliable (its data for Simpy doesn't always reflect what I see in Simpy's logs), I've often wondered when somebody's going to build a BetterAlexa.

Apparently, that time has come! I just learned about two sites that offer data similar to that offered by Alexa: Compete and Quantcase. I've played with both of them, and they give some interesting data. For example, here is information about Simpy.com from Compete and from Quantcast. One major drawback that both of these services have is their focus on the U.S. I imagine this limitation will go away eventually, and data plus reports will start reflecting the picture of the whole world. In the mean time, I'm continuing with Simpy Internationalization. I hear German, Chinese, and Portuguese might be coming soon.

Posted by otis at 11:58 PM in /

New Simpy Firefox 2.0 Extension

New month has started, and here is a first bit of Firefox-related good news for Simpy users. Andu upgraded the existing Firefox extension to work with the newly released Firefox 2.0. The new extension version is 0.2, and you can get it directly from Andu, while we wait for it to get onto the official Mozilla Addons site. Thank you Andu!

By the way, you can see Andu's name on Simpy contributors page. If your name should be there, but it is not, please let me know.

Posted by otis at 3:32 PM in News & Announcements
« November »
SunMonTueWedThuFriSat
   1234
567891011
12131415161718
19202122232425
2627282930  
       

Powered by blojsom