From: pg
Subject: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <e67cd980-fdd3-4565-9777-6add70a0b7e0@s8g2000prg.googlegroups.com>
Hello to all the gurus here !

I am in the process of setting up computers for a group of children,
in the age between 7 to 12, who have never operate a PC before, with
the intention to install educational / entertaining freewares for
them.

The computers will be Windows 98SE based, with Pentium III or better
CPU, 256MB of RAM each. Graphic is VGA, mostly S3-powered graphic
cards.

I am thinking of installing Logo for them, but before I do that, I do
need to ask the Gurus here for help.

Before I continue, some background. I'm from Malaysia, a third world
country, and the children that our computers are for are from poverty
stricken families. The computers will be placed in a "after school
hang out place" operated by a Catholic Charity organization. The
children can understand the Chinese language but not very familiar
with the English language.

Okay, now .. which flavor of Logo do you think best suit the children,
as well as the computers? Or if you know of any offering from Lisp and/
or Dylan that suit this task, kindly please share.

The computers are all donated stuffs, so they are not really fast, nor
powerful. With 256MB of RAM each, I doubt they can run any fancy
programs.

Would be very grateful for any help / suggestion / pointer that you
can offer.

Thanks again !

From: Rainer Joswig
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <joswig-11D2BE.14123527012008@news-europe.giganews.com>
In article 
<····································@s8g2000prg.googlegroups.com>,
 pg <······@catholic.org> wrote:

> Hello to all the gurus here !
> 
> I am in the process of setting up computers for a group of children,
> in the age between 7 to 12, who have never operate a PC before, with
> the intention to install educational / entertaining freewares for
> them.
> 
> The computers will be Windows 98SE based, with Pentium III or better
> CPU, 256MB of RAM each. Graphic is VGA, mostly S3-powered graphic
> cards.
> 
> I am thinking of installing Logo for them, but before I do that, I do
> need to ask the Gurus here for help.
> 
> Before I continue, some background. I'm from Malaysia, a third world
> country, and the children that our computers are for are from poverty
> stricken families. The computers will be placed in a "after school
> hang out place" operated by a Catholic Charity organization. The
> children can understand the Chinese language but not very familiar
> with the English language.
> 
> Okay, now .. which flavor of Logo do you think best suit the children,
> as well as the computers? Or if you know of any offering from Lisp and/
> or Dylan that suit this task, kindly please share.
> 
> The computers are all donated stuffs, so they are not really fast, nor
> powerful. With 256MB of RAM each, I doubt they can run any fancy
> programs.
> 
> Would be very grateful for any help / suggestion / pointer that you
> can offer.
> 
> Thanks again !

You might also want to ask comp.lang.scheme . There are
useful Scheme systems (like DrScheme) for education that will run on
smaller computers quite well.
From: Vesa Karvonen
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <fnia8e$k09$1@oravannahka.helsinki.fi>
In comp.lang.lisp Rainer Joswig <······@lisp.de> wrote:
> In article 
> <····································@s8g2000prg.googlegroups.com>,
>  pg <······@catholic.org> wrote:
[...]
> > The computers are all donated stuffs, so they are not really fast, nor
> > powerful. With 256MB of RAM each, I doubt they can run any fancy
> > programs.
[...]
> You might also want to ask comp.lang.scheme . There are
> useful Scheme systems (like DrScheme) for education that will run on
> smaller computers quite well.

Not to critique the DrScheme environment on other grounds, but a few years
ago, on my old Linux laptop, which had only 128MB of memory, the DrScheme
environment was pretty much unusable (swapped like crazy).  The DrScheme
web site (http://www.drscheme.org/) says:

  "The latest version of DrScheme is useful with at least 256MB of RAM in
  your computer, and installing requires roughly 60MB of disk space."

Who knows, maybe it runs perfectly with just 256MB, but I know that it
certainly didn't run nicely with 128MB.  I would recommend trying it on a
256MB machine having 1-2 memory hog applications like a browser running in
the background (which is what many would probably be doing anyway) before
going with DrScheme.

-Vesa Karvonen
From: George Neuner
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <o7tup31jkaogei0uns7ad4hv56m546q20q@4ax.com>
On 27 Jan 2008 16:07:42 GMT, Vesa Karvonen
<·············@cs.helsinki.fi> wrote:

>In comp.lang.lisp Rainer Joswig <······@lisp.de> wrote:
>> In article 
>> <····································@s8g2000prg.googlegroups.com>,
>>  pg <······@catholic.org> wrote:
>[...]
>> > The computers are all donated stuffs, so they are not really fast, nor
>> > powerful. With 256MB of RAM each, I doubt they can run any fancy
>> > programs.
>[...]
>> You might also want to ask comp.lang.scheme . There are
>> useful Scheme systems (like DrScheme) for education that will run on
>> smaller computers quite well.
>
>Not to critique the DrScheme environment on other grounds, but a few years
>ago, on my old Linux laptop, which had only 128MB of memory, the DrScheme
>environment was pretty much unusable (swapped like crazy).  The DrScheme
>web site (http://www.drscheme.org/) says:
>
>  "The latest version of DrScheme is useful with at least 256MB of RAM in
>  your computer, and installing requires roughly 60MB of disk space."
>
>Who knows, maybe it runs perfectly with just 256MB, but I know that it
>certainly didn't run nicely with 128MB.  I would recommend trying it on a
>256MB machine having 1-2 memory hog applications like a browser running in
>the background (which is what many would probably be doing anyway) before
>going with DrScheme.
>
>-Vesa Karvonen

Text mode MzScheme doesn't need a whole lot, but programs that use
MrEd (the GUI framework) seem to beat the hell out of the system.
That, unfortunately includes the DrScheme IDE and debugger.  

Under DrScheme you can restrict the heap down to 100MB which gives an
image about ~145MB total.  But it runs like a pig in 256MB on Windows
(I don't have a small Linux handy to check it there).

George
--
for email reply remove "/" from address
From: D Herring
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <bKGdnbCkgdsnRwHanZ2dnUVZ_o2vnZ2d@comcast.com>
pg wrote:
> I am in the process of setting up computers for a group of children,
> in the age between 7 to 12, who have never operate a PC before, with
> the intention to install educational / entertaining freewares for
> them.
> 
> The computers will be Windows 98SE based, with Pentium III or better
> CPU, 256MB of RAM each. Graphic is VGA, mostly S3-powered graphic
> cards.
> 
> I am thinking of installing Logo for them, but before I do that, I do
> need to ask the Gurus here for help.

FWIW, I still have fond memories of playing "logo golf" on AppleIIs at 
school.  Talk about low-tech:  the teachers distributed courses as 
transparencies which we would tape over the screen.  Each FORWARD 
counted as a stroke.

Figuring out how to draw "spirograph" pictures was also fun.

And on a couple occasions, the teacher took out to the playground and 
made us "play turtle" by physically interpreting basic logo commands 
and walking around.

I was going to recommend Scratch.mit.edu; but I see you've already 
been there... Sorry to hear about the screen resolution issues.

Its been a while since I used logo...  Don't know which version's 
best, but www.elica.net looks interesting.  Have you found Stager's 
page? http://www.stager.org/logo.html

Good luck,
Daniel
From: Maciej Katafiasz
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <fni5v1$a3j$1@news.net.uni-c.dk>
Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:

> The computers will be Windows 98SE based

Please don't. It's the worst possible OS to install for such a scenario. 
It'll be unmaintainable for you, and (what's even worse) will teach the 
kids that computers are inherently unreliable and not to be trusted. If 
it has to be windows, try to get win2k licenses, it'll run on 256MB just 
fine. If you don't have to stick to windows, try a linux (unfortunately 
my personal favourite desktop, GNOME, won't quite run satisfactorily, but 
XFce will, I have used it on a 48MB machine, and it's still easy to use 
set up); for instance Ubuntu is a very easy to install distribution and 
has plenty of flavours, including Xubuntu for which XFce is the primary 
desktop.

I wonder if OLPC's Sugar is currently portable to anything besides XOs, 
it's designed exactly for the type of usage you have, so it'd be a 
perfect fit.

As for programming environment, I can't really help with Logos, I have no 
idea about them. I don't think there's any pre-packaged CL distro that 
you could just give to kids for them to play with, especially the 
graphical part is lacking. As Rainer suggests, there are several schemes 
that concentrate on rich feedback, http://www.pawfal.org/fluxus/ is one 
of the new things it seems. A Smalltalk would also do, they're all big on 
the "play with things on the screen" side.

Cheers,
Maciej
From: pg
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <cd9cb947-3f13-4823-a12a-a936a3b39a7f@v46g2000hsv.googlegroups.com>
On Jan 27, 6:54 am, Maciej Katafiasz <········@gmail.com> wrote:
> Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
>
> > The computers will be Windows 98SE based
>
> Please don't. It's the worst possible OS to install for such a scenario.
> It'll be unmaintainable for you, and (what's even worse) will teach the
> kids that computers are inherently unreliable and not to be trusted. If
> it has to be windows, try to get win2k licenses, it'll run on 256MB just
> fine. If you don't have to stick to windows, try a linux (unfortunately
> my personal favourite desktop, GNOME, won't quite run satisfactorily, but
> XFce will, I have used it on a 48MB machine, and it's still easy to use
> set up); for instance Ubuntu is a very easy to install distribution and
> has plenty of flavours, including Xubuntu for which XFce is the primary
> desktop.


Thanks for replying.

There are several problems that we are facing here:

A) Everything we have are donated stuffs. All the computers are
donated, actually, they are computers that people throw away. We got
them for free, fix them up as well as we could, and we can only find
256MB of RAM for each of them.

B) Due to the limited RAM, we can't run any other OS than Win98SE or
WinME. Plus, we do not want to infringe on any copyright issue. We got
a pile of old Win98SE genuine MS CDs, so we kinda like like have no
other choice but to use Win98SE.

C) This entire operation runs on a very very tight budget. These are
the children that people don't care about. They all come from poverty
stricken families, and they are at the edge of becoming street kids.
What we do there is to keep them in school, provide them with some
incentives to keep learning, keep exploring, etc.

D) We do not have any license to run Win2000 or WinXP, and we do not
have the money to buy them either. On the Linux side, so far I am
still trying to learn Linux, I can set up a system, just a base
system. Installing packages, on the other hand, is still too much for
me.

E) As I mention earlier, these are the kids people don't care about,
therefore, our operation is facing the same fate - people just do not
care about us, period. No funding, no help, no nada. We all do it out
of our own time, our own pocket, our own everything. In other words,
we have absolutely NO leeway to get fancy stuffs. That is why I'm
looking for freeware, abandonedware, and/or open-sourced softwares to
get the whole thing going.

Yes, it's like a chop-chop thing, nothing fancy. But we are doing it.
That is why I need the help from all the Gurus here. Please share with
us any of your suggestion, opinion, point, tip, etc. I thank you for
it.

> I wonder if OLPC's Sugar is currently portable to anything besides XOs,
> it's designed exactly for the type of usage you have, so it'd be a
> perfect fit.

See, even OLPC is a luxury for us. Do you know what USD100 can buy
here? Remember that this is a third world country, and our conversion
rate is 3.3 to 1. USD100 is 330 of our local currency here, and this
can buy A LOT OF STUFFS !

In fact, if I purchase 2 OLPC for USD100 each, the USD200 can get me a
NEW PC with Intel Duo-Core CPU, and 1GB of DDR2 RAM and a 120GB SATA
hard disk. Of course, it doesn't have any software, nor any OS.

And in our situation, all our PC are FREE - yeah, NO CHARGE. Yes, they
are OLD PCs, Pentium III, ranges from 500MHz to 900MHz. But they do
run, and that's the important thing here.

> As for programming environment, I can't really help with Logos, I have no
> idea about them. I don't think there's any pre-packaged CL distro that
> you could just give to kids for them to play with, especially the
> graphical part is lacking. As Rainer suggests, there are several schemes
> that concentrate on rich feedback,http://www.pawfal.org/fluxus/is one
> of the new things it seems. A Smalltalk would also do, they're all big on
> the "play with things on the screen" side.

> Cheers,
> Maciej

I'll check with the Scheme people, thank you very much for sharing the
info (and thanks to Rainer as well!). My initial pick was Logo because
it was made with the original intention of giving kids a start in
programming, at least, conceptually. Perhaps you're right, there are
other things out there, like Scheme. But I'll check with them.

Thanks again for everything.

Hope that other Gurus here, if you have anything to share, please do
so.
From: Xah Lee
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <1a958b6c-ecee-4b5c-b4c8-7bb261a0c7a2@e6g2000prf.googlegroups.com>
You have my utmost sympathies. I grew up with similar situation.

Many people here (of comp.lang.lisp) are fat, tech geeking assholes
here, they wouldn't have the faintist idea of what pain is. They are
the type that tells you to eat meet when you say you don't have rice.
And the technical recommendations from most of them are worthless,
trust me on this. (in particular i refer to the recommendations made
by Maciej Katafiasz. They usually have political agendas.)

As to what language, i'd recommend to keep thinking Logo. It is a lang
designed for this purpose, with a lot existing literature. Dont bother
at all with Scheme. It is completely useless and good for nothing for
the your kids.

If you don't know already, there's Wikipedia article:
 http://en.wikipedia.org/wiki/Logo_(programming_language)

which should provide you many resources. There are many free
implementations, as well as many now freely downloadable books that
was published in the 1980s and 1990s.

Am not sure how familiar you are with computer languages. A useful
alternative, is Visual Basic. Personally i don't know Visual Basic,
but it is a easy language, and one of the top 5 deployed language
today and actually valuable as a skill. I think there are variant
versions out there that are free.

http://en.wikipedia.org/wiki/Visual_Basic
(also check Real Basic)

Am not exactly sure for this kinda situation you would need to teach
them computer programing in the first place. Isn't using a computer,
such as browsing the web, the text editing with Notepad, and the
bundled basic paint program sufficient?

For programing, how about teaching them basic HTML? That would be
useful. PHP is also a good candidate, as it is also one of the most
easy to learn, as well one of the top 5 deployed language, highly
demanded skill in the market.

So far, Logo, Visual Basic, PHP... i think are good candidates, as
they require little hardware resource, easy to learn, and the latter 2
are highly valuable skills...

Just noticed that the ages are 7 to 12... adding the fact they don't
speak English, i'd say just consider Logo and HTML.

(just noticed that you also posted to comp.lang.dylan. Dylan is a very
advanced, industrial, and also dead language. It is not a language for
kids. Even a professional programer would have hard time learning
Dylan.)

Best wishes,

  Xah
  ···@xahlee.org
∑ http://xahlee.org/

☄

On Jan 27, 7:13 am, pg <······@catholic.org> wrote:
> On Jan 27, 6:54 am, Maciej Katafiasz <········@gmail.com> wrote:
>
> > Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
>
> > > The computers will be Windows 98SE based
>
> > Please don't. It's the worst possible OS to install for such a scenario.
> > It'll be unmaintainable for you, and (what's even worse) will teach the
> > kids that computers are inherently unreliable and not to be trusted. If
> > it has to be windows, try to get win2k licenses, it'll run on 256MB just
> > fine. If you don't have to stick to windows, try a linux (unfortunately
> > my personal favourite desktop, GNOME, won't quite run satisfactorily, but
> > XFce will, I have used it on a 48MB machine, and it's still easy to use
> > set up); for instance Ubuntu is a very easy to install distribution and
> > has plenty of flavours, including Xubuntu for which XFce is the primary
> > desktop.
>
> Thanks for replying.
>
> There are several problems that we are facing here:
>
> A) Everything we have are donated stuffs. All the computers are
> donated, actually, they are computers that people throw away. We got
> them for free, fix them up as well as we could, and we can only find
> 256MB of RAM for each of them.
>
> B) Due to the limited RAM, we can't run any other OS than Win98SE or
> WinME. Plus, we do not want to infringe on any copyright issue. We got
> a pile of old Win98SE genuine MS CDs, so we kinda like like have no
> other choice but to use Win98SE.
>
> C) This entire operation runs on a very very tight budget. These are
> the children that people don't care about. They all come from poverty
> stricken families, and they are at the edge of becoming street kids.
> What we do there is to keep them in school, provide them with some
> incentives to keep learning, keep exploring, etc.
>
> D) We do not have any license to run Win2000 or WinXP, and we do not
> have the money to buy them either. On the Linux side, so far I am
> still trying to learn Linux, I can set up a system, just a base
> system. Installing packages, on the other hand, is still too much for
> me.
>
> E) As I mention earlier, these are the kids people don't care about,
> therefore, our operation is facing the same fate - people just do not
> care about us, period. No funding, no help, no nada. We all do it out
> of our own time, our own pocket, our own everything. In other words,
> we have absolutely NO leeway to get fancy stuffs. That is why I'm
> looking for freeware, abandonedware, and/or open-sourced softwares to
> get the whole thing going.
>
> Yes, it's like a chop-chop thing, nothing fancy. But we are doing it.
> That is why I need the help from all the Gurus here. Please share with
> us any of your suggestion, opinion, point, tip, etc. I thank you for
> it.
>
> > I wonder if OLPC's Sugar is currently portable to anything besides XOs,
> > it's designed exactly for the type of usage you have, so it'd be a
> > perfect fit.
>
> See, even OLPC is a luxury for us. Do you know what USD100 can buy
> here? Remember that this is a third world country, and our conversion
> rate is 3.3 to 1. USD100 is 330 of our local currency here, and this
> can buy A LOT OF STUFFS !
>
> In fact, if I purchase 2 OLPC for USD100 each, the USD200 can get me a
> NEW PC with Intel Duo-Core CPU, and 1GB of DDR2 RAM and a 120GB SATA
> hard disk. Of course, it doesn't have any software, nor any OS.
>
> And in our situation, all our PC are FREE - yeah, NO CHARGE. Yes, they
> are OLD PCs, Pentium III, ranges from 500MHz to 900MHz. But they do
> run, and that's the important thing here.
>
> > As for programming environment, I can't really help with Logos, I have no
> > idea about them. I don't think there's any pre-packaged CL distro that
> > you could just give to kids for them to play with, especially the
> > graphical part is lacking. As Rainer suggests, there are several schemes
> > that concentrate on rich feedback,http://www.pawfal.org/fluxus/isone
> > of the new things it seems. A Smalltalk would also do, they're all big on
> > the "play with things on the screen" side.
> > Cheers,
> > Maciej
>
> I'll check with the Scheme people, thank you very much for sharing the
> info (and thanks to Rainer as well!). My initial pick was Logo because
> it was made with the original intention of giving kids a start in
> programming, at least, conceptually. Perhaps you're right, there are
> other things out there, like Scheme. But I'll check with them.
>
> Thanks again for everything.
>
> Hope that other Gurus here, if you have anything to share, please do
> so.
From: pg
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <7d60dfba-8cfc-4e7a-a3e3-fd842144f90f@s19g2000prg.googlegroups.com>
On Jan 27, 8:07 am, Xah Lee <····@xahlee.org> wrote:
> You have my utmost sympathies. I grew up with similar situation.

Thank you for your understanding.

> Many people here (of comp.lang.lisp) are fat, tech geeking assholes
> here, they wouldn't have the faintist idea of what pain is. They are
> the type that tells you to eat meet when you say you don't have rice.
> And the technical recommendations from most of them are worthless,
> trust me on this. (in particular i refer to the recommendations made
> by Maciej Katafiasz. They usually have political agendas.)

The most important aspect in this is Mr. Katafiasz is trying to help,
and I do appreciate that very much. I am here to learn from ALL the
Gurus here, for you guys can show me things that I never thought of
before.

> As to what language, i'd recommend to keep thinking Logo. It is a lang
> designed for this purpose, with a lot existing literature. Dont bother
> at all with Scheme. It is completely useless and good for nothing for
> the your kids.

> If you don't know already, there's Wikipedia article:
>  http://en.wikipedia.org/wiki/Logo_(programming_language)
> which should provide you many resources. There are many free
> implementations, as well as many now freely downloadable books that
> was published in the 1980s and 1990s.

Thanks for the pointers above !!

> Am not sure how familiar you are with computer languages. A useful
> alternative, is Visual Basic. Personally i don't know Visual Basic,
> but it is a easy language, and one of the top 5 deployed language
> today and actually valuable as a skill. I think there are variant
> versions out there that are free.

Isn't Visual Basic a commercial product ? As I said, we do not want to
violate any copyright thing - our operation is shoe-string as it is,
and we just can't afford to be raided by the racist government of
Malaysia (arrrghhh, politics!) with the excuse that we infringe on
copyrights.

> http://en.wikipedia.org/wiki/Visual_Basic
> (also check Real Basic)

I just checked. Real Basic is commercial ware. Can't afford it. Money
can be better use to feed those kids (most of them don't get any
breakfast, and some, even lunch !) when they come to our place.

> Am not exactly sure for this kinda situation you would need to teach
> them computer programing in the first place. Isn't using a computer,
> such as browsing the web, the text editing with Notepad, and the
> bundled basic paint program sufficient?

See ... there are lots of "internet cafes" in the slum area, and those
joints are nothing but a disguise for gambling operations - they have
internet connections alright, but they hook up straight to online
casinos and people gamble like there's no tomorrow.

The kids that come to our place, believe it or not, are familiar with
online gambling, online violent games (you know those shoot-them-up
blow-them-up kill-them-all multiplayer games), and so on.

What they are not exposed to, however, is ANOTHER SIDE of PC. The site
where they can actually CREATE something - which is the reason I
initially chose the Logo language - where kids actually can change the
command to make the turtle move in different ways, and they can see
the result (almost) instantly.

In other words, what we are aiming at, instead of letting the kids
having the idea that computers are for gambling, or killing things, or
destroying the whole city, et cetera, they can also use the same
computer to create something, to build something, to make something
where there wasn't any.

This computer program is part of the entire operation that we run.
Basically what we have is an "After School Program" - that the kids
come to our place with their schoolworks, or questions that their
teachers don't want to answer them (remember, these kids are basically
out-casts, even the teachers don't like them!) and we try to provide
an environment in such that they feel welcome, that they feel secure,
that we are there if they ever need help.

Most of us who volunteer there grew up in similar settings - crime,
drugs, prostitutions, incests, suicide, murders, violence of all
kinds, government oppressions, societal rejection, you name it. We've
struggled before and we don't wish that these kids have to go through
the same pointless struggle all over again.

We provide food, yes, many of the kids don't get any breakfast (and we
are talking about kids growing up!) and some don't even get any lunch.
So we provide food as well.

Some time we even go to their school and pay the fees for the kids to
keep them in school. Education in Malaysia supposed to be free, but
the school do charge whatever stupid fees (toilet fees, et cetera), in
their effort to week out the kids from poor families, ie, outcasts,
kids that come to our place.

Teachers treat them badly. Their rich schoolmates treat them harshly.
Their world around them constantly tells them that they are not-
wanted. They are constantly being tempted by the vice around them -
easy cash selling drugs, easy cash selling their bodies.

The things we are trying to do is to maintain their sanity, to let
them know that there is a different way out.

Choosing Logo is one option - for I hope it can help the kids realize
that they ARE in control. It's not programming per se, of course, if
kids learn programming on the side, it'd be a bonus.

> For programing, how about teaching them basic HTML? That would be
> useful. PHP is also a good candidate, as it is also one of the most
> easy to learn, as well one of the top 5 deployed language, highly
> demanded skill in the market.

Maybe that'll be the next step, hopefully once they got the hang of
programming, we can start getting them to build their own web site and
such.

> So far, Logo, Visual Basic, PHP... i think are good candidates, as
> they require little hardware resource, easy to learn, and the latter 2
> are highly valuable skills...

> Just noticed that the ages are 7 to 12... adding the fact they don't
> speak English, i'd say just consider Logo and HTML.

Yes, we do teach them English there, as well as Chinese, and Math, and
Science. Therefore, aside from Logo, I'm also looking out for freeware
science and math free/open-source software, something that may attract
them, arouse their curiosity, excite the children.

Anyone got any suggestion on that?

> (just noticed that you also posted to comp.lang.dylan. Dylan is a very
> advanced, industrial, and also dead language. It is not a language for
> kids. Even a professional programer would have hard time learning
> Dylan.)

In my post somewhere else, someone mentioned "Dylan". Personally I
have no idea what it is. Just give it a try. Thanks for the info !

> Best wishes,

>   Xah
>   ····@xahlee.org
> $B-t(Bhttp://xahlee.org/

Much oblige !
From: Xah Lee
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <d2b02f2a-e97a-452d-98dd-31f7c3fc59b5@e4g2000hsg.googlegroups.com>
Dear pg,

you wrote:
«The most important aspect in this is Mr. Katafiasz is trying to help,
and I do appreciate that very much. I am here to learn from ALL the
Gurus here, for you guys can show me things that I never thought of
before.»

My goddess, you are so polite, you put the tech geekers in newsgroups
to shame!

Thanks a lot for explaning the detail of the situation. I understand
these situation well.

> Yes, we do teach them English there, as well as Chinese, and Math, and
> Science. Therefore, aside from Logo, I'm also looking out for freeware
> science and math free/open-source software, something that may attract
> them, arouse their curiosity, excite the children.  Anyone got any
> suggestion on that?

O, on this i have much better suggestions.

Check out these fun math programs:

http://xahlee.org/PageTwo_dir/MathPrograms_dir/mathPrograms.html

They are free. One can use them as if like playing games. (yet their
content is very advanced modern Mathematics)

Now i understand your situation a bit better... you might also
consider POV-Ray, which is a 3D rendering engine. That is, you program
a source code, and it generate a 3D rendered scene. The program is
free. See

http://xahlee.org/3d/index.html

  Xah
  ···@xahlee.org
∑ http://xahlee.org/

☄


On Jan 27, 5:18 pm, pg <······@catholic.org> wrote:
> ...

> > Am not exactly sure for this kinda situation you would need to teach
> > them computer programing in the first place. Isn't using a computer,
> > such as browsing the web, the text editing with Notepad, and the
> > bundled basic paint program sufficient?
>
> See ... there are lots of "internet cafes" in the slum area, and those
> joints are nothing but a disguise for gambling operations - they have
> internet connections alright, but they hook up straight to online
> casinos and people gamble like there's no tomorrow.
>
> The kids that come to our place, believe it or not, are familiar with
> online gambling, online violent games (you know those shoot-them-up
> blow-them-up kill-them-all multiplayer games), and so on.
>
> What they are not exposed to, however, is ANOTHER SIDE of PC. The site
> where they can actually CREATE something - which is the reason I
> initially chose the Logo language - where kids actually can change the
> command to make the turtle move in different ways, and they can see
> the result (almost) instantly.
>
> In other words, what we are aiming at, instead of letting the kids
> having the idea that computers are for gambling, or killing things, or
> destroying the whole city, et cetera, they can also use the same
> computer to create something, to build something, to make something
> where there wasn't any.
>
> This computer program is part of the entire operation that we run.
> Basically what we have is an "After School Program" - that the kids
> come to our place with their schoolworks, or questions that their
> teachers don't want to answer them (remember, these kids are basically
> out-casts, even the teachers don't like them!) and we try to provide
> an environment in such that they feel welcome, that they feel secure,
> that we are there if they ever need help.
>
> Most of us who volunteer there grew up in similar settings - crime,
> drugs, prostitutions, incests, suicide, murders, violence of all
> kinds, government oppressions, societal rejection, you name it. We've
> struggled before and we don't wish that these kids have to go through
> the same pointless struggle all over again.
>
> We provide food, yes, many of the kids don't get any breakfast (and we
> are talking about kids growing up!) and some don't even get any lunch.
> So we provide food as well.
>
> Some time we even go to their school and pay the fees for the kids to
> keep them in school. Education in Malaysia supposed to be free, but
> the school do charge whatever stupid fees (toilet fees, et cetera), in
> their effort to week out the kids from poor families, ie, outcasts,
> kids that come to our place.
>
> Teachers treat them badly. Their rich schoolmates treat them harshly.
> Their world around them constantly tells them that they are not-
> wanted. They are constantly being tempted by the vice around them -
> easy cash selling drugs, easy cash selling their bodies.
>
> The things we are trying to do is to maintain their sanity, to let
> them know that there is a different way out.
>
> Choosing Logo is one option - for I hope it can help the kids realize
> that they ARE in control. It's not programming per se, of course, if
> kids learn programming on the side, it'd be a bonus.

> ...

> Yes, we do teach them English there, as well as Chinese, and Math, and
> Science. Therefore, aside from Logo, I'm also looking out for freeware
> science and math free/open-source software, something that may attract
> them, arouse their curiosity, excite the children.
>
> Anyone got any suggestion on that?
From: Maciej Katafiasz
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <70411b37-8f95-4f19-b275-fd1e9f7b6e45@s13g2000prd.googlegroups.com>
On 28 Jan., 04:00, Xah Lee <····@xahlee.org> wrote:
> <<The most important aspect in this is Mr. Katafiasz is trying to help,
> and I do appreciate that very much. I am here to learn from ALL the
> Gurus here, for you guys can show me things that I never thought of
> before.>>
>
> My goddess, you are so polite, you put the tech geekers in newsgroups
> to shame!

Agreed, I feel we should recount some of those geekers unacceptable
behaviour to further stress the point:

<····································@e25g2000prg.googlegroups.com>
Xah Lee wrote:
> Lisper morons daily swoon giddily about how their "macros" feature
> is so fantastic and out-of-this-world that blows all other languages.
> These lisping morons do not realize, (...)

<························@l77g2000hsb.googlegroups.com>
Xah Lee wrote:
> Rainer --a Common Lisp fuckface-- wrote:
> <<... Why should anyone listen to your false assumptions?>>
>
> Rainer, When did you stop beating your wife?

<························@o61g2000hsh.googlegroups.com>
Xah Lee wrote:
> Dear Moron,
>
> May i call you a moron?
>
> No? But i'm gonna call you a moron anyway, because you are. You are a
> motherfucking, ignorant, ass-pissing, fuckface moron.

Truly they should be ashamed of themselves, them geekers!
From: Maciej Katafiasz
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <913af600-fd49-40e7-a3c0-3e5b02b5c01f@h11g2000prf.googlegroups.com>
On 28 Jan., 02:18, pg <······@catholic.org> wrote:
> > Am not sure how familiar you are with computer languages. A useful
> > alternative, is Visual Basic. Personally i don't know Visual Basic,
> > but it is a easy language, and one of the top 5 deployed language
> > today and actually valuable as a skill. I think there are variant
> > versions out there that are free.
>
> Isn't Visual Basic a commercial product ? As I said, we do not want to
> violate any copyright thing - our operation is shoe-string as it is,
> and we just can't afford to be raided by the racist government of
> Malaysia (arrrghhh, politics!) with the excuse that we infringe on
> copyrights.

It basically comes on free-to-use terms with every Windows. However,
I'd strongly advise against using VB, it's been created as a quickie
glue language and as such has absolutely no interest in encouraging
good style or practices, or being good for kids. What Dijkstra said
about BASIC holds true for Visual Basic as well.

> >http://en.wikipedia.org/wiki/Visual_Basic
> > (also check Real Basic)
>
> I just checked. Real Basic is commercial ware. Can't afford it. Money
> can be better use to feed those kids (most of them don't get any
> breakfast, and some, even lunch !) when they come to our place.

For this reason (and a few other, technical ones) you should really
look into a free OS. You can build a complete development environment
without paying a penny with Ubuntu, as has been mentioned previously,
if you ask for install CDs, you will get them shipped for free. And
the spirit of ubuntu-the-concept (which Ubuntu-the-distro tries to
embrace) is very much like what you are doing.

Additionally, you mention the translation requirements. On this front
Open Source is *inifinitely* better, you can swap UI languages and all
it takes is a log out and log in. Win98 can't even display Chinese and
Malay side-by-side, not to mention changing the user interface
language without installing another version. (That's another thing
that hasn't been mentioned earlier, but if you use Win98, your kids
won't be able to write Chinese *and* Malay, only one or the other.
That's a huge consideration, IMHO).

Looking at translation status, Malay is rather lacking, at 25%
completion in the latest stable Ubuntu release, but Chinese at least
is fully supported and will have 100% coverage for all the major and
probably most of other components.

> Choosing Logo is one option - for I hope it can help the kids realize
> that they ARE in control. It's not programming per se, of course, if
> kids learn programming on the side, it'd be a bonus.

Logo is indeed very good as it provides kids with instant visual
feedback, it's hard to over-appreciate that.

> Yes, we do teach them English there, as well as Chinese, and Math, and
> Science. Therefore, aside from Logo, I'm also looking out for freeware
> science and math free/open-source software, something that may attract
> them, arouse their curiosity, excite the children.
>
> Anyone got any suggestion on that?

There's a rich collection of packages in Ubuntu's education section.
There's also a special flavour of Ubuntu, Edubuntu, created
specifically for that, you may want to look at what it provides to get
a good overview of what's available.

> > (just noticed that you also posted to comp.lang.dylan. Dylan is a very
> > advanced, industrial, and also dead language. It is not a language for
> > kids. Even a professional programer would have hard time learning
> > Dylan.)
>
> In my post somewhere else, someone mentioned "Dylan". Personally I
> have no idea what it is. Just give it a try. Thanks for the info !

It's a Lisp-derived language, that started as "Lisp with optional
syntax". It has since diverged somewhat, losing the "optional" bit in
the process, but is probably the most Lispish language of Algol-alikes
(or most Algolish of Lisp-alikes, depending on your point of view).
Whether having a "real" syntax is a good thing is debatable, but I can
see how Dylan can be much more palatable for someone used to Algolish
languages.

Cheers,
Maciej
From: winston19842005
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <C3C348B6.A2CB%bjjlyates@bellsouth.net>
On 1/28/08 8:06 AM, in article
····································@h11g2000prf.googlegroups.com, "Maciej
Katafiasz" <········@gmail.com> wrote:

> On 28 Jan., 02:18, pg <······@catholic.org> wrote:
>>> Am not sure how familiar you are with computer languages. A useful
>>> alternative, is Visual Basic. Personally i don't know Visual Basic,
>>> but it is a easy language, and one of the top 5 deployed language
>>> today and actually valuable as a skill. I think there are variant
>>> versions out there that are free.
>> 
>> Isn't Visual Basic a commercial product ? As I said, we do not want to
>> violate any copyright thing - our operation is shoe-string as it is,
>> and we just can't afford to be raided by the racist government of
>> Malaysia (arrrghhh, politics!) with the excuse that we infringe on
>> copyrights.
> 
> It basically comes on free-to-use terms with every Windows. However,
> I'd strongly advise against using VB, it's been created as a quickie
> glue language and as such has absolutely no interest in encouraging
> good style or practices, or being good for kids. What Dijkstra said
> about BASIC holds true for Visual Basic as well.

Wow! News to me! Where is VB on my Windows CD? Or is it just a license?
What are you smoking? I need to try some of that!

Qbasic came with Windows at one time, and you can still download a package
from Microsoft that contains it (OLDDOS.EXE IIRC).
From: George Neuner
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <iisup3t1da8kf54hmh7aljgi8a4inq52q6@4ax.com>
On Mon, 28 Jan 2008 08:54:14 -0500, winston19842005
<·········@bellsouth.net> wrote:

>
>
>
>On 1/28/08 8:06 AM, in article
>····································@h11g2000prf.googlegroups.com, "Maciej
>Katafiasz" <········@gmail.com> wrote:
>
>> On 28 Jan., 02:18, pg <······@catholic.org> wrote:
>>>> Am not sure how familiar you are with computer languages. A useful
>>>> alternative, is Visual Basic. Personally i don't know Visual Basic,
>>>> but it is a easy language, and one of the top 5 deployed language
>>>> today and actually valuable as a skill. I think there are variant
>>>> versions out there that are free.
>>> 
>>> Isn't Visual Basic a commercial product ? As I said, we do not want to
>>> violate any copyright thing - our operation is shoe-string as it is,
>>> and we just can't afford to be raided by the racist government of
>>> Malaysia (arrrghhh, politics!) with the excuse that we infringe on
>>> copyrights.
>> 
>> It basically comes on free-to-use terms with every Windows. However,
>> I'd strongly advise against using VB, it's been created as a quickie
>> glue language and as such has absolutely no interest in encouraging
>> good style or practices, or being good for kids. What Dijkstra said
>> about BASIC holds true for Visual Basic as well.
>
>Wow! News to me! Where is VB on my Windows CD? Or is it just a license?
>What are you smoking? I need to try some of that!
>
>Qbasic came with Windows at one time, and you can still download a package
>from Microsoft that contains it (OLDDOS.EXE IIRC).

"VB for Applications" is a restricted version of VB designed for
scripting.  It comes with Office and several other applications, not
with Windows itself.  But it is available separately as a free
download from Microsoft and it is redistributable.  It is based on the
old VB6.


Free personal use compilers for VB.NET, C# and C++, as well as Desktop
SQLServer and web development tools are available at
http://www.microsoft.com/express/download/


and F# is freely available at
http://research.microsoft.com/fsharp/fsharp.aspx


George
--
for email reply remove "/" from address
From: winston19842005
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <C3C4ED5D.A3B6%bjjlyates@bellsouth.net>
On 1/29/08 1:47 PM, in article ··································@4ax.com,
"George Neuner" <·········@/comcast.net> wrote:
>> 
>> Wow! News to me! Where is VB on my Windows CD? Or is it just a license?
>> What are you smoking? I need to try some of that!
>> 
>> Qbasic came with Windows at one time, and you can still download a package
>> from Microsoft that contains it (OLDDOS.EXE IIRC).
> 
> "VB for Applications" is a restricted version of VB designed for
> scripting.  It comes with Office and several other applications, not
> with Windows itself.  But it is available separately as a free
> download from Microsoft and it is redistributable.  It is based on the
> old VB6.

Ah. The "VB script" stuff. That makes a lot more sense than a fully-loaded
(bloated) VB.

I gave up on VB at VB6... but I played with the scripts a little...
From: gavino
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <4c470207-9ffc-4355-b514-3dc8fc2c370a@q39g2000hsf.googlegroups.com>
On Jan 27, 8:07 am, Xah Lee <····@xahlee.org> wrote:
> You have my utmost sympathies. I grew up with similar situation.
>
> Many people here (of comp.lang.lisp) are fat, tech geeking assholes
> here, they wouldn't have the faintist idea of what pain is. They are
> the type that tells you to eat meet when you say you don't have rice.
> And the technical recommendations from most of them are worthless,
> trust me on this. (in particular i refer to the recommendations made
> by Maciej Katafiasz. They usually have political agendas.)
>
> As to what language, i'd recommend to keep thinking Logo. It is a lang
> designed for this purpose, with a lot existing literature. Dont bother
> at all with Scheme. It is completely useless and good for nothing for
> the your kids.
>
> If you don't know already, there's Wikipedia article:
>  http://en.wikipedia.org/wiki/Logo_(programming_language)
>
> which should provide you many resources. There are many free
> implementations, as well as many now freely downloadable books that
> was published in the 1980s and 1990s.
>
> Am not sure how familiar you are with computer languages. A useful
> alternative, is Visual Basic. Personally i don't know Visual Basic,
> but it is a easy language, and one of the top 5 deployed language
> today and actually valuable as a skill. I think there are variant
> versions out there that are free.
>
> http://en.wikipedia.org/wiki/Visual_Basic
> (also check Real Basic)
>
> Am not exactly sure for this kinda situation you would need to teach
> them computer programing in the first place. Isn't using a computer,
> such as browsing the web, the text editing with Notepad, and the
> bundled basic paint program sufficient?
>
> For programing, how about teaching them basic HTML? That would be
> useful. PHP is also a good candidate, as it is also one of the most
> easy to learn, as well one of the top 5 deployed language, highly
> demanded skill in the market.
>
> So far, Logo, Visual Basic, PHP... i think are good candidates, as
> they require little hardware resource, easy to learn, and the latter 2
> are highly valuable skills...
>
> Just noticed that the ages are 7 to 12... adding the fact they don't
> speak English, i'd say just consider Logo and HTML.
>
> (just noticed that you also posted to comp.lang.dylan. Dylan is a very
> advanced, industrial, and also dead language. It is not a language for
> kids. Even a professional programer would have hard time learning
> Dylan.)
>
> Best wishes,
>
>   Xah
>   ····@xahlee.org
> ∑http://xahlee.org/
>
> ☄
>
> On Jan 27, 7:13 am, pg <······@catholic.org> wrote:
>
> > On Jan 27, 6:54 am, Maciej Katafiasz <········@gmail.com> wrote:
>
> > > Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
>
> > > > The computers will be Windows 98SE based
>
> > > Please don't. It's the worst possible OS to install for such a scenario.
> > > It'll be unmaintainable for you, and (what's even worse) will teach the
> > > kids that computers are inherently unreliable and not to be trusted. If
> > > it has to be windows, try to get win2k licenses, it'll run on 256MB just
> > > fine. If you don't have to stick to windows, try a linux (unfortunately
> > > my personal favourite desktop, GNOME, won't quite run satisfactorily, but
> > > XFce will, I have used it on a 48MB machine, and it's still easy to use
> > > set up); for instance Ubuntu is a very easy to install distribution and
> > > has plenty of flavours, including Xubuntu for which XFce is the primary
> > > desktop.
>
> > Thanks for replying.
>
> > There are several problems that we are facing here:
>
> > A) Everything we have are donated stuffs. All the computers are
> > donated, actually, they are computers that people throw away. We got
> > them for free, fix them up as well as we could, and we can only find
> > 256MB of RAM for each of them.
>
> > B) Due to the limited RAM, we can't run any other OS than Win98SE or
> > WinME. Plus, we do not want to infringe on any copyright issue. We got
> > a pile of old Win98SE genuine MS CDs, so we kinda like like have no
> > other choice but to use Win98SE.
>
> > C) This entire operation runs on a very very tight budget. These are
> > the children that people don't care about. They all come from poverty
> > stricken families, and they are at the edge of becoming street kids.
> > What we do there is to keep them in school, provide them with some
> > incentives to keep learning, keep exploring, etc.
>
> > D) We do not have any license to run Win2000 or WinXP, and we do not
> > have the money to buy them either. On the Linux side, so far I am
> > still trying to learn Linux, I can set up a system, just a base
> > system. Installing packages, on the other hand, is still too much for
> > me.
>
> > E) As I mention earlier, these are the kids people don't care about,
> > therefore, our operation is facing the same fate - people just do not
> > care about us, period. No funding, no help, no nada. We all do it out
> > of our own time, our own pocket, our own everything. In other words,
> > we have absolutely NO leeway to get fancy stuffs. That is why I'm
> > looking for freeware, abandonedware, and/or open-sourced softwares to
> > get the whole thing going.
>
> > Yes, it's like a chop-chop thing, nothing fancy. But we are doing it.
> > That is why I need the help from all the Gurus here. Please share with
> > us any of your suggestion, opinion, point, tip, etc. I thank you for
> > it.
>
> > > I wonder if OLPC's Sugar is currently portable to anything besides XOs,
> > > it's designed exactly for the type of usage you have, so it'd be a
> > > perfect fit.
>
> > See, even OLPC is a luxury for us. Do you know what USD100 can buy
> > here? Remember that this is a third world country, and our conversion
> > rate is 3.3 to 1. USD100 is 330 of our local currency here, and this
> > can buy A LOT OF STUFFS !
>
> > In fact, if I purchase 2 OLPC for USD100 each, the USD200 can get me a
> > NEW PC with Intel Duo-Core CPU, and 1GB of DDR2 RAM and a 120GB SATA
> > hard disk. Of course, it doesn't have any software, nor any OS.
>
> > And in our situation, all our PC are FREE - yeah, NO CHARGE. Yes, they
> > are OLD PCs, Pentium III, ranges from 500MHz to 900MHz. But they do
> > run, and that's the important thing here.
>
> > > As for programming environment, I can't really help with Logos, I have no
> > > idea about them. I don't think there's any pre-packaged CL distro that
> > > you could just give to kids for them to play with, especially the
> > > graphical part is lacking. As Rainer suggests, there are several schemes
> > > that concentrate on rich feedback,http://www.pawfal.org/fluxus/isone
> > > of the new things it seems. A Smalltalk would also do, they're all big on
> > > the "play with things on the screen" side.
> > > Cheers,
> > > Maciej
>
> > I'll check with the Scheme people, thank you very much for sharing the
> > info (and thanks to Rainer as well!). My initial pick was Logo because
> > it was made with the original intention of giving kids a start in
> > programming, at least, conceptually. Perhaps you're right, there are
> > other things out there, like Scheme. But I'll check with them.
>
> > Thanks again for everything.
>
> > Hope that other Gurus here, if you have anything to share, please do
> > so.


uh no
archlinux+clisp is fine the book LISP by winston+horn may help too and
there is always practical common lisp.
From: cgay
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <1d29e8b0-eae6-45f9-b2dd-1c2a7405b09d@d70g2000hsb.googlegroups.com>
[Non language newsgroups removed.]

On Jan 27, 11:07 am, Xah Lee <····@xahlee.org> wrote:
> (just noticed that you also posted to comp.lang.dylan. Dylan is a very
> advanced, industrial, and also dead language.

There are very few users, and you can call it dead if you like, but
we are still improving it.

There's been a lot of work done recently, such as getting much of
DUIM working with the GTK back-end, getting the C back-end working
again for Open Dylan (nee Functional Developer, nee Harlequin Dylan)
thus improving its portability, improvements to the standard
libraries,
Network Night Vision (http://www.networknightvision.com), etc.

>  It is not a language for
> kids. Even a professional programer would have hard time learning
> Dylan.)

Certainly no more so than Common Lisp.  On par with Java, I would
guess,
and probably much easier than C++.  But you were probably just
trolling.

-cg
From: Xah Lee
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <b2f94ec6-fb0a-438f-829a-bf102409c57e@f10g2000hsf.googlegroups.com>
cgay <·······@gmail.com> wrote:

«But you were probably just trolling.»

LOL. You Dylan and Logo people needs to read comp.lang.lisp more.

There are huge amount of bad mouthing of Dylan on comp.lang.lisp by
the Common Lisp fuckheads.

Try to read comp.lang.lisp and respond to them.

  Xah
  ···@xahlee.org
∑ http://xahlee.org/

☄
From: John
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <decd956f-bb62-4660-97dc-8ffb093cecaa@s12g2000prg.googlegroups.com>
On Jan 31, 7:43 am, Xah Lee <····@xahlee.org> wrote:
> cgay <·······@gmail.com> wrote:
>
> «But you were probably just trolling.»
>
> LOL. You Dylan and Logo people needs to read comp.lang.lisp more.
>
> There are huge amount of bad mouthing of Dylan on comp.lang.lisp by
> the Common Lisp fuckheads.
>
> Try to read comp.lang.lisp and respond to them.
>
>   Xah
>   ····@xahlee.org
> ∑http://xahlee.org/
>
> ☄

As opposed to bad mouthing of Lisp on comp.lang.lisp by Xah Lee
fuckheads. The difference is that while Common Lisp fuckheads know
their asshole from a hole in the ground, Xah Lee is a semi-literate
low-grade troll with a penchant for making up insults (geeker?) and a
fetish for a mathematically-oriented scripting language.

John
From: cgay
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <bfa4fd5d-4e4e-4b45-b388-f7f0d2bdc2bd@v17g2000hsa.googlegroups.com>
On Jan 31, 10:43 am, Xah Lee <····@xahlee.org> wrote:
> LOL. You Dylan and Logo people needs to read comp.lang.lisp more.
>
> There are huge amount of bad mouthing of Dylan on comp.lang.lisp.

That's their prerogative.  I like both languages myself.

-cg
From: George Neuner
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <l4b4q392na73uo7rkqrm909gj6rrgfhcvg@4ax.com>
On Thu, 31 Jan 2008 07:43:19 -0800 (PST), Xah Lee <···@xahlee.org>
wrote:

>cgay <·······@gmail.com> wrote:
>
>�But you were probably just trolling.�
>
>LOL. You Dylan and Logo people needs to read comp.lang.lisp more.
>
>There are huge amount of bad mouthing of Dylan on comp.lang.lisp by
>the Common Lisp fuckheads.
>
>Try to read comp.lang.lisp and respond to them.
>
>  Xah
>  ···@xahlee.org
>? http://xahlee.org/
>
>?

More Xah bullshit.  

Dylan is hardly ever mentioned in c.l.l and in more than 10 years
reading I don't recall anyone ever having bad-mouthed it.  Dylan is
mentioned far more often in comp.lang.scheme and even there it is
relatively rare.

George
--
for email reply remove "/" from address
From: Maciej Katafiasz
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <fni891$a3j$4@news.net.uni-c.dk>
Den Sun, 27 Jan 2008 07:13:21 -0800 skrev pg:

> There are several problems that we are facing here:
> 
> A) Everything we have are donated stuffs. All the computers are donated,
> actually, they are computers that people throw away. We got them for
> free, fix them up as well as we could, and we can only find 256MB of RAM
> for each of them.

This is not a problem for win2k, I'd run win2k on a 256MB machine for 
several years and it worked perfectly. Lack of licenses is a bigger 
problem.

> B) Due to the limited RAM, we can't run any other OS than Win98SE or
> WinME. Plus, we do not want to infringe on any copyright issue. We got a
> pile of old Win98SE genuine MS CDs, so we kinda like like have no other
> choice but to use Win98SE.

Or you can use on of the free ones, which is even better from several 
standpoints (like me generally believing in the whole "free as in speech" 
thing). You can get Ubuntu install CDs shipped to you for free, and if 
you mention how you want to use them, it's not entirely unlikely that 
you'll get extra help.

> C) This entire operation runs on a very very tight budget. These are the
> children that people don't care about. They all come from poverty
> stricken families, and they are at the edge of becoming street kids.
> What we do there is to keep them in school, provide them with some
> incentives to keep learning, keep exploring, etc.

This is why any of Win9x (Me included) is the worst possible choice. It 
will provide them with frustration, not incentive.

> D) We do not have any license to run Win2000 or WinXP, and we do not
> have the money to buy them either. On the Linux side, so far I am still
> trying to learn Linux, I can set up a system, just a base system.
> Installing packages, on the other hand, is still too much for me.

Again, I heartily recommend Ubuntu. It's close to being as easy to 
install as it gets. Administration is fairly easy as well.

>> I wonder if OLPC's Sugar is currently portable to anything besides XOs,
>> it's designed exactly for the type of usage you have, so it'd be a
>> perfect fit.
> 
> See, even OLPC is a luxury for us. Do you know what USD100 can buy here?
> Remember that this is a third world country, and our conversion rate is
> 3.3 to 1. USD100 is 330 of our local currency here, and this can buy A
> LOT OF STUFFS !

Sugar is the custom-made software that makes up the user environment that 
runs on OLPC. I wasn't referring to the hardware here. As it was designed 
to be run by kids who have never before seen a computer, on machines with 
hardly any computing power, it'd fit your needs perfectly, provided you 
can run it on stock PCs. Which I don't know if you can.

Cheers,
Maciej
From: Peter Flass
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <479ced45$0$22649$4c368faf@roadrunner.com>
Maciej Katafiasz wrote:
> 
> Again, I heartily recommend Ubuntu. It's close to being as easy to 
> install as it gets. Administration is fairly easy as well.
> 

I'd also throw in another plug for DSL (damn small linux).  Runs fine on 
a 32MB pentium.  Comes complete with GUI and office suite.  Desktop 
looks a lot like the os-that-must-not=be-named.  With 256MB, you should 
also have no problem with Ubuntu.
From: Maciej Katafiasz
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <fni98m$a3j$5@news.net.uni-c.dk>
Den Sun, 27 Jan 2008 15:33:53 +0000 skrev Maciej Katafiasz:

> Sugar is the custom-made software that makes up the user environment
> that runs on OLPC. I wasn't referring to the hardware here. As it was
> designed to be run by kids who have never before seen a computer, on
> machines with hardly any computing power, it'd fit your needs perfectly,
> provided you can run it on stock PCs. Which I don't know if you can.

I asked around on #sugar, and it seems you can in fact install Sugar on 
any Linux, with precompiled packages available for Ubuntu:

http://wiki.laptop.org/go/Sugar_on_Ubuntu_Linux#Option_3_-_Deb_Packages_for_Gutsy

While it's not entirely streamlined, the whole process should be 
relatively painless, and I'm sure you will be able to get help on the 
relevant IRC channels (#sugar and #olpc on FreeNode) if you run into 
problems.

Cheers,
Maciej
From: Peter Hildebrandt
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <op.t5lpp3azx6i8pv@babyfoot>
On Sun, 27 Jan 2008 16:33:53 +0100, Maciej Katafiasz <········@gmail.com>  
wrote:

> Den Sun, 27 Jan 2008 07:13:21 -0800 skrev pg:
>
>> There are several problems that we are facing here:
>>
>> A) Everything we have are donated stuffs. All the computers are donated,
>> actually, they are computers that people throw away. We got them for
>> free, fix them up as well as we could, and we can only find 256MB of RAM
>> for each of them.
>
> This is not a problem for win2k, I'd run win2k on a 256MB machine for
> several years and it worked perfectly. Lack of licenses is a bigger
> problem.
>
>> B) Due to the limited RAM, we can't run any other OS than Win98SE or
>> WinME. Plus, we do not want to infringe on any copyright issue. We got a
>> pile of old Win98SE genuine MS CDs, so we kinda like like have no other
>> choice but to use Win98SE.
>
> Or you can use on of the free ones, which is even better from several
> standpoints (like me generally believing in the whole "free as in speech"
> thing). You can get Ubuntu install CDs shipped to you for free, and if
> you mention how you want to use them, it's not entirely unlikely that
> you'll get extra help.

There is even an ubuntu for prepackaged for education purposes:

http://www.edubuntu.org/

The ubuntu community is awesome, the forums are very helpful.  Given your  
purpose, I am sure you will find plenty of support there.

I truly recommend you use ubuntu (or another linux) for your project.  The  
effort will pay off very quickly.

As to which language to chose, I think it does not really matter.  Once  
you have learned to program in one, transferring the skill is rather easy.

If you wish to go more mainstream, check out eclipse/java.  Again, all  
free.  Or, since ressources are an issue, just use a free editor like  
emacs and the C compiler that you get for free.

Peter.

>> C) This entire operation runs on a very very tight budget. These are the
>> children that people don't care about. They all come from poverty
>> stricken families, and they are at the edge of becoming street kids.
>> What we do there is to keep them in school, provide them with some
>> incentives to keep learning, keep exploring, etc.
>
> This is why any of Win9x (Me included) is the worst possible choice. It
> will provide them with frustration, not incentive.
>
>> D) We do not have any license to run Win2000 or WinXP, and we do not
>> have the money to buy them either. On the Linux side, so far I am still
>> trying to learn Linux, I can set up a system, just a base system.
>> Installing packages, on the other hand, is still too much for me.
>
> Again, I heartily recommend Ubuntu. It's close to being as easy to
> install as it gets. Administration is fairly easy as well.
>
>>> I wonder if OLPC's Sugar is currently portable to anything besides XOs,
>>> it's designed exactly for the type of usage you have, so it'd be a
>>> perfect fit.
>>
>> See, even OLPC is a luxury for us. Do you know what USD100 can buy here?
>> Remember that this is a third world country, and our conversion rate is
>> 3.3 to 1. USD100 is 330 of our local currency here, and this can buy A
>> LOT OF STUFFS !
>
> Sugar is the custom-made software that makes up the user environment that
> runs on OLPC. I wasn't referring to the hardware here. As it was designed
> to be run by kids who have never before seen a computer, on machines with
> hardly any computing power, it'd fit your needs perfectly, provided you
> can run it on stock PCs. Which I don't know if you can.
>
> Cheers,
> Maciej



-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
From: Maciej Katafiasz
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <fnik67$a3j$7@news.net.uni-c.dk>
Den Sun, 27 Jan 2008 19:31:05 +0100 skrev Peter Hildebrandt:

> If you wish to go more mainstream, check out eclipse/java.  Again, all
> free.  Or, since ressources are an issue, just use a free editor like
> emacs and the C compiler that you get for free.

Let's use the fact that the kids have no baggage to go with, and avoid 
burdening them with Java crap just because it's more "mainstream". 
Programming should be a joy, not drudgery.

Cheers,
Maciej
From: gavino
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <86159d65-7f86-4d2c-99aa-52026de25ee9@k2g2000hse.googlegroups.com>
On Jan 27, 7:13 am, pg <······@catholic.org> wrote:
> On Jan 27, 6:54 am, Maciej Katafiasz <········@gmail.com> wrote:
>
> > Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
>
> > > The computers will be Windows 98SE based
>
> > Please don't. It's the worst possible OS to install for such a scenario.
> > It'll be unmaintainable for you, and (what's even worse) will teach the
> > kids that computers are inherently unreliable and not to be trusted. If
> > it has to be windows, try to get win2k licenses, it'll run on 256MB just
> > fine. If you don't have to stick to windows, try a linux (unfortunately
> > my personal favourite desktop, GNOME, won't quite run satisfactorily, but
> > XFce will, I have used it on a 48MB machine, and it's still easy to use
> > set up); for instance Ubuntu is a very easy to install distribution and
> > has plenty of flavours, including Xubuntu for which XFce is the primary
> > desktop.
>
> Thanks for replying.
>
> There are several problems that we are facing here:
>
> A) Everything we have are donated stuffs. All the computers are
> donated, actually, they are computers that people throw away. We got
> them for free, fix them up as well as we could, and we can only find
> 256MB of RAM for each of them.
>
> B) Due to the limited RAM, we can't run any other OS than Win98SE or
> WinME. Plus, we do not want to infringe on any copyright issue. We got
> a pile of old Win98SE genuine MS CDs, so we kinda like like have no
> other choice but to use Win98SE.
>
> C) This entire operation runs on a very very tight budget. These are
> the children that people don't care about. They all come from poverty
> stricken families, and they are at the edge of becoming street kids.
> What we do there is to keep them in school, provide them with some
> incentives to keep learning, keep exploring, etc.
>
> D) We do not have any license to run Win2000 or WinXP, and we do not
> have the money to buy them either. On the Linux side, so far I am
> still trying to learn Linux, I can set up a system, just a base
> system. Installing packages, on the other hand, is still too much for
> me.
>
> E) As I mention earlier, these are the kids people don't care about,
> therefore, our operation is facing the same fate - people just do not
> care about us, period. No funding, no help, no nada. We all do it out
> of our own time, our own pocket, our own everything. In other words,
> we have absolutely NO leeway to get fancy stuffs. That is why I'm
> looking for freeware, abandonedware, and/or open-sourced softwares to
> get the whole thing going.
>
> Yes, it's like a chop-chop thing, nothing fancy. But we are doing it.
> That is why I need the help from all the Gurus here. Please share with
> us any of your suggestion, opinion, point, tip, etc. I thank you for
> it.
>
> > I wonder if OLPC's Sugar is currently portable to anything besides XOs,
> > it's designed exactly for the type of usage you have, so it'd be a
> > perfect fit.
>
> See, even OLPC is a luxury for us. Do you know what USD100 can buy
> here? Remember that this is a third world country, and our conversion
> rate is 3.3 to 1. USD100 is 330 of our local currency here, and this
> can buy A LOT OF STUFFS !
>
> In fact, if I purchase 2 OLPC for USD100 each, the USD200 can get me a
> NEW PC with Intel Duo-Core CPU, and 1GB of DDR2 RAM and a 120GB SATA
> hard disk. Of course, it doesn't have any software, nor any OS.
>
> And in our situation, all our PC are FREE - yeah, NO CHARGE. Yes, they
> are OLD PCs, Pentium III, ranges from 500MHz to 900MHz. But they do
> run, and that's the important thing here.
>
> > As for programming environment, I can't really help with Logos, I have no
> > idea about them. I don't think there's any pre-packaged CL distro that
> > you could just give to kids for them to play with, especially the
> > graphical part is lacking. As Rainer suggests, there are several schemes
> > that concentrate on rich feedback,http://www.pawfal.org/fluxus/isone
> > of the new things it seems. A Smalltalk would also do, they're all big on
> > the "play with things on the screen" side.
> > Cheers,
> > Maciej
>
> I'll check with the Scheme people, thank you very much for sharing the
> info (and thanks to Rainer as well!). My initial pick was Logo because
> it was made with the original intention of giving kids a start in
> programming, at least, conceptually. Perhaps you're right, there are
> other things out there, like Scheme. But I'll check with them.
>
> Thanks again for everything.
>
> Hope that other Gurus here, if you have anything to share, please do
> so.

I suggest www.archlinux.org
a 30MB cd can be burned, and that will allow you to setup each
computer by downloading the rest frmo the internet.
From: Timofei Shatrov
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <479cecd0.216152390@news.motzarella.org>
On Sun, 27 Jan 2008 14:54:25 +0000 (UTC), Maciej Katafiasz <········@gmail.com>
tried to confuse everyone with this message:

>Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
>
>> The computers will be Windows 98SE based
>
>Please don't. It's the worst possible OS to install for such a scenario. 
>It'll be unmaintainable for you, and (what's even worse) will teach the 
>kids that computers are inherently unreliable and not to be trusted.

What a bunch of FUD. Win98 is easily the best OS Microsoft has ever created. Too
bad they don't support it anymore.

-- 
|Don't believe this - you're not worthless              ,gr---------.ru
|It's us against millions and we can't take them all... |  ue     il   |
|But we can take them on!                               |     @ma      |
|                       (A Wilhelm Scream - The Rip)    |______________|
From: kkt
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <w9zprvmx1vi.fsf@zipcon.net>
····@mail.ru (Timofei Shatrov) writes:

> On Sun, 27 Jan 2008 14:54:25 +0000 (UTC), Maciej Katafiasz <········@gmail.com>
> tried to confuse everyone with this message:
> 
> >Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
> >
> >> The computers will be Windows 98SE based
> >
> >Please don't. It's the worst possible OS to install for such a scenario. 
> >It'll be unmaintainable for you, and (what's even worse) will teach the 
> >kids that computers are inherently unreliable and not to be trusted.
> 
> What a bunch of FUD. Win98 is easily the best OS Microsoft has ever
> created. 

Which is like being the best waterskier in Antarctica.

-- Patrick
From: Gene Wirchenko
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <tspqp3l4oaociuc3aka2tfnn3gdnsphnvk@4ax.com>
kkt <···@zipcon.net> wrote:

>····@mail.ru (Timofei Shatrov) writes:
>
>> On Sun, 27 Jan 2008 14:54:25 +0000 (UTC), Maciej Katafiasz <········@gmail.com>
>> tried to confuse everyone with this message:
>> 
>> >Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
>> >
>> >> The computers will be Windows 98SE based
>> >
>> >Please don't. It's the worst possible OS to install for such a scenario. 
>> >It'll be unmaintainable for you, and (what's even worse) will teach the 
>> >kids that computers are inherently unreliable and not to be trusted.
>> 
>> What a bunch of FUD. Win98 is easily the best OS Microsoft has ever
>> created. 
>
>Which is like being the best waterskier in Antarctica.

     Given the water temperature, one would have to be good, or it
would be the Blue Scream of Death.

Sincerely,

Gene Wirchenko

Computerese Irregular Verb Conjugation:
     I have preferences.
     You have biases.
     He/She has prejudices.
From: Lon
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <VO6dnUkH1JgSvwDanZ2dnUVZ_jqdnZ2d@comcast.com>
Timofei Shatrov wrote:
> On Sun, 27 Jan 2008 14:54:25 +0000 (UTC), Maciej Katafiasz <········@gmail.com>
> tried to confuse everyone with this message:
> 
>> Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
>>
>>> The computers will be Windows 98SE based
>> Please don't. It's the worst possible OS to install for such a scenario. 
>> It'll be unmaintainable for you, and (what's even worse) will teach the 
>> kids that computers are inherently unreliable and not to be trusted.
> 
> What a bunch of FUD. Win98 is easily the best OS Microsoft has ever created. Too
> bad they don't support it anymore.
> 
Yeah, almost as good as Win/98SE with the 64K GDI limit and still not 
too much more advanced than Win/95b with TCP/IP 1.2 other than some USB 
support.   Not even in the same ballpark stability wise as the NT 
kernels.  Somewhat difficult to run even 98SE for long periods of time 
without a reboot to clear the GDI leaks and memory cruft.  NT variants 
can run for weeks or longer without going unstable.
From: Peter Flass
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <479e5f11$0$30718$4c368faf@roadrunner.com>
Lon wrote:

> NT variants can run for weeks or longer without going unstable.
                           ^^^^^
> 

Another rousing recommendation!
From: George Neuner
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <rbvup3pdlk1m4jem9d8nrb0tpp7fhisk6m@4ax.com>
On Sun, 27 Jan 2008 17:32:14 -0700, Lon <···········@comcast.net>
wrote:

>Timofei Shatrov wrote:
>> On Sun, 27 Jan 2008 14:54:25 +0000 (UTC), Maciej Katafiasz <········@gmail.com>
>> tried to confuse everyone with this message:
>> 
>>> Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
>>>
>>>> The computers will be Windows 98SE based
>>> Please don't. It's the worst possible OS to install for such a scenario. 
>>> It'll be unmaintainable for you, and (what's even worse) will teach the 
>>> kids that computers are inherently unreliable and not to be trusted.
>> 
>> What a bunch of FUD. Win98 is easily the best OS Microsoft has ever created. Too
>> bad they don't support it anymore.
>> 
>Yeah, almost as good as Win/98SE with the 64K GDI limit and still not 
>too much more advanced than Win/95b with TCP/IP 1.2 other than some USB 
>support.   Not even in the same ballpark stability wise as the NT 
>kernels.  Somewhat difficult to run even 98SE for long periods of time 
>without a reboot to clear the GDI leaks and memory cruft.  NT variants 
>can run for weeks or longer without going unstable.

98 (all versions) had 128KB GDI and much better recycling than 95.  

The only people I know who had problems with Winsock were those who
tried to use the incompetant MFC CSocket implementations.  Raw Winsock
worked flawlessly from version 1.1 (95b) onward.

George
--
for email reply remove "/" from address
From: krw
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <MPG.2206ddabdb1ee1ae9896ad@news.individual.net>
In article <··················@news.motzarella.org>, ····@mail.ru 
says...
> On Sun, 27 Jan 2008 14:54:25 +0000 (UTC), Maciej Katafiasz <········@gmail.com>
> tried to confuse everyone with this message:
> 
> >Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
> >
> >> The computers will be Windows 98SE based
> >
> >Please don't. It's the worst possible OS to install for such a scenario. 
> >It'll be unmaintainable for you, and (what's even worse) will teach the 
> >kids that computers are inherently unreliable and not to be trusted.
> 
> What a bunch of FUD. Win98 is easily the best OS Microsoft has ever created. Too
> bad they don't support it anymore.

Troll.

-- 
Keith
From: rpl
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <fnj5f7$2qf$1@registered.motzarella.org>
krw wrote:
> In article <··················@news.motzarella.org>, ····@mail.ru 
> says...
>> On Sun, 27 Jan 2008 14:54:25 +0000 (UTC), Maciej Katafiasz <········@gmail.com>
>> tried to confuse everyone with this message:
>>
>>> Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
>>>
>>>> The computers will be Windows 98SE based
>>> Please don't. It's the worst possible OS to install for such a scenario. 
>>> It'll be unmaintainable for you, and (what's even worse) will teach the 
>>> kids that computers are inherently unreliable and not to be trusted.
>> What a bunch of FUD. Win98 is easily the best OS Microsoft has ever created. Too
>> bad they don't support it anymore.
> 
> Troll.
> 

depends on your POV; win98se does have alot of supporters.  I (continue 
to) use XP because it hasn't crashed since I installed it; if it wasn't 
for that I'd probably still be using win98se or winme; *much* lighter, 
more user-comprehensible, full command line; get infected and just 
reinstall in a couple minutes.


rpl
From: winston19842005
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <C3C284C3.A271%bjjlyates@bellsouth.net>
On 1/27/08 6:52 PM, in article ············@registered.motzarella.org, "rpl"
<·········@yahoo.com.invalid> wrote:

> krw wrote:
>> In article <··················@news.motzarella.org>, ····@mail.ru
>> says...
>>> On Sun, 27 Jan 2008 14:54:25 +0000 (UTC), Maciej Katafiasz
>>> <········@gmail.com>
>>> tried to confuse everyone with this message:
>>> 
>>>> Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
>>>> 
>>>>> The computers will be Windows 98SE based
>>>> Please don't. It's the worst possible OS to install for such a scenario.
>>>> It'll be unmaintainable for you, and (what's even worse) will teach the
>>>> kids that computers are inherently unreliable and not to be trusted.
>>> What a bunch of FUD. Win98 is easily the best OS Microsoft has ever created.
>>> Too
>>> bad they don't support it anymore.
>> 
>> Troll.
>> 
> 
> depends on your POV; win98se does have alot of supporters.  I (continue
> to) use XP because it hasn't crashed since I installed it; if it wasn't
> for that I'd probably still be using win98se or winme; *much* lighter,
> more user-comprehensible, full command line; get infected and just
> reinstall in a couple minutes.
> 

The biggest issues I had with Win98SE/Me was with memory usage/release. I
used a program that would free up memory, with a user-selectable threshold
(Rambooster). It became a very stable system after that.

I went from, on average, rebooting once or twice a day (depending on usage)
to going a week between reboots.

I'm sure your mileage may vary - one of our XP machines at work needs
rebooting at least once per shift. Application issues still create havoc
with the rest of the OS.
From: pg
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <ab224632-1ad0-461e-b059-5c51b776bfa0@l32g2000hse.googlegroups.com>
On Jan 27, 3:58 pm, winston19842005 <·········@bellsouth.net> wrote:
> On 1/27/08 6:52 PM, in article ············@registered.motzarella.org, "rpl"
>
>
>
> <·········@yahoo.com.invalid> wrote:
> > krw wrote:
> >> In article <··················@news.motzarella.org>, ····@mail.ru
> >> says...
> >>> On Sun, 27 Jan 2008 14:54:25 +0000 (UTC), Maciej Katafiasz
> >>> <········@gmail.com>
> >>> tried to confuse everyone with this message:
>
> >>>> Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
>
> >>>>> The computers will be Windows 98SE based
> >>>> Please don't. It's the worst possible OS to install for such a scenario.
> >>>> It'll be unmaintainable for you, and (what's even worse) will teach the
> >>>> kids that computers are inherently unreliable and not to be trusted.
> >>> What a bunch of FUD. Win98 is easily the best OS Microsoft has ever created.
> >>> Too
> >>> bad they don't support it anymore.
>
> >> Troll.
>
> > depends on your POV; win98se does have alot of supporters.  I (continue
> > to) use XP because it hasn't crashed since I installed it; if it wasn't
> > for that I'd probably still be using win98se or winme; *much* lighter,
> > more user-comprehensible, full command line; get infected and just
> > reinstall in a couple minutes.
>
> The biggest issues I had with Win98SE/Me was with memory usage/release. I
> used a program that would free up memory, with a user-selectable threshold
> (Rambooster). It became a very stable system after that.

> I went from, on average, rebooting once or twice a day (depending on usage)
> to going a week between reboots.

Would you kindly share how you stabilize Win98SE with the RamBooster
(presumably the one from www.billwinkle.org/rambooster ) ?

Is there an optimal setting that you can share with us ?

Thanks !!

> I'm sure your mileage may vary - one of our XP machines at work needs
> rebooting at least once per shift. Application issues still create havoc
> with the rest of the OS.
From: ···············@yahoo.com
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <8e27b889-2a07-4e7c-a434-7072465688a7@z17g2000hsg.googlegroups.com>
On Jan 27, 8:59 pm, pg <······@catholic.org> wrote:
> On Jan 27, 3:58 pm, winston19842005 <·········@bellsouth.net> wrote:
>
>
>
> > On 1/27/08 6:52 PM, in article ············@registered.motzarella.org, "rpl"
>
> > <·········@yahoo.com.invalid> wrote:
> > > krw wrote:
> > >> In article <··················@news.motzarella.org>, ····@mail.ru
> > >> says...
> > >>> On Sun, 27 Jan 2008 14:54:25 +0000 (UTC), Maciej Katafiasz
> > >>> <········@gmail.com>
> > >>> tried to confuse everyone with this message:
>
> > >>>> Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
>
> > >>>>> The computers will be Windows 98SE based
> > >>>> Please don't. It's the worst possible OS to install for such a scenario.
> > >>>> It'll be unmaintainable for you, and (what's even worse) will teach the
> > >>>> kids that computers are inherently unreliable and not to be trusted.
> > >>> What a bunch of FUD. Win98 is easily the best OS Microsoft has ever created.
> > >>> Too
> > >>> bad they don't support it anymore.
>
> > >> Troll.
>
> > > depends on your POV; win98se does have alot of supporters.  I (continue
> > > to) use XP because it hasn't crashed since I installed it; if it wasn't
> > > for that I'd probably still be using win98se or winme; *much* lighter,
> > > more user-comprehensible, full command line; get infected and just
> > > reinstall in a couple minutes.
>
> > The biggest issues I had with Win98SE/Me was with memory usage/release. I
> > used a program that would free up memory, with a user-selectable threshold
> > (Rambooster). It became a very stable system after that.
> > I went from, on average, rebooting once or twice a day (depending on usage)
> > to going a week between reboots.
>
> Would you kindly share how you stabilize Win98SE with the RamBooster
> (presumably the one fromwww.billwinkle.org/rambooster) ?
>
> Is there an optimal setting that you can share with us ?
>
> Thanks !!
>

Check "run automatically at alarm level", set "alarm level" above 0mb
(depends on how much memory you have or normally have free - don't
want it running ALL the time. Tune this value. 10mb is fine, you just
don't want to get too close to "0"). Change "Run only if cpu level..."
to 0, you want it to run whenever you hit this low memory value.
"Amount of RAM to free" is again something to tune considering your
memory and normal memory usage. Start with at least trying to free
64mb with 256mb memory.

You can pull up the window anytime and optimize it manually. Watching
how your apps affect memory usage will give you a feel for tuning it.
The goal is not to have a lot of free memory - but to not run out.
Something Win98/Me wasn't too good about handling. You will notice
this if you exit all your apps and you don't see much memory released.
From: pg
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <ea3d0a3e-c205-4e0a-b6f7-6a1ff7eec8ca@k39g2000hsf.googlegroups.com>
On Jan 27, 9:40 pm, ················@yahoo.com"
<···············@yahoo.com> wrote:
> On Jan 27, 8:59 pm, pg <······@catholic.org> wrote:
>
>
>
> > On Jan 27, 3:58 pm, winston19842005 <·········@bellsouth.net> wrote:
>
> > > On 1/27/08 6:52 PM, in article ············@registered.motzarella.org, "rpl"
>
> > > <·········@yahoo.com.invalid> wrote:
> > > > krw wrote:
> > > >> In article <··················@news.motzarella.org>, ····@mail.ru
> > > >> says...
> > > >>> On Sun, 27 Jan 2008 14:54:25 +0000 (UTC), Maciej Katafiasz
> > > >>> <········@gmail.com>
> > > >>> tried to confuse everyone with this message:
>
> > > >>>> Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
>
> > > >>>>> The computers will be Windows 98SE based
> > > >>>> Please don't. It's the worst possible OS to install for such a scenario.
> > > >>>> It'll be unmaintainable for you, and (what's even worse) will teach the
> > > >>>> kids that computers are inherently unreliable and not to be trusted.
> > > >>> What a bunch of FUD. Win98 is easily the best OS Microsoft has ever created.
> > > >>> Too
> > > >>> bad they don't support it anymore.
>
> > > >> Troll.
>
> > > > depends on your POV; win98se does have alot of supporters.  I (continue
> > > > to) use XP because it hasn't crashed since I installed it; if it wasn't
> > > > for that I'd probably still be using win98se or winme; *much* lighter,
> > > > more user-comprehensible, full command line; get infected and just
> > > > reinstall in a couple minutes.
>
> > > The biggest issues I had with Win98SE/Me was with memory usage/release. I
> > > used a program that would free up memory, with a user-selectable threshold
> > > (Rambooster). It became a very stable system after that.
> > > I went from, on average, rebooting once or twice a day (depending on usage)
> > > to going a week between reboots.
>
> > Would you kindly share how you stabilize Win98SE with the RamBooster
> > (presumably the one fromwww.billwinkle.org/rambooster) ?
>
> > Is there an optimal setting that you can share with us ?
>
> > Thanks !!
>
> Check "run automatically at alarm level", set "alarm level" above 0mb
> (depends on how much memory you have or normally have free - don't
> want it running ALL the time. Tune this value. 10mb is fine, you just
> don't want to get too close to "0"). Change "Run only if cpu level..."
> to 0, you want it to run whenever you hit this low memory value.
> "Amount of RAM to free" is again something to tune considering your
> memory and normal memory usage. Start with at least trying to free
> 64mb with 256mb memory.
>
> You can pull up the window anytime and optimize it manually. Watching
> how your apps affect memory usage will give you a feel for tuning it.
> The goal is not to have a lot of free memory - but to not run out.
> Something Win98/Me wasn't too good about handling. You will notice
> this if you exit all your apps and you don't see much memory released.

Thanks for your tips !!!

I'm sure it'll help us in a great way !
From: George Neuner
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <2vtup35n6aoogl2boqpc92hcot54ldl980@4ax.com>
On Sun, 27 Jan 2008 18:58:11 -0500, winston19842005
<·········@bellsouth.net> wrote:

>
>
>
>On 1/27/08 6:52 PM, in article ············@registered.motzarella.org, "rpl"
><·········@yahoo.com.invalid> wrote:
>
>> krw wrote:
>>> In article <··················@news.motzarella.org>, ····@mail.ru
>>> says...
>>>> On Sun, 27 Jan 2008 14:54:25 +0000 (UTC), Maciej Katafiasz
>>>> <········@gmail.com>
>>>> tried to confuse everyone with this message:
>>>> 
>>>>> Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
>>>>> 
>>>>>> The computers will be Windows 98SE based
>>>>> Please don't. It's the worst possible OS to install for such a scenario.
>>>>> It'll be unmaintainable for you, and (what's even worse) will teach the
>>>>> kids that computers are inherently unreliable and not to be trusted.
>>>> What a bunch of FUD. Win98 is easily the best OS Microsoft has ever created.
>>>> Too
>>>> bad they don't support it anymore.
>>> 
>>> Troll.
>>> 
>> 
>> depends on your POV; win98se does have alot of supporters.  I (continue
>> to) use XP because it hasn't crashed since I installed it; if it wasn't
>> for that I'd probably still be using win98se or winme; *much* lighter,
>> more user-comprehensible, full command line; get infected and just
>> reinstall in a couple minutes.
>> 
>
>The biggest issues I had with Win98SE/Me was with memory usage/release. I
>used a program that would free up memory, with a user-selectable threshold
>(Rambooster). It became a very stable system after that.
>
>I went from, on average, rebooting once or twice a day (depending on usage)
>to going a week between reboots.
>
>I'm sure your mileage may vary - one of our XP machines at work needs
>rebooting at least once per shift. Application issues still create havoc
>with the rest of the OS.

I did application development on 98SE for almost a year.  The machine
needed a reboot every couple of days.

It's the extras (themes, multimedia, etc.) that are the problem with
Windows - the core OS and GUI are very stable and have been for many
years.  The company I worked for delivered kiosk and embedded apps on
Windows (95/98/NT4/2K) that were extremely stable because we
controlled the environment.  I've seen NT4 servers stay up for over a
year (don't run IIS, Exchange Server, or Oracle 9 on them though).
I'm currently still doing development on XPpro (though it's waning)
and I reboot the development machine on average less than once a
month.

George
--
for email reply remove "/" from address
From: winston19842005
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <C3C4ED95.A3B7%bjjlyates@bellsouth.net>
On 1/29/08 2:16 PM, in article ··································@4ax.com,
"George Neuner" <·········@/comcast.net> wrote:

> On Sun, 27 Jan 2008 18:58:11 -0500, winston19842005
> <·········@bellsouth.net> wrote:
> 
>> 
>> 
>> 
>> On 1/27/08 6:52 PM, in article ············@registered.motzarella.org, "rpl"
>> <·········@yahoo.com.invalid> wrote:
>> 
>>> krw wrote:
>>>> In article <··················@news.motzarella.org>, ····@mail.ru
>>>> says...
>>>>> On Sun, 27 Jan 2008 14:54:25 +0000 (UTC), Maciej Katafiasz
>>>>> <········@gmail.com>
>>>>> tried to confuse everyone with this message:
>>>>> 
>>>>>> Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
>>>>>> 
>>>>>>> The computers will be Windows 98SE based
>>>>>> Please don't. It's the worst possible OS to install for such a scenario.
>>>>>> It'll be unmaintainable for you, and (what's even worse) will teach the
>>>>>> kids that computers are inherently unreliable and not to be trusted.
>>>>> What a bunch of FUD. Win98 is easily the best OS Microsoft has ever
>>>>> created.
>>>>> Too
>>>>> bad they don't support it anymore.
>>>> 
>>>> Troll.
>>>> 
>>> 
>>> depends on your POV; win98se does have alot of supporters.  I (continue
>>> to) use XP because it hasn't crashed since I installed it; if it wasn't
>>> for that I'd probably still be using win98se or winme; *much* lighter,
>>> more user-comprehensible, full command line; get infected and just
>>> reinstall in a couple minutes.
>>> 
>> 
>> The biggest issues I had with Win98SE/Me was with memory usage/release. I
>> used a program that would free up memory, with a user-selectable threshold
>> (Rambooster). It became a very stable system after that.
>> 
>> I went from, on average, rebooting once or twice a day (depending on usage)
>> to going a week between reboots.
>> 
>> I'm sure your mileage may vary - one of our XP machines at work needs
>> rebooting at least once per shift. Application issues still create havoc
>> with the rest of the OS.
> 
> I did application development on 98SE for almost a year.  The machine
> needed a reboot every couple of days.
> 
> It's the extras (themes, multimedia, etc.) that are the problem with
> Windows - the core OS and GUI are very stable and have been for many
> years.  The company I worked for delivered kiosk and embedded apps on
> Windows (95/98/NT4/2K) that were extremely stable because we
> controlled the environment.  I've seen NT4 servers stay up for over a
> year (don't run IIS, Exchange Server, or Oracle 9 on them though).
> I'm currently still doing development on XPpro (though it's waning)
> and I reboot the development machine on average less than once a
> month.

We run IIS at work - those servers are pretty unstable, yes. Always having
to restart the service, or reboot...
From: pg
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <42670ffb-3cb1-4f22-b44a-85f6844991d8@z17g2000hsg.googlegroups.com>
We understand that Win98SE isn't the most robust OS there is, but we
decide to use it because of several factors as listed below :

1. We don't have money.

         No money, no new and fancy computers with BIG RAM for Windows
XP.

         No money, no Windows XP. (It does cost money!)

2. We got a stack of old but genuine Microsoft issue Win98SE CDs.

3. Our target is kids, and our mission is to help them to find "fun",
"excitement" and "self-confidence" using computer, minus the violence,
sex, etc.

Rebooting many times in this case is tolerable because we do not
require long period of uptime in between reboots. After all, kids are
kids. They play with something for 2 hours and they get tired. Then we
shut the machine down. Another kid wants to use it, we power it back
up.

About Linux, while I can set up a basic Linux system, I am not very
good at installing packages, especially if I need to re-compile the
source, do the Make and so on. Therefore, we will stick with Win98SE
for the time being, until I can do the re-compile, Make, get source
from sub-version etc with ease.

Thank you all !


On Jan 29, 11:16 am, George Neuner <·········@/comcast.net> wrote:
> On Sun, 27 Jan 2008 18:58:11 -0500, winston19842005

> >The biggest issues I had with Win98SE/Me was with memory usage/release. I
> >used a program that would free up memory, with a user-selectable threshold
> >(Rambooster). It became a very stable system after that.
>
> >I went from, on average, rebooting once or twice a day (depending on usage)
> >to going a week between reboots.
>
> >I'm sure your mileage may vary - one of our XP machines at work needs
> >rebooting at least once per shift. Application issues still create havoc
> >with the rest of the OS.
>
> I did application development on 98SE for almost a year.  The machine
> needed a reboot every couple of days.
>
> It's the extras (themes, multimedia, etc.) that are the problem with
> Windows - the core OS and GUI are very stable and have been for many
> years.  The company I worked for delivered kiosk and embedded apps on
> Windows (95/98/NT4/2K) that were extremely stable because we
> controlled the environment.  I've seen NT4 servers stay up for over a
> year (don't run IIS, Exchange Server, or Oracle 9 on them though).
> I'm currently still doing development on XPpro (though it's waning)
> and I reboot the development machine on average less than once a
> month.
>
> George
> --
> for email reply remove "/" from address
From: Maciej Katafiasz
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <fnonp2$4qp$2@news.net.uni-c.dk>
Den Tue, 29 Jan 2008 17:25:36 -0800 skrev pg:

> About Linux, while I can set up a basic Linux system, I am not very good
> at installing packages, especially if I need to re-compile the source,
> do the Make and so on. Therefore, we will stick with Win98SE for the
> time being, until I can do the re-compile, Make, get source from
> sub-version etc with ease.

Why would you need that? We're not in 1991 anymore, you can install 
packages for your distribution. In fact, it's way easier than on windows 
for a wide array of software, as it's all gathered in one place and all 
installs in the same way.

Just foolproofing Win98SE to make it reasonably safe against *accidental* 
breakage is gonna take way more resources and skill than learning how to 
use Ubuntu.

Cheers,
Maciej
From: tortoise
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <11cf4577-ddd0-4b19-801b-4c64fc69d3c2@e23g2000prf.googlegroups.com>
On Jan 29, 5:25 pm, pg <······@catholic.org> wrote:
> We understand that Win98SE isn't the most robust OS there is, but we
> decide to use it because of several factors as listed below :
>
> 1. We don't have money.
>
>          No money, no new and fancy computers with BIG RAM for Windows
> XP.
>
>          No money, no Windows XP. (It does cost money!)
>
> 2. We got a stack of old but genuine Microsoft issue Win98SE CDs.

doesn't this lead to xp ? where else can it lead ?

in linux circles they call this "free beer". are you interested
in giving kids free beer ? its better than those other things, is
it ?

please think about it. if you do what they did you will get what
they got its as simple as that.


>
> 3. Our target is kids, and our mission is to help them to find "fun",
> "excitement" and "self-confidence" using computer, minus the violence,
> sex, etc.
>
> Rebooting many times in this case is tolerable because we do not
> require long period of uptime in between reboots. After all, kids are
> kids. They play with something for 2 hours and they get tired. Then we
> shut the machine down. Another kid wants to use it, we power it back
> up.
>
> About Linux, while I can set up a basic Linux system, I am not very
> good at installing packages, especially if I need to re-compile the
> source, do the Make and so on. Therefore, we will stick with Win98SE
> for the time being, until I can do the re-compile, Make, get source
> from sub-version etc with ease.
>
> Thank you all !
>
> On Jan 29, 11:16 am, George Neuner <·········@/comcast.net> wrote:
>
> > On Sun, 27 Jan 2008 18:58:11 -0500, winston19842005
> > >The biggest issues I had with Win98SE/Me was with memory usage/release. I
> > >used a program that would free up memory, with a user-selectable threshold
> > >(Rambooster). It became a very stable system after that.
>
> > >I went from, on average, rebooting once or twice a day (depending on usage)
> > >to going a week between reboots.
>
> > >I'm sure your mileage may vary - one of our XP machines at work needs
> > >rebooting at least once per shift. Application issues still create havoc
> > >with the rest of the OS.
>
> > I did application development on 98SE for almost a year.  The machine
> > needed a reboot every couple of days.
>
> > It's the extras (themes, multimedia, etc.) that are the problem with
> > Windows - the core OS and GUI are very stable and have been for many
> > years.  The company I worked for delivered kiosk and embedded apps on
> > Windows (95/98/NT4/2K) that were extremely stable because we
> > controlled the environment.  I've seen NT4 servers stay up for over a
> > year (don't run IIS, Exchange Server, or Oracle 9 on them though).
> > I'm currently still doing development on XPpro (though it's waning)
> > and I reboot the development machine on average less than once a
> > month.
>
> > George
> > --
> > for email reply remove "/" from address
From: krw
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <MPG.2206eb51bf1bc0409896b3@news.individual.net>
In article <············@registered.motzarella.org>, plinnane3
@yahoo.com.invalid says...
> krw wrote:
> > In article <··················@news.motzarella.org>, ····@mail.ru 
> > says...
> >> On Sun, 27 Jan 2008 14:54:25 +0000 (UTC), Maciej Katafiasz <········@gmail.com>
> >> tried to confuse everyone with this message:
> >>
> >>> Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
> >>>
> >>>> The computers will be Windows 98SE based
> >>> Please don't. It's the worst possible OS to install for such a scenario. 
> >>> It'll be unmaintainable for you, and (what's even worse) will teach the 
> >>> kids that computers are inherently unreliable and not to be trusted.
> >> What a bunch of FUD. Win98 is easily the best OS Microsoft has ever created. Too
> >> bad they don't support it anymore.
> > 
> > Troll.
> > 
> 
> depends on your POV; win98se does have alot of supporters.  I (continue 
> to) use XP because it hasn't crashed since I installed it; if it wasn't 
> for that I'd probably still be using win98se or winme; *much* lighter, 
> more user-comprehensible, full command line; get infected and just 
> reinstall in a couple minutes.

All Win9x variants are a pile of shite.  I've been having a lot of 
trouble with XP lately too.  In the five or six years I used Win2K I 
never had any problems that I could pin on M$.  Win2K was by far the 
most stable Windows.  (let's just forget Vista ever happened)

-- 
Keith
From: Lon
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <R-mdnbnx4NAlqgDanZ2dnUVZ_ovinZ2d@comcast.com>
krw wrote:
> In article <············@registered.motzarella.org>, plinnane3
> @yahoo.com.invalid says...
>> krw wrote:
>>> In article <··················@news.motzarella.org>, ····@mail.ru 
>>> says...
>>>> On Sun, 27 Jan 2008 14:54:25 +0000 (UTC), Maciej Katafiasz <········@gmail.com>
>>>> tried to confuse everyone with this message:
>>>>
>>>>> Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
>>>>>
>>>>>> The computers will be Windows 98SE based
>>>>> Please don't. It's the worst possible OS to install for such a scenario. 
>>>>> It'll be unmaintainable for you, and (what's even worse) will teach the 
>>>>> kids that computers are inherently unreliable and not to be trusted.
>>>> What a bunch of FUD. Win98 is easily the best OS Microsoft has ever created. Too
>>>> bad they don't support it anymore.
>>> Troll.
>>>
>> depends on your POV; win98se does have alot of supporters.  I (continue 
>> to) use XP because it hasn't crashed since I installed it; if it wasn't 
>> for that I'd probably still be using win98se or winme; *much* lighter, 
>> more user-comprehensible, full command line; get infected and just 
>> reinstall in a couple minutes.
> 
> All Win9x variants are a pile of shite.  I've been having a lot of 
> trouble with XP lately too.  In the five or six years I used Win2K I 
> never had any problems that I could pin on M$.  Win2K was by far the 
> most stable Windows.  (let's just forget Vista ever happened)
> 
Most trouble with XP is user injected.
From: krw
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <MPG.220705991393fb6f9896be@news.individual.net>
In article <································@comcast.com>, 
···········@comcast.net says...
> krw wrote:
> > In article <············@registered.motzarella.org>, plinnane3
> > @yahoo.com.invalid says...
> >> krw wrote:
> >>> In article <··················@news.motzarella.org>, ····@mail.ru 
> >>> says...
> >>>> On Sun, 27 Jan 2008 14:54:25 +0000 (UTC), Maciej Katafiasz <········@gmail.com>
> >>>> tried to confuse everyone with this message:
> >>>>
> >>>>> Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
> >>>>>
> >>>>>> The computers will be Windows 98SE based
> >>>>> Please don't. It's the worst possible OS to install for such a scenario. 
> >>>>> It'll be unmaintainable for you, and (what's even worse) will teach the 
> >>>>> kids that computers are inherently unreliable and not to be trusted.
> >>>> What a bunch of FUD. Win98 is easily the best OS Microsoft has ever created. Too
> >>>> bad they don't support it anymore.
> >>> Troll.
> >>>
> >> depends on your POV; win98se does have alot of supporters.  I (continue 
> >> to) use XP because it hasn't crashed since I installed it; if it wasn't 
> >> for that I'd probably still be using win98se or winme; *much* lighter, 
> >> more user-comprehensible, full command line; get infected and just 
> >> reinstall in a couple minutes.
> > 
> > All Win9x variants are a pile of shite.  I've been having a lot of 
> > trouble with XP lately too.  In the five or six years I used Win2K I 
> > never had any problems that I could pin on M$.  Win2K was by far the 
> > most stable Windows.  (let's just forget Vista ever happened)
> > 
> Most trouble with XP is user injected.

In this case, I'm quite sure it's device driver injected.  I have 
the damned thing working again (reboot-reinstall) but it still can't 
rememberer screen modes across power mode changes worth a damn.  
Suspend is useless.

-- 
Keith
From: Lon
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <2P-dnTPdxs65oADanZ2dnUVZ_qLinZ2d@comcast.com>
krw wrote:
> In article <································@comcast.com>, 
> ···········@comcast.net says...
>> krw wrote:
>>> In article <············@registered.motzarella.org>, plinnane3
>>> @yahoo.com.invalid says...
>>>> krw wrote:
>>>>> In article <··················@news.motzarella.org>, ····@mail.ru 
>>>>> says...
>>>>>> On Sun, 27 Jan 2008 14:54:25 +0000 (UTC), Maciej Katafiasz <········@gmail.com>
>>>>>> tried to confuse everyone with this message:
>>>>>>
>>>>>>> Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
>>>>>>>
>>>>>>>> The computers will be Windows 98SE based
>>>>>>> Please don't. It's the worst possible OS to install for such a scenario. 
>>>>>>> It'll be unmaintainable for you, and (what's even worse) will teach the 
>>>>>>> kids that computers are inherently unreliable and not to be trusted.
>>>>>> What a bunch of FUD. Win98 is easily the best OS Microsoft has ever created. Too
>>>>>> bad they don't support it anymore.
>>>>> Troll.
>>>>>
>>>> depends on your POV; win98se does have alot of supporters.  I (continue 
>>>> to) use XP because it hasn't crashed since I installed it; if it wasn't 
>>>> for that I'd probably still be using win98se or winme; *much* lighter, 
>>>> more user-comprehensible, full command line; get infected and just 
>>>> reinstall in a couple minutes.
>>> All Win9x variants are a pile of shite.  I've been having a lot of 
>>> trouble with XP lately too.  In the five or six years I used Win2K I 
>>> never had any problems that I could pin on M$.  Win2K was by far the 
>>> most stable Windows.  (let's just forget Vista ever happened)
>>>
>> Most trouble with XP is user injected.
> 
> In this case, I'm quite sure it's device driver injected.  I have 
> the damned thing working again (reboot-reinstall) but it still can't 
> rememberer screen modes across power mode changes worth a damn.  
> Suspend is useless.
> 
Ow, I dont remember having that kind of issue even with Win/95a--which 
wasnt a model of stability.
From: krw
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <MPG.22070c839b99d9519896bf@news.individual.net>
In article <································@comcast.com>, 
···········@comcast.net says...
> krw wrote:
> > In article <································@comcast.com>, 
> > ···········@comcast.net says...
> >> krw wrote:
> >>> In article <············@registered.motzarella.org>, plinnane3
> >>> @yahoo.com.invalid says...
> >>>> krw wrote:
> >>>>> In article <··················@news.motzarella.org>, ····@mail.ru 
> >>>>> says...
> >>>>>> On Sun, 27 Jan 2008 14:54:25 +0000 (UTC), Maciej Katafiasz <········@gmail.com>
> >>>>>> tried to confuse everyone with this message:
> >>>>>>
> >>>>>>> Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
> >>>>>>>
> >>>>>>>> The computers will be Windows 98SE based
> >>>>>>> Please don't. It's the worst possible OS to install for such a scenario. 
> >>>>>>> It'll be unmaintainable for you, and (what's even worse) will teach the 
> >>>>>>> kids that computers are inherently unreliable and not to be trusted.
> >>>>>> What a bunch of FUD. Win98 is easily the best OS Microsoft has ever created. Too
> >>>>>> bad they don't support it anymore.
> >>>>> Troll.
> >>>>>
> >>>> depends on your POV; win98se does have alot of supporters.  I (continue 
> >>>> to) use XP because it hasn't crashed since I installed it; if it wasn't 
> >>>> for that I'd probably still be using win98se or winme; *much* lighter, 
> >>>> more user-comprehensible, full command line; get infected and just 
> >>>> reinstall in a couple minutes.
> >>> All Win9x variants are a pile of shite.  I've been having a lot of 
> >>> trouble with XP lately too.  In the five or six years I used Win2K I 
> >>> never had any problems that I could pin on M$.  Win2K was by far the 
> >>> most stable Windows.  (let's just forget Vista ever happened)
> >>>
> >> Most trouble with XP is user injected.
> > 
> > In this case, I'm quite sure it's device driver injected.  I have 
> > the damned thing working again (reboot-reinstall) but it still can't 
> > rememberer screen modes across power mode changes worth a damn.  
> > Suspend is useless.
> > 
> Ow, I dont remember having that kind of issue even with Win/95a--which 
> wasnt a model of stability.

I didn't have it in 2K either, which was.  Win2K couldn't undock 
without rebooting, XP can't anymore either.  :-( 

-- 
Keith
From: rpl
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <fnjj14$i57$1@registered.motzarella.org>
krw wrote:
> In article <············@registered.motzarella.org>, plinnane3
> @yahoo.com.invalid says...

<win9x>
>> depends on your POV; win98se does have alot of supporters.  I (continue 
>> to) use XP because it hasn't crashed since I installed it; if it wasn't 
>> for that I'd probably still be using win98se or winme; *much* lighter, 
>> more user-comprehensible, full command line; get infected and just 
>> reinstall in a couple minutes.
> 
> All Win9x variants are a pile of shite.  

ain't; they work fine as a personal computer OS, if consistently working 
isn't a big priority.  For 95/98/98SE, the ability to drop down to DOS, 
fiddle around then restart win.exe is a *very* nice thing to have for 
maintenance chores.

>I've been having a lot of 
> trouble with XP lately too.  In the five or six years I used Win2K I 
> never had any problems that I could pin on M$.  

partially, I'm sure is because the system is more non-intuitively 
complex and harder to trace through.

My WinME OS installation was 80MB.

>Win2K was by far the 
> most stable Windows.  

no argument there.

(let's just forget Vista ever happened)

(what is this "Vista" thing you talk about ?)



rpl
From: kkt
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <w9zwspuzenk.fsf@zipcon.net>
rpl <·········@yahoo.com.invalid> writes:

> krw wrote:
> > In article <············@registered.motzarella.org>, plinnane3
> > @yahoo.com.invalid says...
> 
> <win9x>
> >> depends on your POV; win98se does have alot of supporters.  I (continue 
> >> to) use XP because it hasn't crashed since I installed it; if it wasn't 
> >> for that I'd probably still be using win98se or winme; *much* lighter, 
> >> more user-comprehensible, full command line; get infected and just 
> >> reinstall in a couple minutes.
> > 
> > All Win9x variants are a pile of shite.  
> 
> ain't; they work fine as a personal computer OS, if consistently working 
> isn't a big priority.

Oh, sure, if you don't mind it crashing a lot.  And corrupting files.
And 8.3 filenames.  And only doing one application at a time.

Tolerable for games, where crashing can be considered a hazard of the
course.  Intolerable for getting work done.

-- Patrick
From: ···············@yahoo.com
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <43686d40-7c4f-4a94-a7d4-0eaf554f8b96@s12g2000prg.googlegroups.com>
On Jan 28, 12:45 am, kkt <····@zipcon.net> wrote:
> rpl <·········@yahoo.com.invalid> writes:
> > krw wrote:
> > > In article <············@registered.motzarella.org>, plinnane3
> > > @yahoo.com.invalid says...
>
> > <win9x>
> > >> depends on your POV; win98se does have alot of supporters.  I (continue
> > >> to) use XP because it hasn't crashed since I installed it; if it wasn't
> > >> for that I'd probably still be using win98se or winme; *much* lighter,
> > >> more user-comprehensible, full command line; get infected and just
> > >> reinstall in a couple minutes.
>
> > > All Win9x variants are a pile of shite.
>
> > ain't; they work fine as a personal computer OS, if consistently working
> > isn't a big priority.
>
> Oh, sure, if you don't mind it crashing a lot.  And corrupting files.
> And 8.3 filenames.  And only doing one application at a time.
>
> Tolerable for games, where crashing can be considered a hazard of the
> course.  Intolerable for getting work done.
>

Showing our ignorance? Did you ever use Win98?

Long filenames were introduced with Win95.

Corrupted files? When/where?

One application at a time? That went away with Win3.1!

The OP may have limitations. We may not agree with them, but if they
are limitations, we should at least provide the info requested without
hitting the OP over the head with our insistence that the OP is
running the wrong OS.

Quite frankly, all PCs should run VMS!
From: rpl
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <fnk93m$tq1$1@registered.motzarella.org>
···············@yahoo.com wrote:
> On Jan 28, 12:45 am, kkt <····@zipcon.net> wrote:
>> rpl <·········@yahoo.com.invalid> writes:
>>> krw wrote:
>>>> In article <············@registered.motzarella.org>, plinnane3
>>>> @yahoo.com.invalid says...
>>> <win9x>
>>>>> depends on your POV; win98se does have alot of supporters.  I (continue
>>>>> to) use XP because it hasn't crashed since I installed it; if it wasn't
>>>>> for that I'd probably still be using win98se or winme; *much* lighter,
>>>>> more user-comprehensible, full command line; get infected and just
>>>>> reinstall in a couple minutes.
>>>> All Win9x variants are a pile of shite.
>>> ain't; they work fine as a personal computer OS, if consistently working
>>> isn't a big priority.
>> Oh, sure, if you don't mind it crashing a lot.  And corrupting files.
>> And 8.3 filenames.  And only doing one application at a time.
>>
>> Tolerable for games, where crashing can be considered a hazard of the
>> course.  Intolerable for getting work done.
>>
> 
> Showing our ignorance? Did you ever use Win98?
> 
> Long filenames were introduced with Win95.
> 
> Corrupted files? When/where?
> 
> One application at a time? That went away with Win3.1!
> 
> The OP may have limitations. We may not agree with them, but if they
> are limitations, we should at least provide the info requested without
> hitting the OP over the head with our insistence that the OP is
> running the wrong OS.
> 
> Quite frankly, all PCs should run VMS!

If you have an Itanium or an Alpha based machine (or of course an 
original DEC box) then go right ahead.  Open-VMS is a free license for 
hobbyists.


I'm all for the OP using '98, but it occurs to me that they might be 
able to get $40-50 for each win98se cd/license on e-bay or something.


rpl
From: pg
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <658bc236-07a8-42bb-a4dd-15ae35001e94@e10g2000prf.googlegroups.com>
On Jan 28, 2:00 am, rpl <·········@yahoo.com.invalid> wrote:
> ···············@yahoo.com wrote:
> > On Jan 28, 12:45 am, kkt <····@zipcon.net> wrote:
> >> rpl <·········@yahoo.com.invalid> writes:
> >>> krw wrote:
> >>>> In article <············@registered.motzarella.org>, plinnane3
> >>>> @yahoo.com.invalid says...
> >>> <win9x>
> >>>>> depends on your POV; win98se does have alot of supporters.  I (continue
> >>>>> to) use XP because it hasn't crashed since I installed it; if it wasn't
> >>>>> for that I'd probably still be using win98se or winme; *much* lighter,
> >>>>> more user-comprehensible, full command line; get infected and just
> >>>>> reinstall in a couple minutes.
> >>>> All Win9x variants are a pile of shite.
> >>> ain't; they work fine as a personal computer OS, if consistently working
> >>> isn't a big priority.
> >> Oh, sure, if you don't mind it crashing a lot.  And corrupting files.
> >> And 8.3 filenames.  And only doing one application at a time.
>
> >> Tolerable for games, where crashing can be considered a hazard of the
> >> course.  Intolerable for getting work done.
>
> > Showing our ignorance? Did you ever use Win98?
>
> > Long filenames were introduced with Win95.
>
> > Corrupted files? When/where?
>
> > One application at a time? That went away with Win3.1!
>
> > The OP may have limitations. We may not agree with them, but if they
> > are limitations, we should at least provide the info requested without
> > hitting the OP over the head with our insistence that the OP is
> > running the wrong OS.
>
> > Quite frankly, all PCs should run VMS!
>
> If you have an Itanium or an Alpha based machine (or of course an
> original DEC box) then go right ahead.  Open-VMS is a free license for
> hobbyists.
>
> I'm all for the OP using '98, but it occurs to me that they might be
> able to get $40-50 for each win98se cd/license on e-bay or something.

We got a whole stack of Win98SE CD, all genuine Microsoft issue! That
enables us to use Win98SE without fear that the government will raid
us with flimsy "copyright violation" or even "multimedia piracy"
excuses.

Not that we do anything illegal (we are trying to do the right thing
in a crime infested slum area), but the government the rule Malaysia
does not like our religion (hint, hint) nor the race of our
volunteers / target audience. (but that's politics, dirty and ugly
politics, offtopic here, sorry!) But it happened elsewhere to other
Catholic run operations ! We just have to be careful, that's all.
From: George Neuner
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <n2vup39fdpgv83q1kjv096rfverbnrqvch@4ax.com>
On Mon, 28 Jan 2008 03:48:18 -0800 (PST), pg <······@catholic.org>
wrote:

>On Jan 28, 2:00 am, rpl <·········@yahoo.com.invalid> wrote:
>
>> I'm all for the OP using '98, but it occurs to me that they might be
>> able to get $40-50 for each win98se cd/license on e-bay or something.
>
>We got a whole stack of Win98SE CD, all genuine Microsoft issue! That
>enables us to use Win98SE without fear that the government will raid
>us with flimsy "copyright violation" or even "multimedia piracy"
>excuses.
>
>Not that we do anything illegal (we are trying to do the right thing
>in a crime infested slum area), but the government the rule Malaysia
>does not like our religion (hint, hint) nor the race of our
>volunteers / target audience. (but that's politics, dirty and ugly
>politics, offtopic here, sorry!) But it happened elsewhere to other
>Catholic run operations ! We just have to be careful, that's all.

But the previous poster had a point.  You could sell the Windows CDs
and use Linux for free.  Obviously I don't know the local politics,
but I don't think the authorities would bust you for using free
software.  It's more likely they'll bust you for letting the children
access forbidden web sites.

George
--
for email reply remove "/" from address
From: pg
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <3de138ac-2a52-4394-a2d4-fb97f24e3f08@z17g2000hsg.googlegroups.com>
On Jan 29, 11:23 am, George Neuner <·········@/comcast.net> wrote:
> On Mon, 28 Jan 2008 03:48:18 -0800 (PST), pg <······@catholic.org>
> wrote:
>
>
>
> >On Jan 28, 2:00 am, rpl <·········@yahoo.com.invalid> wrote:
>
> >> I'm all for the OP using '98, but it occurs to me that they might be
> >> able to get $40-50 for each win98se cd/license on e-bay or something.
>
> >We got a whole stack of Win98SE CD, all genuine Microsoft issue! That
> >enables us to use Win98SE without fear that the government will raid
> >us with flimsy "copyright violation" or even "multimedia piracy"
> >excuses.
>
> >Not that we do anything illegal (we are trying to do the right thing
> >in a crime infested slum area), but the government the rule Malaysia
> >does not like our religion (hint, hint) nor the race of our
> >volunteers / target audience. (but that's politics, dirty and ugly
> >politics, offtopic here, sorry!) But it happened elsewhere to other
> >Catholic run operations ! We just have to be careful, that's all.
>
> But the previous poster had a point.  You could sell the Windows CDs
> and use Linux for free.  Obviously I don't know the local politics,
> but I don't think the authorities would bust you for using free
> software.  It's more likely they'll bust you for letting the children
> access forbidden web sites.
>
> George
> --
> for email reply remove "/" from address


People have been arrested of having Linux CDs, for the authority
doesn't differentiate what programs are in the CDs. As long as the CD
has computer programs, and if it's not "official release" with
"official license" like what Microsoft offers (stickers and such), the
authority here will charge you for "PIRACY".

The penalty is heavy - RM20,000 (about 6,800USD) for each "pirate" CD.

That's Malaysia, and I kid you not !
From: Maciej Katafiasz
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <fnpmqv$4qp$7@news.net.uni-c.dk>
Den Wed, 30 Jan 2008 01:42:21 -0800 skrev pg:

> People have been arrested of having Linux CDs, for the authority doesn't
> differentiate what programs are in the CDs. As long as the CD has
> computer programs, and if it's not "official release" with "official
> license" like what Microsoft offers (stickers and such), the authority
> here will charge you for "PIRACY".

If you order Ubuntu CDs, they will be shipped to you factory-pressed, 
with prints on them and printed sleeves. They look very official, and you 
won't have to pay a dime for them.

Cheers,
Maciej
From: John Thingstad
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <op.t5qnumxiut4oq5@pandora.alfanett.no>
P� Wed, 30 Jan 2008 10:42:21 +0100, skrev pg <······@catholic.org>:

>
>
> People have been arrested of having Linux CDs, for the authority
> doesn't differentiate what programs are in the CDs. As long as the CD
> has computer programs, and if it's not "official release" with
> "official license" like what Microsoft offers (stickers and such), the
> authority here will charge you for "PIRACY".
>
> The penalty is heavy - RM20,000 (about 6,800USD) for each "pirate" CD.
>
> That's Malaysia, and I kid you not !

But Linux DOES have official releases and a official licence.
(A GNU Protected License http://www.gnu.org/licenses/license-list.html)
You can also purchase the Linux CD's with Logo's etc. if it makes you feel  
better. They will only charge you with the price of the CD, delivery and  
processing though, not the product itself.
They are also allowed to charge for installation, support and development  
of custom solutions.
But these services are optional.
You could prosecute someone for SELLING Linux or for producing commercial  
software extending GPL'ed products.
Even then it would be a case for a civil suit not a crime. I don't know  
what the laws are in Malaysia are, but this sounds to weird to be true. If  
I were you I'd check again.

--------------
John Thingstad
From: pg
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <89944ab1-f23a-4525-92c9-f5bf62628155@h11g2000prf.googlegroups.com>
On Jan 30, 2:38 am, "John Thingstad" <·······@online.no> wrote:
> På Wed, 30 Jan 2008 10:42:21 +0100, skrev pg <······@catholic.org>:
>
>
>
> > People have been arrested of having Linux CDs, for the authority
> > doesn't differentiate what programs are in the CDs. As long as the CD
> > has computer programs, and if it's not "official release" with
> > "official license" like what Microsoft offers (stickers and such), the
> > authority here will charge you for "PIRACY".
>
> > The penalty is heavy - RM20,000 (about 6,800USD) for each "pirate" CD.
>
> > That's Malaysia, and I kid you not !
>
> But Linux DOES have official releases and a official licence.
> (A GNU Protected Licensehttp://www.gnu.org/licenses/license-list.html)
> You can also purchase the Linux CD's with Logo's etc. if it makes you feel
> better. They will only charge you with the price of the CD, delivery and
> processing though, not the product itself.
> They are also allowed to charge for installation, support and development
> of custom solutions.
> But these services are optional.
> You could prosecute someone for SELLING Linux or for producing commercial
> software extending GPL'ed products.
> Even then it would be a case for a civil suit not a crime. I don't know
> what the laws are in Malaysia are, but this sounds to weird to be true. If
> I were you I'd check again.

*****Sorry to all, for this message is filled with off-topic
stuffs*****

You and I know about the legal things, of GPL, of GNU and all the
stuffs.

But the problem isn't you and me. It's the Malaysian authority that I
have to deal with, everyday.

The Malaysian police don't know, or pretend to not knowing, or just
plain don't care, I have no idea.

The thing is, they do bust people (largely Christian-run
organizations) for really flimsy excuses, and when they do the bust,
they confiscate ALL the computers (whether the computer got pirated
softwares is not important), and close down the entire facility.

Of course, we can go to trial. We can hire lawyers and go to court. We
may even win. We may even get back our computers, and re-open our
operation, but in the meantime, where the children are supposed to go?
Back to the streets?

Malaysia is a "funny" place, to say the least. While it's supposed to
be a "democratic" country, it ain't so. It has a national policy which
the government termed it "affirmative action", but the policy actually
works the opposite the Affirmative Action of the United States
(beware, lots of ugly politics here) ...

In the US, Affirmative Action means provision to help the under-
privileged minority. Over hear, it means that the privilege MUST be
given to the already over-privileged majority.

None of the Christians in Malaysia belongs to the "over-privileged
majority".

That is why, Christian-run operations got raided all the time, for no-
reason. They even raid book stores, confiscating Christian children
story books, for, and I quote: "The books contain stories of
prophets" ... but the funny thing is those prophets are CHRISTIAN and
JEWISH prophets (such as Isaiah, Moses) but the authority, being from
a religion I rather not name (suffice to say they pray 5 times a day),
claim that those prophets belong to THEIR religion ... that no
Christian children story books are permitted to mention Moses or
Isaiah or whoever.

This is Malaysia that I am talking about !

That's why I need to be extra-ordinarily careful.

It's not about technology. It's not about my ability to do things in
Linux. No.

It's about what the authority could do, and what will happen to the
children we want to help.

We must be careful, very, very careful. We won't give them _ANY_
reason whatsoever to raid us. That doesn't mean they won't raid us (I
mean, if they want to do it, they can do it anytime) but we try to
minimize the risk.

Sorry for being so timid. But the reality here is that everything we
do, we do it as if we walk on egg-shells. Our aim is to help the
children, and that's what we are doing.

One day if we got the money, we will purchase REGISTERED COPIES of RED-
HAT Linux (yes, they got an office in Malaysia) and I will install
them into the computers, and we will be as legal as we are using
Windows 98se now.

Sorry again to all, for this totally off-topic message.
From: Maciej Katafiasz
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <fnpmlv$4qp$6@news.net.uni-c.dk>
Den Wed, 30 Jan 2008 11:38:36 +0100 skrev John Thingstad:

> You could prosecute someone for SELLING Linux or for producing
> commercial software extending GPL'ed products.

This is complete bullshit, you have no idea what you're talking about.

Maciej
From: George Neuner
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <oie1q3571ndipv9c2codr1juqnn9h4cklo@4ax.com>
On Wed, 30 Jan 2008 11:22:39 +0000 (UTC), Maciej Katafiasz
<········@gmail.com> wrote:

>Den Wed, 30 Jan 2008 11:38:36 +0100 skrev John Thingstad:
>
>> You could prosecute someone for SELLING Linux or for producing
>> commercial software extending GPL'ed products.
>
>This is complete bullshit, you have no idea what you're talking about.
>
>Maciej

It isn't bullshit ... the authors have retained for themselves the
right to *sell* Linux, therefore the act of selling it is a criminal
offense under copyright law in many countries.  WIPO signatory
countries reciprocally enforce each other's laws even if their own
laws on the matter are less stringent.

The Linux license (aka. GPL) requires provision of the software at no
charge and permits only recovery of duplication expense.  That is: you
can sell a CD that happens to contain a Linux distro, but you cannot
"sell Linux".

Whether you think this is a distinction without a difference is
immaterial ... laws are frequently stupid.  Stupidity doesn't mean you
can ignore it. 

George
--
for email reply remove "/" from address
From: Maciej Katafiasz
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <fnqlas$4qp$9@news.net.uni-c.dk>
Den Wed, 30 Jan 2008 13:23:06 -0500 skrev George Neuner:

>>> You could prosecute someone for SELLING Linux or for producing
>>> commercial software extending GPL'ed products.
>>
>>This is complete bullshit, you have no idea what you're talking about.
> It isn't bullshit ... the authors have retained for themselves the right
> to *sell* Linux, therefore the act of selling it is a criminal offense
> under copyright law in many countries.  WIPO signatory countries
> reciprocally enforce each other's laws even if their own laws on the
> matter are less stringent.
> 
> The Linux license (aka. GPL) requires provision of the software at no
> charge and permits only recovery of duplication expense.  That is: you
> can sell a CD that happens to contain a Linux distro, but you cannot
> "sell Linux".

Nope. GPL requires me to provide you with *source* if I distribute binary 
versions, it says absolutely nothing about other forms. Of course I don't 
have rights to "sell Linux" in a way that involves cartain kinds of 
transfer of rights, but then, you can't "sell Unix" as a licensee this 
way either, yet there are several companies who'd be quite correctly 
described as Unix vendors.

The same goes for the claims about inability to produce commercial GPL 
software, and is really GPL 101. Which is why I called bullshit.
 
Cheers,
Maciej
From: Joost Diepenmaat
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <87abmn3x8g.fsf@zeekat.nl>
George Neuner <·········@/comcast.net> writes:

> The Linux license (aka. GPL) requires provision of the software at no
> charge and permits only recovery of duplication expense.  That is: you
> can sell a CD that happens to contain a Linux distro, but you cannot
> "sell Linux".

No, the GPL requires provision *of the source code* at no or a limited
charge for handling. And as far as I can make out you're only required
to provide the source code to poeple you provided with the binaries
(though the language wasn't very clear on that, IIRC)

You may charge whatever you like for the binaries.

Joost.
From: George Neuner
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <thr3q398e5hmpd8u14egr4kbncpifnr3q6@4ax.com>
On Wed, 30 Jan 2008 20:54:39 +0100, Joost Diepenmaat <·····@zeekat.nl>
wrote:

>George Neuner <·········@/comcast.net> writes:
>
>> The Linux license (aka. GPL) requires provision of the software at no
>> charge and permits only recovery of duplication expense.  That is: you
>> can sell a CD that happens to contain a Linux distro, but you cannot
>> "sell Linux".
>
>No, the GPL requires provision *of the source code* at no or a limited
>charge for handling. And as far as I can make out you're only required
>to provide the source code to poeple you provided with the binaries
>(though the language wasn't very clear on that, IIRC)
>
>You may charge whatever you like for the binaries.
>
>Joost.

Oops.  You're correct.  I had remembered the part about separated
source code and incorrectly applied to the whole.

George
--
for email reply remove "/" from address
From: Morten Reistad
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <riopnf.3v2.ln@eden.reistad.name>
In article <·················@pandora.alfanett.no>,
John Thingstad <·······@online.no> wrote:
>P� Wed, 30 Jan 2008 10:42:21 +0100, skrev pg <······@catholic.org>:
>
>>
>>
>> People have been arrested of having Linux CDs, for the authority
>> doesn't differentiate what programs are in the CDs. As long as the CD
>> has computer programs, and if it's not "official release" with
>> "official license" like what Microsoft offers (stickers and such), the
>> authority here will charge you for "PIRACY".
>>
>> The penalty is heavy - RM20,000 (about 6,800USD) for each "pirate" CD.
>>
>> That's Malaysia, and I kid you not !

A fertile ground for counter-suits for defamation, illegal searches
and seisures, illegal arrests etc. Even after Malaysian laws they
may do arrests etc to harras, but they will eventually have to bring
forth proof, or be hit with the provisions of a counter-suit. 

You can have your OWN content on CD's, and Malaysia, as a signatory
or the Berne convention is bound to defend this content. You trade
places with Microsoft, so to speak. The Berne convention also has
drag-provisions to other jurisdictions; so it is easy to get e.g.
a suit against your Malaysian opponents accepted by e.g. a US court.

That is what has kept Pirate bay alive for so long.

From the authorities and the MPAA's it can be described as 
"sh*t hitting the fan". 

>But Linux DOES have official releases and a official licence.
>(A GNU Protected License http://www.gnu.org/licenses/license-list.html)
>You can also purchase the Linux CD's with Logo's etc. if it makes you feel  
>better. They will only charge you with the price of the CD, delivery and  
>processing though, not the product itself.

Try www.ubuntu.org for _very_ cheap, and _very_ good,  cd's for 
Linux installations.

>They are also allowed to charge for installation, support and development  
>of custom solutions.
>But these services are optional.
>You could prosecute someone for SELLING Linux or for producing commercial  
>software extending GPL'ed products.
>Even then it would be a case for a civil suit not a crime. I don't know  
>what the laws are in Malaysia are, but this sounds to weird to be true. If  
>I were you I'd check again.

You misunderstand the GPL. There is nothing in the GPL that stops me
from taking the code, wrap it and ship it as MR_Linux, charge $50000 for
the package and sell a $15k yearly support contract. I am obliged, under
the GPL, to provide source code for it, and the toolchain to build it, asn
well as updates. It also have to do so in a timely fashion. The language
in the GPL is usually taken as "within 6 months" by courts, although there
is differing practice. It has to be available without any specific fees
for download, but I can cover the direct expenses. If I make quarterly
postings to a web site, and state so in the initial contract, I would
be off that hook according to all lawyers I have heard opinions from.

I can ship this as a DVD attached to the contract as well. 

I can then hold media and catalogue copyright to that Linux distro, 
which means that noone can outright copy it, but they can rebuild it
from source code. You can add you own, proprietary software; e.g.
an installer, and as long as it is clearly deliminated and tagged
is perfectly OK.

Making such a distro is _dead easy_. 

I have actually participated in doing exactly this.

A special _tiny_ linux+phone stuff distro with installer and
some licensed  stuff included. The full source was on the CD.

There is nothing stopping a customer from rebuilding and ripping
out the catalogue parts. 

-- mrr
From: pg
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <a8221239-43e4-4a10-999a-92b99477fb64@z17g2000hsg.googlegroups.com>
On Jan 30, 3:55 am, Morten Reistad <·····@last.name> wrote:
> In article <·················@pandora.alfanett.no>,
>
> John Thingstad <·······@online.no> wrote:
> >På Wed, 30 Jan 2008 10:42:21 +0100, skrev pg <······@catholic.org>:
>
> >> People have been arrested of having Linux CDs, for the authority
> >> doesn't differentiate what programs are in the CDs. As long as the CD
> >> has computer programs, and if it's not "official release" with
> >> "official license" like what Microsoft offers (stickers and such), the
> >> authority here will charge you for "PIRACY".
>
> >> The penalty is heavy - RM20,000 (about 6,800USD) for each "pirate" CD.
>
> >> That's Malaysia, and I kid you not !
>
> A fertile ground for counter-suits for defamation, illegal searches
> and seisures, illegal arrests etc. Even after Malaysian laws they
> may do arrests etc to harras, but they will eventually have to bring
> forth proof, or be hit with the provisions of a counter-suit.
>
> You can have your OWN content on CD's, and Malaysia, as a signatory
> or the Berne convention is bound to defend this content. You trade
> places with Microsoft, so to speak. The Berne convention also has
> drag-provisions to other jurisdictions; so it is easy to get e.g.
> a suit against your Malaysian opponents accepted by e.g. a US court.
>
> That is what has kept Pirate bay alive for so long.
>
> From the authorities and the MPAA's it can be described as
> "sh*t hitting the fan".
>
> >But Linux DOES have official releases and a official licence.
> >(A GNU Protected Licensehttp://www.gnu.org/licenses/license-list.html)
> >You can also purchase the Linux CD's with Logo's etc. if it makes you feel
> >better. They will only charge you with the price of the CD, delivery and
> >processing though, not the product itself.
>
> Trywww.ubuntu.orgfor _very_ cheap, and _very_ good,  cd's for
> Linux installations.
>
> >They are also allowed to charge for installation, support and development
> >of custom solutions.
> >But these services are optional.
> >You could prosecute someone for SELLING Linux or for producing commercial
> >software extending GPL'ed products.
> >Even then it would be a case for a civil suit not a crime. I don't know
> >what the laws are in Malaysia are, but this sounds to weird to be true. If
> >I were you I'd check again.
>
> You misunderstand the GPL. There is nothing in the GPL that stops me
> from taking the code, wrap it and ship it as MR_Linux, charge $50000 for
> the package and sell a $15k yearly support contract. I am obliged, under
> the GPL, to provide source code for it, and the toolchain to build it, asn
> well as updates. It also have to do so in a timely fashion. The language
> in the GPL is usually taken as "within 6 months" by courts, although there
> is differing practice. It has to be available without any specific fees
> for download, but I can cover the direct expenses. If I make quarterly
> postings to a web site, and state so in the initial contract, I would
> be off that hook according to all lawyers I have heard opinions from.
>
> I can ship this as a DVD attached to the contract as well.
>
> I can then hold media and catalogue copyright to that Linux distro,
> which means that noone can outright copy it, but they can rebuild it
> from source code. You can add you own, proprietary software; e.g.
> an installer, and as long as it is clearly deliminated and tagged
> is perfectly OK.
>
> Making such a distro is _dead easy_.
>
> I have actually participated in doing exactly this.
>
> A special _tiny_ linux+phone stuff distro with installer and
> some licensed  stuff included. The full source was on the CD.
>
> There is nothing stopping a customer from rebuilding and ripping
> out the catalogue parts.
>
> -- mrr

***** SORRY AGAIN ! OFF-TOPIC MESSAGE *****

Once you come to stay in Malaysia you will know what I mean.

What you said "counter-suits for defamation, illegal searches and
seisures, illegal arrests etc" do work in the United States, Europe or
even in China, but it won't work in Malaysia.

You see, the authority has ALL the power. They even have the laws to
protect them.

There is a law in Malaysia, it's called the "Internal Security Act",
we call it ISA.

Under ISA, the government can arrest ANYONE, for NO REASON, and can
KEEP HIM LOCKED UP INDEFINITELY, and that guy has NO RIGHT TO GO TO
COURT !

That's a true fact in Malaysia.

You say it's impossible? Then come to stay here. You'd know.

Of course we aren't talking about the authority would use ISA against
us. We're simply too small, and too weak for them to use that
draconian law against us.

But the potential is always there.

There is just NO WAY to fight that monster, oooops, our government.

They got the law, they got their judges (those judges aren't
independent, they MUST listen to the government or they'd be sacked!),
they got the police, the military, and their secret services.

We? We are just a bunch of naive Catholics trying to do something.
That's all.

End of my drivel.

Sorry folks, for the totally off-topic post !
From: George Neuner
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <v4g1q31f52vcgtpufkgu63hcf83hlin7q3@4ax.com>
On Wed, 30 Jan 2008 12:55:07 +0100, Morten Reistad <·····@last.name>
wrote:

>You misunderstand the GPL. There is nothing in the GPL that stops me
>from taking the code, wrap it and ship it as MR_Linux, charge $50000 for
>the package 

Actually there is.  The GPL permits only recovery of duplication cost.
It would be extremely hard to justify $50,000 unless you are engraving
the CD bits by hand.

You probably could get away with it, but if someone complained, the
authors very well might revoke your right to redistribute.


>and sell a $15k yearly support contract. I am obliged, under
>the GPL, to provide source code for it, and the toolchain to build it, asn
>well as updates. It also have to do so in a timely fashion. 
>
>The language
>in the GPL is usually taken as "within 6 months" by courts, although there
>is differing practice. It has to be available without any specific fees
>for download, but I can cover the direct expenses. If I make quarterly
>postings to a web site, and state so in the initial contract, I would
>be off that hook according to all lawyers I have heard opinions from.
>
>I can ship this as a DVD attached to the contract as well. 
>
>I can then hold media and catalogue copyright to that Linux distro, 
>which means that noone can outright copy it, but they can rebuild it
>from source code. You can add you own, proprietary software; e.g.
>an installer, and as long as it is clearly deliminated and tagged
>is perfectly OK.
>
>Making such a distro is _dead easy_. 
>
>I have actually participated in doing exactly this.
>
>A special _tiny_ linux+phone stuff distro with installer and
>some licensed  stuff included. The full source was on the CD.
>
>There is nothing stopping a customer from rebuilding and ripping
>out the catalogue parts. 

Yes.  You can do all of this you just said.

George
--
for email reply remove "/" from address
From: Maciej Katafiasz
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <fnqlkd$4qp$10@news.net.uni-c.dk>
Den Wed, 30 Jan 2008 13:28:39 -0500 skrev George Neuner:

>>You misunderstand the GPL. There is nothing in the GPL that stops me
>>from taking the code, wrap it and ship it as MR_Linux, charge $50000 for
>>the package
> 
> Actually there is.  The GPL permits only recovery of duplication cost.
> It would be extremely hard to justify $50,000 unless you are engraving
> the CD bits by hand.

That is untrue. I could make a distro CD and sell it for $50,000 and 
there's absolutely nothing to stop me from doing that. What you mean is 
that I'd be required to distribute source I used to build it, but that's 
an entirely different matter.
 
> You probably could get away with it, but if someone complained, the
> authors very well might revoke your right to redistribute.

Of course they mightn't. GPL provides explicit provisions that prohibit 
anyone from making exactly that kind of restrictions, you cannot legally 
restrict distribution rights of GPL'd code and claim it's still GPL. I 
don't think you have a very good idea about GPL.

Cheers,
Maciej
From: John Thingstad
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <op.t5rhy6clut4oq5@pandora.alfanett.no>
P� Wed, 30 Jan 2008 21:10:53 +0100, skrev Maciej Katafiasz  
<········@gmail.com>:

> Den Wed, 30 Jan 2008 13:28:39 -0500 skrev George Neuner:
>
>>> You misunderstand the GPL. There is nothing in the GPL that stops me
>>> from taking the code, wrap it and ship it as MR_Linux, charge $50000  
>>> for
>>> the package
>>
>> Actually there is.  The GPL permits only recovery of duplication cost.
>> It would be extremely hard to justify $50,000 unless you are engraving
>> the CD bits by hand.
>
> That is untrue. I could make a distro CD and sell it for $50,000 and
> there's absolutely nothing to stop me from doing that. What you mean is
> that I'd be required to distribute source I used to build it, but that's
> an entirely different matter.

This is not an entirely other matter. You have to release the changes to  
the person who GPL'ed it who has full right to make it public. Thus if you  
charge 10 000$ for it and a potential customer finds he can get the source  
and compile (and then distribute) it himself no one would buy it.
That is why in practice it works more along the lines I said. (When did  
you last pay 1000$ for a Linux distribution?)

--------------
John Thingstad
From: Maciej Katafiasz
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <fnqucf$niu$1@news.net.uni-c.dk>
Den Wed, 30 Jan 2008 22:29:20 +0100 skrev John Thingstad:

>>> Actually there is.  The GPL permits only recovery of duplication cost.
>>> It would be extremely hard to justify $50,000 unless you are engraving
>>> the CD bits by hand.
>>
>> That is untrue. I could make a distro CD and sell it for $50,000 and
>> there's absolutely nothing to stop me from doing that. What you mean is
>> that I'd be required to distribute source I used to build it, but
>> that's an entirely different matter.
> 
> This is not an entirely other matter. You have to release the changes to
> the person who GPL'ed it who has full right to make it public. Thus if
> you charge 10 000$ for it and a potential customer finds he can get the
> source and compile (and then distribute) it himself no one would buy it.
> That is why in practice it works more along the lines I said. (When did
> you last pay 1000$ for a Linux distribution?)

We're talking about legality, not feasibility of such an endeavour. 
Whether you'd find customers is absolutely irrelevant to the fact you can 
do that. And let me remind you that RMS used to make a living by selling 
GNU Emacs for $150, a programme he encouraged everyone to share freely.

Cheers,
Maciej
From: Morten Reistad
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <8rt1of.1gi.ln@eden.reistad.name>
In article <·················@pandora.alfanett.no>,
John Thingstad <·······@online.no> wrote:
>P� Wed, 30 Jan 2008 21:10:53 +0100, skrev Maciej Katafiasz  
><········@gmail.com>:
>
>> Den Wed, 30 Jan 2008 13:28:39 -0500 skrev George Neuner:
>>
>>>> You misunderstand the GPL. There is nothing in the GPL that stops me
>>>> from taking the code, wrap it and ship it as MR_Linux, charge $50000  
>>>> for
>>>> the package
>>>
>>> Actually there is.  The GPL permits only recovery of duplication cost.
>>> It would be extremely hard to justify $50,000 unless you are engraving
>>> the CD bits by hand.
>>
>> That is untrue. I could make a distro CD and sell it for $50,000 and
>> there's absolutely nothing to stop me from doing that. What you mean is
>> that I'd be required to distribute source I used to build it, but that's
>> an entirely different matter.
>
>This is not an entirely other matter. You have to release the changes to  
>the person who GPL'ed it who has full right to make it public. Thus if you  
>charge 10 000$ for it and a potential customer finds he can get the source  
>and compile (and then distribute) it himself no one would buy it.
>That is why in practice it works more along the lines I said. (When did  
>you last pay 1000$ for a Linux distribution?)

Actually, I have sold Linux distros for far more. They DID contain a
lot of other software too, and was part of a package. You really don't
have a clue to how the process control industry operates. They like
Linux, because they can have a standard platform to build products
inside without bleeding to death in licensing.

I know two examples I can tell about. One is the BMW engine control
computers. You can buy a production line for those for a few hundred
million dollars. It includes a tailored Linux distro as the platform
for all the other software. Winstron/WNC, the little mobile gadget
maker in Taiwan also sell production lines for such gadgets. They
also build everything on their own targeted Linux distro. Their
production line is a lot simpler, probably only a few million dollars.

-- mrr
From: Peter Flass
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <47a4c0b6$0$6141$4c368faf@roadrunner.com>
Morten Reistad wrote:
> 
> Actually, I have sold Linux distros for far more. They DID contain a
> lot of other software too, and was part of a package. You really don't
> have a clue to how the process control industry operates. They like
> Linux, because they can have a standard platform to build products
> inside without bleeding to death in licensing.
> 

Your contribution is integration and testing.  This is not a trivial job.
From: Morten Reistad
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <bat1of.1gi.ln@eden.reistad.name>
In article <··································@4ax.com>,
George Neuner  <·········@/comcast.net> wrote:
>On Wed, 30 Jan 2008 12:55:07 +0100, Morten Reistad <·····@last.name>
>wrote:
>
>>You misunderstand the GPL. There is nothing in the GPL that stops me
>>from taking the code, wrap it and ship it as MR_Linux, charge $50000 for
>>the package 
>
>Actually there is.  The GPL permits only recovery of duplication cost.
>It would be extremely hard to justify $50,000 unless you are engraving
>the CD bits by hand.
>
>You probably could get away with it, but if someone complained, the
>authors very well might revoke your right to redistribute.

As long as you contribute _something_ in addition to Linux, and
otherwise comply with the GPL, you are in compliance. There is
ample precedence that "catalogue-products" are intellectual property
in their own right. Yes, they have a weaker protection, and the 
catalogue IP rights are viewed completely separate from the 
underlying IP you are cataloguing. 

A Linux distro is an excellent example of such a catalogue. It
can have a copyright explicitly different from the underlying 
intellectual property. Which is exactly what we are looking for
in this case. 

Putting the source and toolchain up on a website for free download, 
and including it in the CD set for installation would satisfy the
GPL. I could not stop anyone from reconstructing a distro very
similar to mine; but I could stop an outright copy. 

>>and sell a $15k yearly support contract. I am obliged, under
>>the GPL, to provide source code for it, and the toolchain to build it, asn
>>well as updates. It also have to do so in a timely fashion. 
>>
>>The language
>>in the GPL is usually taken as "within 6 months" by courts, although there
>>is differing practice. It has to be available without any specific fees
>>for download, but I can cover the direct expenses. If I make quarterly
>>postings to a web site, and state so in the initial contract, I would
>>be off that hook according to all lawyers I have heard opinions from.
>>
>>I can ship this as a DVD attached to the contract as well. 
>>
>>I can then hold media and catalogue copyright to that Linux distro, 
>>which means that noone can outright copy it, but they can rebuild it
>>from source code. You can add you own, proprietary software; e.g.
>>an installer, and as long as it is clearly deliminated and tagged
>>is perfectly OK.
>>
>>Making such a distro is _dead easy_. 
>>
>>I have actually participated in doing exactly this.
>>
>>A special _tiny_ linux+phone stuff distro with installer and
>>some licensed  stuff included. The full source was on the CD.
>>
>>There is nothing stopping a customer from rebuilding and ripping
>>out the catalogue parts. 
>
>Yes.  You can do all of this you just said.

I know. This is exactly what Redhat and Novell are doing.

-- mrr
From: Rostyslaw J. Lewyckyj
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <Modoj.76415$rc2.57334@bignews1.bellsouth.net>
pg wrote:
> On Jan 29, 11:23 am, George Neuner <·········@/comcast.net> wrote:
>> On Mon, 28 Jan 2008 03:48:18 -0800 (PST), pg <······@catholic.org>
>> wrote:
>>
>>
>>
>>> On Jan 28, 2:00 am, rpl <·········@yahoo.com.invalid> wrote:
>>>> I'm all for the OP using '98, but it occurs to me that they might be
>>>> able to get $40-50 for each win98se cd/license on e-bay or something.
>>> We got a whole stack of Win98SE CD, all genuine Microsoft issue! That
>>> enables us to use Win98SE without fear that the government will raid
>>> us with flimsy "copyright violation" or even "multimedia piracy"
>>> excuses.
>>> Not that we do anything illegal (we are trying to do the right thing
>>> in a crime infested slum area), but the government the rule Malaysia
>>> does not like our religion (hint, hint) nor the race of our
>>> volunteers / target audience. (but that's politics, dirty and ugly
>>> politics, offtopic here, sorry!) But it happened elsewhere to other
>>> Catholic run operations ! We just have to be careful, that's all.
>> But the previous poster had a point.  You could sell the Windows CDs
>> and use Linux for free.  Obviously I don't know the local politics,
>> but I don't think the authorities would bust you for using free
>> software.  It's more likely they'll bust you for letting the children
>> access forbidden web sites.
>>
>> George
>> --
>> for email reply remove "/" from address
> 
> 
> People have been arrested of having Linux CDs, for the authority
> doesn't differentiate what programs are in the CDs. As long as the CD
> has computer programs, and if it's not "official release" with
> "official license" like what Microsoft offers (stickers and such), the
> authority here will charge you for "PIRACY".
> 
> The penalty is heavy - RM20,000 (about 6,800USD) for each "pirate" CD.
> 
> That's Malaysia, and I kid you not !

Does that mean that you can't back up the programs and data from your
hard disk to CD?
From: pg
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <23f03e11-2f3a-41b9-97ec-f4f287710559@e4g2000hsg.googlegroups.com>
On Jan 30, 9:57 pm, "Rostyslaw J. Lewyckyj" <······@bellsouth.net>
wrote:
> pg wrote:
> > On Jan 29, 11:23 am, George Neuner <·········@/comcast.net> wrote:
> >> On Mon, 28 Jan 2008 03:48:18 -0800 (PST), pg <······@catholic.org>
> >> wrote:
>
> >>> On Jan 28, 2:00 am, rpl <·········@yahoo.com.invalid> wrote:
> >>>> I'm all for the OP using '98, but it occurs to me that they might be
> >>>> able to get $40-50 for each win98se cd/license on e-bay or something.
> >>> We got a whole stack of Win98SE CD, all genuine Microsoft issue! That
> >>> enables us to use Win98SE without fear that the government will raid
> >>> us with flimsy "copyright violation" or even "multimedia piracy"
> >>> excuses.
> >>> Not that we do anything illegal (we are trying to do the right thing
> >>> in a crime infested slum area), but the government the rule Malaysia
> >>> does not like our religion (hint, hint) nor the race of our
> >>> volunteers / target audience. (but that's politics, dirty and ugly
> >>> politics, offtopic here, sorry!) But it happened elsewhere to other
> >>> Catholic run operations ! We just have to be careful, that's all.
> >> But the previous poster had a point.  You could sell the Windows CDs
> >> and use Linux for free.  Obviously I don't know the local politics,
> >> but I don't think the authorities would bust you for using free
> >> software.  It's more likely they'll bust you for letting the children
> >> access forbidden web sites.
>
> >> George
> >> --
> >> for email reply remove "/" from address
>
> > People have been arrested of having Linux CDs, for the authority
> > doesn't differentiate what programs are in the CDs. As long as the CD
> > has computer programs, and if it's not "official release" with
> > "official license" like what Microsoft offers (stickers and such), the
> > authority here will charge you for "PIRACY".
>
> > The penalty is heavy - RM20,000 (about 6,800USD) for each "pirate" CD.
>
> > That's Malaysia, and I kid you not !
>
> Does that mean that you can't back up the programs and data from your
> hard disk to CD?


If someone filed a complaint to the government, then you're right,
you'd be busted. In Malaysia, it's "Guilty until proven innocent". So
you'd be hauled into jail, hauled into the court, et cetera, before
you even got the chance to prove that you're innocent.

In everyday life, people do backups. As long as nobody file any
complaints, you're okay.

But in our case, the operation is run by Catholic people - and the
government really doesn't like Christians of any kind, except that
they do not have the law yet to ban Christianity. So all it takes if
someone, even an anonymous tip, to the authority and next thing you
know you are facing a judge, hiring a lawyer, and the case will linger
up to 8 years. (Justice system here is really corrupted)

Meanwhile, what the children are going to do? Back to the street
selling drugs and/or selling their bodies?
From: krw
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <MPG.220b850ba3a7572f9896e2@news.individual.net>
In article <23f03e11-2f3a-41b9-97ec-f4f287710559
@e4g2000hsg.googlegroups.com>, ······@catholic.org says...
> On Jan 30, 9:57 pm, "Rostyslaw J. Lewyckyj" <······@bellsouth.net>
> wrote:
> > pg wrote:
> > > On Jan 29, 11:23 am, George Neuner <·········@/comcast.net> wrote:
> > >> On Mon, 28 Jan 2008 03:48:18 -0800 (PST), pg <······@catholic.org>
> > >> wrote:
> >
> > >>> On Jan 28, 2:00 am, rpl <·········@yahoo.com.invalid> wrote:
> > >>>> I'm all for the OP using '98, but it occurs to me that they might be
> > >>>> able to get $40-50 for each win98se cd/license on e-bay or something.
> > >>> We got a whole stack of Win98SE CD, all genuine Microsoft issue! That
> > >>> enables us to use Win98SE without fear that the government will raid
> > >>> us with flimsy "copyright violation" or even "multimedia piracy"
> > >>> excuses.
> > >>> Not that we do anything illegal (we are trying to do the right thing
> > >>> in a crime infested slum area), but the government the rule Malaysia
> > >>> does not like our religion (hint, hint) nor the race of our
> > >>> volunteers / target audience. (but that's politics, dirty and ugly
> > >>> politics, offtopic here, sorry!) But it happened elsewhere to other
> > >>> Catholic run operations ! We just have to be careful, that's all.
> > >> But the previous poster had a point.  You could sell the Windows CDs
> > >> and use Linux for free.  Obviously I don't know the local politics,
> > >> but I don't think the authorities would bust you for using free
> > >> software.  It's more likely they'll bust you for letting the children
> > >> access forbidden web sites.
> >
> > >> George
> > >> --
> > >> for email reply remove "/" from address
> >
> > > People have been arrested of having Linux CDs, for the authority
> > > doesn't differentiate what programs are in the CDs. As long as the CD
> > > has computer programs, and if it's not "official release" with
> > > "official license" like what Microsoft offers (stickers and such), the
> > > authority here will charge you for "PIRACY".
> >
> > > The penalty is heavy - RM20,000 (about 6,800USD) for each "pirate" CD.
> >
> > > That's Malaysia, and I kid you not !
> >
> > Does that mean that you can't back up the programs and data from your
> > hard disk to CD?
> 
> 
> If someone filed a complaint to the government, then you're right,
> you'd be busted. In Malaysia, it's "Guilty until proven innocent". So
> you'd be hauled into jail, hauled into the court, et cetera, before
> you even got the chance to prove that you're innocent.
> 
> In everyday life, people do backups. As long as nobody file any
> complaints, you're okay.
> 
> But in our case, the operation is run by Catholic people - and the
> government really doesn't like Christians of any kind, except that
> they do not have the law yet to ban Christianity. So all it takes if
> someone, even an anonymous tip, to the authority and next thing you
> know you are facing a judge, hiring a lawyer, and the case will linger
> up to 8 years. (Justice system here is really corrupted)

If it's really that bad, it seems there is no hope for one in your 
position.  CYA with M$ isn't going to help if someone is out to get 
you.
 
> Meanwhile, what the children are going to do? Back to the street
> selling drugs and/or selling their bodies?
> 
Indeed that sounds like what the government wants.

-- 
Keith
From: Morten Reistad
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <n6u1of.1gi.ln@eden.reistad.name>
In article <··························@news.individual.net>,
krw  <···@att.bizzzzzzzzzz> wrote:
>In article <23f03e11-2f3a-41b9-97ec-f4f287710559
>@e4g2000hsg.googlegroups.com>, ······@catholic.org says...
>> On Jan 30, 9:57 pm, "Rostyslaw J. Lewyckyj" <······@bellsouth.net>
>> wrote:
>> > pg wrote:

>> >
>> > > People have been arrested of having Linux CDs, for the authority
>> > > doesn't differentiate what programs are in the CDs. As long as the CD
>> > > has computer programs, and if it's not "official release" with
>> > > "official license" like what Microsoft offers (stickers and such), the
>> > > authority here will charge you for "PIRACY".
>> >
>> > > The penalty is heavy - RM20,000 (about 6,800USD) for each "pirate" CD.
>> >
>> > > That's Malaysia, and I kid you not !
>> >
>> > Does that mean that you can't back up the programs and data from your
>> > hard disk to CD?
>> 
>> 
>> If someone filed a complaint to the government, then you're right,
>> you'd be busted. In Malaysia, it's "Guilty until proven innocent". So
>> you'd be hauled into jail, hauled into the court, et cetera, before
>> you even got the chance to prove that you're innocent.
>> 
>> In everyday life, people do backups. As long as nobody file any
>> complaints, you're okay.
>> 
>> But in our case, the operation is run by Catholic people - and the
>> government really doesn't like Christians of any kind, except that
>> they do not have the law yet to ban Christianity. So all it takes if
>> someone, even an anonymous tip, to the authority and next thing you
>> know you are facing a judge, hiring a lawyer, and the case will linger
>> up to 8 years. (Justice system here is really corrupted)
>
>If it's really that bad, it seems there is no hope for one in your 
>position.  CYA with M$ isn't going to help if someone is out to get 
>you.

If this is important to the Catholic church I am sure we could
make a "Canonic Linux" distro? After all, why should the Devil have
all the good software ?

Seriously. I know the Catholic church is struggling with 
language support and networking issues, as well as cost. A
dedicated Linux distro could change this.
 
>> Meanwhile, what the children are going to do? Back to the street
>> selling drugs and/or selling their bodies?
>> 
>Indeed that sounds like what the government wants.

Hmmm. What about making your own Linux distro and sell it ?

The beautiful part about the Berne convention is that you 
can drag your own government to court in another jurisdiction
very easily. This is the nature of the IP property law; it is
almost exclusively codified common law. 

-- mrr
From: krw
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <MPG.2207920a98a7cb389896c2@news.individual.net>
In article <43686d40-7c4f-4a94-a7d4-0eaf554f8b96
@s12g2000prg.googlegroups.com>, ···············@yahoo.com says...
> On Jan 28, 12:45 am, kkt <····@zipcon.net> wrote:
> > rpl <·········@yahoo.com.invalid> writes:
> > > krw wrote:
> > > > In article <············@registered.motzarella.org>, plinnane3
> > > > @yahoo.com.invalid says...
> >
> > > <win9x>
> > > >> depends on your POV; win98se does have alot of supporters.  I (continue
> > > >> to) use XP because it hasn't crashed since I installed it; if it wasn't
> > > >> for that I'd probably still be using win98se or winme; *much* lighter,
> > > >> more user-comprehensible, full command line; get infected and just
> > > >> reinstall in a couple minutes.
> >
> > > > All Win9x variants are a pile of shite.
> >
> > > ain't; they work fine as a personal computer OS, if consistently working
> > > isn't a big priority.
> >
> > Oh, sure, if you don't mind it crashing a lot.  And corrupting files.
> > And 8.3 filenames.  And only doing one application at a time.
> >
> > Tolerable for games, where crashing can be considered a hazard of the
> > course.  Intolerable for getting work done.
> >
> 
> Showing our ignorance? Did you ever use Win98?

No, I'm a lot smarter than that.

> Long filenames were introduced with Win95.

Yes, and never done correctly.

> Corrupted files? When/where?

Diskcopy was notorious for fucking up LFN->SFN mapping and then 
corresponding registry entries.

> One application at a time? That went away with Win3.1!

No, it certainly did not.  

> The OP may have limitations. We may not agree with them, but if they
> are limitations, we should at least provide the info requested without
> hitting the OP over the head with our insistence that the OP is
> running the wrong OS.

Even if he is?  Bullshit.

> Quite frankly, all PCs should run VMS!

There goes any credibility you might have had.

-- 
Keith
From: winston19842005
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <C3C3D408.A329%bjjlyates@bellsouth.net>
On 1/28/08 6:35 PM, in article
··························@news.individual.net, "krw" <···@kkk.kkk> wrote:

> In article <43686d40-7c4f-4a94-a7d4-0eaf554f8b96
> @s12g2000prg.googlegroups.com>, ···············@yahoo.com says...
>> On Jan 28, 12:45 am, kkt <····@zipcon.net> wrote:
>>> rpl <·········@yahoo.com.invalid> writes:
>>>> krw wrote:
>>>>> In article <············@registered.motzarella.org>, plinnane3
>>>>> @yahoo.com.invalid says...
>>> 
>>>> <win9x>
>>>>>> depends on your POV; win98se does have alot of supporters.  I (continue
>>>>>> to) use XP because it hasn't crashed since I installed it; if it wasn't
>>>>>> for that I'd probably still be using win98se or winme; *much* lighter,
>>>>>> more user-comprehensible, full command line; get infected and just
>>>>>> reinstall in a couple minutes.
>>> 
>>>>> All Win9x variants are a pile of shite.
>>> 
>>>> ain't; they work fine as a personal computer OS, if consistently working
>>>> isn't a big priority.
>>> 
>>> Oh, sure, if you don't mind it crashing a lot.  And corrupting files.
>>> And 8.3 filenames.  And only doing one application at a time.
>>> 
>>> Tolerable for games, where crashing can be considered a hazard of the
>>> course.  Intolerable for getting work done.
>>> 
>> 
>> Showing our ignorance? Did you ever use Win98?
> 
> No, I'm a lot smarter than that.

You'd have to prove it, with all your silly arguments.
> 
>> Long filenames were introduced with Win95.
> 
> Yes, and never done correctly.
> 
How would you have them done? Win95 had a real DOS that Windows ran on top
of, not this "silly emulation" we have with the later products. DOSBox does
a better job of emulating DOS than the shell XP provides.

>> Corrupted files? When/where?
> 
> Diskcopy was notorious for fucking up LFN->SFN mapping and then
> corresponding registry entries.

You were using Diskcopy? Did you by any chance look at the system tools that
included utilities to save/restore LFNs?
> 
>> One application at a time? That went away with Win3.1!
> 
> No, it certainly did not.

I ran multiple applications out of Win3.1 and later Win for workgroups.

> 
>> The OP may have limitations. We may not agree with them, but if they
>> are limitations, we should at least provide the info requested without
>> hitting the OP over the head with our insistence that the OP is
>> running the wrong OS.
> 
> Even if he is?  Bullshit.

The reply I expect from an asshole. Forget the problem definition &
requirements - you know better.

> 
>> Quite frankly, all PCs should run VMS!
> 
> There goes any credibility you might have had.

It was part tongue in cheek - not enough to rate an emoticon. But VMS was a
much better OS than DOS, Windows or Linux. Perhaps we should be running
TOPS-20.
From: CBFalconer
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <479D768F.221DE4C@yahoo.com>
kkt wrote:
> rpl <·········@yahoo.com.invalid> writes:
>> krw wrote:
>>> @yahoo.com.invalid says...
>>
>> <win9x>
>>>> depends on your POV; win98se does have alot of supporters.  I
>>>> (continue to) use XP because it hasn't crashed since I installed
>>>> it; if it wasn't for that I'd probably still be using win98se or
>>>> winme; *much* lighter, more user-comprehensible, full command
>>>> line; get infected and just reinstall in a couple minutes.
>>>
>>> All Win9x variants are a pile of shite.
>>
>> ain't; they work fine as a personal computer OS, if consistently
>> working isn't a big priority.
> 
> Oh, sure, if you don't mind it crashing a lot.  And corrupting
> files. And 8.3 filenames. And only doing one application at a time.

Funny thing, I am running a W98 FE installation, which was
installed around 2000, and never reinstalled.  It is protected by
ZoneAlarm 2.1.44.  Never been invaded (but I don't do stupid
things).  The filesystem handles horrible long filenames with
BLANKS embedded.  Whenever an app is brought down for illegal
operations I reboot as soon as possible.  Never corrupts files. 
Never noticed any limitation of applications running.

Other places I have Ubuntu 6.06 and Mandrake 8.0.  They work too.

Follow-ups set to reduce ridiculous cross-posting.

-- 
 [mail]: Chuck F (cbfalconer at maineline dot net) 
 [page]: <http://cbfalconer.home.att.net>
            Try the download section.


-- 
Posted via a free Usenet account from http://www.teranews.com
From: Ian Malcolm
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <fnkava$jjv$1@aioe.org>
Comments interspersed below, Mostly 'me too' on the same theme as Mr 
Falconer's reply ;-)
CBFalconer wrote:
> kkt wrote:
> 
>>rpl <·········@yahoo.com.invalid> writes:
>>
>>>krw wrote:
>>>
>>>>@yahoo.com.invalid says...
>>>
>>><win9x>
>>>
>>>>>depends on your POV; win98se does have alot of supporters.  I
>>>>>(continue to) use XP because it hasn't crashed since I installed
>>>>>it; if it wasn't for that I'd probably still be using win98se or
>>>>>winme; *much* lighter, more user-comprehensible, full command
>>>>>line; get infected and just reinstall in a couple minutes.
Yeah, you can bring a minimal 98SE up pretty fast if you keep the 
install files handy, but then its all the patches and customizations.
An XP install from an original CD without slipstreamed service packs and 
updates is *much* worse though.

OTOH if you have the savvy to maintain an image of your OS *with* all 
patches, small utilities and customizations but without any apps, you'll 
save a day or two of tweaking every time you reload.   A full image of 
your Win9x  is also worth it if you can aford the space. On XP I really 
miss the ability to easily replace damaged/corrupted files from a 
DOS/Console mode command line.
>>>>
>>>>All Win9x variants are a pile of shite.
Some Win9X systems were a P.O.S. out of the box, others were and if 
still used, mostly still are rock solid with a restricted set of apps 
chosen to avoid obviously buggy ones.  It mostly seemed to depend on the 
quality of the harrdware and drivers.

>>>
>>>ain't; they work fine as a personal computer OS, if consistently
>>>working isn't a big priority.
Works reliably if you avoid a few buggy apps that are known to be 
difficult to uninstall and aren't a trialware/crippleware whore.
Some apps one *needs* to use are too buggy for general use but dont get 
uninstalled because one develops a usable workaround:

e.g.: Microchip MPLAB V8.01 crashes consistantly if it tries to open a 
saved workspace with docked windows.  Workaround, undock them all before 
closing. (fortunately it has 'window sets' that let you save MDI window 
layouts, so thats just a menu click to dock/undock the whole lot.
>>
>>Oh, sure, if you don't mind it crashing a lot.  And corrupting
>>files. And 8.3 filenames. And only doing one application at a time.
Define crashing *a lot*, I've seen quite a few XP systems less stable . . .
8.3 name support is *essential* for legacy applications.  The rest of 
the time LFNs work just fine.  File corruption only seen if indulging in 
*total* idiocy with newer MSOffice apps. e.g. Anyone with half a clue, 
wont start editing a big document on a cheap unbranded floppy, but will 
copy it to the hard disk first . . .

> 
> 
> Funny thing, I am running a W98 FE installation, which was
> installed around 2000, and never reinstalled.  It is protected by
> ZoneAlarm 2.1.44.  Never been invaded (but I don't do stupid
Win98SE here, up since 2002, replaced Win95OSR2 with all personal data 
and *some* installed apps transferred (not reinstalled) which in turn 
replaced a Win311wg  with stuff moved from that.  Got a graphics utility 
I still use occasionally that was installed under Windows 3.1. Lost the 
installer so it gets zipped up, with a crude install script to stuff 
bits where it expects them.  My PMAIL directory dates back to the mid 
90's though the apps been upgraded fairly often.  Norton Personal 
Firewall 2001 has been keeping this box intrusion free since 2002. 
Overdue for replacement but rewriting all the custom rules for various 
server apps has been on my 'roundtuit' list for a long time.

> things).  The filesystem handles horrible long filenames with
> BLANKS embedded.  Whenever an app is brought down for illegal
> operations I reboot as soon as possible.  Never corrupts files. 
> Never noticed any limitation of applications running.
No serious limits short of obvious idiocy.  Editing multiple images >> 
50% of your ram is *not* clever ;-(
> 
> Other places I have Ubuntu 6.06 and Mandrake 8.0.  They work too.
Played around with some live CDs but aren't really into it.  Started to 
get into Linux in its early days, but work intervened.  How many many 
hours do you reckon it took you to get up to speed?  I dont pull many 
all-nighters now, If I want to be up for 36 hours then suffer from 
caffine withdrawel for the rest of the week, I can always go yachting :-)

-- 
Ian Malcolm.   London, ENGLAND.  (NEWSGROUP REPLY PREFERRED)
ianm[at]the[dash]malcolms[dot]freeserve[dot]co[dot]uk
[at]·@, [dash]=- & [dot]=. *Warning* HTML & >32K emails --> NUL:
'Stingo' Albacore #1554 - 15' Early 60's, Uffa Fox designed,
All varnished hot moulded wooden racing dinghy.
From: Peter Flass
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <479e5fe4$0$30718$4c368faf@roadrunner.com>
rpl wrote:

> krw wrote:
> 
> ain't; they work fine as a personal computer OS, if consistently working 
> isn't a big priority.  

Keep 'em coming folks.  Sounds like an OS I'd really want to run.

For 95/98/98SE, the ability to drop down to DOS,
> fiddle around then restart win.exe is a *very* nice thing to have for 
> maintenance chores.

OS/2 does this just fine.  It's really a great OS, it's just too bad IBM 
doesn't support it anymore;-)
From: krw
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <MPG.22084799fc35998c9896c7@news.individual.net>
In article <·························@roadrunner.com>, 
···········@Yahoo.com says...
> rpl wrote:
> 
> > krw wrote:
> > 
> > ain't; they work fine as a personal computer OS, if consistently working 
> > isn't a big priority.  
> 
> Keep 'em coming folks.  Sounds like an OS I'd really want to run.
> 
> For 95/98/98SE, the ability to drop down to DOS,
> > fiddle around then restart win.exe is a *very* nice thing to have for 
> > maintenance chores.
> 
> OS/2 does this just fine.  It's really a great OS, it's just too bad IBM 
> doesn't support it anymore;-)

I guess! I'd still be using it if at all possible.

-- 
Keith
From: Peter Flass
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <479e5e80$0$30718$4c368faf@roadrunner.com>
rpl wrote:
> 
> depends on your POV; win98se does have alot of supporters.  I (continue 
> to) use XP because it hasn't crashed since I installed it; if it wasn't 
> for that I'd probably still be using win98se or winme; *much* lighter, 
> more user-comprehensible, full command line; 


get infected and just reinstall in a couple minutes.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

I guess this is a virtue for windoze.
> 
> 
> rpl
From: krw
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <MPG.22084851d27eeb79896c8@news.individual.net>
In article <·························@roadrunner.com>, 
···········@Yahoo.com says...
> rpl wrote:
> > 
> > depends on your POV; win98se does have alot of supporters.  I (continue 
> > to) use XP because it hasn't crashed since I installed it; if it wasn't 
> > for that I'd probably still be using win98se or winme; *much* lighter, 
> > more user-comprehensible, full command line; 
> 
> 
> get infected and just reinstall in a couple minutes.
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> I guess this is a virtue for windoze.

Windows was never as easy to install as OS/2.  Windows loves that 
stinking registry.  With OS/2 one just keeps all applications on a 
separate partition.  If a reinstall is wanted, just blow away the OS 
partition, install, and drag the apps back to the desktop.  Done.  
It takes me weeks to do the same with XP (just went through it).

-- 
Keith
From: rpl
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <fnmcf7$1om$1@registered.motzarella.org>
Peter Flass wrote:
> rpl wrote:
>>
>> depends on your POV; win98se does have alot of supporters.  I 
>> (continue to) use XP because it hasn't crashed since I installed it; 
>> if it wasn't for that I'd probably still be using win98se or winme; 
>> *much* lighter, more user-comprehensible, full command line; 
> 
> 
> get infected and just reinstall in a couple minutes.
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> I guess this is a virtue for windoze.

yup, when in Rome, shoot Roman candles; note that my system has never 
been infected, but I used to reinstall 2-3 times a year just to clean 
things up.


rpl
From: CBFalconer
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <479D6B2D.AB0A8EE1@yahoo.com>
Timofei Shatrov wrote:
> Maciej Katafiasz <········@gmail.com> wrote:
>> Den Sun, skrev pg:
>>
>>> The computers will be Windows 98SE based
>>
>> Please don't. It's the worst possible OS to install for such a
>> scenario. It'll be unmaintainable for you, and (what's even
>> worse) will teach the kids that computers are inherently
>> unreliable and not to be trusted.
> 
> What a bunch of FUD. Win98 is easily the best OS Microsoft has
> ever created. Too bad they don't support it anymore.

It depends on the objective.  For the OP, and absolute beginners,
it is probably not good, and Ubuntu would be much better.  But for
many W98 is quite adequate, and it doesn't get between you and the
machine.

-- 
 [mail]: Chuck F (cbfalconer at maineline dot net) 
 [page]: <http://cbfalconer.home.att.net>
            Try the download section.


-- 
Posted via a free Usenet account from http://www.teranews.com
From: Waldek Hebisch
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <fnid1b$4oo$1@z-news.pwr.wroc.pl>
In comp.lang.lisp pg <······@catholic.org> wrote:
> I am in the process of setting up computers for a group of children,
> in the age between 7 to 12, who have never operate a PC before, with
> the intention to install educational / entertaining freewares for
> them.
> 
> The computers will be Windows 98SE based, with Pentium III or better
> CPU, 256MB of RAM each. Graphic is VGA, mostly S3-powered graphic
> cards.
> 
> I am thinking of installing Logo for them, but before I do that, I do
> need to ask the Gurus here for help.
> 
> Okay, now .. which flavor of Logo do you think best suit the children,
> as well as the computers? Or if you know of any offering from Lisp and/
> or Dylan that suit this task, kindly please share.
> 

You may consider Poplog system:

http://www.cs.bham.ac.uk/research/poplog/poplog.info.html

Poplog gives you four programming languages: Pop11, Common Lisp,
SML, and Prolog.  Poplog need only a few megabytes of memory and
will run pretty fast on 500 MHz processor.  Installation takes
about 70 Mb of disk space.  Pop11 is a language with similar
power to Common Lisp, but is more similar to traditional languages
(it uses Pascal like syntax).  For beginners Pop11 offers words
and list maniputaltions in Logo style, while advanced users can
use much more.

Let me mention some drawbacks.  First, on Windows Poplog is text-only
-- Poplog support graphics only on Linux.  Second, Poplog is not
localised: messages and documantation is in English.  AFAIK the
program can handle any language, but somebody would have to
translate texts...

-- 
                              Waldek Hebisch
·······@math.uni.wroc.pl 
From: pg
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <009a63f8-573a-404d-9089-7ec1ac69b6e8@l32g2000hse.googlegroups.com>
On Jan 27, 8:55 am, Waldek Hebisch <·······@math.uni.wroc.pl> wrote:
> In comp.lang.lisp pg <······@catholic.org> wrote:
>
>
>
> > I am in the process of setting up computers for a group of children,
> > in the age between 7 to 12, who have never operate a PC before, with
> > the intention to install educational / entertaining freewares for
> > them.
>
> > The computers will be Windows 98SE based, with Pentium III or better
> > CPU, 256MB of RAM each. Graphic is VGA, mostly S3-powered graphic
> > cards.
>
> > I am thinking of installing Logo for them, but before I do that, I do
> > need to ask the Gurus here for help.
>
> > Okay, now .. which flavor of Logo do you think best suit the children,
> > as well as the computers? Or if you know of any offering from Lisp and/
> > or Dylan that suit this task, kindly please share.
>
> You may consider Poplog system:
>
> http://www.cs.bham.ac.uk/research/poplog/poplog.info.html
>
> Poplog gives you four programming languages: Pop11, Common Lisp,
> SML, and Prolog.  Poplog need only a few megabytes of memory and
> will run pretty fast on 500 MHz processor.  Installation takes
> about 70 Mb of disk space.  Pop11 is a language with similar
> power to Common Lisp, but is more similar to traditional languages
> (it uses Pascal like syntax).  For beginners Pop11 offers words
> and list maniputaltions in Logo style, while advanced users can
> use much more.
>
> Let me mention some drawbacks.  First, on Windows Poplog is text-only
> -- Poplog support graphics only on Linux.  Second, Poplog is not
> localised: messages and documantation is in English.  AFAIK the
> program can handle any language, but somebody would have to
> translate texts...
>
> --
>                               Waldek Hebisch
> ·······@math.uni.wroc.pl

Thanks a lot for the info !

How come the development for Window Poplog had stopped ?
From: Waldek Hebisch
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <fnlgf5$nk1$1@z-news.pwr.wroc.pl>
In comp.lang.logo pg <······@catholic.org> wrote:
> On Jan 27, 8:55 am, Waldek Hebisch <·······@math.uni.wroc.pl> wrote:
> > In comp.lang.lisp pg <······@catholic.org> wrote:
>
> Thanks a lot for the info !
> 
> How come the development for Window Poplog had stopped ?

Well, I would say to Windows and free software does not go well
together.  For example I like to share may work with other
-- I feel good allowing others use my work.  But to really well
support program on Windows I would have to pay for Windows
first.  That is too much for me.  

-- 
                              Waldek Hebisch
·······@math.uni.wroc.pl 
From: John Thingstad
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <op.t5ls7qtjut4oq5@pandora.alfanett.no>
P� Sun, 27 Jan 2008 13:42:40 +0100, skrev pg <······@catholic.org>:

> Hello to all the gurus here !
>
> I am in the process of setting up computers for a group of children,
> in the age between 7 to 12, who have never operate a PC before, with
> the intention to install educational / entertaining freewares for
> them.
>
> The computers will be Windows 98SE based, with Pentium III or better
> CPU, 256MB of RAM each. Graphic is VGA, mostly S3-powered graphic
> cards.
>
> I am thinking of installing Logo for them, but before I do that, I do
> need to ask the Gurus here for help.
>
> Before I continue, some background. I'm from Malaysia, a third world
> country, and the children that our computers are for are from poverty
> stricken families. The computers will be placed in a "after school
> hang out place" operated by a Catholic Charity organization. The
> children can understand the Chinese language but not very familiar
> with the English language.
>
> Okay, now .. which flavor of Logo do you think best suit the children,
> as well as the computers? Or if you know of any offering from Lisp and/
> or Dylan that suit this task, kindly please share.
>
> The computers are all donated stuffs, so they are not really fast, nor
> powerful. With 256MB of RAM each, I doubt they can run any fancy
> programs.
>
> Would be very grateful for any help / suggestion / pointer that you
> can offer.
>
> Thanks again !

Just thought I would warn you that Microsoft no longer supports Windows 98.
This in particular means browsers and the like will be out of date.
Some plugins probably won't install some pages won't display right etc.
Personally I would feel better running a Linux and a new version of  
Firefox or Opera.
What you save initially by not learning Linux could quickly be eaten up in  
the time spent fixing problems.
Linux's can be gotten for free and Linux comes with a vast number of  
languages out of the box.
For teaching programming I might suggest Python which is easy to learn.
There is a also a SmallTalk implementation called Squeak which is child  
friendly, free, and not very demanding on resources. Java is the last  
thing I would choose at it is almost guarantied to eat up all your  
resources. (And it is a fairly difficult language to learn.)

--------------
John Thingstad
From: Peter Flass
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <479e53ae$0$30709$4c368faf@roadrunner.com>
John Thingstad wrote:

> P� Sun, 27 Jan 2008 13:42:40 +0100, skrev pg <······@catholic.org>:
> 
>> Hello to all the gurus here !
>>
>> I am in the process of setting up computers for a group of children,
>> in the age between 7 to 12, who have never operate a PC before, with
>> the intention to install educational / entertaining freewares for
>> them.
>>
>> The computers will be Windows 98SE based, with Pentium III or better
>> CPU, 256MB of RAM each. Graphic is VGA, mostly S3-powered graphic
>> cards.
>>
>> I am thinking of installing Logo for them, but before I do that, I do
>> need to ask the Gurus here for help.
>>
>> Before I continue, some background. I'm from Malaysia, a third world
>> country, and the children that our computers are for are from poverty
>> stricken families. The computers will be placed in a "after school
>> hang out place" operated by a Catholic Charity organization. The
>> children can understand the Chinese language but not very familiar
>> with the English language.
>>
>> Okay, now .. which flavor of Logo do you think best suit the children,
>> as well as the computers? Or if you know of any offering from Lisp and/
>> or Dylan that suit this task, kindly please share.

Logos for Linux:
    http://freshmeat.net/browse/171/
From: Andreas Micheler
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <479CF3C7.8080003@Student.Uni-Augsburg.de>
pg wrote:
> The computers will be Windows 98SE based, with Pentium III or better
> CPU, 256MB of RAM each. Graphic is VGA, mostly S3-powered graphic
> cards.

Pentium III are already pretty fast.
I have developed a few years on an Pentium II 300MHz,
before I got my Pentium IV.
I had 192 MB, and WinXP ran quite well on it.
At the time I had used it,
I had absolutely no experience with Linux,
and I feared it's complexity.
But that's long over.
Now I'm using several Linuxes, and especially Kubuntu is great & easy.

 > I am thinking of installing Logo for them, but before I do that, I do
 > need to ask the Gurus here for help.

I have compiled aUCBLogo for Kubuntu-6.06 and 7.04.
Here are the packages:
<http://www.physik.uni-augsburg.de/~micheler/Logo.html>

You can also try
<http://www.physik.uni-augsburg.de/~micheler/aucblogo-4.8-windows98-debug.zip>
but Win98 itself is very unstable,
as well as the Debug version of aUCBLogo-4.8.

I'm developing aUCBLogo already for several years,
and aUCBLogo-4.7 is quite nice
and can produce high quality 3D animations.

> Before I continue, some background. I'm from Malaysia, a third world
> country, and the children that our computers are for are from poverty
> stricken families. The computers will be placed in a "after school
> hang out place" operated by a Catholic Charity organization. The
> children can understand the Chinese language but not very familiar
> with the English language.

aUCBLogo-4.7 is localizable, but still only ASCII.
aUCBLogo-4.8 can be compiled in Unicode mode,
and the primitives are in parts already translated into Chinese,
as is the user interface.

> Okay, now .. which flavor of Logo do you think best suit the children,
> as well as the computers? Or if you know of any offering from Lisp and/
> or Dylan that suit this task, kindly please share.

On Windows 98 you may also run FMSLogo or Elica, I guess.
But Linux is so much nicer than Win98,
so I really recommend Kubuntu and aUCBLogo or XLogo.
XLogo is also translated into several Languages,
but I guess they use Java, so it might not be as memory efficient.
aUCBLogo-4.7 is a pure interpreter,
so it's not really fast,
but I'm working on a "compile" function in aUCBLogo-4.8,
which already can compile simple procedures,
that use only global variables.

> The computers are all donated stuffs, so they are not really fast, nor
> powerful. With 256MB of RAM each, I doubt they can run any fancy
> programs.

If harddisc space is the problem, you may try Knoppix Linux:
it even does not need a harddisc.

Cheers,
Andreas
From: Slobodan Blazeski
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <13355bdd-6d46-442a-9880-4d81f350381f@v17g2000hsa.googlegroups.com>
On Jan 27, 4:13 pm, pg <······@catholic.org> wrote:
> On Jan 27, 6:54 am, Maciej Katafiasz <········@gmail.com> wrote:
>
> > Den Sun, 27 Jan 2008 04:42:40 -0800 skrev pg:
>
> > > The computers will be Windows 98SE based
>
> > Please don't. It's the worst possible OS to install for such a scenario.
> > It'll be unmaintainable for you, and (what's even worse) will teach the
> > kids that computers are inherently unreliable and not to be trusted. If
> > it has to be windows, try to get win2k licenses, it'll run on 256MB just
> > fine. If you don't have to stick to windows, try a linux (unfortunately
> > my personal favourite desktop, GNOME, won't quite run satisfactorily, but
> > XFce will, I have used it on a 48MB machine, and it's still easy to use
> > set up); for instance Ubuntu is a very easy to install distribution and
> > has plenty of flavours, including Xubuntu for which XFce is the primary
> > desktop.
>
> Thanks for replying.
>
> There are several problems that we are facing here:
>
> A) Everything we have are donated stuffs. All the computers are
> donated, actually, they are computers that people throw away. We got
> them for free, fix them up as well as we could, and we can only find
> 256MB of RAM for each of them.
256MB is good amount of RAM If you don't plan to play games, image or
video processing or something like that. I bought my P4 in 2002 with
256 MB and upgraded year ago to 768MB
>
> B) Due to the limited RAM, we can't run any other OS than Win98SE or
> WinME.
I run XP with 256 RA for 5 years
> Plus, we do not want to infringe on any copyright issue. We got
> a pile of old Win98SE genuine MS CDs, so we kinda like like have no
> other choice but to use Win98SE.
If you have at least one internet connection try ubuntu it's very easy
to use and all of the software needed is free as well. It's a very
polished distro. If you can't have an internet connection maybe it's
better to stick with 98, linux needs little tweaking now and then to
become *usable*. Most of it's applications are rather spartan but they
usually do the job.
>
> C) This entire operation runs on a very very tight budget. These are
> the children that people don't care about. They all come from poverty
> stricken families, and they are at the edge of becoming street kids.
> What we do there is to keep them in school, provide them with some
> incentives to keep learning, keep exploring, etc.
Noble mission.
>
> D) We do not have any license to run Win2000 or WinXP, and we do not
> have the money to buy them either. On the Linux side, so far I am
> still trying to learn Linux, I can set up a system, just a base
> system. Installing packages, on the other hand, is still too much for
> me.
You can learn ubuntu easily, there are great community to help you
almost immediately.
>
> E) As I mention earlier, these are the kids people don't care about,
> therefore, our operation is facing the same fate - people just do not
> care about us, period. No funding, no help, no nada. We all do it out
> of our own time, our own pocket, our own everything. In other words,
> we have absolutely NO leeway to get fancy stuffs. That is why I'm
> looking for freeware, abandonedware, and/or open-sourced softwares to
> get the whole thing going.
There's a pile of programs that fitas your needs. If you want to teach
them common lisp, there is many free implementations both commercial
and opensource
>
> Yes, it's like a chop-chop thing, nothing fancy. But we are doing it.
> That is why I need the help from all the Gurus here. Please share with
> us any of your suggestion, opinion, point, tip, etc. I thank you for
> it.
If you plan to run on almost no budget and have at least one live
connection go for linux, most of the software over there is free. In
the windows world there's a lot of shareware or limited versions but
people still expect to pay most of the time.
>
> > I wonder if OLPC's Sugar is currently portable to anything besides XOs,
> > it's designed exactly for the type of usage you have, so it'd be a
> > perfect fit.
>
> See, even OLPC is a luxury for us. Do you know what USD100 can buy
> here? Remember that this is a third world country, and our conversion
> rate is 3.3 to 1. USD100 is 330 of our local currency here, and this
> can buy A LOT OF STUFFS !
>
> In fact, if I purchase 2 OLPC for USD100 each, the USD200 can get me a
> NEW PC with Intel Duo-Core CPU, and 1GB of DDR2 RAM and a 120GB SATA
> hard disk. Of course, it doesn't have any software, nor any OS.
>
> And in our situation, all our PC are FREE - yeah, NO CHARGE. Yes, they
> are OLD PCs, Pentium III, ranges from 500MHz to 900MHz. But they do
> run, and that's the important thing here.
500MHz to 900MHz CPUs are good processors, unles you plan to play
games or image/video processing they will do just fine
>
> > As for programming environment, I can't really help with Logos, I have no
> > idea about them. I don't think there's any pre-packaged CL distro that
> > you could just give to kids for them to play with, especially the
> > graphical part is lacking. As Rainer suggests, there are several schemes
> > that concentrate on rich feedback,http://www.pawfal.org/fluxus/isone
> > of the new things it seems. A Smalltalk would also do, they're all big on
> > the "play with things on the screen" side.
> > Cheers,
> > Maciej
>
> I'll check with the Scheme people, thank you very much for sharing the
> info (and thanks to Rainer as well!). My initial pick was Logo because
> it was made with the original intention of giving kids a start in
> programming, at least, conceptually. Perhaps you're right, there are
> other things out there, like Scheme. But I'll check with them.
What's wrong with common lisp? It has a large and vital community to
answer your questions when you got stuck
tons of free to download ebooks
http://www-cgi.cs.cmu.edu/afs/cs.cmu.edu/user/dst/www/LispBook/index
http://www.gigamonkeys.com/book/
http://www.psg.com/~dlamkins/sl/contents.html
http://www.markwatson.com/opencontent/
http://www.cse.buffalo.edu/~shapiro/Commonlisp/
http://www.franz.com/resources/educational_resources/cooper.book.pdf
free videos from Franz certification courses:
http://www.franz.com/services/classes/download.lhtml
A lot of high quality implementation both free as in beer or open
source:
 (free commercial software)
http://www.franz.com/downloads/allegrodownload.lhtml
http://www.lispworks.com/downloads/index.html
http://www.cormanlisp.com/download.html
opensource
http://www.gigamonkeys.com/lispbox/#download
http://sbcl.sourceforge.net/platform-table.html
http://clisp.cons.org/
http://ecls.sourceforge.net/
Not to mention  countless tutorials & open source libraries.

>
> Thanks again for everything.
>
> Hope that other Gurus here, if you have anything to share, please do
> so.
I'm far from guru, but good luck with your program.

cheers
Slobodan
From: pg
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <3d7d7d45-3cda-4c71-9dae-dc5e7da63377@u10g2000prn.googlegroups.com>
On Jan 27, 1:12 pm, Andreas Micheler <················@Student.Uni-
Augsburg.de> wrote:
> pg wrote:
> > The computers will be Windows 98SE based, with Pentium III or better
> > CPU, 256MB of RAM each. Graphic is VGA, mostly S3-powered graphic
> > cards.
>
> Pentium III are already pretty fast.
> I have developed a few years on an Pentium II 300MHz,
> before I got my Pentium IV.
> I had 192 MB, and WinXP ran quite well on it.
> At the time I had used it,
> I had absolutely no experience with Linux,
> and I feared it's complexity.
> But that's long over.
> Now I'm using several Linuxes, and especially Kubuntu is great & easy.
>
>  > I am thinking of installing Logo for them, but before I do that, I do
>  > need to ask the Gurus here for help.
>
> I have compiled aUCBLogo for Kubuntu-6.06 and 7.04.
> Here are the packages:
> <http://www.physik.uni-augsburg.de/~micheler/Logo.html>
>
> You can also try
> <http://www.physik.uni-augsburg.de/~micheler/aucblogo-4.8-windows98-de...>
> but Win98 itself is very unstable,
> as well as the Debug version of aUCBLogo-4.8.
>
> I'm developing aUCBLogo already for several years,
> and aUCBLogo-4.7 is quite nice
> and can produce high quality 3D animations.
>
> > Before I continue, some background. I'm from Malaysia, a third world
> > country, and the children that our computers are for are from poverty
> > stricken families. The computers will be placed in a "after school
> > hang out place" operated by a Catholic Charity organization. The
> > children can understand the Chinese language but not very familiar
> > with the English language.
>
> aUCBLogo-4.7 is localizable, but still only ASCII.
> aUCBLogo-4.8 can be compiled in Unicode mode,
> and the primitives are in parts already translated into Chinese,
> as is the user interface.
>
> > Okay, now .. which flavor of Logo do you think best suit the children,
> > as well as the computers? Or if you know of any offering from Lisp and/
> > or Dylan that suit this task, kindly please share.
>
> On Windows 98 you may also run FMSLogo or Elica, I guess.
> But Linux is so much nicer than Win98,
> so I really recommend Kubuntu and aUCBLogo or XLogo.
> XLogo is also translated into several Languages,
> but I guess they use Java, so it might not be as memory efficient.
> aUCBLogo-4.7 is a pure interpreter,
> so it's not really fast,
> but I'm working on a "compile" function in aUCBLogo-4.8,
> which already can compile simple procedures,
> that use only global variables.
>
> > The computers are all donated stuffs, so they are not really fast, nor
> > powerful. With 256MB of RAM each, I doubt they can run any fancy
> > programs.
>
> If harddisc space is the problem, you may try Knoppix Linux:
> it even does not need a harddisc.
>
> Cheers,
> Andreas

Many thanks for your aUCBLogo !

Will sure download them and try it out !

Thanks again for your generosity !
From: Alan Crowe
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <86sl0h1ytc.fsf@cawtech.freeserve.co.uk>
Andreas Micheler <················@Student.Uni-Augsburg.de> writes:

> pg wrote:
> > The computers will be Windows 98SE based, with Pentium III or better
> > CPU, 256MB of RAM each. Graphic is VGA, mostly S3-powered graphic
> > cards.
> 
> Pentium III are already pretty fast.
> I have developed a few years on an Pentium II 300MHz,
> before I got my Pentium IV.

Strangely enough I've reading this using a 166MHz Pentium
with 168MB of RAM.

FreeBSD 4.1-RELEASE #0: Fri Jul 28 14:30:31 GMT 2000
    ···@ref4.freebsd.org:/usr/src/sys/compile/GENERIC
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium/P55C (165.79-MHz 586-class CPU)
  Origin = "GenuineIntel"  Id = 0x544  Stepping = 4
  Features=0x8001bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,MMX>
real memory  = 167772160 (163840K bytes)
avail memory = 158842880 (155120K bytes)

I've not got round to upgrading the operating system due to
incompetence and ill health.

Is that enough to run lisp?

Well, I installed an up to date operating system on a more
powerful machine during a window of good health

FreeBSD 5.4-RELEASE #0: Sun May  8 10:21:06 UTC 2005
    ····@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Pentium II/Pentium II Xeon/Celeron (350.80-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x652  Stepping = 2
  Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR>
real memory  = 268369920 (255 MB)
avail memory = 252964864 (241 MB)

and installed Firefox, emacs, slime, CMUCL, and SBCL.

350MHZ Pentium II with 256MB

It seems plenty fast enough. I wrote some code for music
synthesis, direct algorithmic synthesis, with each sample
computed by Lisp code, and it runs in real time.

Also, my crude 3D viewer code rotates simple wire frames in
real time.

http://www.cawtech.demon.co.uk/clx/3D-viewer/index.html

(and could work much better, I've a X event backlog problem
that I now know how to fix.)

Unfortunately I cannot tell whether my comments are really
helpful to the original poster because I'm using fvwm2 as my
window manager. I've not burdened my old machines with a
``desk top''. If a modern desk top is essential for 7 to 12
year olds then I don't know.

For older children, who can type commands into an xterm,
crappy old machines, even worse than Pentium III, are
perfectly usable. They are much more powerful than people
now-a-days realise, it is just a matter of dodging those
particular programs that throw it all away.

Alan Crowe
Edinburgh
Scotland
From: Josh Anderson
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <66f32cfa-cd65-48d3-9e97-7967e1c51e56@e25g2000prg.googlegroups.com>
I will second the recommendation for Ubuntu or Edbuntu. You won't find
a Linux distribution that is much easier to install and maintain.
Automatic updates, point-and-click software installation, high
reliability: it's all there.

I would also recommend taking the time to look into the OLPC software,
though. I haven't used it myself, but from what I've read it looks
like an excellent choice, especially since there are language issues.
(The Sugar GUI is light on language and heavy on pictograms.) Of
course, I'd bet that any localized versions of Ubutuntu/Edbuntu you
need are available.

If you're still skeptical about going the Linux route, I suggest
downloading Damn Small Linux and giving it a try one of the machines.
At only 50MB, the time investment will be small, and it will give you
a good idea of how well Linux can perform on old hardware. (There is
no need to install the software--it will run entirely from the CD.)

As for languages, I think that Logo is a great idea. The graphical
component will keep kids interested. (It kept me interested, anyway.)
Lisp or Scheme could be a good choice for older children, but the lack
of an easy way to do graphical stuff limits its appeal.

There *is* Lush (http://lush.sourceforge.net/), which hooks into the
Standard Development Library for multimedia stuff. They have a simple
lunar lander game in 60 lines of code on their site, but that requires
learning quite a bit about the SDL. I'm sorry I don't have a better
suggestion from the Lisp/Scheme realm. Even with out the graphics, it
would be good for network programming and/or text-based games.

Finally, please try to avoid Windows 98. I know that it's easy for you
to get started with, but it's also really, really fragile. Believe me,
I lived with it for about two years. Preventing users from modifying
the software on the machines or "breaking" them (intentionally or
unintentionally) will be difficult or impossible without third-party
software like DeepFreeze. You'll also have to mess with virus scanner
and firewall software.

I wish you the best of luck with this project!

-Josh
From: pg
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <cadf2f5f-14fe-4383-b005-96f53084635f@e23g2000prf.googlegroups.com>
On Jan 27, 11:06 pm, Josh Anderson <·········@csufresno.edu> wrote:
> I will second the recommendation for Ubuntu or Edbuntu. You won't find
> a Linux distribution that is much easier to install and maintain.
> Automatic updates, point-and-click software installation, high
> reliability: it's all there.
>
> I would also recommend taking the time to look into the OLPC software,
> though. I haven't used it myself, but from what I've read it looks
> like an excellent choice, especially since there are language issues.
> (The Sugar GUI is light on language and heavy on pictograms.) Of
> course, I'd bet that any localized versions of Ubutuntu/Edbuntu you
> need are available.
>
> If you're still skeptical about going the Linux route, I suggest
> downloading Damn Small Linux and giving it a try one of the machines.
> At only 50MB, the time investment will be small, and it will give you
> a good idea of how well Linux can perform on old hardware. (There is
> no need to install the software--it will run entirely from the CD.)
>
> As for languages, I think that Logo is a great idea. The graphical
> component will keep kids interested. (It kept me interested, anyway.)
> Lisp or Scheme could be a good choice for older children, but the lack
> of an easy way to do graphical stuff limits its appeal.
>
> There *is* Lush (http://lush.sourceforge.net/), which hooks into the
> Standard Development Library for multimedia stuff. They have a simple
> lunar lander game in 60 lines of code on their site, but that requires
> learning quite a bit about the SDL. I'm sorry I don't have a better
> suggestion from the Lisp/Scheme realm. Even with out the graphics, it
> would be good for network programming and/or text-based games.
>
> Finally, please try to avoid Windows 98. I know that it's easy for you
> to get started with, but it's also really, really fragile. Believe me,
> I lived with it for about two years. Preventing users from modifying
> the software on the machines or "breaking" them (intentionally or
> unintentionally) will be difficult or impossible without third-party
> software like DeepFreeze. You'll also have to mess with virus scanner
> and firewall software.
>
> I wish you the best of luck with this project!
>
> -Josh

Thanks, Josh, for your wonderful suggestions ! I will look into every
single one of them.

Thanks again !
From: Ties  Stuij
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <2fa3a81f-3376-40cb-b493-2d351f894cf5@q21g2000hsa.googlegroups.com>
First of all, if you haven't already done so, read Mindstorms. It's a
really nice book about using computers to teach concepts. It's from
the (co?) You can download it for free by signing up for a free, no-
strings attached web account. Which is written by the way by Seymour
Papert, co-developer of Logo. More on acquiring the Mindstorms pdf is
to be found here: http://lambda-the-ultimate.org/node/2609

Concerning programming languages there is something to say for Etoys.
Not just for it's easy scripting, but also because of the momentum the
OLPC is giving it. Different groups around the world are implementing
Etoys activities for for example maths and learning English. And I
know for example OLE Nepal and OLPC Austria/a group of European based
OLPC hackers are right now looking for ways to collaborate and
internationalize those activities. You could benefit directly from
that. They would only require translating and if stuff pans out as
planned that would require not much more than the translating itself.

Note that this isn't OLPC specific, just Etoys specific. And Etoys,
through Squeak (a Smalltalk implementation) runs on any of the major
operating systems. At the moment OLE Nepal is also looking at ways to
integrate this with server-based performance tracking, something that
the Sugar devs mmare also working on. I'd say you should really drop
the OLE Nepal team a line and see where they're heading
(olenepal.org).

In line with that I'd also suggest using Sugar. You would be able to
leverage a lot of development power for exactly the purpose you're
aiming at. But with not so much linux knowledge i can see how that can
be a bit difficult to set up. But it's very much worth a try. And you
definetely want to give Linux a try. You're gonna feel a bit uncertain
in the beginning but it will pay off in the end. Also I suspect you'd
get lots of support from the Linux community.

Also try Malaysian linux groups for help. I know The OLE Nepal guys
have gotten nice local support for for example Devanagari encoding in
Linux.

/Ties
From: pg
Subject: Re: Seeking help for learning system for absolute beginners
Date: 
Message-ID: <ab9c29c3-a4ff-4110-b629-cb93fc5237a1@j78g2000hsd.googlegroups.com>
Many many thanks for the tips ! I've just activated a free ACM
account, and am in the process to download the MindStorms book. Will
read it offline when I got the time.

Thanks again ! !

On Jan 29, 4:25 am, Ties  Stuij <·······@gmail.com> wrote:
> First of all, if you haven't already done so, read Mindstorms. It's a
> really nice book about using computers to teach concepts. It's from
> the (co?) You can download it for free by signing up for a free, no-
> strings attached web account. Which is written by the way by Seymour
> Papert, co-developer of Logo. More on acquiring the Mindstorms pdf is
> to be found here:http://lambda-the-ultimate.org/node/2609
>
> Concerning programming languages there is something to say for Etoys.
> Not just for it's easy scripting, but also because of the momentum the
> OLPC is giving it. Different groups around the world are implementing
> Etoys activities for for example maths and learning English. And I
> know for example OLE Nepal and OLPC Austria/a group of European based
> OLPC hackers are right now looking for ways to collaborate and
> internationalize those activities. You could benefit directly from
> that. They would only require translating and if stuff pans out as
> planned that would require not much more than the translating itself.
>
> Note that this isn't OLPC specific, just Etoys specific. And Etoys,
> through Squeak (a Smalltalk implementation) runs on any of the major
> operating systems. At the moment OLE Nepal is also looking at ways to
> integrate this with server-based performance tracking, something that
> the Sugar devs mmare also working on. I'd say you should really drop
> the OLE Nepal team a line and see where they're heading
> (olenepal.org).
>
> In line with that I'd also suggest using Sugar. You would be able to
> leverage a lot of development power for exactly the purpose you're
> aiming at. But with not so much linux knowledge i can see how that can
> be a bit difficult to set up. But it's very much worth a try. And you
> definetely want to give Linux a try. You're gonna feel a bit uncertain
> in the beginning but it will pay off in the end. Also I suspect you'd
> get lots of support from the Linux community.
>
> Also try Malaysian linux groups for help. I know The OLE Nepal guys
> have gotten nice local support for for example Devanagari encoding in
> Linux.
>
> /Ties