Changes

Jump to navigation Jump to search
2,731 bytes removed ,  14:42, 2 September 2014
Line 3: Line 3:  
This page is updated each week (usually on Monday morning) with notes from the Sugar Labs community. (The digest is also sent to the community-news at sugarlabs.org list, blogged at [http://walterbender.org/ walterbender.org], and [[Archive/Current Events|archived here]].) If you would like to contribute, please send email to [[User:walter|walter]] at sugarlabs.org by the weekend. (Also visit <span class="plainlinks">[http://planet.sugarlabs.org planet.sugarlabs.org].</span>)
 
This page is updated each week (usually on Monday morning) with notes from the Sugar Labs community. (The digest is also sent to the community-news at sugarlabs.org list, blogged at [http://walterbender.org/ walterbender.org], and [[Archive/Current Events|archived here]].) If you would like to contribute, please send email to [[User:walter|walter]] at sugarlabs.org by the weekend. (Also visit <span class="plainlinks">[http://planet.sugarlabs.org planet.sugarlabs.org].</span>)
   −
==Sugar Digest==
+
== Sugar Digest ==
   −
Happy 6th Birthday Sugar Labs
+
I took the summer off from blogging, hence I have a lot to report about the exciting progress we've made of the past three months.
   −
1. I just got back from Turtle Art Day in Kathmandu, Nepal. OLE Nepal helped organize a 2-day workshop with 70+ children from four schools. Many thanks to Martin Dluhos, Basanta Shrestha, Subir Pradhanang, Rabi Karmacharya, Bernie Innocenti, Nick Dorion, and Adam Holt, all of whom contributed to the event.
+
First, congratulations to our ten participants in Google Summer of Code:
   −
It was not a surprise that children in Nepal are like children everywhere else: they take to programming like ducks to water. We began by taking the children in small groups to learn some basics about controlling the turtle: one child plays the role of turtle, one holds the pen (a piece of chalk) and the rest, in a circle, instruct the "turtle" how to draw a square. They need to be very precise with their instructions: if they just say "forward" without saying how far forward, the turtle keeps walking. If they say "right", without saying how far to turn, the turtle keeps spinning. After they draw a square, I ask them to draw a triangle; then they are ready to start with Turtle Art. I've posted a few of the chalk drawings in the wiki: [[:File:Chalk1.jpg|simple ones]] from my session, to [[:File:Chalk1.jpg|more elaborate]], from those working with another one of the mentors.
+
{| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: #e3e4e5;"
 +
|-style="background:#787878; color: white;"
 +
! Project !! Student !! Mentor !! Blog
 +
|-
 +
|Music Suite||Aneesh Dogra||Gonzalo Odiard||
 +
|-
 +
|Turtle Art 3D||Anubhav Jaiswal||Tony Forster||
 +
|-
 +
|Activity Unit/UI Tests||Gaurav Parida||Daniel Narvaez||[http://gp94me.tumblr.com/tagged/gsoc]
 +
|-
 +
|Port to Python 3||Kunal Arora||Sameer Verma||
 +
|-
 +
|Bulletin Board||Nazrul Haque Athar||Walter Bender||[http://native-93.tumblr.com/post/87323850971/layout-chat-interface]
 +
|-
 +
|Hack a Stuffed Animal||Jade Garrett||Stephen Thomas||
 +
|-
 +
|Social Help for Sugar||Prasoon Shukla||Paul Cotton||[http://sugargsoc.wordpress.com/]
 +
|-
 +
|Cordova Container for Sugar||Puneet Kaur||Lionel Laské||[http://www.sugarcordova.blogspot.com/]
 +
|-
 +
|Sugar Listens||Rodrigo Parra||Martin Abente||[http://tmblr.co/ZLEL4t1Gv4jqp]
 +
|}
   −
After working with chalk, we went to the computers. On a laptop connected to a projector, I introduced Turtle Blocks, and again ask for a square. I show them that they can snap together blocks, e.g., forward 100, right 90; showed them the repeat block; and then I show them how to use the start block to run their program with the rabbit or snail (fast or slow). Over time, I introduced the pen and let them explore colors for awhile. Next, I introduce action blocks: make an action for drawing a square and then call that action inside of a repeat block followed by right 45, and you get a pretty cool pattern. This was followed by more open-ended exploration. I introduced a few more ideas, such as using "set color to heading" (the color is determined by the direction the turtle is heading); "set color = color + 1" to increment the color; and "set color = time" to make the color slowly change over time. I also introduced a few other blocks, such as show, speak, and random. Finally, I introduced boxes. For this, I use a physical box: I ask the children to put a number (written on paper) in the box; then I ask them what number is in the box. I ask them to take the number in the box and add 1 to it. Again I ask them what number is in the box. I repeat this until they get used to it; then I show them the same thing using Turtle. The example program I write with them is to go forward by the amount in the box, turn right, and add 10 to the number in the box. I asked them what they think will happen, and then show them that it makes a spiral. When they run it with the "snail", they can see the number in the box as the program runs. Another block I explicitly introduced was the "show" block. We programmed an animation with "show image", "wait 1", "show image", "wait 1", ... They recorded dance steps using the Sugar Record activity and used those images in their Turtle projects. As often as possible, we tried to have a child show their work to the entire group. At the end of the second day, we had a table set up for an exhibition; we had to keep adding more tables as more and more children wanted to show off their projects.
+
Also, thank you to both Google, for once again letting us participate in this great program and to our mentors, who gave time and attention to the students. I am happy to say that we not only learned a great deal, e.g., Kunal's efforts have informed us as to what we will need to do to migrate to Python 3, but also, we have landed (or will land) much of the work.
   −
We originally planned on break-out sessions on Day Two, but we had a technical glitch on Day One, that slowed things down quite a bit. The children were running Sugar 0.82 on XO-1 laptops, which is nearly six-years old. They had them connected to the mesh network, which cannot scale properly to 70+ machines. The result was a lot of frozen machines. It took most of the day to figure out what was wrong. Once we turned off the radios, everything worked great. I also had to spin a stripped down version of Turtle Art, since a number of dependencies I use, such as some Python 2.7 features, were unavailable on 0.82.
+
For example, one of the projects, Turtle Art 3D, is now available for download from the Sugar activity portal [http://activities.sugarlabs.org/en-US/sugar/addon/4757].
   −
We did have one break-out session for robotics. I brought a Butia to Nepal and I wrote the typical program with the kids to have the Butia go forward until it got to the edge of the circle (everyone was sitting in a circle on the floor); whomever the Butia approached had to push a button so that the Butia would spin and then go in another direction. We then added a few embellishments: the Butia would say "ouch" or "that tickles" when the button was pushed; and we had it take a picture of the child who pushed the button. We saved the files so we could use them to make an animation in Turtle Art.
+
2. We held a Turtle Art Day in San Antonio Texas in August as part of [http://www.openedjam.org/ Open Ed Jam], organized by Mariah Noelle Villarreal. Tip of the hat to Ruben Rodriguéz, whose [[Trisquel_On_A_Sugar_Toast|TOAST]] (Trisquel with Sugar) image was used in the workshop.
   −
Of note: One child approached me to say he is teaching himself to program Python. I showed him how to export Python from his Turtle Art projects. I'll be curious how he uses that feature. I am making a new set to [[Activities/Turtle_Art/Turtle_Cards|Turtle Cards]] to demonstrate the steps we took in explaining Turtle to the children.
+
We used USB keys donated by Nexcopy as part of their Recycle USB campaign.
   −
Photos: [https://www.facebook.com/permalink.php?story_fbid=10151995403127583&id=187845102582] [https://www.facebook.com/photo.php?fbid=10152402311569362&set=a.140818034361.110570.552694361&type=1&theater] [https://www.facebook.com/permalink.php?story_fbid=10151996917067583&id=187845102582] [https://www.facebook.com/permalink.php?story_fbid=10151996931477583&id=187845102582]
+
3. Speaking of Turtle Art, Cynthia Solomon, Claudia Urrea, and I wrote a paper, "(More than) Twenty Things to Do in Turtle Blocks" for the Constructionist Conference in Vienna. We made some videos as well. See [http://people.sugarlabs.org/walter/More-than-20.pdf].
   −
2. While I was in Kathmandu, I had a chance to meet with the Nepali FOSS community, thanks to Shankar Pokharel, Ankur Sharma, and Subir Pradhanang. We had a nice [[:File:Kathmandu-FOSS.pdf|talk]] about the challenges and opportunities facing FOSS in Nepal.
+
=== In the community ===
   −
3. Just before my trip to Nepal, I was in Mexico attending [http://aldeadigitalmx.com/ Aldea Digital]. The central plaza in Centro Historico in DF is turned into the world's largest free Internet cafe for two weeks. I gave a lecture about Sugar and ran an impromptu Turtle Art session. (We installed Sugar in a VM on twenty Windows 8 machines and ran a session.) I also had a chance to meet Ian, the 9-month old baby of Carla Gomez: a future Turtle Artist.
+
4. There will be a Youth Summit held in Montevideo September 20-23.  
 +
ANEP (National Administration of Public Education) and Sugar Labs are organizing a World Junior Programmers Summit, a meeting among  youths  from different parts of the world who are working in software development. Taking advantage of this gathering, we are soliciting participation by leaders of educational programs interested in the potential that technology has on learning and in promoting meaningful participation of students.  
   −
=== In the Community ===
+
This event will last for four days, three days for the youth meeting, and the fourth day for a series of strategic to discuss the current impact and  future of the Sugar learning environment. The first day of the youth event will be open to anyone interested in joining the community of free software developers, while the other two days will be for those who are already actively involved in Sugar development.
   −
4. Mike Dawson, formally of OLPC Afghanistan, wrote a nice [http://www.ictworks.org/2014/05/14/keepod-wasting-40000-to-reinvent-linux-on-a-stick/ commentary on the Keepod] in which he mentions Sugar on a Stick.
+
Who should attend:  
 +
* Youths who have an interest in programming and / or have made ​​concrete contributions to the development of the Sugar learning environment;
 +
* Leaders interested in participating in a series of strategic meetings to define the future of the Sugar learning environment.  
   −
5. Google Summer of Code begins on the 19th of May. We'll be meeting every week in IRC on Fridays at 2PM EST.
+
Why participate in this meeting:
 +
* To work with internationally recognized young a Python developers;
 +
* Help define the future of the Sugar learning environment and future generations of software for learning;
 +
* To connect with experts, convinced of the potential of technology in the development and learning;
 +
* To strengthen the community of users of the Sugar learning environment around the world.  
   −
6. There is still time to enter the [http://contest.sugarlabs.org Sugar Background Image Contest].
+
Anyone interested in participating in this important event should contact us immediately. ANEP has offered funding to cover the local costs for  youths to participate in this event.
 +
 
 +
Registration is here: [https://docs.google.com/forms/d/1w2pHuRZSeTr6_4WEe3gjj6LjgBqp7v_loxc_yqb9IL0/viewform]
    
=== Tech Talk ===
 
=== Tech Talk ===
   −
7. Daniel Narvaez has been building [http://shell.sugarlabs.org/~dnarvaez/oob/ F20 images for XO]: The XO-1 image boots into Sugar (latest from git) and wifi works. He has also built XO-4 images.
+
5. Martin Abente oversaw the release of Sugar 102 and is now gathering feature requests for Sugar 104. Please see [[0.104/Feature_List]].
 
  −
8. Daniel also built tarballs for 0.101.5 ([http://download.sugarlabs.org/sources/sucrose/glucose/sugar/sugar-0.101.7.tar.xz sugar-0.101.7.tar.xz] and [http://download.sugarlabs.org/sources/sucrose/glucose/sugar-toolkit-gtk3/sugar-toolkit-gtk3-0.101.5.tar.xz sugar-toolkit-gtk3-0.101.5.tar.xz]. We are now in string, API and UI freeze.
  −
 
  −
9. Please help us with [[0.102/Testing|testing of Sugar 102]].
      
=== Sugar Labs ===
 
=== Sugar Labs ===
   −
10. Please visit our [http://planet.sugarlabs.org planet].
+
6. Please visit our planet at http://planet.sugarlab.org
    
== Community News archive ==
 
== Community News archive ==

Navigation menu