000801.html

Submitted by Bill St. Clair on Tue, 01 Aug 2000 12:00:00 GMT
There are now pictures of Dave Winer and me over at Jezebel's Mirror.

I installed Internet Explorer 5 on my Macintosh last night so that my wife could register at a site that only accepts the type 3 certificates that are not and won't ever be accepted by IE 4. If you don't have a PowerMac, you can't get there from here. IE 5 for Macintosh has the strange new Aqua look that will ship with MacOS X. I'll probably get used to it.

I also installed Python on the Mac. Seems to work, though I didn't play with it much. I wrote a Hello World cgi in Python.

#! /usr/bin/python
print "Content-type: text/html"
print ""
print "Hello world"
It took a while to get the initial line right that launches Python. I tried "#!/usr/bin/python", "#!/usr/local/bin/python", "#! /usr/local/bin/python", and finally discovered what worked: "#! /usr/bin/python". That space after the exclamation point is important to my web server's shell. I was confused because I've seen examples without it.

Joel on Software - The Wireless Web: Spacesuits Needed: Joel plays with WAP on his cell phone and gets hit with a $284 charge for the first month. [latte]

If you actually find anything else useful or entertaining you can do with this wireless web stuff, that's actually better than just making a phone call, email me, OK?

...

Remember that when the web started, most Internet access was unmetered: you paid a low monthly fee no matter how long you used the service. But as the wireless web gets started, the fees are outrageous, and the early adopters are going to get reamed by their first phone bill. If you think you can make a profit in a wireless world in which the telcos are sucking out all the oxygen, well, you had better bring a spacesuit.

Sean Hackbarth is covering the GOP Convention over at The American Mind. Yawn. [mind]

Michael "Lance" Newby is back at My Cluttered Desk after a week's vacation. He's also talking about the GOP convention. Welcome back, Lance. [desk]

Concealed Carry, Inc. via Sierra Times - Limited Conceal Carry Now Legal in Illinois: Though it may not have been the intention of some people voting for the law, Illinois' new Safe Neighborhoods Act allows you to carry an unloaded firearm and its ammunition in a case designed for that if you have a Firearm Owners ID card. Concealed Carry, Inc. is suggesting that people buy a fanny pack to store their unloaded pistol and ammunition. That puts them 6 seconds from self defense with lethal force. [sierra]

Add comment Edit post Add post