If you use rsync to copy the files back and forth
then you can use mbox no problime it will only copy parts of the file which changed. You would run in to a problime if there were changes in more then one file thoe. You could also consider CVS as a tool to distrubute you mail. It could handle the changes for multypul copys of the mbox and merge them. Plus you would never loose a message by acident.
It seems that if you allready have a
divece to copy works then you don't have to obtain
it. There for people who have DeCSS can use it
(asuming it is not illeagle on othere grounds) to
copy DVDs for there own use.
I was talking to somone, who has been staying up late hacking perl to make this happen, last thursday about this and it just is not true thay are not done. some one in marketing or somthing just desided to ship now. I am actuly not kidding what thay rilly have is some sort of plan of how to finish called the golden path or somthing. UCSC has been doing lots of good work on this but the sequencing is not finished from what I here.
PDF's alow you to chang the file just by adding to the end of it. so to get the orignal file just open it up with emacs find the end of the orginal file then delete the rest and re open it in your favirot pdf viwer. the full spec for pdf is on adobes web site.
This describes the typical Unix situation, which is not the typical Linux situation. There, more people have installed their own system and have root priviliges. And the less savvy the user, the bigger the chance that the root user is the only account on the system.
True but as linux moves ferther in to the home I think you will see less people who even know what root is letalown use it. look at how corel linux is set up. Secndly for bissness users the opsit will be true. I know the TI deparments are druling over the power thay would have if linux/unix was the desk top os of choise. It should also be noted that bissness users are the most impacted by viruses.
Your mak example is a jake. It is nothing like a viruses. it is not a infected file is just a bad program. Ferthere not only would it quickly be ditected it would only effect the retivitly small (and becoming smaller) number of users who aculy compile there programs instead of just using a package. (packeages have check sums and could, and should, be signed to prevent infection on them; as well as the fact that most people get packages of CD's)
This sounds like a neet project... Very tempting to work on. one thing which is good is that there is allready a cupple of realtime extentions to linux and it appears that there will now be standerdisation in there APIs.
But that is absolutely *NOT* the case when it comes to specialized areas of natural language where clarity and precision are at a premium. I *WANT* air-traffic controllers to speak in a highly structured, syntactically and lexically limited, and stereotypical fashion! I really *DO NOT* want them to use free verse!
The problime is that once you get past the learning stage of a language this no longer holds true In the way you think. You are right that well defined sublanguges are imporant for code maintance but a compilar *CAN NOT* enforce this. The only way to have clean clear code is to have riger in your programing. I program in perl and python and some of the things I have done in python would make its pundents cry. Any ridged structer can be abused. The difrance is that when I am programing in perl I am never FORCED to do somthing ugly; in python in contrast there have been cases where the language was to restrictive and to get the job done I had to push the rules to there limites and wirte code which was far from clear. To emphisize my point a restricitve language can not stop you form doing bad things only you can do that; furthere a restrictive language makes some thigs near imposible forceing you to do questionabale things to achive your goals.
The othere perl saying that this artical left out is "The easy things are easy and the hard things are posible."
Good code comes form beter programers not restrictive languages.
when I opted out thay toled me my ID it wasent a very long number. Now I am sure that thay have more then enough id's for every one in the world, probly way more then enough, but what if there were houdreds or thousands of people continusaly making requests for cookies and then deleteing them. How long untill we could exaust there ID space?
The guy who made these is the same guy who caught the German hackers who were soposadaly selling secrets to the Russians. As potrayed in the NOVA episode The Coocoos Egg as well as many books on hackers in the 80's.
Carmac is right about the fact that a cheet free systome is imposable. That is with respect to avalable computing resources. even if you off load all of the accounting to the server there is still the posibality to hack you GL driver so that it dosent render walles so that you can see who is on the othere side. this hack is even out side the game so you can't fix it with a closed game. the only way to fix this would to have the server to the rendering which is not feasable with todays resourses.
What I think you could do in stead is require users to get a CERT in a way that would make it hardish to get one with a false identity. you could then not wory about trusting the clyent you just have to trust the user if there is suspected cheeting then it can be investagetated and with the positive result being revocation of the CERT. This is of corse just moving the problime else where but I think that there are easer solutions in this relm. No I don't think the useing CERTs will solve the problime compleatly but I do think it will offer more effective sloution then through the use of just software.
well the trouth about translation is that the state of the art "wprking" systome do use a form of phrase structer grammer called HPSG (Head Driver Phrase Structer Grammer). There are older systomes which use GPSG (Genrlised Phrase Structer Grammer) which is the predisesor to HPSG. The tick is that the grammers are neatherer simple nore lucid and have thousands of rules. There are othere ways of buliding a natural language paser using theroys such as purly systacal aproches or GB (Government and Binding) but systacal atempts have not worked well and where GB has good theroy and is simple so far no one hase been able to write one which can run at a good speed. (I bleave that the best ones have taken up to and hour to parce one seantence).
There is also the problime that there are still manny kinds of pharases for which no one is sure what there structure is and even more which the sturcter is hotly debated.
anny way check my othere post on this story to learn how GPL Trans aculy works.
I posted this a reply to a comment but then thought maby it should be its own thread.
The problime is that most if not all of these systomes know nothing about meaning at all. All that do is try to match one set of strings to a difrent set of strings. GPL Trans works by the substuation methoud.
>from: Mooneer Salem > > It is a system where words in a phrase that > can be substituted are > marked by %phrase% > For example: > > English: My name is %phrase1%. > Spanish: Me llamo %phrase1%. >
This genreal systome can be extended in to a phrase sturcture grammer with pares of rules for each language. ex: english: S -> NP1 V NP2 irish: S -> V NP1 NP2
these rules would modal sentences like: english: the cat chased the dog. irish: chased the cat the dog.
All this is oversimplifyed but you get the poin. The real problime is that you need to be trained as a linguist to understand what the structer of many seantences are and even linguestes aruge a LOT. The phrase structal aprouch is probly what altavista a such do. All thoe I rilly like the idea to GPL Trans I do not thik there aproch will get them to far; but it will be fun to see what thay can do.
The problime is that most if not all of these systomes know nothing about meaning at all. All that do is try to match one set of strings to a difrent set of strings. GPL Trans works by the substuation methoud.
>from: Mooneer Salem > > It is a system where words in a phrase that > can be substituted are > marked by %phrase% > For example: > > English: My name is %phrase1%. > Spanish: Me llamo %phrase1%. >
This genreal systome can be extended in to a phrase sturcture grammer with pares of rules for each language. ex: english: S -> NP1 V NP2 irish: S -> V NP1 NP2
these rules would modal sentences like: english: the cat chased the dog. irish: chased the cat the dog.
All this is oversimplifyed but you get the poin. The real problime is that you need to be trained as a linguist to understand what the structer of many seantences are and even linguestes aruge a LOT. The phrase structal aprouch is probly what altavista a such do. All thoe I rilly like the idea to GPL Trans I do not thik there aproch will get them to far; but it will be fun to see what thay can do.
Re:The ROM broke my co-pilot
on
Linux on Palm
·
· Score: 1
you nead the modified co-pilot becouse the regular virtion is missing parts of the hardware emulation that plam os dosen't need but linux dose.
I think the fundumental problem is not that the usr pass auth can be broken bucouse it is not the weakest link in the systome. The weakest link is the clients own computer. If I were trying to break the systome I would brake the computer that thay log in form. It will most likley be a windows box that thay are the sole admins of. Most people can't even be botherd to rember good passwords letalown keep there computer secure. becouse of this I beleave that the only reasonable safe thing to do is so use a off net chalange responce systome. by off net I mean one where the divice (pilot, caculater, pad of paper) is never connected to the net. this way there is little chance of an atomated attack agenst it. For your solution a regular username and a password combined with a list of one time passwords that you postal mail to the customers would probaly work very well at protecting 99% persent of you clients. The one time passwords will protect them from all but the most advanst online attacks and the password that thay are soposted to keep in there head will protect them from people snooping around there desk.
I hade a class whith him last year. Where he wasn't the best teachear for every one I still thin he was a great guy and his preseance will be greatly missed around UCSC. He was the on CS profeser I knew who never rilly used his computer which was only a old mac se anny way.
-Using CT, how easy or otherwise is it to bring down or attack vital systems?
Most systomes on the internet are fearly easy to comprimise using "off the shelf" tools found on the internet. This sead most of these systomes are of little intrest when engaged in CT. othere systomes such at uititilys are much harder to attac and would require lots of resarch and work to attack these systomes are not vonarable to attac by off the shelf tools.
I beleave that the vonaribalty that exists in public utitaly serveouses is mostly due to a misguided trust it obscurty and laseiness. These type errors are easely fixed and hard to descover. as a example I know of a city where the trafic lights can be controled over a modem. these lights thoe are all on unlisted phone numbers. so where a attac is posible aginst them becouse the managor of the lights bleaves that it would be two inconveanent to install passowords on the lights it requires three speashell peasos of knolage to attac. one the fact that thay are vonreable, two the phone numbers for the lights, three the protocall that must be used to talk to them. with work all of these peases of information can be obtained, but only after a great deal of work. It should also be noted that even once comprimised the damage one can do with the lights is minimal. THere is hardware that prevents the all green probilme no mater what the software on the controlar comands. This atack could be made more deficult by confergering the software on the light gontrolers to use a password for athunication instead of just alowing anny one with the phone numger and the wright soft ware to connect and control.
An atack agest this of type can be taught to anny one given enough time. The three most imporant skills in preforming these typ of tasks are patience, logic skills, and sochil engerining.
In genreal I beleave that where there is a real danger for such an atack now if we change our atuduteds as a contrey we can easealy make these atacks largly imposable for a terorest groop.
What have to rember is that all AI is is just a good way of searching a very large, and some times dinmac, sloution space in a efficant maner. If you keep this in mined then things seem a bit less seary. yes you don't allways get the best anser but you get a good one most of the time. but just like doing complex math by hand you should do sanity checkes on you answer to make sure it is close.
If you use rsync to copy the files back and forth
then you can use mbox no problime it will only copy parts of the file which changed. You would run in to a problime if there were changes in more then one file thoe. You could also consider CVS as a tool to distrubute you mail. It could handle the changes for multypul copys of the mbox and merge them. Plus you would never loose a message by acident.
It seems that if you allready have a
divece to copy works then you don't have to obtain
it. There for people who have DeCSS can use it
(asuming it is not illeagle on othere grounds) to
copy DVDs for there own use.
I was talking to somone, who has been staying up
late hacking perl to make this happen, last
thursday about this and it just is not true thay
are not done. some one in marketing or somthing
just desided to ship now. I am actuly not kidding
what thay rilly have is some sort of plan of how
to finish called the golden path or somthing.
UCSC has been doing lots of good work on this but
the sequencing is not finished from what I here.
PDF's alow you to chang the file just by adding to the end of it. so to get the orignal file just open it up with emacs find the end of the orginal file then delete the rest and re open it in your favirot pdf viwer. the full spec for pdf is on adobes web site.
well in some ways the bad dubbing is a step up from no translation.
Look at there bar graph turbo linux seems to be geting some help.
Acutly I think he killed him self and his wife and
sun a few years back.
Your mak example is a jake. It is nothing like a viruses. it is not a infected file is just a bad program. Ferthere not only would it quickly be ditected it would only effect the retivitly small (and becoming smaller) number of users who aculy compile there programs instead of just using a package. (packeages have check sums and could, and should, be signed to prevent infection on them; as well as the fact that most people get packages of CD's)
This sounds like a neet project... Very tempting to work on. one thing which is good is that there is allready a cupple of realtime extentions to linux and it appears that there will now be standerdisation in there APIs.
I think it is sad how laws are forsing us out of fear to destroy any record of our past.
well you could just port xcopilot to the thing and run a palm in emulation on it. That way you could even run all the third party palm apps.
intel is allyays looking for ways to make you use of computers require more cpu and memroy... after all that is how thay make there mony.
The othere perl saying that this artical left out is "The easy things are easy and the hard things are posible."
Good code comes form beter programers not restrictive languages.
when I opted out thay toled me my ID it wasent a
very long number. Now I am sure that thay have
more then enough id's for every one in the world,
probly way more then enough, but what if there
were houdreds or thousands of people continusaly
making requests for cookies and then deleteing
them. How long untill we could exaust there ID
space?
The guy who made these is the same guy who caught the German hackers who were soposadaly selling secrets to the Russians. As potrayed in the NOVA episode The Coocoos Egg as well as many books on hackers in the 80's.
free systome is imposable. That is with respect to
avalable computing resources. even if you off load
all of the accounting to the server there is still the posibality to hack you GL driver so that it dosent render walles so that you can see who is on the othere side. this hack is even out side the game so you can't fix it with a closed game. the only way to fix this would to have the server to the rendering which is not feasable with todays resourses.
What I think you could do in stead is require users to get a CERT in a way that would make it hardish to get one with a false identity. you could then not wory about trusting the clyent you just have to trust the user if there is suspected cheeting then it can be investagetated and with the positive result being revocation of the CERT. This is of corse just moving the problime else where but I think that there are easer solutions in this relm. No I don't think the useing CERTs will solve the problime compleatly but I do think it will offer more effective sloution then through the use of just software.
well the trouth about translation is that
the state of the art "wprking" systome do use a
form of phrase structer grammer called HPSG
(Head Driver Phrase Structer Grammer). There
are older systomes which use GPSG
(Genrlised Phrase Structer Grammer) which is the
predisesor to HPSG. The tick is that the grammers
are neatherer simple nore lucid and have thousands
of rules. There are othere ways of buliding a
natural language paser using theroys such as
purly systacal aproches or GB (Government and Binding)
but systacal atempts have not worked well
and where GB has good theroy and is simple so far
no one hase been able to write one which can run
at a good speed. (I bleave that the best ones have
taken up to and hour to parce one seantence).
There is also the problime that there are still
manny kinds of pharases for which no one is sure
what there structure is and even more which the
sturcter is hotly debated.
anny way check my othere post on this story to learn how GPL Trans aculy works.
I posted this a reply to a comment but then thought maby it should be its own thread.
The problime is that most if not all of
these systomes know nothing about meaning at all.
All that do is try to match one set of strings to
a difrent set of strings.
GPL Trans works by the substuation methoud.
>from: Mooneer Salem
>
> It is a system where words in a phrase that
> can be substituted are
> marked by %phrase%
> For example:
>
> English: My name is %phrase1%.
> Spanish: Me llamo %phrase1%.
>
This genreal systome can be extended in to a
phrase sturcture grammer with pares of rules for
each language. ex:
english: S -> NP1 V NP2
irish: S -> V NP1 NP2
these rules would modal sentences like:
english: the cat chased the dog.
irish: chased the cat the dog.
All this is oversimplifyed but you get the poin.
The real problime is that you need to be trained
as a linguist to understand what the structer of
many seantences are and even linguestes aruge a
LOT. The phrase structal aprouch is probly what
altavista a such do. All thoe I rilly like the
idea to GPL Trans I do not thik there aproch will
get them to far; but it will be fun to see what
thay can do.
The problime is that most if not all of
these systomes know nothing about meaning at all.
All that do is try to match one set of strings to
a difrent set of strings.
GPL Trans works by the substuation methoud.
>from: Mooneer Salem
>
> It is a system where words in a phrase that
> can be substituted are
> marked by %phrase%
> For example:
>
> English: My name is %phrase1%.
> Spanish: Me llamo %phrase1%.
>
This genreal systome can be extended in to a
phrase sturcture grammer with pares of rules for
each language. ex:
english: S -> NP1 V NP2
irish: S -> V NP1 NP2
these rules would modal sentences like:
english: the cat chased the dog.
irish: chased the cat the dog.
All this is oversimplifyed but you get the poin.
The real problime is that you need to be trained
as a linguist to understand what the structer of
many seantences are and even linguestes aruge a
LOT. The phrase structal aprouch is probly what
altavista a such do. All thoe I rilly like the
idea to GPL Trans I do not thik there aproch will
get them to far; but it will be fun to see what
thay can do.
you nead the modified co-pilot becouse the regular
virtion is missing parts of the hardware emulation that plam os dosen't need but linux dose.
I think the fundumental problem is not that the usr pass auth can be broken bucouse it is not the weakest link in the systome. The weakest link is the clients own computer. If I were trying to break the systome I would brake the computer that thay log in form. It will most likley be a windows box that thay are the sole admins of. Most people can't even be botherd to rember good passwords letalown keep there computer secure. becouse of this I beleave that the only reasonable safe thing to do is so use a off net chalange responce systome. by off net I mean one where the divice (pilot, caculater, pad of paper) is never connected to the net. this way there is little chance of an atomated attack agenst it. For your solution a regular username and a password combined with a list of one time passwords that you postal mail to the customers would probaly work very well at protecting 99% persent of you clients. The one time passwords will protect them from all but the most advanst online attacks and the password that thay are soposted to keep in there head will protect them from people snooping around there desk.
I hade a class whith him last year. Where he wasn't the best teachear for every one I still thin he was a great guy and his preseance will be greatly missed around UCSC. He was the on CS profeser I knew who never rilly used his computer which was only a old mac se anny way.
-Using CT, how easy or otherwise is it to bring down or attack vital systems?
Most systomes on the internet are fearly easy to comprimise using "off the shelf" tools found on the internet. This sead most of these systomes are of little intrest when engaged in CT.
othere systomes such at uititilys are much harder to attac and would require lots of resarch and work to attack these systomes are not vonarable to attac by off the shelf tools.
I beleave that the vonaribalty that exists in public utitaly serveouses is mostly due to a misguided trust it obscurty and laseiness. These type errors are easely fixed and hard to descover. as a example I know of a city where the trafic lights can be controled over a modem. these lights thoe are all on unlisted phone numbers. so where a attac is posible aginst them becouse the managor of the lights bleaves that it would be two inconveanent to install passowords on the lights it requires three speashell peasos of knolage to attac. one the fact that thay are vonreable, two the phone numbers for the lights, three the protocall that must be used to talk to them. with work all of these peases of information can be obtained, but only after a great deal of work. It should also be noted that even once comprimised the damage one can do with the lights is minimal. THere is hardware that prevents the all green probilme no mater what the software on the controlar comands. This atack could be made more deficult by confergering the software on the light gontrolers to use a password for athunication instead of just alowing anny one with the phone numger and the wright soft ware to connect and control.
An atack agest this of type can be taught to anny one given enough time. The three most imporant skills in preforming these typ of tasks are patience, logic skills, and sochil engerining.
In genreal I beleave that where there is a real danger for such an atack now if we change our atuduteds as a contrey we can easealy make these atacks largly imposable for a terorest groop.
It seed in there bisness section that
thay only leace them. to bad.
What have to rember is that all AI is
is just a good way of searching a very large,
and some times dinmac,
sloution space in a efficant maner. If you keep
this in mined then things seem a bit less seary.
yes you don't allways get the best anser but you
get a good one most of the time. but just like doing complex math by hand you should do sanity checkes on you answer to make sure it is close.