From yrcjaya at gmail.com Mon Feb 2 22:22:09 2009 From: yrcjaya at gmail.com (Jayaseelan Yezhuaralai) Date: Mon, 2 Feb 2009 22:22:09 +0800 Subject: [myoss] Need ideas for FYP Message-ID: Hi everyone, I am quite new to this list and this my first message. I'm doing my final year degree for Software Engineering i was hopping to get some ideas or suggestions for my final year project. I'm very keen to develop a embedded system but i don't have any ideas. I thought you guys can help me get some challenging ideas which might contribute back to the community. Other project's are also welcomed. I would prefer if it's challenging as I believe the only way to learn it is to build it. -- Regards, Jayaseelan ======================================================== "Laziness is nothing more than the habit of resting before you get tired." - Jules Renard ======================================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: From navynmr at gmail.com Mon Feb 2 23:26:41 2009 From: navynmr at gmail.com (Navyn) Date: Mon, 02 Feb 2009 10:26:41 -0500 Subject: [myoss] Need ideas for FYP In-Reply-To: References: Message-ID: <498710B1.2010400@gmail.com> Ok my 2 cents. A hardware based smart brute forcer, as a keyboard hid. A security tool of course. Jayaseelan Yezhuaralai wrote: > Hi everyone, > I am quite new to this list and this my first message. I'm doing my > final year degree for Software Engineering i was hopping > to get some ideas or suggestions for my final year project. I'm very > keen to develop a embedded system but i don't have any ideas. > I thought you guys can help me get some challenging ideas which might > contribute back to the community. Other project's are > also welcomed. I would prefer if it's challenging as I believe the > only way to learn it is to build it. > -- > Regards, > Jayaseelan > ======================================================== > "Laziness is nothing more than the habit of resting before you get > tired." - Jules Renard > ======================================================== > ------------------------------------------------------------------------ > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > From sharuzzaman at gmail.com Tue Feb 3 10:31:59 2009 From: sharuzzaman at gmail.com (Sharuzzaman Ahmat Raslan) Date: Tue, 3 Feb 2009 10:31:59 +0800 Subject: [myoss] Need ideas for FYP In-Reply-To: References: Message-ID: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> I just thought about this idea this morning while driving to office. If fax can send image of the document, why can't we make/modify fax machine to send the soft copy of the document itself? Fax machine scanned the document and convert it to image, then send the "data bits" of the image through phone line to the fax machine at the receiving site. The fax machine then reconstruct the "data bits" into image again. Take out the scanning part, transfer/upload the document to the sending fax machine, send the data bits, the receiving machine store it in built-in flash storage. The transport is still same, but the input and output is different. Can you make that into an embedded system? 2009/2/2 Jayaseelan Yezhuaralai > Hi everyone, > I am quite new to this list and this my first message. I'm doing my final > year degree for Software Engineering i was hopping > to get some ideas or suggestions for my final year project. I'm very keen > to develop a embedded system but i don't have any ideas. > I thought you guys can help me get some challenging ideas which might > contribute back to the community. Other project's are > also welcomed. I would prefer if it's challenging as I believe the only way > to learn it is to build it. > -- > Regards, > Jayaseelan > ======================================================== > "Laziness is nothing more than the habit of resting before you get tired." > - Jules Renard > ======================================================== > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > > -- Sharuzzaman Ahmat Raslan -------------- next part -------------- An HTML attachment was scrubbed... URL: From harish.pillay at gmail.com Tue Feb 3 10:52:06 2009 From: harish.pillay at gmail.com (Harish Pillay) Date: Tue, 3 Feb 2009 10:52:06 +0800 Subject: [myoss] Need ideas for FYP In-Reply-To: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> References: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> Message-ID: > I just thought about this idea this morning while driving to office. > > If fax can send image of the document, why can't we make/modify fax machine > to send the soft copy of the document itself? > > Fax machine scanned the document and convert it to image, then send the > "data bits" of the image through phone line to the fax machine at the > receiving site. The fax machine then reconstruct the "data bits" into image > again. > > Take out the scanning part, transfer/upload the document to the sending fax > machine, send the data bits, the receiving machine store it in built-in > flash storage. > > The transport is still same, but the input and output is different. > > Can you make that into an embedded system? That's what all those all-in-one printers do anyway. You could take an existing fax machine, have it connect with a old standalone modem and "hard-wire" the phone ports and then send and receive the fax via the modem. The modem could be plugged into a PC running hylafax and you have a functional fax and scanner system. hth. -- Harish Pillay h.pillay at ieee.org gpg id: 746809E3 fingerprint: F7F5 5CCD 25B9 FC25 303E 3DA2 0F80 27DB 7468 09E3 From navynmr at gmail.com Tue Feb 3 10:56:38 2009 From: navynmr at gmail.com (Navyn) Date: Mon, 02 Feb 2009 21:56:38 -0500 Subject: [myoss] Need ideas for FYP In-Reply-To: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> References: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> Message-ID: <4987B266.60001@gmail.com> check this out http://www.chipchick.com/2006/09/celery_fax_mach.html Sharuzzaman Ahmat Raslan wrote: > I just thought about this idea this morning while driving to office. > > If fax can send image of the document, why can't we make/modify fax > machine to send the soft copy of the document itself? > > Fax machine scanned the document and convert it to image, then send > the "data bits" of the image through phone line to the fax machine at > the receiving site. The fax machine then reconstruct the "data bits" > into image again. > > Take out the scanning part, transfer/upload the document to the > sending fax machine, send the data bits, the receiving machine store > it in built-in flash storage. > > The transport is still same, but the input and output is different. > > Can you make that into an embedded system? > > 2009/2/2 Jayaseelan Yezhuaralai > > > Hi everyone, > I am quite new to this list and this my first message. I'm doing > my final year degree for Software Engineering i was hopping > to get some ideas or suggestions for my final year project. I'm > very keen to develop a embedded system but i don't have any ideas. > I thought you guys can help me get some challenging ideas which > might contribute back to the community. Other project's are > also welcomed. I would prefer if it's challenging as I believe the > only way to learn it is to build it. > -- > Regards, > Jayaseelan > ======================================================== > "Laziness is nothing more than the habit of resting before you get > tired." - Jules Renard > ======================================================== > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > > > > > -- > Sharuzzaman Ahmat Raslan > ------------------------------------------------------------------------ > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > From sharuzzaman at gmail.com Tue Feb 3 11:06:53 2009 From: sharuzzaman at gmail.com (Sharuzzaman Ahmat Raslan) Date: Tue, 3 Feb 2009 11:06:53 +0800 Subject: [myoss] Need ideas for FYP In-Reply-To: References: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> Message-ID: <295041390902021906m3be7847ft600a081830d5872a@mail.gmail.com> On Tue, Feb 3, 2009 at 10:52 AM, Harish Pillay wrote: > > I just thought about this idea this morning while driving to office. > > > > If fax can send image of the document, why can't we make/modify fax > machine > > to send the soft copy of the document itself? > > > > Fax machine scanned the document and convert it to image, then send the > > "data bits" of the image through phone line to the fax machine at the > > receiving site. The fax machine then reconstruct the "data bits" into > image > > again. > > > > Take out the scanning part, transfer/upload the document to the sending > fax > > machine, send the data bits, the receiving machine store it in built-in > > flash storage. > > > > The transport is still same, but the input and output is different. > > > > Can you make that into an embedded system? > > That's what all those all-in-one printers do anyway. You could > take an existing fax machine, have it connect with a old standalone > modem and "hard-wire" the phone ports and then send and receive > the fax via the modem. The modem could be plugged into a PC > running hylafax and you have a functional fax and scanner system. > > hth. > -- > Harish Pillay h.pillay at ieee.org gpg id: 746809E3 > fingerprint: F7F5 5CCD 25B9 FC25 303E 3DA2 0F80 27DB 7468 09E3 > I'm not interested with the fax or the image of the fax. I'm interested to send real softcopy file to user at the other side. The transport is fax communication protocol. This will bypass the need to have a computer, an Internet account (most probably dial-up), just to transfer a simple file. With this modified fax, all you need is just a pair of fax machine that understand each other how to send file, instead of sending the fax image. -- Sharuzzaman Ahmat Raslan -------------- next part -------------- An HTML attachment was scrubbed... URL: From yrcjaya at gmail.com Tue Feb 3 11:07:11 2009 From: yrcjaya at gmail.com (Jayaseelan Yezhuaralai) Date: Tue, 3 Feb 2009 11:07:11 +0800 Subject: [myoss] Need ideas for FYP In-Reply-To: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> References: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> Message-ID: Navyn: brute force device acting as keyboard it only works on a system where they only need a PIN to be autohenticated other than that i find no use or doesn't fit practically.. Sharuzzaman: The idea you gave i think is already implemented in Linux Fax utilities..(eg. Hylafax).. Guys thanks for the ideas. Give me more ideas really *appreciate *it a lot. 2009/2/3 Sharuzzaman Ahmat Raslan > I just thought about this idea this morning while driving to office. > > If fax can send image of the document, why can't we make/modify fax machine > to send the soft copy of the document itself? > > Fax machine scanned the document and convert it to image, then send the > "data bits" of the image through phone line to the fax machine at the > receiving site. The fax machine then reconstruct the "data bits" into image > again. > > Take out the scanning part, transfer/upload the document to the sending fax > machine, send the data bits, the receiving machine store it in built-in > flash storage. > > The transport is still same, but the input and output is different. > > Can you make that into an embedded system? > > 2009/2/2 Jayaseelan Yezhuaralai > >> Hi everyone, >> I am quite new to this list and this my first message. I'm doing my final >> year degree for Software Engineering i was hopping >> to get some ideas or suggestions for my final year project. I'm very keen >> to develop a embedded system but i don't have any ideas. >> I thought you guys can help me get some challenging ideas which might >> contribute back to the community. Other project's are >> also welcomed. I would prefer if it's challenging as I believe the only >> way to learn it is to build it. >> -- >> Regards, >> Jayaseelan >> ======================================================== >> "Laziness is nothing more than the habit of resting before you get tired." >> - Jules Renard >> ======================================================== >> >> _______________________________________________ >> myoss mailing list >> myoss at lists.foss.org.my >> http://lists.foss.org.my/mailman/listinfo/myoss >> >> > > > -- > Sharuzzaman Ahmat Raslan > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > > -- Regards, Jayaseelan ======================================================== "Laziness is nothing more than the habit of resting before you get tired." - Jules Renard ======================================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: From sharuzzaman at gmail.com Tue Feb 3 11:40:32 2009 From: sharuzzaman at gmail.com (Sharuzzaman Ahmat Raslan) Date: Tue, 3 Feb 2009 11:40:32 +0800 Subject: [myoss] Need ideas for FYP In-Reply-To: <4987B266.60001@gmail.com> References: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> <4987B266.60001@gmail.com> Message-ID: <295041390902021940x979a993tac72cb7c213f81aa@mail.gmail.com> On Tue, Feb 3, 2009 at 10:56 AM, Navyn wrote: > check this out > > http://www.chipchick.com/2006/09/celery_fax_mach.html > That's cool! But requires subscription from the provider. -- Sharuzzaman Ahmat Raslan -------------- next part -------------- An HTML attachment was scrubbed... URL: From kjteoh at ix.net.my Tue Feb 3 11:42:55 2009 From: kjteoh at ix.net.my (kjteoh) Date: Tue, 3 Feb 2009 11:42:55 +0800 (MYT) Subject: [myoss] Need ideas for FYP In-Reply-To: References: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> Message-ID: Well it depends on how far you want to take your embedded system and if its a final year project basis - it should not be to "involved" and in turn a copycat of something in the market would be just as good and realistic and not necessary to be entirely IT centric. An example would be a device that you can clip onto your pen or pencil that will tell you how much you "write" in a day - trivial as it sounds. Other things: - some random number generator - embedded PCI card that will do all the Netflows (collectors) for you - and I will buy one if you can get it together. Jayaseelan - when you have the time and if you are not too far away, drop me a line and we can help you explore your ideas and enthusiasm further. -- kjteoh On Tue, 3 Feb 2009, Jayaseelan Yezhuaralai wrote: > Navyn: brute force device acting as keyboard it only works on a system where > they only need a PIN to be autohenticated > other than that i find no use or doesn't fit practically.. > > Sharuzzaman: The idea you gave i think is already implemented in Linux Fax > utilities..(eg. Hylafax).. > > Guys thanks for the ideas. Give me more ideas really *appreciate *it a lot. > > 2009/2/3 Sharuzzaman Ahmat Raslan > >> I just thought about this idea this morning while driving to office. >> >> If fax can send image of the document, why can't we make/modify fax machine >> to send the soft copy of the document itself? >> >> Fax machine scanned the document and convert it to image, then send the >> "data bits" of the image through phone line to the fax machine at the >> receiving site. The fax machine then reconstruct the "data bits" into image >> again. >> >> Take out the scanning part, transfer/upload the document to the sending fax >> machine, send the data bits, the receiving machine store it in built-in >> flash storage. >> >> The transport is still same, but the input and output is different. >> >> Can you make that into an embedded system? >> >> 2009/2/2 Jayaseelan Yezhuaralai >> >>> Hi everyone, >>> I am quite new to this list and this my first message. I'm doing my final >>> year degree for Software Engineering i was hopping >>> to get some ideas or suggestions for my final year project. I'm very keen >>> to develop a embedded system but i don't have any ideas. >>> I thought you guys can help me get some challenging ideas which might >>> contribute back to the community. Other project's are >>> also welcomed. I would prefer if it's challenging as I believe the only >>> way to learn it is to build it. >>> -- >>> Regards, >>> Jayaseelan >>> ======================================================== >>> "Laziness is nothing more than the habit of resting before you get tired." >>> - Jules Renard >>> ======================================================== >>> >>> _______________________________________________ >>> myoss mailing list >>> myoss at lists.foss.org.my >>> http://lists.foss.org.my/mailman/listinfo/myoss >>> >>> >> >> >> -- >> Sharuzzaman Ahmat Raslan >> >> _______________________________________________ >> myoss mailing list >> myoss at lists.foss.org.my >> http://lists.foss.org.my/mailman/listinfo/myoss >> >> > > > -- > Regards, > Jayaseelan > ======================================================== > "Laziness is nothing more than the habit of resting before you get tired." - > Jules Renard > ======================================================== > From patrick at webhyper.com Tue Feb 3 15:39:42 2009 From: patrick at webhyper.com (ST Ooi) Date: Tue, 03 Feb 2009 12:09:42 +0430 Subject: [myoss] Need ideas for FYP In-Reply-To: References: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> Message-ID: <4987F4BE.5020906@webhyper.com> Hi, I'm new to Malaysian Open Source forum or mailing list like this one. Just wondering how involved is Malaysian into Open Source software development, any example of Malaysian written Open Source software? Thanks Regards, Patrick ST Ooi Email : patrick at webhyper.com Website : http://www.webhyper.com Tel : +60 4 425 8043 Fax : +60 4 425 8043 Mobile : +60 12 4868823 Skype : ostuck MSN : ooisootuck at hotmail.com Yahoo : ooisootuck kjteoh wrote: > > Well it depends on how far you want to take your embedded system and if > its a final year project basis - it should not be to "involved" and in > turn a copycat of something in the market would be just as good and > realistic and not necessary to be entirely IT centric. > > An example would be a device that you can clip onto your pen or pencil > that will tell you how much you "write" in a day - trivial as it sounds. > > Other things: > - some random number generator > - embedded PCI card that will do all the Netflows (collectors) for you - > and I will buy one if you can get it together. > > Jayaseelan - when you have the time and if you are not too far away, > drop me a line and we can help you explore your ideas and enthusiasm > further. > > -- > kjteoh > > On Tue, 3 Feb 2009, Jayaseelan Yezhuaralai wrote: > >> Navyn: brute force device acting as keyboard it only works on a system >> where >> they only need a PIN to be autohenticated >> other than that i find no use or doesn't fit practically.. >> >> Sharuzzaman: The idea you gave i think is already implemented in Linux >> Fax >> utilities..(eg. Hylafax).. >> >> Guys thanks for the ideas. Give me more ideas really *appreciate *it a >> lot. >> >> 2009/2/3 Sharuzzaman Ahmat Raslan >> >>> I just thought about this idea this morning while driving to office. >>> >>> If fax can send image of the document, why can't we make/modify fax >>> machine >>> to send the soft copy of the document itself? >>> >>> Fax machine scanned the document and convert it to image, then send the >>> "data bits" of the image through phone line to the fax machine at the >>> receiving site. The fax machine then reconstruct the "data bits" into >>> image >>> again. >>> >>> Take out the scanning part, transfer/upload the document to the >>> sending fax >>> machine, send the data bits, the receiving machine store it in built-in >>> flash storage. >>> >>> The transport is still same, but the input and output is different. >>> >>> Can you make that into an embedded system? >>> >>> 2009/2/2 Jayaseelan Yezhuaralai >>> >>>> Hi everyone, >>>> I am quite new to this list and this my first message. I'm doing my >>>> final >>>> year degree for Software Engineering i was hopping >>>> to get some ideas or suggestions for my final year project. I'm very >>>> keen >>>> to develop a embedded system but i don't have any ideas. >>>> I thought you guys can help me get some challenging ideas which might >>>> contribute back to the community. Other project's are >>>> also welcomed. I would prefer if it's challenging as I believe the only >>>> way to learn it is to build it. >>>> -- >>>> Regards, >>>> Jayaseelan >>>> ======================================================== >>>> "Laziness is nothing more than the habit of resting before you get >>>> tired." >>>> - Jules Renard >>>> ======================================================== >>>> >>>> _______________________________________________ >>>> myoss mailing list >>>> myoss at lists.foss.org.my >>>> http://lists.foss.org.my/mailman/listinfo/myoss >>>> >>>> >>> >>> >>> -- >>> Sharuzzaman Ahmat Raslan >>> >>> _______________________________________________ >>> myoss mailing list >>> myoss at lists.foss.org.my >>> http://lists.foss.org.my/mailman/listinfo/myoss >>> >>> >> >> >> -- >> Regards, >> Jayaseelan >> ======================================================== >> "Laziness is nothing more than the habit of resting before you get >> tired." - >> Jules Renard >> ======================================================== >> > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > > From najmi.zabidi at gmail.com Tue Feb 3 13:07:25 2009 From: najmi.zabidi at gmail.com (Muhammad Najmi Ahmad Zabidi) Date: Tue, 3 Feb 2009 13:07:25 +0800 Subject: [myoss] Need ideas for FYP In-Reply-To: <4987F4BE.5020906@webhyper.com> References: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> <4987F4BE.5020906@webhyper.com> Message-ID: erk, sounds you have to create a new discussion thread. Malaysians are heavily involved in FOSS world, ranged from low level (writing drivers, kernel patch) to UI level (translation). Most work done on application level. On Tue, Feb 3, 2009 at 3:39 PM, ST Ooi wrote: > Hi, > > I'm new to Malaysian Open Source forum or mailing list like this one. Just > wondering how involved is Malaysian into Open Source software development, > any example of Malaysian written Open Source software? > > Thanks > > Regards, > Patrick ST Ooi > Email : patrick at webhyper.com > Website : http://www.webhyper.com > Tel : +60 4 425 8043 > Fax : +60 4 425 8043 > Mobile : +60 12 4868823 > Skype : ostuck > MSN : ooisootuck at hotmail.com > Yahoo : ooisootuck > > kjteoh wrote: >> >> Well it depends on how far you want to take your embedded system and if >> its a final year project basis - it should not be to "involved" and in turn >> a copycat of something in the market would be just as good and realistic and >> not necessary to be entirely IT centric. >> >> An example would be a device that you can clip onto your pen or pencil >> that will tell you how much you "write" in a day - trivial as it sounds. >> >> Other things: >> - some random number generator >> - embedded PCI card that will do all the Netflows (collectors) for you - >> and I will buy one if you can get it together. >> >> Jayaseelan - when you have the time and if you are not too far away, drop >> me a line and we can help you explore your ideas and enthusiasm further. >> >> -- >> kjteoh >> >> On Tue, 3 Feb 2009, Jayaseelan Yezhuaralai wrote: >> >>> Navyn: brute force device acting as keyboard it only works on a system >>> where >>> they only need a PIN to be autohenticated >>> other than that i find no use or doesn't fit practically.. >>> >>> Sharuzzaman: The idea you gave i think is already implemented in Linux >>> Fax >>> utilities..(eg. Hylafax).. >>> >>> Guys thanks for the ideas. Give me more ideas really *appreciate *it a >>> lot. >>> >>> 2009/2/3 Sharuzzaman Ahmat Raslan >>> >>>> I just thought about this idea this morning while driving to office. >>>> >>>> If fax can send image of the document, why can't we make/modify fax >>>> machine >>>> to send the soft copy of the document itself? >>>> >>>> Fax machine scanned the document and convert it to image, then send the >>>> "data bits" of the image through phone line to the fax machine at the >>>> receiving site. The fax machine then reconstruct the "data bits" into >>>> image >>>> again. >>>> >>>> Take out the scanning part, transfer/upload the document to the sending >>>> fax >>>> machine, send the data bits, the receiving machine store it in built-in >>>> flash storage. >>>> >>>> The transport is still same, but the input and output is different. >>>> >>>> Can you make that into an embedded system? >>>> >>>> 2009/2/2 Jayaseelan Yezhuaralai >>>> >>>>> Hi everyone, >>>>> I am quite new to this list and this my first message. I'm doing my >>>>> final >>>>> year degree for Software Engineering i was hopping >>>>> to get some ideas or suggestions for my final year project. I'm very >>>>> keen >>>>> to develop a embedded system but i don't have any ideas. >>>>> I thought you guys can help me get some challenging ideas which might >>>>> contribute back to the community. Other project's are >>>>> also welcomed. I would prefer if it's challenging as I believe the only >>>>> way to learn it is to build it. >>>>> -- >>>>> Regards, >>>>> Jayaseelan >>>>> ======================================================== >>>>> "Laziness is nothing more than the habit of resting before you get >>>>> tired." >>>>> - Jules Renard >>>>> ======================================================== >>>>> >>>>> _______________________________________________ >>>>> myoss mailing list >>>>> myoss at lists.foss.org.my >>>>> http://lists.foss.org.my/mailman/listinfo/myoss >>>>> >>>>> >>>> >>>> >>>> -- >>>> Sharuzzaman Ahmat Raslan >>>> >>>> _______________________________________________ >>>> myoss mailing list >>>> myoss at lists.foss.org.my >>>> http://lists.foss.org.my/mailman/listinfo/myoss >>>> >>>> >>> >>> >>> -- >>> Regards, >>> Jayaseelan >>> ======================================================== >>> "Laziness is nothing more than the habit of resting before you get >>> tired." - >>> Jules Renard >>> ======================================================== >>> >> _______________________________________________ >> myoss mailing list >> myoss at lists.foss.org.my >> http://lists.foss.org.my/mailman/listinfo/myoss >> >> > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > From dinesh at alphaque.com Tue Feb 3 13:35:49 2009 From: dinesh at alphaque.com (Dinesh Nair) Date: Tue, 3 Feb 2009 13:35:49 +0800 Subject: [myoss] Need ideas for FYP In-Reply-To: <295041390902021906m3be7847ft600a081830d5872a@mail.gmail.com> References: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> <295041390902021906m3be7847ft600a081830d5872a@mail.gmail.com> Message-ID: <20090203133549.2a9d9fd1@prophet.alphaque.com> On Tue, 3 Feb 2009 11:06:53 +0800, Sharuzzaman Ahmat Raslan wrote: > I'm not interested with the fax or the image of the fax. I'm interested > to send real softcopy file to user at the other side. The transport is > fax communication protocol. a much better mechanism, similar to what you're suggesting, is to use the fax machines as a modem/router. the two machines dial, negotiate link level protocol, then with PPP between them over the link level protocol, you can literally ftp the file over. however, this kind of device is already present through existing routers and the like. -- Regards, /\_/\ "All dogs go to heaven." dinesh at alphaque.com (0 0) http://www.openmalaysiablog.com/ +==========================----oOO--(_)--OOo----==========================+ | for a in past present future; do | | for b in clients employers associates relatives neighbours pets; do | | echo "The opinions here in no way reflect the opinions of my $a $b." | | done; done | +=========================================================================+ From dinesh at alphaque.com Tue Feb 3 13:34:01 2009 From: dinesh at alphaque.com (Dinesh Nair) Date: Tue, 3 Feb 2009 13:34:01 +0800 Subject: [myoss] Need ideas for FYP In-Reply-To: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> References: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> Message-ID: <20090203133401.3928cf8e@prophet.alphaque.com> On Tue, 3 Feb 2009 10:31:59 +0800, Sharuzzaman Ahmat Raslan wrote: > Fax machine scanned the document and convert it to image, then send the > "data bits" of the image through phone line to the fax machine at the > receiving site. The fax machine then reconstruct the "data bits" into > image again. that's exactly how a fax machine works, it scans any document, and sends it as data to the receiving side, where its demodulated and printed out on either thermal paper or on normal paper. -- Regards, /\_/\ "All dogs go to heaven." dinesh at alphaque.com (0 0) http://www.openmalaysiablog.com/ +==========================----oOO--(_)--OOo----==========================+ | for a in past present future; do | | for b in clients employers associates relatives neighbours pets; do | | echo "The opinions here in no way reflect the opinions of my $a $b." | | done; done | +=========================================================================+ From dinesh at alphaque.com Tue Feb 3 13:37:29 2009 From: dinesh at alphaque.com (Dinesh Nair) Date: Tue, 3 Feb 2009 13:37:29 +0800 Subject: [myoss] Need ideas for FYP In-Reply-To: References: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> Message-ID: <20090203133729.29779878@prophet.alphaque.com> On Tue, 3 Feb 2009 11:42:55 +0800 (MYT), kjteoh wrote: > An example would be a device that you can clip onto your pen or pencil > that will tell you how much you "write" in a day - trivial as it sounds. i believe there's a pen type device, which in addition to acting like a regular ballpoint, also applies handwriting recognition to store a digital ascii copy of whatever you write, so you can later download it into your PC. -- Regards, /\_/\ "All dogs go to heaven." dinesh at alphaque.com (0 0) http://www.openmalaysiablog.com/ +==========================----oOO--(_)--OOo----==========================+ | for a in past present future; do | | for b in clients employers associates relatives neighbours pets; do | | echo "The opinions here in no way reflect the opinions of my $a $b." | | done; done | +=========================================================================+ From sharuzzaman at gmail.com Tue Feb 3 14:24:47 2009 From: sharuzzaman at gmail.com (Sharuzzaman Ahmat Raslan) Date: Tue, 3 Feb 2009 14:24:47 +0800 Subject: [myoss] Need ideas for FYP In-Reply-To: <295041390902022223i5b9aaf6h4dff813de502b9fc@mail.gmail.com> References: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> <295041390902021906m3be7847ft600a081830d5872a@mail.gmail.com> <20090203133549.2a9d9fd1@prophet.alphaque.com> <295041390902022223i5b9aaf6h4dff813de502b9fc@mail.gmail.com> Message-ID: <295041390902022224n19650a10i9660c4c7562ad5a5@mail.gmail.com> good idea. it would be better if all the hassle could be shielded from end user so that they can just transfer the file without having to tinker with anything. just dial the fax number, select the file, and wait until it finish transferring. On Tue, Feb 3, 2009 at 1:35 PM, Dinesh Nair wrote: > On Tue, 3 Feb 2009 11:06:53 +0800, Sharuzzaman Ahmat Raslan wrote: > > I'm not interested with the fax or the image of the fax. I'm interested > > to send real softcopy file to user at the other side. The transport is > > fax communication protocol. > > a much better mechanism, similar to what you're suggesting, is to use the > fax machines as a modem/router. the two machines dial, negotiate link > level protocol, then with PPP between them over the link level protocol, > you can literally ftp the file over. > > however, this kind of device is already present through existing routers > and the like. > > -- > Regards, /\_/\ "All dogs go to heaven." > dinesh at alphaque.com (0 0) > http://www.openmalaysiablog.com/ > +==========================----oOO--(_)--OOo----==========================+ > | for a in past present future; do | > | for b in clients employers associates relatives neighbours pets; do | > | echo "The opinions here in no way reflect the opinions of my $a $b." | > | done; done | > +=========================================================================+ > -- Sharuzzaman Ahmat Raslan -------------- next part -------------- An HTML attachment was scrubbed... URL: From ditesh at gathani.org Tue Feb 3 14:42:48 2009 From: ditesh at gathani.org (Ditesh Kumar) Date: Tue, 03 Feb 2009 14:42:48 +0800 Subject: [myoss] Need ideas for FYP In-Reply-To: <498710B1.2010400@gmail.com> References: <498710B1.2010400@gmail.com> Message-ID: <1233643368.4177.100.camel@europa.gathani.org> > Jayaseelan Yezhuaralai wrote: > > Hi everyone, > > I am quite new to this list and this my first message. I'm doing my > > final year degree for Software Engineering i was hopping > > to get some ideas or suggestions for my final year project. I'm very > > keen to develop a embedded system but i don't have any ideas. before giving suggestions: what is your skill set? what are you good at? what are your areas of interest? how much effort do you wish to expend? -- May your signals all trap Ditesh Kumar May your references be bounded ditesh at gathani.org All memory aligned http://ditesh.gathani.org/blog Floats to ints rounded http://www.openmalaysiablog.com From kjteoh at ix.net.my Tue Feb 3 15:32:02 2009 From: kjteoh at ix.net.my (kjteoh) Date: Tue, 3 Feb 2009 15:32:02 +0800 (MYT) Subject: [myoss] Need ideas for FYP In-Reply-To: <20090203133729.29779878@prophet.alphaque.com> References: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> <20090203133729.29779878@prophet.alphaque.com> Message-ID: -- kjteoh On Tue, 3 Feb 2009, Dinesh Nair wrote: > On Tue, 3 Feb 2009 11:42:55 +0800 (MYT), kjteoh wrote: >> An example would be a device that you can clip onto your pen or pencil >> that will tell you how much you "write" in a day - trivial as it sounds. > > i believe there's a pen type device, which in addition to acting like a > regular ballpoint, also applies handwriting recognition to store a digital > ascii copy of whatever you write, so you can later download it into your > PC. Thank is so frigging cool and I will be buy one of these man. > > -- > Regards, /\_/\ "All dogs go to heaven." > dinesh at alphaque.com (0 0) http://www.openmalaysiablog.com/ > +==========================----oOO--(_)--OOo----==========================+ > | for a in past present future; do | > | for b in clients employers associates relatives neighbours pets; do | > | echo "The opinions here in no way reflect the opinions of my $a $b." | > | done; done | > +=========================================================================+ > From vwenlin at gmail.com Tue Feb 3 15:44:51 2009 From: vwenlin at gmail.com (Wen Lin) Date: Tue, 3 Feb 2009 18:44:51 +1100 Subject: [myoss] Any upcoming MyOSS Meetup in Feb? Message-ID: <49714580902022344y6b998d6cm5512bdfab4645c66@mail.gmail.com> Hi MyOSS folks, I'm Wen Lin from Melbourne. I happen to "Balek Kampong" in Malaysia till mid Feb 09. Just wondering whether you have any MyOSS Meetup planned? If so, I would like to come over to KL (from Melaka) to meet up with some of you folks, to catch up with FOSS development & news in Malaysia. Your response will be greatly appreciated. Cheers, Wen Lin Committee Member Linux Users of Victoria (LUV) Melbourne -------------- next part -------------- An HTML attachment was scrubbed... URL: From navynmr at gmail.com Tue Feb 3 23:21:03 2009 From: navynmr at gmail.com (Navyn) Date: Tue, 03 Feb 2009 10:21:03 -0500 Subject: [myoss] Need ideas for FYP In-Reply-To: References: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> <4987F4BE.5020906@webhyper.com> Message-ID: <498860DF.604@gmail.com> don't forget marketing ;-) Muhammad Najmi Ahmad Zabidi wrote: > erk, sounds you have to create a new discussion thread. > Malaysians are heavily involved in FOSS world, ranged from low level > (writing drivers, kernel patch) to UI level (translation). > Most work done on application level. > > > > On Tue, Feb 3, 2009 at 3:39 PM, ST Ooi wrote: > >> Hi, >> >> I'm new to Malaysian Open Source forum or mailing list like this one. Just >> wondering how involved is Malaysian into Open Source software development, >> any example of Malaysian written Open Source software? >> >> Thanks >> >> Regards, >> Patrick ST Ooi >> Email : patrick at webhyper.com >> Website : http://www.webhyper.com >> Tel : +60 4 425 8043 >> Fax : +60 4 425 8043 >> Mobile : +60 12 4868823 >> Skype : ostuck >> MSN : ooisootuck at hotmail.com >> Yahoo : ooisootuck >> >> kjteoh wrote: >> >>> Well it depends on how far you want to take your embedded system and if >>> its a final year project basis - it should not be to "involved" and in turn >>> a copycat of something in the market would be just as good and realistic and >>> not necessary to be entirely IT centric. >>> >>> An example would be a device that you can clip onto your pen or pencil >>> that will tell you how much you "write" in a day - trivial as it sounds. >>> >>> Other things: >>> - some random number generator >>> - embedded PCI card that will do all the Netflows (collectors) for you - >>> and I will buy one if you can get it together. >>> >>> Jayaseelan - when you have the time and if you are not too far away, drop >>> me a line and we can help you explore your ideas and enthusiasm further. >>> >>> -- >>> kjteoh >>> >>> On Tue, 3 Feb 2009, Jayaseelan Yezhuaralai wrote: >>> >>> >>>> Navyn: brute force device acting as keyboard it only works on a system >>>> where >>>> they only need a PIN to be autohenticated >>>> other than that i find no use or doesn't fit practically.. >>>> >>>> Sharuzzaman: The idea you gave i think is already implemented in Linux >>>> Fax >>>> utilities..(eg. Hylafax).. >>>> >>>> Guys thanks for the ideas. Give me more ideas really *appreciate *it a >>>> lot. >>>> >>>> 2009/2/3 Sharuzzaman Ahmat Raslan >>>> >>>> >>>>> I just thought about this idea this morning while driving to office. >>>>> >>>>> If fax can send image of the document, why can't we make/modify fax >>>>> machine >>>>> to send the soft copy of the document itself? >>>>> >>>>> Fax machine scanned the document and convert it to image, then send the >>>>> "data bits" of the image through phone line to the fax machine at the >>>>> receiving site. The fax machine then reconstruct the "data bits" into >>>>> image >>>>> again. >>>>> >>>>> Take out the scanning part, transfer/upload the document to the sending >>>>> fax >>>>> machine, send the data bits, the receiving machine store it in built-in >>>>> flash storage. >>>>> >>>>> The transport is still same, but the input and output is different. >>>>> >>>>> Can you make that into an embedded system? >>>>> >>>>> 2009/2/2 Jayaseelan Yezhuaralai >>>>> >>>>> >>>>>> Hi everyone, >>>>>> I am quite new to this list and this my first message. I'm doing my >>>>>> final >>>>>> year degree for Software Engineering i was hopping >>>>>> to get some ideas or suggestions for my final year project. I'm very >>>>>> keen >>>>>> to develop a embedded system but i don't have any ideas. >>>>>> I thought you guys can help me get some challenging ideas which might >>>>>> contribute back to the community. Other project's are >>>>>> also welcomed. I would prefer if it's challenging as I believe the only >>>>>> way to learn it is to build it. >>>>>> -- >>>>>> Regards, >>>>>> Jayaseelan >>>>>> ======================================================== >>>>>> "Laziness is nothing more than the habit of resting before you get >>>>>> tired." >>>>>> - Jules Renard >>>>>> ======================================================== >>>>>> >>>>>> _______________________________________________ >>>>>> myoss mailing list >>>>>> myoss at lists.foss.org.my >>>>>> http://lists.foss.org.my/mailman/listinfo/myoss >>>>>> >>>>>> >>>>>> >>>>> -- >>>>> Sharuzzaman Ahmat Raslan >>>>> >>>>> _______________________________________________ >>>>> myoss mailing list >>>>> myoss at lists.foss.org.my >>>>> http://lists.foss.org.my/mailman/listinfo/myoss >>>>> >>>>> >>>>> >>>> -- >>>> Regards, >>>> Jayaseelan >>>> ======================================================== >>>> "Laziness is nothing more than the habit of resting before you get >>>> tired." - >>>> Jules Renard >>>> ======================================================== >>>> >>>> >>> _______________________________________________ >>> myoss mailing list >>> myoss at lists.foss.org.my >>> http://lists.foss.org.my/mailman/listinfo/myoss >>> >>> >>> >> _______________________________________________ >> myoss mailing list >> myoss at lists.foss.org.my >> http://lists.foss.org.my/mailman/listinfo/myoss >> >> > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > From navynmr at gmail.com Tue Feb 3 23:24:12 2009 From: navynmr at gmail.com (Navyn) Date: Tue, 03 Feb 2009 10:24:12 -0500 Subject: [myoss] Need ideas for FYP In-Reply-To: References: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> <20090203133729.29779878@prophet.alphaque.com> Message-ID: <4988619C.4040107@gmail.com> its available commercially to consumers. pricing is not bad. and i heard it works awesome. but you need to write on a special pad which you have to buy. But from what i heard you can just photocopy the pad. http://www.target.com/Livescribe-Pulse-2GB-Smartpen/dp/B001AAN4PW/qid=1233674550/ref=br_1_1/191-1170934-8935107?ie=UTF8&node=680099011&frombrowse=1&rh=&page=1 kjteoh wrote: > > > -- > kjteoh > > On Tue, 3 Feb 2009, Dinesh Nair wrote: > >> On Tue, 3 Feb 2009 11:42:55 +0800 (MYT), kjteoh wrote: >>> An example would be a device that you can clip onto your pen or pencil >>> that will tell you how much you "write" in a day - trivial as it >>> sounds. >> >> i believe there's a pen type device, which in addition to acting like a >> regular ballpoint, also applies handwriting recognition to store a >> digital >> ascii copy of whatever you write, so you can later download it into your >> PC. > > Thank is so frigging cool and I will be buy one of these man. > > > >> >> -- >> Regards, /\_/\ "All dogs go to heaven." >> dinesh at alphaque.com (0 0) >> http://www.openmalaysiablog.com/ >> +==========================----oOO--(_)--OOo----==========================+ >> >> | for a in past present future; >> do | >> | for b in clients employers associates relatives neighbours pets; >> do | >> | echo "The opinions here in no way reflect the opinions of my $a >> $b." | >> | done; >> done | >> +=========================================================================+ >> >> > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss From rezuan7 at gmail.com Wed Feb 4 00:07:48 2009 From: rezuan7 at gmail.com (Rezuan Asrah) Date: Wed, 4 Feb 2009 00:07:48 +0800 Subject: [myoss] Need ideas for FYP In-Reply-To: <4988619C.4040107@gmail.com> References: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> <20090203133729.29779878@prophet.alphaque.com> <4988619C.4040107@gmail.com> Message-ID: <928BA488-48F4-4A18-8469-6F32711C5022@gmail.com> Messing around with Arduino board sounds a lot of fun to get started. They got their own library which is based on C, which makes it easier. Arduino + LED stuff should be able to pass the grade I guess? http://www.arduino.cc -- Rezuan Asrah question = ( to ) ? be : ! be; -- Wm. Shakespeare http://elusi.blogspot.com On Feb 3, 2009, at 11:24 PM, Navyn wrote: > its available commercially to consumers. pricing is not bad. > and i heard it works awesome. but you need to write on a special pad > which > you have to buy. But from what i heard you can just photocopy the pad. > > http://www.target.com/Livescribe-Pulse-2GB-Smartpen/dp/B001AAN4PW/qid=1233674550/ref=br_1_1/191-1170934-8935107?ie=UTF8&node=680099011&frombrowse=1&rh=&page=1 > > > kjteoh wrote: >> >> >> -- >> kjteoh >> >> On Tue, 3 Feb 2009, Dinesh Nair wrote: >> >>> On Tue, 3 Feb 2009 11:42:55 +0800 (MYT), kjteoh wrote: >>>> An example would be a device that you can clip onto your pen or >>>> pencil >>>> that will tell you how much you "write" in a day - trivial as it >>>> sounds. >>> >>> i believe there's a pen type device, which in addition to acting >>> like a >>> regular ballpoint, also applies handwriting recognition to store a >>> digital >>> ascii copy of whatever you write, so you can later download it >>> into your >>> PC. >> >> Thank is so frigging cool and I will be buy one of these man. >> >> >> >>> >>> -- >>> Regards, /\_/\ "All dogs go to heaven." >>> dinesh at alphaque.com (0 0) http://www.openmalaysiablog.com/ >>> +==========================----oOO--(_)--OOo---- >>> ==========================+ >>> | for a in past present future; >>> do | >>> | for b in clients employers associates relatives neighbours >>> pets; do | >>> | echo "The opinions here in no way reflect the opinions of my >>> $a $b." | >>> | done; >>> done | >>> +== >>> === >>> === >>> =================================================================+ >>> >> _______________________________________________ >> myoss mailing list >> myoss at lists.foss.org.my >> http://lists.foss.org.my/mailman/listinfo/myoss > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss From navynmr at gmail.com Wed Feb 4 02:05:02 2009 From: navynmr at gmail.com (Navyn) Date: Tue, 03 Feb 2009 13:05:02 -0500 Subject: [myoss] Need ideas for FYP In-Reply-To: <295041390902021940x979a993tac72cb7c213f81aa@mail.gmail.com> References: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> <4987B266.60001@gmail.com> <295041390902021940x979a993tac72cb7c213f81aa@mail.gmail.com> Message-ID: <4988874E.70909@gmail.com> A coincidence we just got a new fax/copier machines a brothers 8860DN and i'm fiddling with it now it supports something called IFAX and i see smtp and pop server settings there :-) Sharuzzaman Ahmat Raslan wrote: > > > On Tue, Feb 3, 2009 at 10:56 AM, Navyn > wrote: > > check this out > > http://www.chipchick.com/2006/09/celery_fax_mach.html > > > That's cool! > > But requires subscription from the provider. > > > -- > Sharuzzaman Ahmat Raslan > ------------------------------------------------------------------------ > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > From abdullah.zainul at gmail.com Wed Feb 4 14:45:48 2009 From: abdullah.zainul at gmail.com (Abdullah Zainul Abidin) Date: Wed, 4 Feb 2009 14:45:48 +0800 Subject: [myoss] Any upcoming MyOSS Meetup in Feb? In-Reply-To: <49714580902022344y6b998d6cm5512bdfab4645c66@mail.gmail.com> References: <49714580902022344y6b998d6cm5512bdfab4645c66@mail.gmail.com> Message-ID: It has been quite for quiet a long time. 2009/2/3 Wen Lin : > Hi MyOSS folks, > > I'm Wen Lin from Melbourne. I happen to "Balek Kampong" in Malaysia till > mid Feb 09. Just wondering whether you have any MyOSS Meetup planned? If > so, I would like to come over to KL (from Melaka) to meet up with some of > you folks, to catch up with FOSS development & news in Malaysia. > > Your response will be greatly appreciated. > > Cheers, > Wen Lin > Committee Member > Linux Users of Victoria (LUV) > Melbourne > > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > > From samngnet at yahoo.com Wed Feb 4 15:58:06 2009 From: samngnet at yahoo.com (Sam Ng) Date: Tue, 3 Feb 2009 23:58:06 -0800 (PST) Subject: [myoss] Any upcoming MyOSS Meetup in Feb? In-Reply-To: <49714580902022344y6b998d6cm5512bdfab4645c66@mail.gmail.com> Message-ID: <602920.4008.qm@web52805.mail.re2.yahoo.com> I'm organising an yamcha/meetup in Cyberjaya this evening (7.30pm at Old Town White Coffee). Hope its not too late, and it'll be great if you could join us. More details here: http://osacyber.wordpress.com/2009/02/04/first-meetup-for-2009/ --- On Tue, 2/3/09, Wen Lin wrote: > From: Wen Lin > Subject: [myoss] Any upcoming MyOSS Meetup in Feb? > To: "A general discussion list on Free/Open Source Software in Malaysia." > Date: Tuesday, February 3, 2009, 3:44 PM > Hi MyOSS folks, > > I'm Wen Lin from Melbourne. I happen to "Balek > Kampong" in Malaysia till > mid Feb 09. Just wondering whether you have any MyOSS > Meetup planned? If > so, I would like to come over to KL (from Melaka) to meet > up with some of > you folks, to catch up with FOSS development & news in > Malaysia. > > Your response will be greatly appreciated. > > Cheers, > Wen Lin > Committee Member > Linux Users of Victoria (LUV) > Melbourne > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss From kjteoh at ix.net.my Wed Feb 4 16:28:39 2009 From: kjteoh at ix.net.my (kjteoh) Date: Wed, 4 Feb 2009 16:28:39 +0800 (MYT) Subject: [myoss] Any upcoming MyOSS Meetup in Feb? In-Reply-To: <602920.4008.qm@web52805.mail.re2.yahoo.com> References: <602920.4008.qm@web52805.mail.re2.yahoo.com> Message-ID: Hiyah ... a bit short notice. I am at NTT CBJ but have to run today. Maybe next time Sam Ng. -- kjteoh On Tue, 3 Feb 2009, Sam Ng wrote: > I'm organising an yamcha/meetup in Cyberjaya this evening (7.30pm at Old Town White Coffee). > > Hope its not too late, and it'll be great if you could join us. > > More details here: http://osacyber.wordpress.com/2009/02/04/first-meetup-for-2009/ > > --- On Tue, 2/3/09, Wen Lin wrote: > >> From: Wen Lin >> Subject: [myoss] Any upcoming MyOSS Meetup in Feb? >> To: "A general discussion list on Free/Open Source Software in Malaysia." >> Date: Tuesday, February 3, 2009, 3:44 PM >> Hi MyOSS folks, >> >> I'm Wen Lin from Melbourne. I happen to "Balek >> Kampong" in Malaysia till >> mid Feb 09. Just wondering whether you have any MyOSS >> Meetup planned? If >> so, I would like to come over to KL (from Melaka) to meet >> up with some of >> you folks, to catch up with FOSS development & news in >> Malaysia. >> >> Your response will be greatly appreciated. >> >> Cheers, >> Wen Lin >> Committee Member >> Linux Users of Victoria (LUV) >> Melbourne >> _______________________________________________ >> myoss mailing list >> myoss at lists.foss.org.my >> http://lists.foss.org.my/mailman/listinfo/myoss > > > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > From yrcjaya at gmail.com Thu Feb 5 13:30:29 2009 From: yrcjaya at gmail.com (Jayaseelan Yezhuaralai) Date: Thu, 5 Feb 2009 13:30:29 +0800 Subject: [myoss] Need ideas for FYP In-Reply-To: <1233643368.4177.100.camel@europa.gathani.org> References: <498710B1.2010400@gmail.com> <1233643368.4177.100.camel@europa.gathani.org> Message-ID: Hi Ditesh, I have a good background in C,C++,Python, networking, and a little of linux. My lecturer told me to drop embedded system development since it's only software engineering Bsc. Degree.. All: Thanks alot for the suggestions.... On Tue, Feb 3, 2009 at 2:42 PM, Ditesh Kumar wrote: > > Jayaseelan Yezhuaralai wrote: > > > Hi everyone, > > > I am quite new to this list and this my first message. I'm doing my > > > final year degree for Software Engineering i was hopping > > > to get some ideas or suggestions for my final year project. I'm very > > > keen to develop a embedded system but i don't have any ideas. > > before giving suggestions: what is your skill set? what are you good at? > what are your areas of interest? how much effort do you wish to expend? > > > -- > May your signals all trap Ditesh Kumar > May your references be bounded ditesh at gathani.org > All memory aligned http://ditesh.gathani.org/blog > Floats to ints rounded http://www.openmalaysiablog.com > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > -- Regards, Jayaseelan ======================================================== "Laziness is nothing more than the habit of resting before you get tired." - Jules Renard ======================================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: From ditesh at gathani.org Thu Feb 5 13:43:05 2009 From: ditesh at gathani.org (Ditesh Kumar) Date: Thu, 05 Feb 2009 13:43:05 +0800 Subject: [myoss] Need ideas for FYP In-Reply-To: References: <498710B1.2010400@gmail.com> <1233643368.4177.100.camel@europa.gathani.org> Message-ID: <1233812585.3162.29.camel@europa.gathani.org> On Thu, 2009-02-05 at 13:30 +0800, Jayaseelan Yezhuaralai wrote: > Hi Ditesh, > I have a good background in C,C++,Python, networking, and a little of > linux. if you have a good background in all/some of these areas, then you have many options available. the next four questions are: a) what are the areas /you/ are interested in? we may be able to suggest foss projects to hack on based on your interest areas. embedded systems is a pretty wide area of research (its like saying you are interested in laptop technology). narrowing it down may help. b) what do your supervisors/lecturers want you to do? c) can you reconcile (a) and (b) ? d) it has been my experience that a number of universities/lecturers in malaysia are hostile to open source. are they ok with you hacking on oss? > My lecturer told me to drop embedded system development since it's > only software > engineering Bsc. Degree.. which sounds like a pretty ridiculous reason, to me. -- May your signals all trap Ditesh Kumar May your references be bounded ditesh at gathani.org All memory aligned http://ditesh.gathani.org/blog Floats to ints rounded http://www.openmalaysiablog.com From aizat.faiz at gmail.com Thu Feb 5 16:01:42 2009 From: aizat.faiz at gmail.com (Ezwan Aizat Abdullah Faiz) Date: Thu, 5 Feb 2009 16:01:42 +0800 Subject: [myoss] Any upcoming MyOSS Meetup in Feb? In-Reply-To: References: <602920.4008.qm@web52805.mail.re2.yahoo.com> Message-ID: Hi all, We are looking for speakers for the next MyOSS Meetup. Please kindly fill up this form http://spreadsheets.google.com/viewform?key=pKAhjhudSS8TkEbV0zcCVeA&hl=en_GB&pli=1 and we will get back to you. Regards, Aizat On Feb 4, 2009, at 4:28 PM, kjteoh wrote: > > Hiyah ... a bit short notice. I am at NTT CBJ but have to run > today. Maybe next time Sam Ng. > > -- > kjteoh > > On Tue, 3 Feb 2009, Sam Ng wrote: > >> I'm organising an yamcha/meetup in Cyberjaya this evening (7.30pm >> at Old Town White Coffee). >> >> Hope its not too late, and it'll be great if you could join us. >> >> More details here: http://osacyber.wordpress.com/2009/02/04/first-meetup-for-2009/ >> >> --- On Tue, 2/3/09, Wen Lin wrote: >> >>> From: Wen Lin >>> Subject: [myoss] Any upcoming MyOSS Meetup in Feb? >>> To: "A general discussion list on Free/Open Source Software in >>> Malaysia." >>> Date: Tuesday, February 3, 2009, 3:44 PM >>> Hi MyOSS folks, >>> >>> I'm Wen Lin from Melbourne. I happen to "Balek >>> Kampong" in Malaysia till >>> mid Feb 09. Just wondering whether you have any MyOSS >>> Meetup planned? If >>> so, I would like to come over to KL (from Melaka) to meet >>> up with some of >>> you folks, to catch up with FOSS development & news in >>> Malaysia. >>> >>> Your response will be greatly appreciated. >>> >>> Cheers, >>> Wen Lin >>> Committee Member >>> Linux Users of Victoria (LUV) >>> Melbourne >>> _______________________________________________ >>> myoss mailing list >>> myoss at lists.foss.org.my >>> http://lists.foss.org.my/mailman/listinfo/myoss >> >> >> >> _______________________________________________ >> myoss mailing list >> myoss at lists.foss.org.my >> http://lists.foss.org.my/mailman/listinfo/myoss >> > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss From yrcjaya at gmail.com Fri Feb 6 00:20:00 2009 From: yrcjaya at gmail.com (Jayaseelan Yezhuaralai) Date: Fri, 6 Feb 2009 00:20:00 +0800 Subject: [myoss] Need ideas for FYP In-Reply-To: <1233812585.3162.29.camel@europa.gathani.org> References: <498710B1.2010400@gmail.com> <1233643368.4177.100.camel@europa.gathani.org> <1233812585.3162.29.camel@europa.gathani.org> Message-ID: On Thu, Feb 5, 2009 at 1:43 PM, Ditesh Kumar wrote: > On Thu, 2009-02-05 at 13:30 +0800, Jayaseelan Yezhuaralai wrote: > > Hi Ditesh, > > I have a good background in C,C++,Python, networking, and a little of > > linux. > > if you have a good background in all/some of these areas, then you have > many options available. > > the next four questions are: > > a) what are the areas /you/ are interested in? we may be able to suggest > foss projects to hack on based on your interest areas. embedded systems > is a pretty wide area of research (its like saying you are interested in > laptop technology). narrowing it down may help. I can drop embedded system and do an application. I would go for security enhancement or integrate security with a another system. (eg. like rsa encrypted mail mime). Earlier I had a plan of automation of electrical with perimeter security using a embbedded device to control. > > > b) what do your supervisors/lecturers want you to do? They haven't been assigned to me yet. But generally they want me to concentrate on documentation as usual.. > > > c) can you reconcile (a) and (b) ? That i can reconfirm in later mail. > > > d) it has been my experience that a number of universities/lecturers in > malaysia are hostile to open source. are they ok with you hacking on > oss? > This also I can only reconfirm with you on later. Anyaway i'm APIIT student so i guess you might know some info. > > > > My lecturer told me to drop embedded system development since it's > > only software > > engineering Bsc. Degree.. > > which sounds like a pretty ridiculous reason, to me. > > > -- > May your signals all trap Ditesh Kumar > May your references be bounded ditesh at gathani.org > All memory aligned http://ditesh.gathani.org/blog > Floats to ints rounded http://www.openmalaysiablog.com > > -- Regards, Jayaseelan ======================================================== "Laziness is nothing more than the habit of resting before you get tired." - Jules Renard ======================================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: From yrcjaya at gmail.com Fri Feb 6 01:30:12 2009 From: yrcjaya at gmail.com (Jayaseelan Yezhuaralai) Date: Fri, 6 Feb 2009 01:30:12 +0800 Subject: [myoss] Need ideas for FYP In-Reply-To: <928BA488-48F4-4A18-8469-6F32711C5022@gmail.com> References: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> <20090203133729.29779878@prophet.alphaque.com> <4988619C.4040107@gmail.com> <928BA488-48F4-4A18-8469-6F32711C5022@gmail.com> Message-ID: Reszuan: I'm actually was looking at it earlier. Thanks for you'r emphasis on it i'm digging in it more. On Wed, Feb 4, 2009 at 12:07 AM, Rezuan Asrah wrote: > Messing around with Arduino board sounds a lot of fun to get started. > > They got their own library which is based on C, which makes it easier. > > Arduino + LED stuff should be able to pass the grade I guess? > > http://www.arduino.cc > > -- > Rezuan Asrah > question = ( to ) ? be : ! be; -- Wm. Shakespeare > > http://elusi.blogspot.com > > > On Feb 3, 2009, at 11:24 PM, Navyn wrote: > > its available commercially to consumers. pricing is not bad. >> and i heard it works awesome. but you need to write on a special pad which >> you have to buy. But from what i heard you can just photocopy the pad. >> >> >> http://www.target.com/Livescribe-Pulse-2GB-Smartpen/dp/B001AAN4PW/qid=1233674550/ref=br_1_1/191-1170934-8935107?ie=UTF8&node=680099011&frombrowse=1&rh=&page=1 >> >> >> kjteoh wrote: >> >>> >>> >>> -- >>> kjteoh >>> >>> On Tue, 3 Feb 2009, Dinesh Nair wrote: >>> >>> On Tue, 3 Feb 2009 11:42:55 +0800 (MYT), kjteoh wrote: >>>> >>>>> An example would be a device that you can clip onto your pen or pencil >>>>> that will tell you how much you "write" in a day - trivial as it >>>>> sounds. >>>>> >>>> >>>> i believe there's a pen type device, which in addition to acting like a >>>> regular ballpoint, also applies handwriting recognition to store a >>>> digital >>>> ascii copy of whatever you write, so you can later download it into your >>>> PC. >>>> >>> >>> Thank is so frigging cool and I will be buy one of these man. >>> >>> >>> >>> >>>> -- >>>> Regards, /\_/\ "All dogs go to heaven." >>>> dinesh at alphaque.com (0 0) >>>> http://www.openmalaysiablog.com/ >>>> >>>> +==========================----oOO--(_)--OOo----==========================+ >>>> | for a in past present future; do >>>> | >>>> | for b in clients employers associates relatives neighbours pets; do >>>> | >>>> | echo "The opinions here in no way reflect the opinions of my $a $b." >>>> | >>>> | done; done >>>> | >>>> >>>> +=========================================================================+ >>>> >>>> _______________________________________________ >>> myoss mailing list >>> myoss at lists.foss.org.my >>> http://lists.foss.org.my/mailman/listinfo/myoss >>> >> >> _______________________________________________ >> myoss mailing list >> myoss at lists.foss.org.my >> http://lists.foss.org.my/mailman/listinfo/myoss >> > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > -- Regards, Jayaseelan ======================================================== "Laziness is nothing more than the habit of resting before you get tired." - Jules Renard ======================================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: From yrcjaya at gmail.com Fri Feb 6 01:48:01 2009 From: yrcjaya at gmail.com (Jayaseelan Yezhuaralai) Date: Fri, 6 Feb 2009 01:48:01 +0800 Subject: [myoss] Need ideas for FYP In-Reply-To: References: <295041390902021831g39c87062r746cf4d3b0e2a5bb@mail.gmail.com> Message-ID: *ktjoeh*: Hey agree with you about the project basis. I'll do want to have chat with you guys i think it will be best on the next myoss meetup. So i can get into oss hacking for real at once not just say things about it. *All*: Firstly to all i'm sorry not specifying or saying what type of embedded system was running in my head. I was aiming to use a *Small Board Computers(SBC)* can be seen here http://www.embeddedarm.com/products/arm-sbc.php. The idea i had was automation and security integration which will be controlled by SBC. On Tue, Feb 3, 2009 at 11:42 AM, kjteoh wrote: > > Well it depends on how far you want to take your embedded system and if its > a final year project basis - it should not be to "involved" and in turn a > copycat of something in the market would be just as good and realistic and > not necessary to be entirely IT centric. > > An example would be a device that you can clip onto your pen or pencil that > will tell you how much you "write" in a day - trivial as it sounds. > > Other things: > - some random number generator > - embedded PCI card that will do all the Netflows (collectors) for you - > and I will buy one if you can get it together. > > Jayaseelan - when you have the time and if you are not too far away, drop > me a line and we can help you explore your ideas and enthusiasm further. > > -- > kjteoh > > > On Tue, 3 Feb 2009, Jayaseelan Yezhuaralai wrote: > > Navyn: brute force device acting as keyboard it only works on a system >> where >> they only need a PIN to be autohenticated >> other than that i find no use or doesn't fit practically.. >> >> Sharuzzaman: The idea you gave i think is already implemented in Linux Fax >> utilities..(eg. Hylafax).. >> >> Guys thanks for the ideas. Give me more ideas really *appreciate *it a >> lot. >> >> 2009/2/3 Sharuzzaman Ahmat Raslan >> >> I just thought about this idea this morning while driving to office. >>> >>> If fax can send image of the document, why can't we make/modify fax >>> machine >>> to send the soft copy of the document itself? >>> >>> Fax machine scanned the document and convert it to image, then send the >>> "data bits" of the image through phone line to the fax machine at the >>> receiving site. The fax machine then reconstruct the "data bits" into >>> image >>> again. >>> >>> Take out the scanning part, transfer/upload the document to the sending >>> fax >>> machine, send the data bits, the receiving machine store it in built-in >>> flash storage. >>> >>> The transport is still same, but the input and output is different. >>> >>> Can you make that into an embedded system? >>> >>> 2009/2/2 Jayaseelan Yezhuaralai >>> >>> Hi everyone, >>>> I am quite new to this list and this my first message. I'm doing my >>>> final >>>> year degree for Software Engineering i was hopping >>>> to get some ideas or suggestions for my final year project. I'm very >>>> keen >>>> to develop a embedded system but i don't have any ideas. >>>> I thought you guys can help me get some challenging ideas which might >>>> contribute back to the community. Other project's are >>>> also welcomed. I would prefer if it's challenging as I believe the only >>>> way to learn it is to build it. >>>> -- >>>> Regards, >>>> Jayaseelan >>>> ======================================================== >>>> "Laziness is nothing more than the habit of resting before you get >>>> tired." >>>> - Jules Renard >>>> ======================================================== >>>> >>>> _______________________________________________ >>>> myoss mailing list >>>> myoss at lists.foss.org.my >>>> http://lists.foss.org.my/mailman/listinfo/myoss >>>> >>>> >>>> >>> >>> -- >>> Sharuzzaman Ahmat Raslan >>> >>> _______________________________________________ >>> myoss mailing list >>> myoss at lists.foss.org.my >>> http://lists.foss.org.my/mailman/listinfo/myoss >>> >>> >>> >> >> -- >> Regards, >> Jayaseelan >> ======================================================== >> "Laziness is nothing more than the habit of resting before you get tired." >> - >> Jules Renard >> ======================================================== >> >> _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > -- Regards, Jayaseelan ======================================================== "Laziness is nothing more than the habit of resting before you get tired." - Jules Renard ======================================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: From sabre23t at gmail.com Fri Feb 6 07:00:51 2009 From: sabre23t at gmail.com (S.M.Sabri S.M.Ismail) Date: Fri, 6 Feb 2009 07:00:51 +0800 Subject: [myoss] Need ideas for FYP Message-ID: <498b6fa5.06876e0a.35dd.5921@mx.google.com> Mmm ... Using SBC or Arduino to create a device that can test/hack the ever present contactless chip in everyone's MyKad? Those w d small TnG logo on it? regards, sabre23t =^.^= -----Original Message----- From: Jayaseelan Yezhuaralai Sent: 06 February 2009 01:48 To: A general discussion list on Free/Open Source Software in Malaysia. Subject: Re: [myoss] Need ideas for FYP ktjoeh: Hey agree with you about the project basis. I'll do want to have chat with you guys i think it will be best on the next myoss meetup. So i can get into oss hacking for real at once not just say things about it. All: Firstly to all i'm sorry not specifying or saying what type of embedded system was running in my head. I was aiming to use a Small Board Computers(SBC) can be seen here http://www.embeddedarm.com/products/arm-sbc.php. The idea i had was automation and security integration which will be controlled by SBC. -------------- next part -------------- An HTML attachment was scrubbed... URL: From aizat.faiz at gmail.com Mon Feb 9 19:50:30 2009 From: aizat.faiz at gmail.com (Ezwan Aizat Abdullah Faiz) Date: Mon, 9 Feb 2009 19:50:30 +0800 Subject: [myoss] Subject: MyOSS Meetup February 2009 - Khairil Yusof on "FreeBSD Jails - Lightweight Virtualisation" Message-ID: Taken from http://foss.org.my/meetups Confirm your attendance on Facebook http://www.facebook.com/event.php?eid=53714671919 -- FreeBSD Jails - Lightweight Virtualisation: Did you even notice that FOSS.my website server was swapping 2GB? No? Then find out how. Full on virtualisation takes up a lot of resources as each virtual instance is treated as a separate machine with disk and memory allocation. This may not be the best solution for all use cases. For most web applications and development work, a sandbox that shares a single kernel with it's own IP is far more efficient. This talk will go through a basic introduction, some tricks in getting more out of Jails as well as live demo of the setup of Gambit, Inigo's current server. About the Speaker: Khairil Yusof is a FOSS developer who currently resides in Subang Jaya, Malaysia a residential hub just outside of Kuala Lumpur. He is currently working as an ICT consultant for Inigo an ICT consulting company he founded that specialises in Plone and Python development. It was founded on the premise of providing a better working environment for talented and creative FOSS developers. It was also created as a socially responsible company that caters to life balance of employees and also to the wider community. When: Thursday February 19th 7:30pm What - Meetup Agenda: 7:30pm - 7:45pm Opening by the Organizer 7:45pm - 8:45pm Talk 8:45pm - 9:00pm Break 9:00pm - 9:30pm Break out sessions Cost: Free. No registration required, just come right in, have a seat, and join the crowd. Contact: Ezwan Aizat Bin Abdullah Faiz aizat.faiz at gmail.com +6 017 690 8783 Where: MSC Malaysia Cybercentre - Incubation Centre (1B - 3-1), KL Central About the MyOSS Meetups: This meetup is possible due to the support and facilities provided by MDeC -------------- next part -------------- An HTML attachment was scrubbed... URL: From decfiv at yahoo.com Fri Feb 13 03:02:09 2009 From: decfiv at yahoo.com (Mohd Lazim) Date: Thu, 12 Feb 2009 11:02:09 -0800 (PST) Subject: [myoss] Translation for OLPC Message-ID: <945850.7118.qm@web53310.mail.re2.yahoo.com> Hi all, Just wanna highlight this one regarding the OLPC. If you ever wish to contribute to OLPC project but still don't know how to do it, this will help you. By using you expertism in Bahasa Melayu, you can translate OLPC content to our hometown language. Browse to http://dev.laptop.org/translate and register a new username and start translating. One day, I hope that OLPC XO laptop on the hand of every child in Malaysia and your translation would make them easier to understand the cute little Sugar Interface for their education. Make your move now, change the world... Lazim, -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicholas at oscc.org.my Fri Feb 13 09:06:43 2009 From: nicholas at oscc.org.my (Nicholas) Date: Fri, 13 Feb 2009 09:06:43 +0800 Subject: [myoss] Translation for OLPC In-Reply-To: <945850.7118.qm@web53310.mail.re2.yahoo.com> References: <945850.7118.qm@web53310.mail.re2.yahoo.com> Message-ID: <4994C7A3.30104@oscc.org.my> Lazim, Sugar is to encourage visual representation of the desktop. Translation should not be that much work for those who have experience. Mohd Lazim wrote: > Hi all, > > Just wanna highlight this one regarding the OLPC. If you ever wish to contribute to OLPC project but still don't know how to do it, this will help you. By using you expertism in Bahasa Melayu, you can translate OLPC content to our hometown language. > > Browse to http://dev.laptop.org/translate and register a new username and start translating. One day, I hope that OLPC XO laptop on the hand of every child in Malaysia and your translation would make them easier to understand the cute little Sugar Interface for their education. > > Make your move now, change the world... > > Lazim, > > --- OSCC MAMPU MyMeeting Version 2.0 Release http://knowledge.oscc.org.my/solution-areas/application/mymeeting From najmi.zabidi at gmail.com Fri Feb 13 09:34:09 2009 From: najmi.zabidi at gmail.com (Muhammad Najmi Ahmad Zabidi) Date: Fri, 13 Feb 2009 09:34:09 +0800 Subject: [myoss] Translation for OLPC In-Reply-To: <4994C7A3.30104@oscc.org.my> References: <945850.7118.qm@web53310.mail.re2.yahoo.com> <4994C7A3.30104@oscc.org.my> Message-ID: For things like this I shall suggest people with graphic-fu skills to contribute. Kampung kids now can understand English better, especially reading - I saw bunch of kids playing online game on weekdays. Maybe Science/Math teaching in schools help them on that. At least assisting them playing games if not scoring in exams. On Fri, Feb 13, 2009 at 9:06 AM, Nicholas wrote: > Lazim, > > Sugar is to encourage visual representation of the desktop. Translation > should not be that much work for those who have experience. > > Mohd Lazim wrote: >> Hi all, >> >> Just wanna highlight this one regarding the OLPC. If you ever wish to contribute to OLPC project but still don't know how to do it, this will help you. By using you expertism in Bahasa Melayu, you can translate OLPC content to our hometown language. >> >> Browse to http://dev.laptop.org/translate and register a new username and start translating. One day, I hope that OLPC XO laptop on the hand of every child in Malaysia and your translation would make them easier to understand the cute little Sugar Interface for their education. >> >> Make your move now, change the world... >> >> Lazim, >> >> > > > --- > > OSCC MAMPU MyMeeting Version 2.0 Release > http://knowledge.oscc.org.my/solution-areas/application/mymeeting > > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > From decfiv at yahoo.com Sun Feb 15 22:20:32 2009 From: decfiv at yahoo.com (Mohd Lazim) Date: Sun, 15 Feb 2009 06:20:32 -0800 (PST) Subject: [myoss] OLPC Translation Message-ID: <602154.92569.qm@web53310.mail.re2.yahoo.com> Dear all, As an Bahasa Melayu translation administrator for OLPC, I would like to invite each and everyone of you to become Bahasa Melayu translator for OLPC project. Currently, there's about 6 people struggle so hard to translating the OLPC content into Bahasa Melayu. The translation process is so simple even the a primary can do it. Just register your username in Pootle server at http://dev.laptop.org/translate and login to start translating. The interface of translation system will show several short sentences and what you have to do is to change the sentences into Bahasa Melayu. There are 6 project currently running to be translated by us and we hope that you'll join us do the translation. There's some people think that translation is just wasting time because kids today already talk and write in English. It's true and not true because not every kids got the opportunity to learn English and some of them still got problem reading the Bahasa Melayu. This project might help them in the future. I'm pretty sure that the OLPC not targeting to give this XO laptop to all those kids that live in a rich family and speak English everyday. There's some rumors says that the Ministry start to get interested in this rugged, small laptop project and evaluating it to become the assistance device for all school in Malaysia. Join now and do something for our own child's future. Mohd Lazim, -------------- next part -------------- An HTML attachment was scrubbed... URL: From umarzuki at gmail.com Sun Feb 15 23:22:05 2009 From: umarzuki at gmail.com (Umarzuki Mochlis) Date: Sun, 15 Feb 2009 23:22:05 +0800 Subject: [myoss] OLPC Translation In-Reply-To: <602154.92569.qm@web53310.mail.re2.yahoo.com> References: <602154.92569.qm@web53310.mail.re2.yahoo.com> Message-ID: <52d26d930902150722n40740469x439b1d865eeb98b0@mail.gmail.com> Sadly when I tried to register, I got this message 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128) I wonder what's wrong. 2009/2/15 Mohd Lazim > Dear all, > > As an Bahasa Melayu translation administrator for OLPC, I would like to > invite each and everyone of you to become Bahasa Melayu translator for OLPC > project. Currently, there's about 6 people struggle so hard to translating > the OLPC content into Bahasa Melayu. The translation process is so simple > even the a primary can do it. Just register your username in Pootle server > at http://dev.laptop.org/translate and login to start translating. > > The interface of translation system will show several short sentences and > what you have to do is to change the sentences into Bahasa Melayu. There are > 6 project currently running to be translated by us and we hope that you'll > join us do the translation. > > There's some people think that translation is just wasting time because > kids today already talk and write in English. It's true and not true because > not every kids got the opportunity to learn English and some of them still > got problem reading the Bahasa Melayu. This project might help them in the > future. I'm pretty sure that the OLPC not targeting to give this XO laptop > to all those kids that live in a rich family and speak English everyday. > > There's some rumors says that the Ministry start to get interested in this > rugged, small laptop project and evaluating it to become the assistance > device for all school in Malaysia. Join now and do something for our own > child's future. > > Mohd Lazim, > > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > > -- Regards, Umarzuki Mochlis http://gameornot.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From navynmr at gmail.com Mon Feb 16 00:09:49 2009 From: navynmr at gmail.com (Navyn) Date: Sun, 15 Feb 2009 11:09:49 -0500 Subject: [myoss] OLPC Translation In-Reply-To: <52d26d930902150722n40740469x439b1d865eeb98b0@mail.gmail.com> References: <602154.92569.qm@web53310.mail.re2.yahoo.com> <52d26d930902150722n40740469x439b1d865eeb98b0@mail.gmail.com> Message-ID: <49983E4D.40806@gmail.com> Same here brother Umarzuki Mochlis wrote: > Sadly when I tried to register, I got this message > 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in > range(128) > > I wonder what's wrong. > > 2009/2/15 Mohd Lazim > > > Dear all, > > As an Bahasa Melayu translation administrator for OLPC, I would > like to invite each and everyone of you to become Bahasa Melayu > translator for OLPC project. Currently, there's about 6 people > struggle so hard to translating the OLPC content into Bahasa > Melayu. The translation process is so simple even the a primary > can do it. Just register your username in Pootle server at > http://dev.laptop.org/translate and login to start translating. > > The interface of translation system will show several short > sentences and what you have to do is to change the sentences into > Bahasa Melayu. There are 6 project currently running to be > translated by us and we hope that you'll join us do the translation. > > There's some people think that translation is just wasting time > because kids today already talk and write in English. It's true > and not true because not every kids got the opportunity to learn > English and some of them still got problem reading the Bahasa > Melayu. This project might help them in the future. I'm pretty > sure that the OLPC not targeting to give this XO laptop to all > those kids that live in a rich family and speak English everyday. > > There's some rumors says that the Ministry start to get interested > in this rugged, small laptop project and evaluating it to become > the assistance device for all school in Malaysia. Join now and do > something for our own child's future. > > Mohd Lazim, > > > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > > > > > -- > Regards, > > Umarzuki Mochlis > http://gameornot.net > ------------------------------------------------------------------------ > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > From kaeru at inigo-tech.com Mon Feb 16 09:47:22 2009 From: kaeru at inigo-tech.com (Khairil Yusof) Date: Mon, 16 Feb 2009 09:47:22 +0800 Subject: [myoss] OLPC Translation In-Reply-To: <52d26d930902150722n40740469x439b1d865eeb98b0@mail.gmail.com> References: <602154.92569.qm@web53310.mail.re2.yahoo.com> <52d26d930902150722n40740469x439b1d865eeb98b0@mail.gmail.com> Message-ID: <1234748842.7419.90.camel@beast.inigo-tech.com> On Sun, 2009-02-15 at 23:22 +0800, Umarzuki Mochlis wrote: > Sadly when I tried to register, I got this message > 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in > range(128) > > I wonder what's wrong. Looks like somebody's python code is mixing string encodings. From arizabo at gmail.com Mon Feb 16 10:04:13 2009 From: arizabo at gmail.com (Ahmad Rizal) Date: Mon, 16 Feb 2009 10:04:13 +0800 Subject: [myoss] MIMOS Walk-in interview at EQ penang 21~22/2 Message-ID: <1c098afd0902151804v4773b527td692d2d7055cd2bf@mail.gmail.com> Hi all, Mimos will be having a "Walk-In Interview" event at Equatorial Hotel, Penang on the 21st and 22nd of Feb, 9am to 5pm. for those still looking for stable job, or just being retrenched/vss, or just want to change their profession are welcome. (this event have been advertised in The Start, last week) some of the opening in MIMOS is as shown below: POSITIONS: Portfolio Manager, Grid Computing Portfolio Manager, Information Security Portfolio Engineer Staff Engineer - Digital Signal Processing (DSP) Staff Engineer - ASIC Design Engineer /Senior Engineer/Manager - Digital Circuit Designer Engineer /Senior Engineer - Digital IC Design Senior Staff Engineer - Embedded Staff / Senior Engineer - RF Design Staff / Senior - System Integration Staff/Senior/ Software Engineer Researcher - MICRO NANO CLUSTER regards ~^4(R)iz??O?? Ahmad Rizal(R)Kuala Lumpur -------------- next part -------------- An HTML attachment was scrubbed... URL: From esqbrianritchie at gmail.com Mon Feb 16 11:10:04 2009 From: esqbrianritchie at gmail.com (BRIAN RITCHIE) Date: Mon, 16 Feb 2009 11:10:04 +0800 Subject: [myoss] MIMOS Walk-in interview at EQ penang 21~22/2 In-Reply-To: <1c098afd0902151804v4773b527td692d2d7055cd2bf@mail.gmail.com> References: <1c098afd0902151804v4773b527td692d2d7055cd2bf@mail.gmail.com> Message-ID: Out of curiosity, do you have a link to the position's roles and responsibilities and such. I was browsing MIMOS' site but couldn't find much. Thanks for the heads up by the way. -BRIAN RITCHIE 2009/2/16 Ahmad Rizal > Hi all, > > Mimos will be having a "Walk-In Interview" event at Equatorial Hotel, > Penang on the 21st and 22nd of Feb, 9am to 5pm. > > for those still looking for stable job, or just being retrenched/vss, or > just want to change their profession are welcome. > (this event have been advertised in The Start, last week) > > some of the opening in MIMOS is as shown below: > > POSITIONS: Portfolio Manager, Grid Computing > Portfolio Manager, Information Security > Portfolio Engineer > Staff Engineer - Digital Signal Processing (DSP) > Staff Engineer - ASIC Design > Engineer /Senior Engineer/Manager - Digital Circuit Designer > Engineer /Senior Engineer - Digital IC Design > Senior Staff Engineer - Embedded > Staff / Senior Engineer - RF Design > Staff / Senior - System Integration > Staff/Senior/ Software Engineer > Researcher - MICRO NANO CLUSTER > > regards > > > ~^4(R)iz??O?? > Ahmad Rizal(R)Kuala Lumpur > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From arizabo at gmail.com Mon Feb 16 11:14:11 2009 From: arizabo at gmail.com (Ahmad Rizal) Date: Mon, 16 Feb 2009 11:14:11 +0800 Subject: [myoss] MIMOS Walk-in interview at EQ penang 21~22/2 In-Reply-To: References: <1c098afd0902151804v4773b527td692d2d7055cd2bf@mail.gmail.com> Message-ID: <1c098afd0902151914t60c30df6tc727902ff87e9d16@mail.gmail.com> please go to the "Career" section.or use this link... http://www.mimos.my/index.php?sub=4&ma=18 ~^4(R)iz??O?? Ahmad Rizal(R)Kuala Lumpur 2009/2/16 BRIAN RITCHIE > Out of curiosity, do you have a link to the position's roles and > responsibilities and such. I was browsing MIMOS' site but couldn't find > much. Thanks for the heads up by the way. > > -BRIAN RITCHIE > > 2009/2/16 Ahmad Rizal > >> Hi all, >> >> Mimos will be having a "Walk-In Interview" event at Equatorial Hotel, >> Penang on the 21st and 22nd of Feb, 9am to 5pm. >> >> for those still looking for stable job, or just being retrenched/vss, or >> just want to change their profession are welcome. >> (this event have been advertised in The Start, last week) >> >> some of the opening in MIMOS is as shown below: >> >> POSITIONS: Portfolio Manager, Grid Computing >> Portfolio Manager, Information Security >> Portfolio Engineer >> Staff Engineer - Digital Signal Processing (DSP) >> Staff Engineer - ASIC Design >> Engineer /Senior Engineer/Manager - Digital Circuit Designer >> Engineer /Senior Engineer - Digital IC Design >> Senior Staff Engineer - Embedded >> Staff / Senior Engineer - RF Design >> Staff / Senior - System Integration >> Staff/Senior/ Software Engineer >> Researcher - MICRO NANO CLUSTER >> >> regards >> >> >> ~^4(R)iz??O?? >> Ahmad Rizal(R)Kuala Lumpur >> >> _______________________________________________ >> myoss mailing list >> myoss at lists.foss.org.my >> http://lists.foss.org.my/mailman/listinfo/myoss >> >> > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From esqbrianritchie at gmail.com Mon Feb 16 11:28:01 2009 From: esqbrianritchie at gmail.com (BRIAN RITCHIE) Date: Mon, 16 Feb 2009 11:28:01 +0800 Subject: [myoss] MIMOS Walk-in interview at EQ penang 21~22/2 In-Reply-To: <1c098afd0902151914t60c30df6tc727902ff87e9d16@mail.gmail.com> References: <1c098afd0902151804v4773b527td692d2d7055cd2bf@mail.gmail.com> <1c098afd0902151914t60c30df6tc727902ff87e9d16@mail.gmail.com> Message-ID: Sorry to not be clear earlier. I actually did check that page but there was no roles and responsibilities tagged to the jobs mentioned. Is there a page with the roles and responsibilites attached to the job by any chance. Thanks for your help. 2009/2/16 Ahmad Rizal > please go to the "Career" section. or use this link... > http://www.mimos.my/index.php?sub=4&ma=18 > > > ~^4(R)iz??O?? > Ahmad Rizal(R)Kuala Lumpur > > > 2009/2/16 BRIAN RITCHIE > > Out of curiosity, do you have a link to the position's roles and >> responsibilities and such. I was browsing MIMOS' site but couldn't find >> much. Thanks for the heads up by the way. >> >> -BRIAN RITCHIE >> >> 2009/2/16 Ahmad Rizal >> >>> Hi all, >>> >>> Mimos will be having a "Walk-In Interview" event at Equatorial Hotel, >>> Penang on the 21st and 22nd of Feb, 9am to 5pm. >>> >>> for those still looking for stable job, or just being retrenched/vss, or >>> just want to change their profession are welcome. >>> (this event have been advertised in The Start, last week) >>> >>> some of the opening in MIMOS is as shown below: >>> >>> POSITIONS: Portfolio Manager, Grid Computing >>> Portfolio Manager, Information Security >>> Portfolio Engineer >>> Staff Engineer - Digital Signal Processing (DSP) >>> Staff Engineer - ASIC Design >>> Engineer /Senior Engineer/Manager - Digital Circuit Designer >>> Engineer /Senior Engineer - Digital IC Design >>> Senior Staff Engineer - Embedded >>> Staff / Senior Engineer - RF Design >>> Staff / Senior - System Integration >>> Staff/Senior/ Software Engineer >>> Researcher - MICRO NANO CLUSTER >>> >>> regards >>> >>> >>> ~^4(R)iz??O?? >>> Ahmad Rizal(R)Kuala Lumpur >>> >>> _______________________________________________ >>> myoss mailing list >>> myoss at lists.foss.org.my >>> http://lists.foss.org.my/mailman/listinfo/myoss >>> >>> >> >> _______________________________________________ >> myoss mailing list >> myoss at lists.foss.org.my >> http://lists.foss.org.my/mailman/listinfo/myoss >> >> > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From decfiv at yahoo.com Mon Feb 16 11:35:48 2009 From: decfiv at yahoo.com (Mohd Lazim) Date: Sun, 15 Feb 2009 19:35:48 -0800 (PST) Subject: [myoss] OLPC translation registration problem In-Reply-To: <52d26d930902150722n40740469x439b1d865eeb98b0@mail.gmail.com> Message-ID: <306217.86174.qm@web53312.mail.re2.yahoo.com> That's really weird, I forgot whether I'm facing the same error during the registration or not. Which browser did you use, Firefox or IE? Kaeru, is this related to programming in python, do you have any suggestion regarding this. I'll try to forward this problem to the OLPC. After searching for this error, I found this http://en.forum.laptop.org/viewtopic.php?f=13&t=1985 but it not explaining everything. BTW, are you registering your account using a word that's not in ascii code. --- On Sun, 2/15/09, Umarzuki Mochlis wrote: From: Umarzuki Mochlis Subject: Re: [myoss] OLPC Translation To: decfiv at yahoo.com, "A general discussion list on Free/Open Source Software in Malaysia." Date: Sunday, February 15, 2009, 7:22 AM Sadly when I tried to register, I got this message 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128) I wonder what's wrong. -------------- next part -------------- An HTML attachment was scrubbed... URL: From arizabo at gmail.com Mon Feb 16 11:59:48 2009 From: arizabo at gmail.com (Ahmad Rizal) Date: Mon, 16 Feb 2009 11:59:48 +0800 Subject: [myoss] MIMOS Walk-in interview at EQ penang 21~22/2 In-Reply-To: References: <1c098afd0902151804v4773b527td692d2d7055cd2bf@mail.gmail.com> <1c098afd0902151914t60c30df6tc727902ff87e9d16@mail.gmail.com> Message-ID: <1c098afd0902151959k4c360817l3dcb14c9ddc57cc5@mail.gmail.com> opss ... they have removed the link...up till yesterday, all the position is link to the more detail page .... probably mimos is updating the page... i'll try to find out what happened to the link ... ~^4(R)iz??O?? Ahmad Rizal(R)Kuala Lumpur 2009/2/16 BRIAN RITCHIE > Sorry to not be clear earlier. I actually did check that page but there was > no roles and responsibilities tagged to the jobs mentioned. Is there a page > with the roles and responsibilites attached to the job by any chance. Thanks > for your help. > > > 2009/2/16 Ahmad Rizal > >> please go to the "Career" section. or use this link... >> http://www.mimos.my/index.php?sub=4&ma=18 >> >> >> ~^4(R)iz??O?? >> Ahmad Rizal(R)Kuala Lumpur >> >> >> 2009/2/16 BRIAN RITCHIE >> >> Out of curiosity, do you have a link to the position's roles and >>> responsibilities and such. I was browsing MIMOS' site but couldn't find >>> much. Thanks for the heads up by the way. >>> >>> -BRIAN RITCHIE >>> >>> 2009/2/16 Ahmad Rizal >>> >>>> Hi all, >>>> >>>> Mimos will be having a "Walk-In Interview" event at Equatorial Hotel, >>>> Penang on the 21st and 22nd of Feb, 9am to 5pm. >>>> >>>> for those still looking for stable job, or just being retrenched/vss, or >>>> just want to change their profession are welcome. >>>> (this event have been advertised in The Start, last week) >>>> >>>> some of the opening in MIMOS is as shown below: >>>> >>>> POSITIONS: Portfolio Manager, Grid Computing >>>> Portfolio Manager, Information Security >>>> Portfolio Engineer >>>> Staff Engineer - Digital Signal Processing (DSP) >>>> Staff Engineer - ASIC Design >>>> Engineer /Senior Engineer/Manager - Digital Circuit Designer >>>> Engineer /Senior Engineer - Digital IC Design >>>> Senior Staff Engineer - Embedded >>>> Staff / Senior Engineer - RF Design >>>> Staff / Senior - System Integration >>>> Staff/Senior/ Software Engineer >>>> Researcher - MICRO NANO CLUSTER >>>> >>>> regards >>>> >>>> >>>> ~^4(R)iz??O?? >>>> Ahmad Rizal(R)Kuala Lumpur >>>> >>>> _______________________________________________ >>>> myoss mailing list >>>> myoss at lists.foss.org.my >>>> http://lists.foss.org.my/mailman/listinfo/myoss >>>> >>>> >>> >>> _______________________________________________ >>> myoss mailing list >>> myoss at lists.foss.org.my >>> http://lists.foss.org.my/mailman/listinfo/myoss >>> >>> >> >> _______________________________________________ >> myoss mailing list >> myoss at lists.foss.org.my >> http://lists.foss.org.my/mailman/listinfo/myoss >> >> > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From umarzuki at gmail.com Mon Feb 16 12:20:18 2009 From: umarzuki at gmail.com (Umarzuki Mochlis) Date: Mon, 16 Feb 2009 12:20:18 +0800 Subject: [myoss] OLPC translation registration problem In-Reply-To: <306217.86174.qm@web53312.mail.re2.yahoo.com> References: <52d26d930902150722n40740469x439b1d865eeb98b0@mail.gmail.com> <306217.86174.qm@web53312.mail.re2.yahoo.com> Message-ID: <52d26d930902152020o5a6712fyf69b3a32ed433f53@mail.gmail.com> 2009/2/16 Mohd Lazim > That's really weird, I forgot whether I'm facing the same error during the > registration or not. Which browser did you use, Firefox or IE? Kaeru, is > this related to programming in python, do you have any suggestion regarding > this. I'll try to forward this problem to the OLPC. > > After searching for this error, I found this > http://en.forum.laptop.org/viewtopic.php?f=13&t=1985 but it not explaining > everything. > > BTW, are you registering your account using a word that's not in ascii > code. Is this related to my system's font setting? If it is, I could not find where to change that on my Lenny KDE 4.1.4. > > > --- On *Sun, 2/15/09, Umarzuki Mochlis * wrote: > > From: Umarzuki Mochlis > Subject: Re: [myoss] OLPC Translation > To: decfiv at yahoo.com, "A general discussion list on Free/Open Source > Software in Malaysia." > Date: Sunday, February 15, 2009, 7:22 AM > > Sadly when I tried to register, I got this message > 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in > range(128) > > I wonder what's wrong. > > > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > > -- Regards, Umarzuki Mochlis http://gameornot.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From navynmr at gmail.com Mon Feb 16 12:25:35 2009 From: navynmr at gmail.com (Navyn) Date: Sun, 15 Feb 2009 23:25:35 -0500 Subject: [myoss] OLPC translation registration problem In-Reply-To: <306217.86174.qm@web53312.mail.re2.yahoo.com> References: <306217.86174.qm@web53312.mail.re2.yahoo.com> Message-ID: <4998EABF.9040106@gmail.com> I tried using ie, firefox and changing the encoding to iso-8859-1 still nothing different passwords, usernames and so on. Looks like a server side problem Mohd Lazim wrote: > That's really weird, I forgot whether I'm facing the same error during > the registration or not. Which browser did you use, Firefox or IE? > Kaeru, is this related to programming in python, do you have any > suggestion regarding this. I'll try to forward this problem to the OLPC. > > After searching for this error, I found this > http://en.forum.laptop.org/viewtopic.php?f=13&t=1985 but it not > explaining everything. > > BTW, are you registering your account using a word that's not in ascii > code. > > --- On *Sun, 2/15/09, Umarzuki Mochlis //* wrote: > > From: Umarzuki Mochlis > Subject: Re: [myoss] OLPC Translation > To: decfiv at yahoo.com, "A general discussion list on Free/Open > Source Software in Malaysia." > Date: Sunday, February 15, 2009, 7:22 AM > > Sadly when I tried to register, I got this message > 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in > range(128) > > I wonder what's wrong. > > > ------------------------------------------------------------------------ > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > From esqbrianritchie at gmail.com Mon Feb 16 13:26:34 2009 From: esqbrianritchie at gmail.com (BRIAN RITCHIE) Date: Mon, 16 Feb 2009 13:26:34 +0800 Subject: [myoss] MIMOS Walk-in interview at EQ penang 21~22/2 In-Reply-To: <1c098afd0902151959k4c360817l3dcb14c9ddc57cc5@mail.gmail.com> References: <1c098afd0902151804v4773b527td692d2d7055cd2bf@mail.gmail.com> <1c098afd0902151914t60c30df6tc727902ff87e9d16@mail.gmail.com> <1c098afd0902151959k4c360817l3dcb14c9ddc57cc5@mail.gmail.com> Message-ID: Cool. Thanks alot. Have a good one. 2009/2/16 Ahmad Rizal > opss ... they have removed the link... up till yesterday, all the position > is link to the more detail page .... > probably mimos is updating the page... > > i'll try to find out what happened to the link ... > > > ~^4(R)iz??O?? > Ahmad Rizal(R)Kuala Lumpur > > > 2009/2/16 BRIAN RITCHIE > >> Sorry to not be clear earlier. I actually did check that page but there >> was no roles and responsibilities tagged to the jobs mentioned. Is there a >> page with the roles and responsibilites attached to the job by any chance. >> Thanks for your help. >> >> >> 2009/2/16 Ahmad Rizal >> >>> please go to the "Career" section. or use this link... >>> http://www.mimos.my/index.php?sub=4&ma=18 >>> >>> >>> ~^4(R)iz??O?? >>> Ahmad Rizal(R)Kuala Lumpur >>> >>> >>> 2009/2/16 BRIAN RITCHIE >>> >>> Out of curiosity, do you have a link to the position's roles and >>>> responsibilities and such. I was browsing MIMOS' site but couldn't find >>>> much. Thanks for the heads up by the way. >>>> >>>> -BRIAN RITCHIE >>>> >>>> 2009/2/16 Ahmad Rizal >>>> >>>>> Hi all, >>>>> >>>>> Mimos will be having a "Walk-In Interview" event at Equatorial Hotel, >>>>> Penang on the 21st and 22nd of Feb, 9am to 5pm. >>>>> >>>>> for those still looking for stable job, or just being retrenched/vss, >>>>> or just want to change their profession are welcome. >>>>> (this event have been advertised in The Start, last week) >>>>> >>>>> some of the opening in MIMOS is as shown below: >>>>> >>>>> POSITIONS: Portfolio Manager, Grid Computing >>>>> Portfolio Manager, Information Security >>>>> Portfolio Engineer >>>>> Staff Engineer - Digital Signal Processing (DSP) >>>>> Staff Engineer - ASIC Design >>>>> Engineer /Senior Engineer/Manager - Digital Circuit Designer >>>>> Engineer /Senior Engineer - Digital IC Design >>>>> Senior Staff Engineer - Embedded >>>>> Staff / Senior Engineer - RF Design >>>>> Staff / Senior - System Integration >>>>> Staff/Senior/ Software Engineer >>>>> Researcher - MICRO NANO CLUSTER >>>>> >>>>> regards >>>>> >>>>> >>>>> ~^4(R)iz??O?? >>>>> Ahmad Rizal(R)Kuala Lumpur >>>>> >>>>> _______________________________________________ >>>>> myoss mailing list >>>>> myoss at lists.foss.org.my >>>>> http://lists.foss.org.my/mailman/listinfo/myoss >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> myoss mailing list >>>> myoss at lists.foss.org.my >>>> http://lists.foss.org.my/mailman/listinfo/myoss >>>> >>>> >>> >>> _______________________________________________ >>> myoss mailing list >>> myoss at lists.foss.org.my >>> http://lists.foss.org.my/mailman/listinfo/myoss >>> >>> >> >> _______________________________________________ >> myoss mailing list >> myoss at lists.foss.org.my >> http://lists.foss.org.my/mailman/listinfo/myoss >> >> > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From decfiv at yahoo.com Mon Feb 16 17:38:50 2009 From: decfiv at yahoo.com (Mohd Lazim) Date: Mon, 16 Feb 2009 01:38:50 -0800 (PST) Subject: [myoss] OLPC translation registration problem In-Reply-To: <4998EABF.9040106@gmail.com> Message-ID: <140338.17212.qm@web53312.mail.re2.yahoo.com> Hello Malaysia, I've ask about the registration problem with the OLPC Pootle server and this is what they said =============================================== Lazim, A number of users have seen this error, but it does not seem to prevent them from registering or translating. This has been seen before: http://en.forum.laptop.org/viewtopic.php?f=13&t=1985 It seems to be some error in the python code in jtoolkit having to do with non-ASCII characters in a username in the database. I suspect it has something to do with the fact that we are using a somewhat older version of Pootle. Please have your colleagues send an e-mail to me (off-list) and I will check their accounts and help them with activation if they did not get an activation e-mail from the registration process. cjl cjlhomeaddress at gmail.com ============================================ --- On Sun, 2/15/09, Navyn wrote: > From: Navyn > Subject: Re: [myoss] OLPC translation registration problem > To: decfiv at yahoo.com, "A general discussion list on Free/Open Source Software in Malaysia." > Date: Sunday, February 15, 2009, 8:25 PM > I tried using ie, firefox and changing the encoding to > iso-8859-1 still nothing > different passwords, usernames and so on. Looks like a > server side problem From navynmr at gmail.com Mon Feb 16 22:57:46 2009 From: navynmr at gmail.com (Navyn) Date: Mon, 16 Feb 2009 09:57:46 -0500 Subject: [myoss] OLPC translation registration problem In-Reply-To: <140338.17212.qm@web53312.mail.re2.yahoo.com> References: <140338.17212.qm@web53312.mail.re2.yahoo.com> Message-ID: <49997EEA.8050206@gmail.com> Can't login after registering with the error and no activation email.. tried different usernames, passwords and emails Mohd Lazim wrote: > Hello Malaysia, > > I've ask about the registration problem with the OLPC Pootle server and this is what they said > =============================================== > Lazim, > > A number of users have seen this error, but it does not seem to prevent them from registering or translating. > > This has been seen before: > http://en.forum.laptop.org/viewtopic.php?f=13&t=1985 > > It seems to be some error in the python code in jtoolkit having to do with non-ASCII characters in a username in the database. I suspect it has something to do with the fact that we are using a somewhat older version of Pootle. > > Please have your colleagues send an e-mail to me (off-list) and I will check their accounts and help them with activation if they did not get an activation e-mail from the registration process. > > cjl > > cjlhomeaddress at gmail.com > ============================================ > > --- On Sun, 2/15/09, Navyn wrote: > > >> From: Navyn >> Subject: Re: [myoss] OLPC translation registration problem >> To: decfiv at yahoo.com, "A general discussion list on Free/Open Source Software in Malaysia." >> Date: Sunday, February 15, 2009, 8:25 PM >> I tried using ie, firefox and changing the encoding to >> iso-8859-1 still nothing >> different passwords, usernames and so on. Looks like a >> server side problem >> > > > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > From decfiv at yahoo.com Tue Feb 17 02:27:25 2009 From: decfiv at yahoo.com (Mohd Lazim) Date: Mon, 16 Feb 2009 10:27:25 -0800 (PST) Subject: [myoss] OLPC Translation registration In-Reply-To: <49997EEA.8050206@gmail.com> Message-ID: <158406.56793.qm@web53303.mail.re2.yahoo.com> Dear Navyn, For your information, registration mail activation sending takes time. If you still don't get the e-mail activation, let me know so that I'll activate it manually. Just tell me what username did you use in Pootle and I'll do the rest. Lazim --- On Mon, 2/16/09, Navyn wrote: From: Navyn Subject: Re: [myoss] OLPC translation registration problem To: decfiv at yahoo.com, "A general discussion list on Free/Open Source Software in Malaysia." Date: Monday, February 16, 2009, 6:57 AM Can't login after registering with the error and no activation email.. tried different usernames, passwords and emails Mohd Lazim wrote: > Hello Malaysia, > > I've ask about the registration problem with the OLPC Pootle server and this is what they said > =============================================== > Lazim, > > A number of users have seen this error, but it does not seem to prevent them from registering or translating. > This has been seen before: > http://en.forum.laptop.org/viewtopic.php?f=13&t=1985 > > It seems to be some error in the python code in jtoolkit having to do with non-ASCII characters in a username in the database. I suspect it has something to do with the fact that we are using a somewhat older version of Pootle. > Please have your colleagues send an e-mail to me (off-list) and I will check their accounts and help them with activation if they did not get an activation e-mail from the registration process. > cjl > > cjlhomeaddress at gmail.com > ============================================ > > --- On Sun, 2/15/09, Navyn wrote: > > >> From: Navyn >> Subject: Re: [myoss] OLPC translation registration problem >> To: decfiv at yahoo.com, "A general discussion list on Free/Open Source Software in Malaysia." >> Date: Sunday, February 15, 2009, 8:25 PM >> I tried using ie, firefox and changing the encoding to >> iso-8859-1 still nothing >> different passwords, usernames and so on. Looks like a >> server side problem >> > > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > -------------- next part -------------- An HTML attachment was scrubbed... URL: From decfiv at yahoo.com Tue Feb 17 02:58:41 2009 From: decfiv at yahoo.com (Mohd Lazim) Date: Mon, 16 Feb 2009 10:58:41 -0800 (PST) Subject: [myoss] Sorry about OLPC translation Message-ID: <941652.53816.qm@web53307.mail.re2.yahoo.com> Dear all, I'm so sorry about what happen to some of us during the registration process in OLPC Pootle server. They facing several problem that need some fixing at server-side. After chatting with Chris in the IRC, he explained that currently, they're working on upgrading the Pootle server and fixing some bug that we've gone through during registration. He apologize for the incovenient, and hope that all of use can start register at Pootle server after he fixed the problem. I'll inform all of us if the Pootle server already fixed and ready to running back to normal. So, don't feel really sad on what happen and please wait for the new birth of Pootle server soon. Mohd Lazim, -------------- next part -------------- An HTML attachment was scrubbed... URL: From navynmr at gmail.com Tue Feb 17 05:24:41 2009 From: navynmr at gmail.com (Navyn) Date: Mon, 16 Feb 2009 16:24:41 -0500 Subject: [myoss] Sorry about OLPC translation In-Reply-To: <941652.53816.qm@web53307.mail.re2.yahoo.com> References: <941652.53816.qm@web53307.mail.re2.yahoo.com> Message-ID: <4999D999.4030907@gmail.com> No problem. Mohd Lazim wrote: > Dear all, > > I'm so sorry about what happen to some of us during the registration > process in OLPC Pootle server. They facing several problem that need > some fixing at server-side. > > After chatting with Chris in the IRC, he explained that currently, > they're working on upgrading the Pootle server and fixing some bug > that we've gone through during registration. He apologize for the > incovenient, and hope that all of use can start register at Pootle > server after he fixed the problem. > > I'll inform all of us if the Pootle server already fixed and ready to > running back to normal. So, don't feel really sad on what happen and > please wait for the new birth of Pootle server soon. > > Mohd Lazim, > > > ------------------------------------------------------------------------ > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > From cheeming at adexcel.com Tue Feb 17 15:35:42 2009 From: cheeming at adexcel.com (Chew Chee Ming) Date: Tue, 17 Feb 2009 15:35:42 +0800 Subject: [myoss] JOB: Software Engineer in KL Message-ID: <2a46430b0902162335i32a08046r36b031a6cdd715ae@mail.gmail.com> Hi,* Company's Name*: AdExcel Online Networks Sdn. Bhd. *Website*: http://www.adexcel.com *Profile*: We are building the next generation advertising platform for the web. We use open source technologies to develop and power our advertising platform. We embrace agile methods in our day to day work. We're a fun and exciting new startup in KL. *Type*: Full Time *Responsibilities*: - Design and develop programs and systems to power the AdExcel, the next generation advertising platform for the web. - Monitor, troubleshoot and fix problems that occur in production systems *Requirements*: - Degree or its equivalent with IT background - Passion for software development - Good programming skills - Self-starter, initiative - Speaks fluent English - Fresh graduates are encouraged to apply - Based in KL *Citizenship*: Malaysian only Please e-mail me if you're interested, thanks. -- Regards, Chew Chee Ming -------------- next part -------------- An HTML attachment was scrubbed... URL: From arizabo at gmail.com Wed Feb 18 10:26:20 2009 From: arizabo at gmail.com (Ahmad Rizal) Date: Wed, 18 Feb 2009 10:26:20 +0800 Subject: [myoss] MIMOS Walk-in interview at EQ penang 21~22/2 In-Reply-To: References: <1c098afd0902151804v4773b527td692d2d7055cd2bf@mail.gmail.com> <1c098afd0902151914t60c30df6tc727902ff87e9d16@mail.gmail.com> <1c098afd0902151959k4c360817l3dcb14c9ddc57cc5@mail.gmail.com> Message-ID: <1c098afd0902171826k19750a4chfd5f85fffefe9d1c@mail.gmail.com> some of the job and qualification description link for the offered position is up, you can browse it at http://www.mimos.my/index.php?sub=4&ma=18 ~^4(R)iz??O?? Ahmad Rizal(R)Kuala Lumpur 2009/2/16 BRIAN RITCHIE > Cool. Thanks alot. Have a good one. > > > 2009/2/16 Ahmad Rizal > >> opss ... they have removed the link... up till yesterday, all the >> position is link to the more detail page .... >> probably mimos is updating the page... >> >> i'll try to find out what happened to the link ... >> >> >> ~^4(R)iz??O?? >> Ahmad Rizal(R)Kuala Lumpur >> >> >> 2009/2/16 BRIAN RITCHIE >> >>> Sorry to not be clear earlier. I actually did check that page but there >>> was no roles and responsibilities tagged to the jobs mentioned. Is there a >>> page with the roles and responsibilites attached to the job by any chance. >>> Thanks for your help. >>> >>> >>> 2009/2/16 Ahmad Rizal >>> >>>> please go to the "Career" section. or use this link... >>>> http://www.mimos.my/index.php?sub=4&ma=18 >>>> >>>> >>>> ~^4(R)iz??O?? >>>> Ahmad Rizal(R)Kuala Lumpur >>>> >>>> >>>> 2009/2/16 BRIAN RITCHIE >>>> >>>> Out of curiosity, do you have a link to the position's roles and >>>>> responsibilities and such. I was browsing MIMOS' site but couldn't find >>>>> much. Thanks for the heads up by the way. >>>>> >>>>> -BRIAN RITCHIE >>>>> >>>>> 2009/2/16 Ahmad Rizal >>>>> >>>>>> Hi all, >>>>>> >>>>>> Mimos will be having a "Walk-In Interview" event at Equatorial Hotel, >>>>>> Penang on the 21st and 22nd of Feb, 9am to 5pm. >>>>>> >>>>>> for those still looking for stable job, or just being retrenched/vss, >>>>>> or just want to change their profession are welcome. >>>>>> (this event have been advertised in The Start, last week) >>>>>> >>>>>> some of the opening in MIMOS is as shown below: >>>>>> >>>>>> POSITIONS: Portfolio Manager, Grid Computing >>>>>> Portfolio Manager, Information Security >>>>>> Portfolio Engineer >>>>>> Staff Engineer - Digital Signal Processing (DSP) >>>>>> Staff Engineer - ASIC Design >>>>>> Engineer /Senior Engineer/Manager - Digital Circuit Designer >>>>>> Engineer /Senior Engineer - Digital IC Design >>>>>> Senior Staff Engineer - Embedded >>>>>> Staff / Senior Engineer - RF Design >>>>>> Staff / Senior - System Integration >>>>>> Staff/Senior/ Software Engineer >>>>>> Researcher - MICRO NANO CLUSTER >>>>>> >>>>>> regards >>>>>> >>>>>> >>>>>> ~^4(R)iz??O?? >>>>>> Ahmad Rizal(R)Kuala Lumpur >>>>>> >>>>>> _______________________________________________ >>>>>> myoss mailing list >>>>>> myoss at lists.foss.org.my >>>>>> http://lists.foss.org.my/mailman/listinfo/myoss >>>>>> >>>>>> >>>>> >>>>> _______________________________________________ >>>>> myoss mailing list >>>>> myoss at lists.foss.org.my >>>>> http://lists.foss.org.my/mailman/listinfo/myoss >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> myoss mailing list >>>> myoss at lists.foss.org.my >>>> http://lists.foss.org.my/mailman/listinfo/myoss >>>> >>>> >>> >>> _______________________________________________ >>> myoss mailing list >>> myoss at lists.foss.org.my >>> http://lists.foss.org.my/mailman/listinfo/myoss >>> >>> >> >> _______________________________________________ >> myoss mailing list >> myoss at lists.foss.org.my >> http://lists.foss.org.my/mailman/listinfo/myoss >> >> > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From esqbrianritchie at gmail.com Wed Feb 18 11:28:03 2009 From: esqbrianritchie at gmail.com (BRIAN RITCHIE) Date: Wed, 18 Feb 2009 11:28:03 +0800 Subject: [myoss] MIMOS Walk-in interview at EQ penang 21~22/2 In-Reply-To: <1c098afd0902171826k19750a4chfd5f85fffefe9d1c@mail.gmail.com> References: <1c098afd0902151804v4773b527td692d2d7055cd2bf@mail.gmail.com> <1c098afd0902151914t60c30df6tc727902ff87e9d16@mail.gmail.com> <1c098afd0902151959k4c360817l3dcb14c9ddc57cc5@mail.gmail.com> <1c098afd0902171826k19750a4chfd5f85fffefe9d1c@mail.gmail.com> Message-ID: Thanks alot. Appreciate it. 2009/2/18 Ahmad Rizal > some of the job and qualification description link for the offered position > is up, you can browse it at http://www.mimos.my/index.php?sub=4&ma=18 > > > > ~^4(R)iz??O?? > Ahmad Rizal(R)Kuala Lumpur > > > 2009/2/16 BRIAN RITCHIE > >> Cool. Thanks alot. Have a good one. >> >> >> 2009/2/16 Ahmad Rizal >> >>> opss ... they have removed the link... up till yesterday, all the >>> position is link to the more detail page .... >>> probably mimos is updating the page... >>> >>> i'll try to find out what happened to the link ... >>> >>> >>> ~^4(R)iz??O?? >>> Ahmad Rizal(R)Kuala Lumpur >>> >>> >>> 2009/2/16 BRIAN RITCHIE >>> >>>> Sorry to not be clear earlier. I actually did check that page but there >>>> was no roles and responsibilities tagged to the jobs mentioned. Is there a >>>> page with the roles and responsibilites attached to the job by any chance. >>>> Thanks for your help. >>>> >>>> >>>> 2009/2/16 Ahmad Rizal >>>> >>>>> please go to the "Career" section. or use this link... >>>>> http://www.mimos.my/index.php?sub=4&ma=18 >>>>> >>>>> >>>>> ~^4(R)iz??O?? >>>>> Ahmad Rizal(R)Kuala Lumpur >>>>> >>>>> >>>>> 2009/2/16 BRIAN RITCHIE >>>>> >>>>> Out of curiosity, do you have a link to the position's roles and >>>>>> responsibilities and such. I was browsing MIMOS' site but couldn't find >>>>>> much. Thanks for the heads up by the way. >>>>>> >>>>>> -BRIAN RITCHIE >>>>>> >>>>>> 2009/2/16 Ahmad Rizal >>>>>> >>>>>>> Hi all, >>>>>>> >>>>>>> Mimos will be having a "Walk-In Interview" event at Equatorial >>>>>>> Hotel, Penang on the 21st and 22nd of Feb, 9am to 5pm. >>>>>>> >>>>>>> for those still looking for stable job, or just being retrenched/vss, >>>>>>> or just want to change their profession are welcome. >>>>>>> (this event have been advertised in The Start, last week) >>>>>>> >>>>>>> some of the opening in MIMOS is as shown below: >>>>>>> >>>>>>> POSITIONS: Portfolio Manager, Grid Computing >>>>>>> Portfolio Manager, Information Security >>>>>>> Portfolio Engineer >>>>>>> Staff Engineer - Digital Signal Processing (DSP) >>>>>>> Staff Engineer - ASIC Design >>>>>>> Engineer /Senior Engineer/Manager - Digital Circuit Designer >>>>>>> Engineer /Senior Engineer - Digital IC Design >>>>>>> Senior Staff Engineer - Embedded >>>>>>> Staff / Senior Engineer - RF Design >>>>>>> Staff / Senior - System Integration >>>>>>> Staff/Senior/ Software Engineer >>>>>>> Researcher - MICRO NANO CLUSTER >>>>>>> >>>>>>> regards >>>>>>> >>>>>>> >>>>>>> ~^4(R)iz??O?? >>>>>>> Ahmad Rizal(R)Kuala Lumpur >>>>>>> >>>>>>> _______________________________________________ >>>>>>> myoss mailing list >>>>>>> myoss at lists.foss.org.my >>>>>>> http://lists.foss.org.my/mailman/listinfo/myoss >>>>>>> >>>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> myoss mailing list >>>>>> myoss at lists.foss.org.my >>>>>> http://lists.foss.org.my/mailman/listinfo/myoss >>>>>> >>>>>> >>>>> >>>>> _______________________________________________ >>>>> myoss mailing list >>>>> myoss at lists.foss.org.my >>>>> http://lists.foss.org.my/mailman/listinfo/myoss >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> myoss mailing list >>>> myoss at lists.foss.org.my >>>> http://lists.foss.org.my/mailman/listinfo/myoss >>>> >>>> >>> >>> _______________________________________________ >>> myoss mailing list >>> myoss at lists.foss.org.my >>> http://lists.foss.org.my/mailman/listinfo/myoss >>> >>> >> >> _______________________________________________ >> myoss mailing list >> myoss at lists.foss.org.my >> http://lists.foss.org.my/mailman/listinfo/myoss >> >> > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From decfiv at yahoo.com Wed Feb 18 16:13:34 2009 From: decfiv at yahoo.com (Mohd Lazim) Date: Wed, 18 Feb 2009 00:13:34 -0800 (PST) Subject: [myoss] OLPC translation registration error In-Reply-To: Message-ID: <625950.68337.qm@web53309.mail.re2.yahoo.com> Hello, This is what they said about the registration error. So, what are you waiting for, have fun with translating. --- On Tue, 2/17/09, Sayamindu Dasgupta wrote: On Tue, Feb 17, 2009 at 10:41 PM, Mohd Lazim wrote: > Hello, > > I would like to know if the Pootle server had been fixed. If it already > fixed, please confirm it as I'd like to tell my friends to start > registering. I hope someone can clarify whether it is OK or not. > It has been fixed (at least the last five registrations worked). Thanks, Sayamindu -------------- next part -------------- An HTML attachment was scrubbed... URL: From umarzuki at gmail.com Wed Feb 18 20:06:25 2009 From: umarzuki at gmail.com (Umarzuki Mochlis) Date: Wed, 18 Feb 2009 20:06:25 +0800 Subject: [myoss] OLPC translation registration error In-Reply-To: <625950.68337.qm@web53309.mail.re2.yahoo.com> References: <625950.68337.qm@web53309.mail.re2.yahoo.com> Message-ID: <52d26d930902180406n52dcf693l803b3406041d4de5@mail.gmail.com> 2009/2/18 Mohd Lazim > Hello, > > This is what they said about the registration error. So, what are you > waiting for, have fun with translating. > > --- On *Tue, 2/17/09, Sayamindu Dasgupta * wrote: > > On Tue, Feb 17, 2009 at 10:41 PM, Mohd Lazim wrote: > > Hello, > > > > I would like to know if the Pootle server had been fixed. If it already > > fixed, please confirm it as I'd like to tell my friends to start > > registering. I hope someone can clarify whether it is OK or not. > > > > It has been fixed (at least the last five registrations worked). > Thanks, > Sayamindu > > unfortunately not in my case. :_( > > > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > > -- Regards, Umarzuki Mochlis http://gameornot.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From decfiv at yahoo.com Wed Feb 18 22:57:16 2009 From: decfiv at yahoo.com (Mohd Lazim) Date: Wed, 18 Feb 2009 06:57:16 -0800 (PST) Subject: [myoss] OLPC translation registration error In-Reply-To: <52d26d930902180406n52dcf693l803b3406041d4de5@mail.gmail.com> Message-ID: <39670.83085.qm@web53301.mail.re2.yahoo.com> Dear Umarzuki Mochlis and all, ? Sayamindu and Chris tried hard to make the Pootle server up and running. There might be some problem with the server that?reside the Pootle so that all the registration that came from certain person give some error. ? If you or anybody?else?really want to do the translation and don't even care about how your account been registered, I'm suggesting that you can let me or Sayamindu or Chris do the registration for you. Just send an e-mail contain information below: ? Username: Full Name: E-mail address: ? Below is what Chris send to localization mailing list telling the current status of translation server or Pootle. ? ======================================== From: Chris Leonard Subject: [Localization] [ANNOUNCE] Progress on new Pootle server ? All, There has been quite a lot of activity going on in the background that sets the stage for these comments. Sayamindu (with cooperation from OLPC sysadmin and Sugar Labs systems) has been preparing a new Pootle server for use. I mentioned this in an earlier e-mail to the list: ? http://lists.laptop.org/pipermail/localization/2009-January/001915.html ? That work has moved ahead nicely. The general picture is this. OLPC has dedicated a server (different than the current Pootle server) that will reside in an MIT co-location facility under OLPC's existing arrangements. Server administration duties on that server will be shared by OLPC sysadmin staff and SugarLabs systems people). I have tried to step up to do some of the Pootle admin tasks (users, projects, etc.) to take just a little bit of the load off of Sayamindu and sharing messages like this with the localization list is part of that. The new Pootle instance will be an upgraded version (1.2.1) and some other tools have been upgraded as well. ? The existing site is running: Pootle 1.1.0rc2 Translate Toolkit 1.1.1rc4 jToolkit 0.7.8 Kid 0.9.6 ElementTree 1.2.6 Python 2.5.2 (r252:60911, Jul 31 2008, 17:31:22) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] (on linux2/posix) ? The new site is running: Pootle 1.2.1 Translate Toolkit (1, 3, 0) jToolkit 0.7.8 Kid 0.9.6 ElementTree 1.2.6 Python 2.5.2 (r252:60911, Oct 5 2008, 19:24:49) [GCC 4.3.2] (on linux2/posix) ? The data from the existing Pootle instance (all strings and users) have been migrated over to the new Pootle instance, but there is still a great deal of set up work to do before it is ready for production use. Sayamindu is working on fiddling all of the bits on the back end to connect Pootle up with the correct repos for commits of strings and stuff like that. When the switchover occurs, and hopefully it will be in the next few weeks, the goal is for it to be as simple as this. You go to the same URL as always, you login with the same password as always, your strings and privs are all there, you may notice that the color scheme on the front page is blue instead of green, but that is pretty much it. If all goes well we will be taking all the stuff we want (strings, users, privs) with us to a newer, faster, more current, less buggy environment and leaving behind all the stuff we don't want (registration bugs, old versions, etc.). Now, just being realistic, there usually some little hitches in any migration project and a good measure of cooperation and patience will be needed from all to smooth out the inevitable rough spots, but I have actually logged onto the new server and Pootle instance and it is beginning to look very much like a shiny new home for Sugar / OLPC localization efforts. More news will come out as this project moves forward (rapidly). As for timing, you may ask if it really make sense to do this at this stage of the release cycle while localizers are busily translating and build systems are hungrily asking for committed PO files in preparation for an officially declared build. Well, it is not really an ideal time, but there never really is a perfect time for reworking infrastructure that is in constant use, but it is important that this get done while Sayamindu has the time to dedicate to it and since he is doing the heavy lifting, now seems like as good a time as any. Please just keep on translating your projects and especially (language admins) committing the PO files when they have been finished/reviewed. Every effort will be made to not lose a single word of your work (msgmerges and fresh rsyncs can quickly merge the two parallel instances to synchronize them) and to keep the disruption down to an absolute minimum. ? Thank you for your cooperation and understanding. ? cjl =========================================== ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From kq at kquee.com Thu Feb 19 08:16:08 2009 From: kq at kquee.com (Kelvin Quee) Date: Thu, 19 Feb 2009 08:16:08 +0800 Subject: [myoss] Invitation to Barcamp Singapore 3 Message-ID: <4e9464f90902181616q77be815ay1ddcaaff950128a2@mail.gmail.com> Hi FOSS Malaysia! (This is a Singapore event) Barcamp Singapore 3 happens on 28 Feb 2009! You are invited! Briefly - Barcamp Singapore 3 When: 930am, 28 Feb 2009 Location: Ngee Ann Polytechnic Blk 27, Level 2 (Teaching and Learning Centre), 535 Clementi Road, Singapore 599489 Expected Audience: 100+ Food: Mostly included Website: http://barcampsg.com Price: FREE (Donations welcomed) Barcamp is a technology-social-arts-music-EVERYTHING event done in the style of Open Space. Entirely audience-driven and spontaneous event, Barcamp values participation from you! Barcamp Singapore 3 will open with at least half (40+++) slots undecided to be filled in by the audience (read: You). You get to propose topics and to vote in topics owned by others. It's an event driven by democracy! Barcamp SG 3 is multi-tracked (4 and more!) and you get (and are encouraged) to finally leave/join any room anytime. We welcome topics ranging from open source technology, arts, advocacy, special interests, robotics, dating, food, politics, economics, sciences, business to sports. All others (more fun and more serious) topics are also welcomed. Please be punctual to participate in the voting of topics. More details - How to Get There? http://barcamp.org/barcampsg3venue Need a place to crash? Contact mengwong at pobox.com; he may be able to host you over the Friday and Saturday nights. There are also several youth hostels in the area, and also some hotels - Let me know if you need help with this. Pre/Post-event Activities? We are planning to do (both) a Friday evening pre-event gathering and a Saturday post-event nonsense so ping me (kq at kquee.com or 9177 3635) to be kept in the loop. Wheee! Kelvin Quee +65 9177 3635 From navynmr at gmail.com Mon Feb 23 23:59:08 2009 From: navynmr at gmail.com (Navyn) Date: Mon, 23 Feb 2009 10:59:08 -0500 Subject: [myoss] Malaysia, KL Towers featured on Live.com Message-ID: <49A2C7CC.7080904@gmail.com> check it out. http://www.live.com From aizat.faiz at gmail.com Wed Feb 25 15:02:57 2009 From: aizat.faiz at gmail.com (Ezwan Aizat Abdullah Faiz) Date: Wed, 25 Feb 2009 15:02:57 +0800 Subject: [myoss] Fwd: [myjug] malaysian built own e-ink kindle References: <49A4EC32.9050309@infotech.monash.edu.my> Message-ID: Begin forwarded message: > From: Loke Kar Seng > Date: February 25, 2009 2:58:58 PM GMT+08:00 > To: "myjug at yahoogroups.com" > Subject: [myjug] malaysian built own e-ink kindle > Reply-To: myjug at yahoogroups.com > > A how-to was actually presented in one of those Linux magazines on the > rack, was prompted to build one but the price tag was ... waaaaay to > high. > > -- > http://blog.wired.com/gadgets/2009/02/e-ink-book-read.html > > Like many people, Jaya Kumar wanted an e-book reader that was a little > more capable than Amazon.com's Kindle. So he built one. > > Kumar's custom-built e-book reader has a fully capable web browser ? > it > can even handle Google Maps ? and the same "electronic ink" display > used > by the Kindle and the Sony Reader. > > "It offers an opportunity to get involved with a disruptive technology > that is at the tipping point of having a huge impact in the real > world," > says Kumar, an embedded Linux developer who lives in Malaysia. "It is > also exciting to be using something that's cutting-edge but accessible > in an open way so that a hobbyist can take the kit and manipulate it." > > Kumar is one of a community of developers building e-book readers > using > prototype kits from E Ink, whose paperlike displays power both > Amazon's > and Sony's e-book readers. E Ink's kits allow do-it-yourself hackers > and > engineers to create their own applications and products. > > It may not be as pretty as the neatly packaged Amazon Kindle or the > Sony > Reader. And at a whopping $3,000, the E Ink kit isn't going to > threaten > Amazon's market share (the Kindle 2 costs $350). But for the > Lego-minded, the kits can offer an experience that pre-packaged > e-readers will find difficult to beat. > > E Ink launched the prototype kits about eight months ago targeted at > product designers and hobbyists who want hands-on access to its > display > technology. The company's lower power, sunlight-readable, thin > displays > already power the Kindle and Sony Reader. > > The prototype kit offers buyers a production sample of a glass-based > display, a display controller and all the hardware and software > necessary to produce a fully functional e-reader. The kit supports 5", > 6", 8" and 9.7" displays. > > "The primary advantage is you can take it apart and look at each > individual piece, like a block diagram," says Sri Peruvemba, vice > president of marketing for E Ink. "You can do your own design and put > together your own device or applications based on our technology." > > For e-book enthusiasts, it offers what a Kindle or a Sony Reader > can't. > "If you buy one of those units you won't be won?t be able to reprogram > it to your satisfaction," he says. "You can't copy the electronics or > change the chipset or use a different software." > > The kit is based around the open source Gumstix single-board computer, > which combines a 400-MHz Marvell processor with a Bluetooth > transceiver, > USB, a serial port and a card reader. (In contrast, the Kindle 2 has a > 532-MHz processor and no ports, but does include a built-in wireless > access card.) The board comes installed with Linux. E Ink also offers > software display drivers that are open source and sample > applications to > help developers and hobbyists get started. > > The prototype kits are pre-configured to operate as a simple e-book > reader. So out of the box, users can download page images from their > PC > to the included multimedia card and view them on the display with no > further programming or assembly. > > But the ability to hack and tweak has made it a dream gadget for > developers like Kumar. Kumar has written several drivers for the kit > that would make typical Linux applications run transparently on it. > "It's more than just an e-book reader then," says Kumar. > > Kumar's programming efforts allow Fennec, an Mozilla Firefox web > browser > for mobile phones and smaller non-PC devices, to run on the kit. (See > video here.) Kumar can even have Google maps on his e-reader. > > So far most of the applications are Linux-based, but there are users > trying to run Windows CE and other operating systems on the kits, > says E > Ink's Peruvemba. > > Earlier this month, product development firm Moto Development Group > showed off the first E Ink display powered by the Google Android > operating system. (See video here) > > The community of DIYers keep the buzz alive on the prototype kits but > companies also use them to create new products. > > "A number of people are building the next-generation browsing device, > tablet PC or handheld," says Peruvemba. "Those devices could run our > display and companies want to experiment with it." > > Photo: E Ink Prototype Kit Runs Wired Blog/Jaya Kumar > > > ------------------------------------ > > Mailing-list: http://groups.yahoo.com/group/myjug > Website: http://www.my-jug.orgYahoo! Groups Links > > <*> To visit your group on the web, go to: > http://groups.yahoo.com/group/myjug/ > > <*> Your email settings: > Individual Email | Traditional > > <*> To change settings online go to: > http://groups.yahoo.com/group/myjug/join > (Yahoo! ID required) > > <*> To change settings via email: > mailto:myjug-digest at yahoogroups.com > mailto:myjug-fullfeatured at yahoogroups.com > > <*> To unsubscribe from this group, send an email to: > myjug-unsubscribe at yahoogroups.com > > <*> Your use of Yahoo! Groups is subject to: > http://docs.yahoo.com/info/terms/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ditesh at gathani.org Wed Feb 25 15:28:55 2009 From: ditesh at gathani.org (Ditesh Gathani) Date: Wed, 25 Feb 2009 15:28:55 +0800 Subject: [myoss] Fwd: [myjug] malaysian built own e-ink kindle In-Reply-To: References: <49A4EC32.9050309@infotech.monash.edu.my> Message-ID: <1235546935.23366.5.camel@localhost.localdomain> Just a note that Jaya was our keynote speaker for foss.my 2008. Ditesh On Wed, 2009-02-25 at 15:02 +0800, Ezwan Aizat Abdullah Faiz wrote: > > > Begin forwarded message: > > > From: Loke Kar Seng > > Date: February 25, 2009 2:58:58 PM GMT+08:00 > > To: "myjug at yahoogroups.com" > > Subject: [myjug] malaysian built own e-ink kindle > > Reply-To: myjug at yahoogroups.com > > > > > > A how-to was actually presented in one of those Linux magazines on > > the > > rack, was prompted to build one but the price tag was ... waaaaay to > > high. > > > > -- > > http://blog.wired.com/gadgets/2009/02/e-ink-book-read.html > > > > Like many people, Jaya Kumar wanted an e-book reader that was a > > little > > more capable than Amazon.com's Kindle. So he built one. > > > > Kumar's custom-built e-book reader has a fully capable web browser ? > > it > > can even handle Google Maps ? and the same "electronic ink" display > > used > > by the Kindle and the Sony Reader. > > > > "It offers an opportunity to get involved with a disruptive > > technology > > that is at the tipping point of having a huge impact in the real > > world," > > says Kumar, an embedded Linux developer who lives in Malaysia. "It > > is > > also exciting to be using something that's cutting-edge but > > accessible > > in an open way so that a hobbyist can take the kit and manipulate > > it." > > > > Kumar is one of a community of developers building e-book readers > > using > > prototype kits from E Ink, whose paperlike displays power both > > Amazon's > > and Sony's e-book readers. E Ink's kits allow do-it-yourself hackers > > and > > engineers to create their own applications and products. > > > > It may not be as pretty as the neatly packaged Amazon Kindle or the > > Sony > > Reader. And at a whopping $3,000, the E Ink kit isn't going to > > threaten > > Amazon's market share (the Kindle 2 costs $350). But for the > > Lego-minded, the kits can offer an experience that pre-packaged > > e-readers will find difficult to beat. > > > > E Ink launched the prototype kits about eight months ago targeted > > at > > product designers and hobbyists who want hands-on access to its > > display > > technology. The company's lower power, sunlight-readable, thin > > displays > > already power the Kindle and Sony Reader. > > > > The prototype kit offers buyers a production sample of a > > glass-based > > display, a display controller and all the hardware and software > > necessary to produce a fully functional e-reader. The kit supports > > 5", > > 6", 8" and 9.7" displays. > > > > "The primary advantage is you can take it apart and look at each > > individual piece, like a block diagram," says Sri Peruvemba, vice > > president of marketing for E Ink. "You can do your own design and > > put > > together your own device or applications based on our technology." > > > > For e-book enthusiasts, it offers what a Kindle or a Sony Reader > > can't. > > "If you buy one of those units you won't be won?t be able to > > reprogram > > it to your satisfaction," he says. "You can't copy the electronics > > or > > change the chipset or use a different software." > > > > The kit is based around the open source Gumstix single-board > > computer, > > which combines a 400-MHz Marvell processor with a Bluetooth > > transceiver, > > USB, a serial port and a card reader. (In contrast, the Kindle 2 has > > a > > 532-MHz processor and no ports, but does include a built-in > > wireless > > access card.) The board comes installed with Linux. E Ink also > > offers > > software display drivers that are open source and sample > > applications to > > help developers and hobbyists get started. > > > > The prototype kits are pre-configured to operate as a simple e-book > > reader. So out of the box, users can download page images from their > > PC > > to the included multimedia card and view them on the display with > > no > > further programming or assembly. > > > > But the ability to hack and tweak has made it a dream gadget for > > developers like Kumar. Kumar has written several drivers for the > > kit > > that would make typical Linux applications run transparently on it. > > "It's more than just an e-book reader then," says Kumar. > > > > Kumar's programming efforts allow Fennec, an Mozilla Firefox web > > browser > > for mobile phones and smaller non-PC devices, to run on the kit. > > (See > > video here.) Kumar can even have Google maps on his e-reader. > > > > So far most of the applications are Linux-based, but there are > > users > > trying to run Windows CE and other operating systems on the kits, > > says E > > Ink's Peruvemba. > > > > Earlier this month, product development firm Moto Development Group > > showed off the first E Ink display powered by the Google Android > > operating system. (See video here) > > > > The community of DIYers keep the buzz alive on the prototype kits > > but > > companies also use them to create new products. > > > > "A number of people are building the next-generation browsing > > device, > > tablet PC or handheld," says Peruvemba. "Those devices could run > > our > > display and companies want to experiment with it." > > > > Photo: E Ink Prototype Kit Runs Wired Blog/Jaya Kumar > > > > > > ------------------------------------ > > > > Mailing-list: http://groups.yahoo.com/group/myjug > > Website: http://www.my-jug.orgYahoo! Groups Links > > > > <*> To visit your group on the web, go to: > > http://groups.yahoo.com/group/myjug/ > > > > <*> Your email settings: > > Individual Email | Traditional > > > > <*> To change settings online go to: > > http://groups.yahoo.com/group/myjug/join > > (Yahoo! ID required) > > > > <*> To change settings via email: > > mailto:myjug-digest at yahoogroups.com > > mailto:myjug-fullfeatured at yahoogroups.com > > > > <*> To unsubscribe from this group, send an email to: > > myjug-unsubscribe at yahoogroups.com > > > > <*> Your use of Yahoo! Groups is subject to: > > http://docs.yahoo.com/info/terms/ > > > > > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss From aizat.faiz at gmail.com Wed Feb 25 23:24:54 2009 From: aizat.faiz at gmail.com (Ezwan Aizat Abdullah Faiz) Date: Wed, 25 Feb 2009 23:24:54 +0800 Subject: [myoss] MyOSS Meetup March 2009 - Ong Hean Kuan on "Extending C/C++ with Lua 5.1" In-Reply-To: References: Message-ID: <351B8DBA-D495-4423-87FD-5BC29C43EF42@gmail.com> Taken from http://foss.org.my/meetups Confirm your attendance on Facebook http://www.facebook.com/event.php?eid=54187008463 -- Extending C/C++ with Lua 5.1 Gives an idea of how you can embed Lua interpreter to your application and allows your application to support Lua scripting. Some examples of the usage will be illustrated for the show. About the Speaker: A c/c++ Programmer under Linux Environment. Advocate for Open Source. Love Linux and using Linux all these while. When: Thursday March 5th 7:30pm What - Meetup Agenda: 7:30pm - 7:45pm Opening by the Organizer 7:45pm - 8:45pm Talk 8:45pm - 9:00pm Break 9:00pm - 9:30pm Break out sessions Cost: Free. No registration required, just come right in, have a seat, and join the crowd. Contact: Ezwan Aizat Bin Abdullah Faiz aizat.faiz at gmail.com +6 017 690 8783 Where: MSC Malaysia Cybercentre - Incubation Centre (1B - 3-1), KL Sentral, Tower 1B, Plaza Sentral, Jalan Stesen Sentral 5, Kuala Lumpur Parking: Parking is available at Plaza Sentral (different from KL Sentral) for a flat rate of MYR 4 after 6pm. Other: Due to the timing of the Meetup, you are allowed to bring food into the premises. About the MyOSS Meetups: This meetup is possible due to the support and facilities provided by MDeC