<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><p style="font-family: Helvetica; "><font size="3">Hi Folks…</font></p>
<p style="font-family: Helvetica; min-height: 14px; "><font size="3"><br></font></p>
<p style="font-family: Helvetica; "><font size="3">Sorry I didn't put my 2 cents worth in sooner, but here are some questions/suggestions I have re: planning for the future….</font></p>
<p style="font-family: Helvetica; min-height: 14px; "><font size="3"><br></font></p>
<p style="font-family: Helvetica; "><font size="3">Someone remarked that teachers don't like to use Sugar. If not,… why not?</font></p>
<p style="font-family: Helvetica; "><font size="3">Ask them!</font></p>
<p style="font-family: Helvetica; min-height: 14px; "><font size="3"><br></font></p>
<p style="font-family: Helvetica; "><font size="3">Obviously, the teachers in Uruguay like it and use it. But not all of it.</font></p>
<p style="font-family: Helvetica; "><font size="3">So, do a survey of teachers who do use it and find the 10 or 20 top Activities and then concentrate on getting them ported to a more universal platform (e.g. Android). When I was there a few years back I did ask them… and the students. The hands-down winner was Labyrinth!</font></p>
<p style="font-family: Helvetica; min-height: 14px; "><font size="3"><br></font></p>
<p style="font-family: Helvetica; "><font size="3">How important is collaboration? Ask the teachers!</font></p>
<p style="font-family: Helvetica; "><font size="3">Can collaboration be implemented on an Android platform? If not, is there an easy work around?</font></p>
<p style="font-family: Helvetica; min-height: 14px; "><font size="3"><br></font></p>
<p style="font-family: Helvetica; "><font size="3">Could someone write an ebook similar to James Simmons' "Make Your Own Sugar Activities" but with instructions for adapting or creating Sugar Activities for Android or whatever other platform is chosen?</font></p>
<p style="font-family: Helvetica; min-height: 14px; "><font size="3"><br></font></p>
<p style="font-family: Helvetica; "><font size="3">Is it possible to get the Activities to integrate like they do on the XO? i.e. be able to transfer a project from one Activity to another for further use.</font></p>
<p style="font-family: Helvetica; min-height: 14px; "><font size="3"><br></font></p>
<p style="font-family: Helvetica; "><font size="3">Currently, I'm happily involved in an online course, Harvard's CS50, where I am learning C and will also be exposed to JavaScript, HTML (been there before) and CSS. My goal is to make my final project the adaptation of some Sugar Activity to IOS and maybe Android (although Lionel's group is beating me to it and doing a good job).</font></p>
<p style="font-family: Helvetica; min-height: 14px; "><font size="3"><br></font></p>
<p style="font-family: Helvetica; "><font size="3">One other thing I should mention about some Sugar Activities… some of them really lack color. When you look at the typical "educational" software for children, it is always bright and colorful with very simple artwork… maybe too much so. It also often has cute little tunes playing in the background. Teachers, parents, and children have grown to expect this in educational software. Perhaps considering brightening up the screens a bit on some of the Activities would be something to experiment with. </font></p>
<p style="font-family: Helvetica; min-height: 14px; "><font size="3"><br></font></p>
<p style="font-family: Helvetica; "><font size="3">OK. 'Nuff said.</font></p>
<p style="font-family: Helvetica; min-height: 14px; "><font size="3"><br></font></p>
<p style="font-family: Helvetica; "><font size="3">Caryl</font></p>
<p style="font-size: 12px; font-family: Helvetica; min-height: 14px; "><br></p><br><div>> Date: Sat, 28 Feb 2015 10:40:01 +1100<br>> From: quozl@laptop.org<br>> To: me@jvonau.ca<br>> CC: iaep@lists.sugarlabs.org; sugar-devel@lists.sugarlabs.org; lionel@olpc-france.org; samuel@greenfeld.org<br>> Subject: Re: [IAEP] [Sugar-devel] Planning for the future (Samuel Greenfeld)<br>> <br>> On Thu, Feb 26, 2015 at 03:31:50PM +1100, James Cameron wrote:<br>> > On Wed, Feb 25, 2015 at 04:20:02PM -0600, Jerry Vonau wrote:<br>> > > > On February 25, 2015 at 3:09 PM James Cameron <quozl@laptop.org> wrote:<br>> > > > On Wed, Feb 25, 2015 at 01:20:19PM -0600, Jerry Vonau wrote:<br>> > > > > I know this is not a sugar issue directly, more of an OLPC issue<br>> > > > > but since Fedora F12 the entire i686 platform's userland is<br>> > > > > being compiled with -mtune=atom which would use sse. This causes<br>> > > > > problems for some parts of sugar now that java is being used<br>> > > > > more and the XO-1 lacks sse.  Fixing one package that uses sse<br>> > > > > might fix one issue but this is really a distro wide setting and<br>> > > > > other issues may float to the top in other areas.<br>> > > ><br>> > > > Thanks, wasn't aware -mtune=atom was being used upstream.  It<br>> > > > explains a lot.  First build after Fedora 11 was 11.2.0 (os874)<br>> > > > using Fedora 14.  So if we rebuild everything there may be an<br>> > > > improvement?  That's probably something that can be set running as<br>> > > > a test.<br>> > > ><br>> > > <br>> > > Wouldn't all the rpms used need to be recompiled to ensure mtune is<br>> > > set to match throughout the distro?<br>> > <br>> > Don't think so.  Check my logic:<br>> > <br>> > The GCC documentation you referenced described -mtune as "Tune to<br>> > cpu-type everything applicable about the generated code, except for<br>> > the ABI and the set of available instructions. "<br>> > <br>> > -march is more significant, as "Generate instructions for the machine<br>> > type cpu-type. The choices for cpu-type are the same as for<br>> > -mtune. Moreover, specifying -march=cpu-type implies<br>> > -mtune=cpu-type. "<br>> > <br>> > If the ABI were different between i586 and i686 arch, that would be<br>> > very interesting.<br>> > <br>> > > Tall order IMHO, good luck<br>> > <br>> > ;-)<br>> > <br>> > For the moment, I'm doing a mock --rebuild of webkitgtk3 with<br>> > --arch=i586, and the logs so far show "-march=i586 -mtune=generic"<br>> > instead of "-march=i686 -mtune=atom":<br>> <br>> This didn't change the problem, gdb core still showed SSE instructions<br>> used.<br>> <br>> Daniel Drake's change to WebKit that fixed this before has since been<br>> lost in the current WebKit sources in git.  Patch is in the history,<br>> but some later patch removed the change.<br>> <br>> > <br>> > $ grep mtune build.log | grep i586 | wc --lines<br>> > 8564<br>> > $ grep mtune build.log | grep atom | wc --lines<br>> > 0<br>> > $ <br>> > <br>> > > Jerry<br>> > <br>> > -- <br>> > James Cameron<br>> > http://quozl.linux.org.au/<br>> <br>> -- <br>> James Cameron<br>> http://quozl.linux.org.au/<br>> _______________________________________________<br>> IAEP -- It's An Education Project (not a laptop project!)<br>> IAEP@lists.sugarlabs.org<br>> http://lists.sugarlabs.org/listinfo/iaep<br></div>                                      </div></body>
</html>