@JasonBeaulac You should launch the Playground after you enroll and try one of the three assignments (hint - problem 3.1 is the easiest)

2:01pm December 21st 2012 via web in reply to JasonBeaulac

My Python MOOC Beta test is at http://t.co/ZFWyULdp - let me know if it works for you.

1:41pm December 21st 2012 via web

My Python MOOC Beta test is at http://t.co/ZFWyULdp - let me know if it works for you.

1:41pm December 21st 2012 via web

@r3d4ct3d It will be very much beginner Python - but less interview and more lecture. As easy as I can make it.

8:24am December 21st 2012 via web in reply to r3d4ct3d

@r3d4ct3d It will be very much beginner Python - but less interview and more lecture. As easy as I can make it.

8:24am December 21st 2012 via web in reply to

I think my Python MOOC should be ready to announce tomorrow around noon. Just added course and enrollment tables.

3:09am December 21st 2012 via web

I think my Python MOOC should be ready to announce tomorrow around noon. Just added course and enrollment tables.

3:09am December 21st 2012 via web

RT @aeroplanesoft: @snoopdave @drchuck Cassandra is in a league of its own. Ring topology and multi-datacenter clusters rock.

12:48pm December 19th 2012 via web

RT @aeroplanesoft: @snoopdave @drchuck Cassandra is in a league of its own. Ring topology and multi-datacenter clusters rock.

12:48pm December 19th 2012 via web

When I am in the bay area, I always stay in Redwood City because it is inexpensive, centrally located and has Mexican food open until 1AM.

2:02am December 19th 2012 via web

When I am in the bay area, I always stay in Redwood City because it is inexpensive, centrally located and has Mexican food open until 1AM.

2:02am December 19th 2012 via web

RT @lindafeng: good quotes from @drchuck on #MOOCs in this article http://t.co/UXuJy3Eu

12:18pm December 18th 2012 via web

RT @lindafeng: good quotes from @drchuck on #MOOCs in this article http://t.co/UXuJy3Eu

12:18pm December 18th 2012 via web

RT @dan2bit: Hey, a penny! THERE'S NO TIME! http://t.co/TbxSfark

12:15pm December 18th 2012 via web

RT @dan2bit: Hey, a penny! THERE'S NO TIME! http://t.co/TbxSfark

12:15pm December 18th 2012 via web

RT @snoopdave: How Do I Cassandra? http://t.co/VAoAroS9 << great preso! and based on that, Cassandra looks *so* much easier to sca ...

12:10pm December 18th 2012 via web

RT @snoopdave: How Do I Cassandra? http://t.co/VAoAroS9 << great preso! and based on that, Cassandra looks *so* much easier to sca ...

12:10pm December 18th 2012 via web

Dear Epson, The Wireless Setup on the Epson 725 Artisan is very very nice. Love Chuck.

11:14pm December 17th 2012 via web

Dear Epson, The Wireless Setup on the Epson 725 Artisan is very very nice. Love Chuck.

11:14pm December 17th 2012 via web

RT @AndrewYNg: Jiquan Ngiam @coursera honored by Forbes 30 under 30 for education! http://t.co/wmeqJljH

7:37pm December 17th 2012 via web

RT @AndrewYNg: Jiquan Ngiam @coursera honored by Forbes 30 under 30 for education! http://t.co/wmeqJljH

7:37pm December 17th 2012 via web

RT @mariagosur: Just hit me that my first semester of grad school @umsi is officially done. What a ride. Can't wait to start the next se ...

7:31pm December 17th 2012 via web

RT @mariagosur: Just hit me that my first semester of grad school @umsi is officially done. What a ride. Can't wait to start the next se ...

7:31pm December 17th 2012 via web

Not surprisingly, the first student to get a grade in the test area of my Moodle-based Python MOOC is Hiroyuki Sakai! http://t.co/uwOPmidC

1:03pm December 17th 2012 via web

Not surprisingly, the first student to get a grade in the test area of my Moodle-based Python MOOC is Hiroyuki Sakai! http://t.co/uwOPmidC

1:03pm December 17th 2012 via web

RT @georgekroner: NASA Johnson Style (Gangnam Style Parody) http://t.co/c8pqCSGN

8:49pm December 16th 2012 via web

RT @georgekroner: NASA Johnson Style (Gangnam Style Parody) http://t.co/c8pqCSGN

8:49pm December 16th 2012 via web

It was surprisingly difficult to get the simple answer as to the built-in connections for of a 66-block http://t.co/8QLQauwD

8:22pm December 16th 2012 via web

It was surprisingly difficult to get the simple answer as to the built-in connections for of a 66-block http://t.co/8QLQauwD

8:22pm December 16th 2012 via web

I think I just figured out which brand of hot water heater I will be buying... http://t.co/qRdEdxhH

1:56pm December 16th 2012 via web

I think I just figured out which brand of hot water heater I will be buying... http://t.co/qRdEdxhH

1:56pm December 16th 2012 via web

@pamelafox Have fun at your Node Workshop would be fun to be there. I am playing all weekend with Twitter Bootstrap. Loving it.

4:54pm December 15th 2012 via web in reply to

@pamelafox Have fun at your Node Workshop would be fun to be there. I am playing all weekend with Twitter Bootstrap. Loving it.

4:54pm December 15th 2012 via web in reply to pamelafox

@pamelafox When TCP is thinking about bytes and chunks, it watches this video http://t.co/Oxn1EwB8 from Van Jacobson

4:53pm December 15th 2012 via web in reply to

@pamelafox When TCP is thinking about bytes and chunks, it watches this video http://t.co/Oxn1EwB8 from Van Jacobson

4:53pm December 15th 2012 via web in reply to pamelafox

@pamelafox TCP does try to not send too many bytes "ahead" which translates *usually* into limiting chunks. MTU for Ethernet is ~1500

4:52pm December 15th 2012 via web in reply to

@pamelafox TCP does try to not send too many bytes "ahead" which translates *usually* into limiting chunks. MTU for Ethernet is ~1500

4:52pm December 15th 2012 via web in reply to pamelafox

@pamelafox Each link layer (like Eithernet) has an MTU (chunk size), IP is aware of the MTU and chunks accordingly. TCP only imagines bytes

4:49pm December 15th 2012 via web in reply to pamelafox

@pamelafox Each link layer (like Eithernet) has an MTU (chunk size), IP is aware of the MTU and chunks accordingly. TCP only imagines bytes

4:49pm December 15th 2012 via web in reply to

I *just* discovered the max-width CSS property. An almost religious moment. Almost like when I found align="right" in HtML 3.0.

3:28pm December 15th 2012 via web

I *just* discovered the max-width CSS property. An almost religious moment. Almost like when I found align="right" in HtML 3.0.

3:28pm December 15th 2012 via web

RT @komradrob: @drchuck I figured Little Orphan Annie got captured by the KGB

12:40pm December 15th 2012 via web

RT @komradrob: @drchuck I figured Little Orphan Annie got captured by the KGB

12:40pm December 15th 2012 via web

@komradrob I should have added this as an option "e) Send in James Bond! None of these messages are from Little Orphan Annie" #si502

12:40pm December 15th 2012 via web in reply to komradrob

@komradrob I should have added this as an option "e) Send in James Bond! None of these messages are from Little Orphan Annie" #si502

12:40pm December 15th 2012 via web in reply to

@aeroplanesoft That is pretty cool. I could do a GET to them from PHP and snag the 302 and end up with the URL for myself. Hmmm.

6:30pm December 14th 2012 via web in reply to aeroplanesoft

@aeroplanesoft That is pretty cool. I could do a GET to them from PHP and snag the 302 and end up with the URL for myself. Hmmm.

6:30pm December 14th 2012 via web in reply to

This is a unique, awesome, clever, and mildly frustrating UI approach combining a word cloud and navigation menu - http://t.co/tIEe1Fqw

5:35pm December 14th 2012 via web

This is a unique, awesome, clever, and mildly frustrating UI approach combining a word cloud and navigation menu - http://t.co/tIEe1Fqw

5:35pm December 14th 2012 via web

@pamelafox In my Python book http://t.co/bYY0Wifn - all the examples in the first 10 chaps are about scanning Sakai svn commit logs for data

5:31pm December 14th 2012 via web in reply to pamelafox