S E R V E R   S I D E
View current page
...more recent posts

Jacques Chester: "Shared hosting is doomed (and I have the graphs to prove it)"
- jim 7-10-2008 1:15 pm [link] [add a comment]

High-res AT&T 3G coverage map.

Three days and counting...

- jim 7-08-2008 3:17 pm [link] [6 comments]

HTML 5 is so cool I'm sure it will never really get here. Check out this latest proposal: WebSocket, "a full-duplex communications channel that operates over a single socket."

JavaScript:

var conn = new WebSocket("ws://www.example.com/livedemo");
conn.onopen = function(evt) { alert("Conn opened"); }
conn.onread = function(evt) { alert("Read: " + evt.data); }
conn.onclose = function(evt) { alert("Conn closed"); }
conn.send("Hello World")
Nice!
- jim 7-08-2008 2:51 pm [link] [1 comment]

Inside baseball web 2.0 smackdown: behold web 2.1 and the server side blink tag. It's funny 'cause it's true. This stuff is hard to scale.
- jim 7-01-2008 12:01 am [link] [add a comment]

So I don't forget: PHP and jquery upload progress bar. Why the PHP team didn't change the way uploads are handled in PHP 5 is completely beyond me. As a file uploads it gets written to /tmp, but your script which is to handle the file has no way of knowing which file in /tmp is yours. This would be simple to fix. I wonder how many developers started looking at Ruby on Rails just for this one feature? (I know, that would be a crazy reason to switch languages, but I'll bet it happened.) Anyway, seems like third parties have now made it pretty easy to add this to PHP (you used to have patch the source and then recompile.)
- jim 6-29-2008 7:01 pm [link] [add a comment]

Western Digital's newish VelociRaptor SATA hard drive speed tests when configured in a 3 drive RAID-5.

The burst speed recorded was robust 598MB/sec, according to HD Tach, which is about on par with what we've seen from WD's Raptor WD1500 line in this configuration. However, average read performance is through the roof, with a 209.4MB/sec land speed record set for what we've seen in our labs and about a 33% performance gain over what we've seen with Raptor WD1500 drives in RAID 5 on the Areca controller. Finally, random access clocks in at a snappy 7.2ms.
Damn!
- jim 6-29-2008 6:46 pm [link] [3 comments]

I don't like the sound of this:

ICANN, the organization that oversees internet addresses, will soon allow anyone to apply for his very own generic top-level domain (gTLD). In other words, you'll soon have the power to put almost anything at the end of your url, eschewing existing top-level domains such as ".com" or ".edu."

ICANN estimates it will begin taking applications in April or May of next year. The fee for each application will be "in the low six figures in American dollars," and the first customized gTLDs will likely arrive in the fourth quarter of 2009.
But I guess it's an opportunity for someone clever. You just need to think of a character combination that will let people make cool sounding URLs (sort of like how del.icio.us made clever use of .us.) Off the top of my head I think .tion would be a good one. Dave?
- jim 6-27-2008 3:41 pm [link] [7 comments]

The new Diner Journal Blog was launched today. It had been on blogger until now. I guess this is the first blog running on geneva (v1.2).
- jim 6-25-2008 10:48 pm [link] [3 comments]

Is Gmail imap acting up for anyone else today? I think this must be google's least reliable, least well thought out service (I don't mean gmail itself, just the imap part.)
- jim 6-25-2008 10:27 pm [link] [add a comment]

Slashdot article on wikipedia's shoe string budget server infrastructure got this funny comment:

How hard can it be to increase the budget or add more servers?

Just go to the Wikipedia page with those numbers and change them. You don't even need to have an account.

- jim 6-24-2008 7:33 pm [link] [add a comment]

older posts...