| ||||||
| 2006/12/14-15 [Uncategorized] UID:45444 Activity:nil |
12/14 Geminid meteor shower's tonight. Grab that lucky lady and
start making wishes. -scottyg
\_ According to http://space.com it peaked last night. |
| 2006/12/14-15 [Transportation, Transportation/Car/RoadHogs] UID:45445 Activity:nil |
12/14 Suburbia is for superficial people:
http://www.otal.umd.edu/~vg/mssp96/ms04/portfolio.html |
| 2006/12/14-15 [Science/GlobalWarming, Transportation] UID:45446 Activity:high |
12/13 NYC is fucked by 2030. Time to move to suburbia, bahahahaha:
http://www.cnn.com/2006/US/12/13/nyc.population.ap/index.html
\_ You realize just how foolish the statement "all-day rush hour" is,
right? |
| 2006/12/14-15 [Uncategorized] UID:45447 Activity:nil |
12/14 If gasoline price ever shoots up by 2X, the Europeans will be
laughing at us:
http://en.wikipedia.org/wiki/Image:Revised_petrol_use_urban_density.JPG
\_ What, no SVG? |
| 2006/12/14-17 [Consumer/Audio] UID:45448 Activity:nil |
12/14 How do I get songs into my new ipod shuffle in linux (ubuntu)? - danh |
| 2006/12/14-16 [Computer/SW/Languages/Misc, Computer/SW/Languages/Python] UID:45449 Activity:kinda low |
12/14 Does anyone know how to get python to return an exit status
at the end of a script? The only way I seem to be able to get it
to work is to use sys.exit(), otherwise I always get 0. Seems
kinda lame to end all my scripts with sys.exit though.
\_ Use sys.exit. See:
http://www.artima.com/weblogs/viewpost.jsp?thread=4829
-dans |