Re: [Sugar-devel] Interesting USB-pluggable robots, controller boards, and sensors

2011-03-17 Thread Kevin Mark
On Thu, Mar 17, 2011 at 11:45:15AM +1100, fors...@ozonline.com.au wrote:
 Hi
 An exciting new robotics idea from Guzman Trinidad.
 
 Turtle Art is programmed to produce two different frequencies. The headphone 
 output of the XO is connected to a pair of LM567 integrated circuit tone 
 decoders, each of which lights a LED when its input signal frequency is 
 present. With this principle we could control any device.
 
  *http://www.youtube.com/watch?v=IVzVlAZsz1w*
 
 To be widely adopted, robotics kits need to be low cost and be low entry 
 high ceiling. Guzman's idea has the potential to lower the cost.
 
 My estimates:
 
 Lego NXT $500
 Lego Wedo $170
 Scratch sensor board $45
 Arduino $40
 PICAXE $15 (http://littlebirdelectronics.com/products/picaxe14m-starter-pack)
 LM567 decoder board $?
 
 I am unaware if anybody has looked at the PICAXE and the XO, could be worth 
 looking at.
 
 I am assuming that the cost of many of these kits is too high for the markets 
 into which the XO is shipping.
 
 Tony

I have a Ti Launchpad (a $4.30 USD + shipping?) micro-controller board that
uses the msp430 line. I was able to compile msp430-gcc on the xo-1.5 and use it
with mspdebug to upload firmware to it. I would assume someone with more
knowledge than me could add a few more bits or a simple circut and add some
software to turtle art to make it do something like the picaxe. The launchpad
has 2 simple switches, 2 LEDS and an internal temp sensor (on 1 of the 2
included chips) and it includes a usb cable.

-- 
|  .''`.  == Debian GNU/Linux ==.| http://kevix.myopenid.com..|
| : :' : The Universal OS| mysite.verizon.net/kevin.mark/.|
| `. `'   http://www.debian.org/.| http://counter.li.org [#238656]|
|___`-Unless I ask to be CCd,.assume I am subscribed._|

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Interesting USB-pluggable robots, controller boards, and sensors

2011-03-17 Thread Samuel Greenfeld
It sounds like what is desired is an update of a 10+ year-old thing I 
helped design called MIPPET -- Module for Input/Output Programming 
Projects Enhancing Teaching [1].


The interface we used was the parallel port, which made things easy at 
the time since USB 1.0 was in its infancy.  There was talk even then 
though of possibly doing a USB update, and we had a USB 1.0 development 
kit I played with a bit.


This was never mass sold to my knowledge, but I could try and research 
if any progress has been made on the USB update.  If not I could attempt 
it or nudge other people to try and do so, although if this turns into 
someone's college project I would not expect to see a result until the 
fall semester.



(Extra credit goes to anyone who can figure out what MIPPET actually 
stands for and not the backronym the professor came up with.  It's not 
too hard to find, so I'm not certain what it will get you.)


[1] Described a bit in the document at 
http://www.rowan.edu/mars/compsci/CS1labs/Mippet.ppt with pictures.   
Example coursework which probably could be ported to Python/Turtleart 
(or more likely Etoys with its collision detection) at 
http://www.rowan.edu/mars/compsci/cs1labs/SIGCSE03.htm .



On 3/17/2011 2:56 AM, Kevin Mark wrote:

On Thu, Mar 17, 2011 at 11:45:15AM +1100, fors...@ozonline.com.au wrote:

Hi
An exciting new robotics idea from Guzman Trinidad.

Turtle Art is programmed to produce two different frequencies. The headphone 
output of the XO is connected to a pair of LM567 integrated circuit tone 
decoders, each of which lights a LED when its input signal frequency is 
present. With this principle we could control any device.

  *http://www.youtube.com/watch?v=IVzVlAZsz1w*

To be widely adopted, robotics kits need to be low cost and be low entry high 
ceiling. Guzman's idea has the potential to lower the cost.

My estimates:

Lego NXT $500
Lego Wedo $170
Scratch sensor board $45
Arduino $40
PICAXE $15 (http://littlebirdelectronics.com/products/picaxe14m-starter-pack)
LM567 decoder board $?

I am unaware if anybody has looked at the PICAXE and the XO, could be worth 
looking at.

I am assuming that the cost of many of these kits is too high for the markets 
into which the XO is shipping.

Tony

I have a Ti Launchpad (a $4.30 USD + shipping?) micro-controller board that
uses the msp430 line. I was able to compile msp430-gcc on the xo-1.5 and use it
with mspdebug to upload firmware to it. I would assume someone with more
knowledge than me could add a few more bits or a simple circut and add some
software to turtle art to make it do something like the picaxe. The launchpad
has 2 simple switches, 2 LEDS and an internal temp sensor (on 1 of the 2
included chips) and it includes a usb cable.



___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Interesting USB-pluggable robots, controller boards, and sensors

2011-03-17 Thread forster
Kevin
Thats good! Please document somewhere all the steps you took. 

We should bring all the robotics/sensor stuff together somewhere. (I saw there 
was free Linux software for the Picaxe too). Deployments can then choose what 
I/O hardware suits them.

Tony

 
 I have a Ti Launchpad (a $4.30 USD + shipping?) micro-controller board that
 uses the msp430 line. I was able to compile msp430-gcc on the xo-1.5 and use 
 it
 with mspdebug to upload firmware to it. I would assume someone with more
 knowledge than me could add a few more bits or a simple circut and add some
 software to turtle art to make it do something like the picaxe. The launchpad
 has 2 simple switches, 2 LEDS and an internal temp sensor (on 1 of the 2
 included chips) and it includes a usb cable.
 
 -- 
 |  .''`.  == Debian GNU/Linux ==.| http://kevix.myopenid.com..|
 | : :' : The Universal OS| mysite.verizon.net/kevin.mark/.|
 | `. `'   http://www.debian.org/.| http://counter.li.org [#238656]|
 |___`-Unless I ask to be CCd,.assume I am subscribed._|
 
 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel
 
 _
 This mail has been virus scanned by Australia On Line
 see http://www.australiaonline.net.au/mailscanning

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [Design] [Patches] New Toolbars in Activities

2011-03-17 Thread Gary Martin
Hi Sebastian,

On 16 Mar 2011, at 21:33, Sebastian Silva sebast...@somosazucar.org wrote:

 El 16/03/11 16:07, Simon Schampijer escribió:
 On 03/13/2011 10:46 AM, Gary Martin wrote:
 Hi Simon,
 
 On 10 Mar 2011, at 18:54, Simon Schampijer wrote:
 
 On 03/10/2011 01:13 PM, Sebastian Silva wrote:
 Hello / Hola,
 
 As some of you know I started working with Activity Central last week,
 as an Activity Developer.
 My tasks will be to improve our Activities and also I consider, make
 life easier for activity developers.
 
 I'm looking forward to sharing more of what we do and have already
 signed up with the Activities Team.
 
 My first contribution is to update the toolbars in several activities.
 In the process I've run into some design decisions. In particular, with
 activities with few actions, updating the toolbar concealed the actions
 behind a ToolbarButton (see Get Books, for example). This did not seem
 right, so I took the liberty of moving main actions to the main toolbar.
 From
 http://wiki.sugarlabs.org/go/Features/New_Toolbar_Design#Benefit_to_Sugar 
 -
 /Make process of switching between toolbars more clear, use tool
 buttons that are showing all the time (in main toolbar), i.e., having
 Close/Help buttons visible all the time could be very useful./ seems to
 support my decision.
 
 I've updated
 http://wiki.sugarlabs.org/go/Activity_Team/TODO#Activity_Feature_Requests 
 with
 the following.
 Activity Git repo with patches Comment
 Typing Turtle
 git://git.sugarlabs.org/~icarito/typing-turtle/typing-turtle-icarito.git 
 DONE. Waiting for merge request.
 StopWatch git://git.sugarlabs.org/stopwatch/stopwatch.git DONE. Moved
 Share and Keep buttons to main toolbar.
 Help git://git.sugarlabs.org/~icarito/help/help-newui.git DONE. Put
 navigation in main bar (like in Browse). Waiting for merge request.
 Distance git://git.sugarlabs.org/distance/distance.git DONE by dirakx.
 Maze git://git.sugarlabs.org/~icarito/maze/icaritos-mainline.git DONE.
 Moved Share to main bar. Waiting for merge request.
 Get Books
 git://git.sugarlabs.org/~icarito/get-books/icaritos-mainline.git DONE.
 Moved book actions to main toolbar. Waiting for merge request.
 Words - Working on iticarito
 http://wiki.sugarlabs.org/go/User:Icarito13:00, 10 March 2011 (EST).
 The UI can be improved.
 Jukebox - Working on iticarito
 http://wiki.sugarlabs.org/go/User:Icarito13:00, 10 March 2011 (EST).
 
 I'd appreciate some feedback and peer review - as well as attention to
 the pending merge requests. Also on the dev workflow.
 
 Thanks, I'm happy to finally contribute code again.
 
 Sebastian
 
 Hi Sebastian,
 
 thanks for your work!
 
 I remember that we had defined some guidelines when using the new toolbars.
 
 So if I remember correctly (Gary feel free to correct me) we agreed that 
 for simple activities the options can be moved to the main toolbar. Some 
 things should be considered here (can be seen in the screenshot attached 
 and the code is in [1]):
 
 - left should be the activity icon with the name in the palette
 - then the other options (title, sharing, keep) left aligned
 - the sharing button is made insensitive (but shown) if sharing is not 
 implemented (self.max_participants = 1)
 
 I think we have not writing those guidelines down yet ([2] does not say 
 anything about it and as well I could not find that info in any design 
 page). Gary, what would be the best place to keep this info?
 
 Yes, the new toolbar design is an addition needed for the Sugar HIG 
 update/rework. Plan is to take a static snapshot (a fixed readonly 
 document) of the HIG as it stands on the wiki, and then update/rework the 
 wiki HIG. Thanks for the reminder about the special case for minimal/simple 
 activities (I'll need to go back and dig out the old discussions).
 
 --Gary
 
 AFAIR, I did code the help activity based on the discussions back then. This 
 is the closest documentation I have :)
 Its screenshot day.
 In this case I also moved the Browse Toolbar items to the main bar (like I 
 observed in Browse).

Thanks for the screen shots, regarding Help, could you pick-up the latest home 
icon as was designed for Browse (rather than that nasty black house)? We went 
through quite some large number of mockup iterations to get it looking right ;)

Regards,
--Gary

 
 
 Regards,
   Simon
 
 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel
 
 Help.png
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [Design] [Patches] New Toolbars in Activities

2011-03-17 Thread Gonzalo Odiard
Probably Sebastian have a old version of Sugar, the icon is not in the
activity but in sugar-artwork.

Gonzalo


 Thanks for the screen shots, regarding Help, could you pick-up the latest
 home icon as was designed for Browse (rather than that nasty black house)?
 We went through quite some large number of mockup iterations to get it
 looking right ;)

 Regards,
 --Gary







 
 
  Regards,
Simon
 
  ___
  Sugar-devel mailing list
  Sugar-devel@lists.sugarlabs.org
  http://lists.sugarlabs.org/listinfo/sugar-devel
 
  Help.png
 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Paraguay's Inventario download link

2011-03-17 Thread Martin Langhoff
On Wed, Mar 16, 2011 at 7:19 PM, HALL,Brian C
brian.hal...@uwimona.edu.jm wrote:
 Where can I find the link to download and install inventario?

http://wiki.paraguayeduca.org/index.php/Especial:Search?search=inventariogo=Ir

Changed subject to match your question.

cheers,



m
-- 
 martin.langh...@gmail.com
 mar...@laptop.org -- Software Architect - OLPC
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Paraguay's Inventario download link

2011-03-17 Thread Martin Abente
http://wiki.paraguayeduca.org/index.php/Get_Inventory_System

Saludos,
tch

On Thu, Mar 17, 2011 at 10:10 AM, Martin Langhoff
martin.langh...@gmail.com wrote:
 On Wed, Mar 16, 2011 at 7:19 PM, HALL,Brian C
 brian.hal...@uwimona.edu.jm wrote:
 Where can I find the link to download and install inventario?

 http://wiki.paraguayeduca.org/index.php/Especial:Search?search=inventariogo=Ir

 Changed subject to match your question.

 cheers,



 m
 --
  martin.langh...@gmail.com
  mar...@laptop.org -- Software Architect - OLPC
  - ask interesting questions
  - don't get distracted with shiny stuff  - working code first
  - http://wiki.laptop.org/go/User:Martinlanghoff
 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] eduJam topics

2011-03-17 Thread Gonzalo Odiard
Hi,

the eduJAM will take place in Uruguay the 5-7 May 2011 [1].

As the event is targeted at developers we will have the opportunity to
gather a significant number of developers from our community and it will be
a good time to make assessments on today's status and to talk about future
plans of Sugar development.

This mail tries to gather some topics upfront that might be worth
approaching during the event.

Awaiting your valuable feedback,
Gonzalo

[1] http://wiki.sugarlabs.org/go/Uruguay_Summit_2011
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Twisted Sugar Advice

2011-03-17 Thread Mike Rehner
I'm a retired computer science teacher with a limited amount of python
experience. About a month and a half ago I decided to volunteer about 8-12
hours a week of time to Sugar Labs. Unfortunately Sugar Labs is using a
software stack that I am not very familiar with. I managed to learn git
enough to get a project up and down. Being familiar with Ubuntu I set up an
Ubuntu 10.4 LTS virtual machine running a Sugar emulator and an
Eclipse/Pydev development environment. I got the FLOSS manual on Sugar
Activities and learned that I needed to use the GTK framework. I wrote one
or 2 simple gtk programs but did not port them over to Sugar.. Also at this
time I agreed to work with someone from Columbus Girls School. Unfortunately
her mother became ill and she had to leave for California. So I decided to
learn Python + GTK developing a practice program.

The program was a simple server that would ask drill math questions.
Clients, either on the same machine or on a nearby machine would answer the
math questions. This was not to be fully developed with error checking and
all defs fully implemented but simply a proof of concept work to keep me on
track in improving my Python skills. Twisted looked like a good match with
GTK. So I wrote 1 or 2 simple Twisted client/server programs. Unfortunately
learning and making 2 event driven frameworks Twisted + GTK play together
nicely became very frustrating. It reminds me of the time I had to make
Ubuntu and Windows play together nicely- I did it but it took me time and
effort. So I have a following set of questions.


   1. Will Twisted play nicely with Sugar (i.e. should I keep going on with
   this model- writing a twisted (GTK?) question server with a Twisted + GTK
   answer client. My thinking on this model  is from my years of teaching is
   that students like to compete with each other and this model may add some
   collaborative learning when tweaked. Is this something worth continuing? I
   believe I can make Twisted + GTK work with difficulty  but I'm not sure that
   about Twisted in Sugar. There are two many unknowns for me.
   2. If anyone thinks Twisted + Sugar(GTK)  is worth pursuing, does anyone
   know of any good tutorials or information on this.
   3. If this is not worth pursuing what would be a good way I could devote
   about 8-12 hours to Sugar Labs Activities

cheers,

Mike

-- 
Mike Rehner
Groveport(Columbus) OH 43125
614 497 9774
www.e-wrench.com
myitclass.dyndns.org
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Twisted Sugar Advice

2011-03-17 Thread Lucian Branescu
On 17 March 2011 16:45, Mike Rehner babareh...@gmail.com wrote:
 I'm a retired computer science teacher with a limited amount of python
 experience. About a month and a half ago I decided to volunteer about 8-12
 hours a week of time to Sugar Labs. Unfortunately Sugar Labs is using a
 software stack that I am not very familiar with. I managed to learn git
 enough to get a project up and down. Being familiar with Ubuntu I set up an
 Ubuntu 10.4 LTS virtual machine running a Sugar emulator and an
 Eclipse/Pydev development environment. I got the FLOSS manual on Sugar
 Activities and learned that I needed to use the GTK framework. I wrote one
 or 2 simple gtk programs but did not port them over to Sugar.. Also at this
 time I agreed to work with someone from Columbus Girls School. Unfortunately
 her mother became ill and she had to leave for California. So I decided to
 learn Python + GTK developing a practice program.

 The program was a simple server that would ask drill math questions.
 Clients, either on the same machine or on a nearby machine would answer the
 math questions. This was not to be fully developed with error checking and
 all defs fully implemented but simply a proof of concept work to keep me on
 track in improving my Python skills. Twisted looked like a good match with
 GTK. So I wrote 1 or 2 simple Twisted client/server programs. Unfortunately
 learning and making 2 event driven frameworks Twisted + GTK play together
 nicely became very frustrating. It reminds me of the time I had to make
 Ubuntu and Windows play together nicely- I did it but it took me time and
 effort. So I have a following set of questions.

Are you using the gtk reactor?
http://twistedmatrix.com/documents/10.2.0/core/howto/choosing-reactor.html#auto11
It should just work.

 Will Twisted play nicely with Sugar (i.e. should I keep going on with this
 model- writing a twisted (GTK?) question server with a Twisted + GTK answer
 client. My thinking on this model  is from my years of teaching is that
 students like to compete with each other and this model may add some
 collaborative learning when tweaked. Is this something worth continuing? I
 believe I can make Twisted + GTK work with difficulty  but I'm not sure that
 about Twisted in Sugar. There are two many unknowns for me.
 If anyone thinks Twisted + Sugar(GTK)  is worth pursuing, does anyone know
 of any good tutorials or information on this.
 If this is not worth pursuing what would be a good way I could devote about
 8-12 hours to Sugar Labs Activities

It shouldn't work any differently in Sugar than with Gtk.

 cheers,

 Mike
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] eduJam topics

2011-03-17 Thread Simon Schampijer

On 03/17/2011 10:19 AM, Gonzalo Odiard wrote:

Hi,

the eduJAM will take place in Uruguay the 5-7 May 2011 [1].

As the event is targeted at developers we will have the opportunity to
gather a significant number of developers from our community and it will be
a good time to make assessments on today's status and to talk about future
plans of Sugar development.

This mail tries to gather some topics upfront that might be worth
approaching during the event.

Awaiting your valuable feedback,
Gonzalo

[1] http://wiki.sugarlabs.org/go/Uruguay_Summit_2011


Hi Gonzalo,

I would like to see the following topic discussed:

Maintainership:
a) why maintainership is important in an open source community
b) how to become a good maintainer
c) hands on (become a maintainer (starting with an activity) today)

Regards,
   Simon
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] eduJam topics

2011-03-17 Thread Gonzalo Odiard
Good! We can prepare a Mainteners Census, to know what activities need love.

Gonzalo

On Thu, Mar 17, 2011 at 4:59 PM, Simon Schampijer si...@schampijer.dewrote:

 On 03/17/2011 10:19 AM, Gonzalo Odiard wrote:

 Hi,

 the eduJAM will take place in Uruguay the 5-7 May 2011 [1].

 As the event is targeted at developers we will have the opportunity to
 gather a significant number of developers from our community and it will
 be
 a good time to make assessments on today's status and to talk about future
 plans of Sugar development.

 This mail tries to gather some topics upfront that might be worth
 approaching during the event.

 Awaiting your valuable feedback,
 Gonzalo

 [1] http://wiki.sugarlabs.org/go/Uruguay_Summit_2011


 Hi Gonzalo,

 I would like to see the following topic discussed:

 Maintainership:
 a) why maintainership is important in an open source community
 b) how to become a good maintainer
 c) hands on (become a maintainer (starting with an activity) today)

 Regards,
   Simon
 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] eduJam topics

2011-03-17 Thread Martin Abente
What about:

* Why and how to upstream

Saludos,
tch

:)

On Thu, Mar 17, 2011 at 11:19 AM, Gonzalo Odiard gonz...@laptop.org wrote:
 Hi,

 the eduJAM will take place in Uruguay the 5-7 May 2011 [1].

 As the event is targeted at developers we will have the opportunity to
 gather a significant number of developers from our community and it will be
 a good time to make assessments on today's status and to talk about future
 plans of Sugar development.

 This mail tries to gather some topics upfront that might be worth
 approaching during the event.

 Awaiting your valuable feedback,
 Gonzalo

 [1] http://wiki.sugarlabs.org/go/Uruguay_Summit_2011
 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel


___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] eduJam topics

2011-03-17 Thread Simon Schampijer

On 03/17/2011 04:05 PM, Martin Abente wrote:

What about:

* Why and how to upstream

Saludos,
tch

:)


Great idea, Martin - I like that one as well. I had similar thoughts :) 
How to interact with sugarlabs: can be broke down into: submit a bug 
report, submit a patch for review, become a maintainer, become a 
coordinator... And yes, talking a bit why this is important sounds great!


Regards,
   Simon
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] eduJam topics

2011-03-17 Thread Gonzalo Odiard
Anybody said Localization? :)

Gonzalo

On Thu, Mar 17, 2011 at 5:23 PM, Simon Schampijer si...@schampijer.dewrote:

 On 03/17/2011 04:05 PM, Martin Abente wrote:

 What about:

 * Why and how to upstream

 Saludos,
 tch

 :)


 Great idea, Martin - I like that one as well. I had similar thoughts :) How
 to interact with sugarlabs: can be broke down into: submit a bug report,
 submit a patch for review, become a maintainer, become a coordinator... And
 yes, talking a bit why this is important sounds great!

 Regards,
   Simon

 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] eduJam topics

2011-03-17 Thread Simon Schampijer

On 03/17/2011 04:29 PM, Gonzalo Odiard wrote:

Anybody said Localization? :)

Gonzalo


++1! This is a good one!

Regards,
   Simon
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] eduJam topics

2011-03-17 Thread Rafael Ortiz
Hi all.
On Thu, Mar 17, 2011 at 3:36 PM, Simon Schampijer si...@schampijer.dewrote:

 On 03/17/2011 04:29 PM, Gonzalo Odiard wrote:

 Anybody said Localization? :)

 Gonzalo


 ++1! This is a good one!


 Although I don't know if i can make it to .UY, it would be nice to
talk about.

-Activities maintenance
-Localization
-PyGobject migration.



Cheers.


 Regards,
   Simon
 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] FW: [Server-devel] Load testing the XS school server

2011-03-17 Thread Martin Abente
Hello Brian,

Are you planning to do devel on inventario or you just want to use it?

kind regards,
tch

On Thu, Mar 17, 2011 at 5:50 PM, HALL,Brian C
brian.hal...@uwimona.edu.jm wrote:


 Thank you very much. Much appreciated.



 Iam now at the section about



 Compile gui:

 cd /var/inventario/gui ; ./generate.py build  rm -rf ../public/build 
 mv build ../public





 When I run this, I get the error: ‘Cannot find real generator script under:
 “/var/inventario/qooxdoox-sdk/tool/bin/generator.py”; aborting’



 Could you assist me in this?



 Thanks in advance,

 Brian





 From: German Ruiz [mailto:germa...@opensuse.org.ni]
 Sent: Wednesday, March 16, 2011 8:14 PM
 To: HALL,Brian C
 Subject: Re: [Server-devel] [Sugar-devel] Load testing the XS school server



 Inventario from paraguayeduca???



 http://wiki.paraguayeduca.org/index.php/Instalacion_Inventario





 2011/3/16 HALL,Brian C brian.hal...@uwimona.edu.jm

 Hey Guys,

 Where can I find the link to download and install inventario?



 Thanks In advance,
 Brian

 -Original Message-
 From: server-devel-boun...@lists.laptop.org
 [mailto:server-devel-boun...@lists.laptop.org] On Behalf Of Martin Langhoff
 Sent: Wednesday, March 16, 2011 11:15 AM
 To: Sameer Verma
 Cc: XS Devel; Devel's in the Details; Sugar-dev Devel
 Subject: Re: [Server-devel] [Sugar-devel] Load testing the XS school server

 Hi Ben,

 Very interesting! And congrats, I guess this means you've got your Masters
 or will soon have it.

 I'd like to see linked the JMeter automation scripts, raw data files, etc.
 It may be agood idea to have XS_Load_Testing be a summary page with links to
 resources:

  - example JMeter scripts
  - your thesis paper (under a more fitting title -- something along the
 lines of XS_Load_Testing_Ben_Tran_Thesis )
  - maybe cross-linked to the server sizing section
 http://wiki.laptop.org/go/XS_Recommended_Hardware#Server_Sizing

 cheers,


 m

 On Thu, Mar 10, 2011 at 3:10 PM, Sameer Verma sve...@sfsu.edu wrote:
 Benjamin Tran (one of my students) has been working on his Masters
 thesis for over a year, load testing different hardware configurations
 running XS 0.6 school server. He defended his thesis successfully and
 his work is now up on the OLPC wiki.
 http://wiki.laptop.org/go/XS_Load_Testing

 The platforms tested were:
 XS-on-XO1
 FitPC
 FitPC2
 OLPCorps SolidLogic
 Generic PC
 Dell Precision 670 dual Xeon workstation w/4GB RAM

 Note that the work has certain limitations based on his thesis
 requirements and the data available from the field. Both Ben and I are
 happy to continue the work beyond his thesis effort.

 cheers,
 Sameer
 --
 Dr. Sameer Verma, Ph.D.
 Associate Professor, Information Systems Director, Campus Business
 Solutions San Francisco State University http://verma.sfsu.edu/
 http://opensource.sfsu.edu/ http://cbs.sfsu.edu/ http://is.sfsu.edu/
 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel




 --
  martin.langh...@gmail.com
  mar...@laptop.org -- Software Architect - OLPC
  - ask interesting questions
  - don't get distracted with shiny stuff  - working code first
  - http://wiki.laptop.org/go/User:Martinlanghoff
 ___

 Server-devel mailing list
 server-de...@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel
 ___
 Server-devel mailing list
 server-de...@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel


 --
 German R S

 ___
 Devel mailing list
 de...@lists.laptop.org
 http://lists.laptop.org/listinfo/devel


___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Infra-red photography with the XO camera

2011-03-17 Thread Anish Mangal
Hi,

Just wanted to share my attempt at low-cost IR photography with the XO-1 camera.

http://wiki.sugarlabs.org/go/User:M_anish#Partial_near-IR_photography_with_the_XO_camera

-- 
Anish | an...@sugarlabs.org
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [IAEP] Infra-red photography with the XO camera

2011-03-17 Thread Anish Mangal
On Fri, Mar 18, 2011 at 00:38, John Watlington w...@laptop.org wrote:

 I hate to mention this, but the specs for the XO camera module include
 an IR blocking filter (coating) on the lens.  Otherwise, the COMS imagers are
 unduly sensitive to IR.

That is unfortunately true, as the last image on the wiki page would
suggest, but it still doesn't cut off all IR radiation. Even modern
DSLR cameras come with the IR-cut filter right in front of the sensor,
but cranking up the ISO and blocking the visible spectrum can still
result in some nice IR images (with whatever little IR that passes
through).

If someone can get the night mode on the camera to work, it might turn
out to be an interesting experiment ;-)


 Regards,
 John

 On Mar 17, 2011, at 9:20 PM, Anish Mangal wrote:

 Hi,

 Just wanted to share my attempt at low-cost IR photography with the XO-1 
 camera.

 http://wiki.sugarlabs.org/go/User:M_anish#Partial_near-IR_photography_with_the_XO_camera

 --
 Anish | an...@sugarlabs.org
 ___
 IAEP -- It's An Education Project (not a laptop project!)
 i...@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/iaep

 ___
 IAEP -- It's An Education Project (not a laptop project!)
 i...@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/iaep




-- 
Anish | an...@sugarlabs.org
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [SoaS] f15 gnome3 install to HD with sugar0.92.0 and how to edit menus with alacarte

2011-03-17 Thread Thomas C Gilliard



James Cameron wrote:

On Mon, Mar 14, 2011 at 03:05:48PM -0700, Thomas C Gilliard wrote:
  

http://wiki.sugarlabs.org/go/Sugar_Creation_Kit#f15_gnome3_with_sugar0.92.0



No such anchor in the page.  The correct link is currently:

http://wiki.sugarlabs.org/go/Sugar_Creation_Kit#f15_gnome3_with_sugar_0.92.0

Also, in this section you refer to, I can't tell if this is a test
report, an installation procedure, or something else.  It seems to be a
farm of links with a few commands thrown in.

I'm puzzled as to why the section is inside a section ON-LINE VERSION,
and why the section is in the page Sugar Creation Kit.

The table of contents of the Sugar Creation Kit page is quite random
and confusing.  Have you had any feedback on this from others?

  

I have just tried to simplify, and organize:

http://wiki.sugarlabs.org/go/Sugar_Creation_Kit

Please look at it and let me any ideas on how it can be improved.

Tom Gilliard
satellit

Here is my explanation for having the On-Line Version:

ON-LINE VERSION
An expanded and enhanced listing of Items Included in the 
SugarCreationKit DVD ver 1.2.3
Use to Download the elements you need and burn to your own DVD to save 
Downloading all of the above SCK DVD.iso


 How to make your own custom Sugar-Creation_Kit.iso file
Collect, annotate and sort the files you want in a folder on your Desktop.
 burn the contents of this folder to a CD or DVD.
Use the following command in Terminal as the root user:
dd if=/dev/sr0 of=Sugar-Creation-Kit.iso 



Perhaps the page could be more organised.

  
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel