RT @lgekeler: http://t.co/xME6JLAm6W via @chronicle . Love the subtxt: Another project to redeem MOOCS for credit is derailed by lack of st…
11:00am January 20th 2014 via web
RT @computingnow: [cs-pres] 2009 IEEE-CS Activities Update: As we near the final IEEE Computer Society (IEEE-CS) Board of... http://t.co/Xx…
8:19am January 20th 2014 via Twitter for iPhone
RT @AndrewYNg: MOOCs are increasingly showing up not just on resumes, but on job descriptions! E.g. RealNetworks http://t.co/2BVT1NqkCj
8:18am January 20th 2014 via Twitter for iPhone
RT @juliastiglitz: Vote for my amazing and talented @coursera coworker @DavidUngerMusic! http://t.co/XXGi3gJA2m
12:37am January 20th 2014 via web
RT @TheTweetOfGod: There are only two states in America that have legalized marijuana, and after tomorrow they will be going to the Super B…
10:05pm January 19th 2014 via web
I think I have a downloadable XMosaic-1.2 for OSX - Let me know if it works - https://t.co/VOatscViic (scroll down for instructions)
9:22pm January 19th 2014 via web
OH: When life gives you lemons pick them up and throw them back.
7:37pm January 19th 2014 via Twitter for iPhone
Here is the other side of Brent's car after tangling with a sign. I repeat - no injuries to anyone. http://t.co/JYblvCY453
10:27pm January 18th 2014 via iOS
RT @judylawson: City of Jackson MI, U-M School of Information partnership to work on connecting citizens and city government http://t.co/sM…
10:15pm January 18th 2014 via Twitter for iPhone
Everyone is OK. But this car is not in good shape. http://t.co/wYkgApo4Td
2:32pm January 18th 2014 via iOS
NCSA XMosaic 1.2 running under X-Windows on a Macintosh: http://t.co/0Bj6afztGr
12:14pm January 18th 2014 via web
I just upgraded the peer grading system for #umsi364 and #umsi664 - keep an eye out for problems - https://t.co/jW0YTQxgTa
10:19am January 18th 2014 via web
The Facebook group for my Internet History Technology, and Security @coursera course has 3259 people - pretty cool.
10:17am January 18th 2014 via web
RT @txtbks: Me with four fantastic math open textbook authors: Zeager, Hefferon, @drlippman & Hammack #JMM2014 #opentextbooks http://t.c
4:05pm January 17th 2014 via web
RT @ncaidin: Apereo Europe and ESUP - http://t.co/41AHnaaynf #sakaiproject
9:29am January 17th 2014 via web
RT @kwerb: I'm actually kind of looking forward to the trough of MOOC disillusionment. Those are the best times to innovate.
@erikrostad I love teaching on @coursera - I would love to have >1 course. Teaching a topic on @coursera improves how I teach on campus
9:28am January 17th 2014 via Tweet Button in reply to erikrostad
Developers insist on a single instance repository stores because during testing we keep re-uploading the same files over and over.
11:43pm January 16th 2014 via web
RT @TheJare: Any programming team has at least two programmers: you, and you three months later.
9:51pm January 16th 2014 via web
@erikrostad Universities do not pay. Universities provide content - Coursera provides infrastcuture, software, and support.
9:45pm January 16th 2014 via web in reply to erikrostad
RT @jesseajohnston: Good for #dchdc & @tehgort: resource for #python beginnings & particularly #informatics & info projects http
9:33pm January 16th 2014 via web
This is the *BEST* article on MOOCs I have seen so far - http://t.co/jI5xJ4dbkm #finally the real story - thanks @CathyNDavidson
9:33am January 16th 2014 via web
RT @computingnow: [cs-pres] Get a Life!: Or maybe a second life? I am a strong advocate of getting involved with the Computer... http://t.c…
9:30am January 16th 2014 via web
RT @HybridPed: 10 Things I’ve Learned (So Far) from Making a Meta-MOOC by @CathyNDavidson http://t.co/M5C8VYMcbZ
9:29am January 16th 2014 via web
RT @jmarianolujan: @drchuck @sakaiproject great news!! Sakai 10 is in the oven already. Great community behind the software. Lots of work a…
7:10am January 16th 2014 via web
RT @jkuroda: @drchuck @justinesherry you already found the 1.2 source, but ftp://ftp.connect.org.uk/hpux/Games/Board/xmosaic-1.0 is another…
11:05pm January 15th 2014 via Twitter for iPhone
@jknight I had found that site earlier - but never checked "old" - thanks.
9:58pm January 15th 2014 via Tweet Button in reply to jknight
@AmyStephen I am writing an article :)
9:45pm January 15th 2014 via web in reply to AmyStephen
@jknight 1.2 is close enough... I did not want 2.x.
9:45pm January 15th 2014 via web in reply to jknight
Where can I find the source code for X-Mosaic 1.0 (from 1993) ??
9:30pm January 15th 2014 via web
Peer-grades are successfully flowing back to CTools via LTI for #umsi664 and #umsi364 - #socool http://t.co/YfYs9KJkJA
8:51pm January 15th 2014 via web
@ianlandsman It may not be the "greatest story every told" - but at least it is written down and E-Copies are free @AmyStephen
2:15pm January 15th 2014 via Tweet Button in reply to ianlandsman
@ianlandsman Here is a book about the @sakaiproject Open Source adventure - http://t.co/MaTmXiq8KV cc: @Bravotv @AmyStephen
2:08pm January 15th 2014 via web in reply to AmyStephen
It took about 24 hours to write. Demonstration of My Simple LTI-Based Peer Grading System: http://t.co/B2cUVi0NU7
2:02pm January 15th 2014 via web
Now *that* is an SQL query. 7 JOINs - including a JOIN on on a sub-select and 2 JOINs inside the JOINed sub-select. http://t.co/piTTijY5lj
9:33am January 15th 2014 via web
@brackenm I played with both. Angular was easier to understand. But since I have to finish in 24h, I stuck with server side for now. Thx.
8:58pm January 14th 2014 via web in reply to brackenm
SELECT S.submit_id, S.created_at, COUNT(G.user_id) AS submit_count from tsugi_peer_submit as S LEFT JOIN ... http://t.co/iB7EmhzSah
7:00pm January 14th 2014 via web
RT @jacobian: So @adrianholovaty and I are retiring as BDFLs of Django. My post: http://t.co/Qkf37wY6qB. Adrian’s: http://t.co/7yo4Qntrma. …
1:47pm January 14th 2014 via web
UI mockup and data model notes. http://t.co/ai59wDY6cH
1:31pm January 14th 2014 via Twitter for iPhone
I want to write this app with an in-browser MVC stack backed by a JSON store. Any favourites?
11:02am January 14th 2014 via web
@wilm @LearningImpact Of course I know about WebPA - but it is *group* oriented and needs LTI extensions. I want individual assignments.
10:51am January 14th 2014 via web in reply to wilm
@jlongland @xcompass Who can help me with it? I am not interested in group work - only dynamic, flexible lightweight peer grading.
9:58am January 14th 2014 via Tweet Button in reply to jlongland
@btopro It will all be up on github - I will be using my latest LTI framework - https://t.co/jW0YTQxgTa
9:48am January 14th 2014 via web in reply to btopro
RT @jlongland: @drchuck Or... work on an existing one: https://t.co/xEmgQYxYAi if it meets your needs cc @xcompass
9:47am January 14th 2014 via web
@jlongland @xcompass Looks cool. Does not do LTI and uses CakePHP :( But looks like a very complete system - I can borrow ideas.
9:46am January 14th 2014 via web in reply to jlongland
@btopro It will be a very cool, highly dynamic lightweight peer-grading system. Intended to be fun for students and greatly speed grading.
9:42am January 14th 2014 via web in reply to btopro
RT @btopro: @drchuck Tomorrow's Task: Wrap into #drupal , 2 days from tomorrow: Market ELMS as having a peer grading system that plugs into…
9:41am January 14th 2014 via web
Today's Task: Write a peer-grading system in PHP and IMS LTI.
9:12am January 14th 2014 via web
Internet History Technology, and Security Office Hours Santa Monica, CA: http://t.co/tUJdth8Bit - Sign up here https://t.co/VlpsV7FMTv
10:08pm January 13th 2014 via web
RT @PhilOnEdTech: % of US undergrads taking at least 1 online course: 21% public 4-year, 16% private 4, 66% for-profit, 27% public 2 http:/…
9:35pm January 13th 2014 via web