Re: [Sugar-devel] processing.js - tool to replace flash in websites [KARMA]

2009-04-27 Thread Ties Stuij
On Mon, Apr 27, 2009 at 7:21 AM, Bryan Berry br...@olenepal.org wrote:
 thanks for the reality check ;). Processing.js is probably overkill for
 the simple stuff we need to do. It is easy to get distracted w/
 high-quality animations when what we need are simple animations that are
 very responsive to the user.

 I have fallen in love w/ the default jQuery selector engine. It is
 pretty darn fantastic.

Actually Sizzle *is* the default jQuery CSS selector engine. From the
jQuery source:

* Sizzle CSS Selector Engine - v0.9.3
*  Copyright 2009, The Dojo Foundation
*  Released under the MIT, BSD, and GPL Licenses.
*  More information: http://sizzlejs.com/

Notice the Dojo copyright attribution!
It's hard to keep these frameworks apart these days. I've also seen
YUI attributing Resig amongst others in some ajax code, Resig reacting
on a Mootools mailing-list post. Aren't they supposed to compete with
each-other? Damn hippies.

/Ties


 On Sun, 2009-04-26 at 12:41 +0100, Lucian Branescu wrote:
 Processing.js is a port of Processing (JVM) and it doesn't really have
 anything to do with jQuery. It uses canvas as a backend for drawing
 things, so it needs recent enough browsers.Try it in a webkit browser
 or Chrome. They're much faster for most things than Firefox.

 I don't know if the abstraction Processing.js offers over plain
 canvas is useful for Karma or it's just overhead.

 jQuery already has a selector engine ( called by $('bla') ), afaik
 Sizzle is supposed to be a jQuery-independent selector engine. I don't
 think it has much use outside of creating js libraries.


 2009/4/26 Bryan Berry br...@olenepal.org:
  Hey Subzero,
 
  I just came across this blog post from John Resig, the creator of
  jQuery. He kicked off a processing.js to replace flash for animations. I
  am not really sure how it relates to jQuery
 
  http://processingjs.org/
 
  he also has a new project sizzle that is a CSS3 selector engine
  http://sizzlejs.com/
 
  frankly, I don't actually know what a CSS3 selector engine is or what
  CSS3 selectors are but looks interesting
 
  http://processingjs.org/exhibition
 
  here are some demos. Interesting thing is that these demos really rev my
  CPU. I have a centrino dual-core 2 GHz. Firefox chews up 70% of my
  processor. However, when I stream Youtube Firefox also often chews up
  50% of my processor so not sure if firefox is at fault or processing.js
 
 
  --
  Bryan W. Berry
  Technology Director
  OLE Nepal, http://www.olenepal.org
 
  ___
  Sugar-devel mailing list
  Sugar-devel@lists.sugarlabs.org
  http://lists.sugarlabs.org/listinfo/sugar-devel
 
 --
 Bryan W. Berry
 Technology Director
 OLE Nepal, http://www.olenepal.org

 ___
 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] sugar on a stick latest version

2009-02-16 Thread Ties Stuij
On Mon, Feb 16, 2009 at 4:13 PM, victor victor.lazzar...@nuim.ie wrote:
 Hi,

 I am trying to get the latest sugar on a stick. The one in the wiki page
 is an ISO image, whereas the one in
 http://lists.sugarlabs.org/archive/sugar-devel/2009-February/011456.html
 are a .img + .crc files.

 The fedora liveusb-creator seems to take ISO images, so how can we do
 a stick with sugar from *.img and *.crc files?

Perhaps I'm taking your problem to general. I haven't yet tried to
make a (? - 'a sugar' just sounds wrong) SoaS. But I don't think you
need the .crc file. A .crc file is just used in a general mechanism
(cyclic redundancy check) to check if your download (or whatever)
hasn't been corrupted. For the purpose of making a (?) SoaS (Also soas
is the plural (debatable) of the term the Dutch use for 'sexually
transferrable disease'. Not so sure if the distro will catch on in the
nether'-regions) you can just as well forget about the .crc file.

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


Re: [Sugar-devel] logging irc setup

2009-02-12 Thread Ties Stuij
Nice! Thanks!

/Ties

On Thu, Feb 12, 2009 at 5:46 PM, David Van Assche dvanass...@gmail.com wrote:
 well, u can find it here: http://www.nubae.com/logs/sugar

 There are various curious commands the bot can help with based on
 google stuff the list is as follows:

 [control command is @ and not !]
 example: @google define:sugarlabs

 #   !google [.google.country.code] [define:|spell:|movie:]  #
 #  search terms 1+1 1 cm in ft patent ###
 #  weather city|zip ??? airport #
 #   !images [.google.country.code] search terms   #
 #   !groups [.google.country.code] search terms   #
 #   !news [.google.country.code] search terms #
 #   !local [.google.country.code] what near where   #
 #   !book [.google.country.code] search terms #
 #   !video [.google.country.code] search terms#
 #   !scholar [.google.country.code] search terms  #
 #   !fight word(s) one vs word(s) two   #
 #   !youtube [.google.country.code] search terms  #
 #   !trans reg...@region text #
 #   !gamespot search terms#
 #   !gamefaqs system in region  #
 #   !blog [.google.country.code] search terms #
 #   !ebay [.ebay.country.code] search terms   #
 #   !ebayfight word(s) one vs word(s) two   #
 #   !wikipedia [.2-digit-country-code] search terms[#subtag]  #
 #   !wikimedia [.www.wikisite.org[/wiki]] search terms[#subtag]
 #   !locate ip or hostmask#
 #   !review gamename [@ system] #
 #   !torrent search terms #
 #   !top system   #
 #   !popular system   #
 #   !dailymotion search terms #
 #   !ign search terms #
 #   !myspace search terms #
 #   !trends [.google.country.code] -MM-DD #
 ___
 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] Cannot sugar-jhbuild update

2009-02-08 Thread Ties Stuij
On Sun, Feb 8, 2009 at 1:44 PM, Tomeu Vizoso to...@sugarlabs.org wrote:
 2009/2/8 Ties Stuij cjst...@gmail.com:
 On Sun, Feb 8, 2009 at 11:41 AM, Ties Stuij cjst...@gmail.com wrote:
 On Fri, Feb 6, 2009 at 5:06 PM, Tomeu Vizoso to...@sugarlabs.org wrote:
 2009/2/6 Alex Holkner alex.holk...@gmail.com:
  File /home/alex/foreign/sugar-jhbuild/sjhbuild/main.py, line 31, in 
 module
import jhbuild.commands
 ImportError: No module named jhbuild.commands

 This happened to me some days ago, it was caused because the
 sugar-jhbuild/jhbuild submodule was pointing to the old location.
 Deleting that directory and updating sugar-jhbuild solved the issue.

 I think the problem here is that the path to the gnome git repo is
 wrong in the sugar-jhbuild script.
 It's git://git.gnome.org/preview/jhbuild, not git://git.gnome.org/jhbuild.

 s/think/know/, since I had the same problem with a clean checkout.

 But see

 http://git.sugarlabs.org/projects/sugar-jhbuild/repos/mainline/blobs/master/sugar-jhbuild#line39

 That code will git-pull an existing jhbuild dir or git-clone from
 git://git.gnome.org/jhbuild .

 So maybe the jhbuild dir needs to be deleted first, then git-pull in
 the sugar-jhbuild dir and then ./sugar-jhbuild update?

On a clean sugar-jhbuild there isn't even a jhbuild dir. And indeed
then git tries to pull in jhbuild. As you can see from Alex's post,
git can't. Again, there is no git.gnome.org/jhbuild. The path is wrong
(changed perhaps recently?). See http://git.gnome.org/cgit/. The right
path is (now) git.gnome.org/preview/jhbuild. Worked for me in any
case.

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


Re: [Sugar-devel] Cannot sugar-jhbuild update

2009-02-07 Thread Ties Stuij
On Fri, Feb 6, 2009 at 5:06 PM, Tomeu Vizoso to...@sugarlabs.org wrote:
 2009/2/6 Alex Holkner alex.holk...@gmail.com:
  File /home/alex/foreign/sugar-jhbuild/sjhbuild/main.py, line 31, in 
 module
import jhbuild.commands
 ImportError: No module named jhbuild.commands

 This happened to me some days ago, it was caused because the
 sugar-jhbuild/jhbuild submodule was pointing to the old location.
 Deleting that directory and updating sugar-jhbuild solved the issue.

I think the problem here is that the path to the gnome git repo is
wrong in the sugar-jhbuild script.
It's git://git.gnome.org/preview/jhbuild, not git://git.gnome.org/jhbuild.

/Ties

On Fri, Feb 6, 2009 at 5:06 PM, Tomeu Vizoso to...@sugarlabs.org wrote:
 2009/2/6 Alex Holkner alex.holk...@gmail.com:
  File /home/alex/foreign/sugar-jhbuild/sjhbuild/main.py, line 31, in 
 module
import jhbuild.commands
 ImportError: No module named jhbuild.commands

 This happened to me some days ago, it was caused because the
 sugar-jhbuild/jhbuild submodule was pointing to the old location.
 Deleting that directory and updating sugar-jhbuild solved the issue.

 HTH,

 Tomeu
 ___
 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] Cannot sugar-jhbuild update

2009-02-07 Thread Ties Stuij
On Sun, Feb 8, 2009 at 11:41 AM, Ties Stuij cjst...@gmail.com wrote:
 On Fri, Feb 6, 2009 at 5:06 PM, Tomeu Vizoso to...@sugarlabs.org wrote:
 2009/2/6 Alex Holkner alex.holk...@gmail.com:
  File /home/alex/foreign/sugar-jhbuild/sjhbuild/main.py, line 31, in 
 module
import jhbuild.commands
 ImportError: No module named jhbuild.commands

 This happened to me some days ago, it was caused because the
 sugar-jhbuild/jhbuild submodule was pointing to the old location.
 Deleting that directory and updating sugar-jhbuild solved the issue.

 I think the problem here is that the path to the gnome git repo is
 wrong in the sugar-jhbuild script.
 It's git://git.gnome.org/preview/jhbuild, not git://git.gnome.org/jhbuild.

s/think/know/, since I had the same problem with a clean checkout.

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


[Sugar-devel] control panel

2009-01-29 Thread Ties Stuij
We'd like to have the controlpanel updater translated to Nepali, but
it seems sugar-update-control.po isn't in glucose 8.2. It is in
glucose though, we're translating it right now, but my guess is that
the two of them have nothing to do with each other. Is it still
possible to put the .po file in 8.2?

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


Re: [Sugar-devel] Image Quiz Activity

2009-01-28 Thread Ties Stuij
On Wed, Jan 28, 2009 at 11:55 PM, David Farning dfarn...@sugarlabs.org wrote:
 Tony, what are your plans for after leaving Nepal?  We would value
 your continued contributions to Sugar Labs!!

What do you mean 'after leaving Nepal'? There is no after. Back off
headhunters! Tony is going nowhere. With or without his consent!

What is it with you Sugarlabs people these days, trying to diverge
OLEN's resources? Is this a coordinated attack?

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


Re: [Sugar-devel] [IAEP] Report from the field (graz,Austria#1)

2009-01-27 Thread Ties Stuij
On Wed, Jan 28, 2009 at 5:34 AM, Wade Brainerd wad...@gmail.com wrote:
 Hey David,
 Thanks for the excellent report - it's always great to hear feedback from
 real teachers.
 On Tue, Jan 27, 2009 at 6:13 PM, David Van Assche dvanass...@gmail.com
 wrote:
Typing tutor or spelling activities
 In a similar vein, some kind of activity for practicing spelling
 should be implemented and monitored in the same way as a maths apps...
 A general request for all activities was the ability to have an admin
 view/session that the teacher could use to follow scores, assignment
 of individual objects of a particular activity and their layout, and
 the users themselves. This would be something like a monitoring tool.

 I've been working on a Typing Tutor for the past few months, it's called
 Typing Turtle.  I hope to have a first general release in the next month or
 so.
 http://dev.laptop.org/~wadeb/TypingTurtle-6.xo (check the folder for updates
 in the future)

Yea, try out Wade''s tutor, it's pretty cool, and advancing rapidly.
I'm a bit of a fan. Comes with lesson builder, is easily translatable,
and the initial balloon practice game is awesome.

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