perl thrashes and crashes trying to crunch seriously large amounts of data.
Insightful? What every is happeing to moderation these days.
I have processed large (>300Mb) binary data files, demultiplexing floating point data and converting from big to little endian without a problem. Wrote a C program to do the same. Performance was with 5% percent.
Show me a shell script that takes more lines of code to do the same job in Perl. Perl has many more features like grep, map, hashes, , symbolic references, etc. that make short work of simple tasks that do not exist in shell.
More likely the reduction of lines of code would be converting from shell to perl.
I bet your boss know shell and Perl and has (in my humble opinion) make the right choice in standardization.
I would recommend that you spend a little time with Perl (or python or ruby) and bet you would change your mind in short time.
Well yes obviously perl would have to be in/bin, but I don't see what is wrong or difficult with that? I just looked and bash is over 600k so it is not like it is lightwieght or anything.
Libraries other than the standard set of libraries are not be required for doing the simple tasks that shell scripts often do. I am sure the entire functionality of bash is well within the core of Perl.
It's easy to have readable, reliable shell scripts with scoping, it's just not something you are used to doing apparently.
No I admit I do very little in shell scripting mainly because I do not see the need. Perl supports many many features that ease program and script development.
Also perl has builtins like open, readdir, socket, etc. In shell programming would you not have to do things like `cat file` to read file? Does this not increase the overhead of shell scripts by forking another shell?
Eventhough my original post was mod'd flamebait it is not just a curious enquiry.
Good question. I was just exploring rc.sysinit which is written in/bin/bash however some of the scripts in init.d are/bin/sh. Why is Perl not used exclusively? (or for that matter any of the higher level scripting tools)
Perl has higher level programming constructs such as variable scoping, references, hashes, reg exp, etc that make programming some much more capable and readable, understandable.
What if you were a Doctor and Darl McBride was your patient? How would feel about treating him? Knowing that sooner or later he would sue you if you made the slightist miscalulation - like not ordering an entire body CAT scan after he complained of cold related symptoms.
Also, Remember the lady that was supposedly stampeded at a Walmart sale around Christmas? Well it turns out that she has been pulling that stunt on several occasions and reaping a settlement each time. Would you like to treat her as a Doctor?
There are, it seems people that are born to sue.
The creation of this list is just a defensive reaction against are increasing litigious society.
each company they sue can countersue for defamation
Unfortunately the worst enemy is one who has nothing to lose. SCO knows all their bases belong to IBM and if they lose (which they will) there will be nothing else left.
This example should have people questioning the protection that a corporation provides. When it comes to reckless and slanderous behavior the liability needs to extend to the perpetrators personally and the officers of the corporation.
If the board felt that their own fortunes could be threatened by Darl and crew's actions you would see some a very different course of events.
Well my company is in the process of looking for a new hosting server and EV1 was our top choice and we just removed them from our list all together.
I could and would not (sorry I went to a Dr Suess birthday party this weekend) use our dollars to contribute to the legal defense fund of a greedy organization that is SCO...
If this was a legit transaction their stock price would be rocketing - however I just checked at the stock is langishing and even the volume is moderate. I suspect more details will emerge on this one and we will find out this like the "partner" announcement last week.
In the meantime anybody hosting at this company? time to move away folks. I do not want to host my business at a company who lacks basic judgement.
Not to mention the best and insightful press coverage on SCO shenanings have come from Utah newspapers.
I am not mormon but have lived in southern Utah (actually close to Colorado City) and I must say Utah is one of the best states in the union (just bring your own beer)!
Umm Darl is that you? because the twisted non-sequitur logic sounds very familar.
Patents take time and money to obtain. Large corporation acquire them by the gross where as patents are often outside the realm of an individuals or small companies.
Someone help me out here. Google heavly relies on pagerank and thus keyword relevance based on volume and quality of links pointing to you. Could it be that word density is completely irrelevant?
Is this not a classic case of correlation not equal to causation?
I think right now at this time and this place the greatest threat to American liberty comes from al-Qaida and their sympathizers
Actually according to a pentagon report the greatest threat is from a changing environment and it's consequences on global societies.
The terrorist threat is arguable greater today then it was 3 years ago. Fighting "terrorist" militarily is like squeezing a pimple it only makes it worse and takes longer to heal. Terrorism is best countered by emphasizing ideas (such as liberty , equality, education) and centering a foriegn policy more on these ideals then self-interest.
Kudo's to these folks and the rest of the development team. I experimented awhile back with svn in the 0.8x days and was pleased with what I found. I have been waiting for 1.0 before I start the transition from CVS and Razor at work.
This is a question I hope the press will be asking.
Also I wish journalist would ask if SCOX is going to indemnify Unixware (or whatever their product is) customers against IBM claims of patent infrigement.
This would almost entice be to buy one of the licences (A much better risk/reward ratio then a share of SCOX). However before I would buy I would have to be ensured that if SCOX went broke that McBrib^des personal retirement account is attachable.
If one were to take the ratio of "women and children" to combatants killed by both sides to date who do think would have the higher ratio? In fact several of the suicide bombers targeted places were young people (kids) are concentrated.
The Paletestian leadership are leading their people to hell and not to the future. You cannot foster and teach hate for a generation and expect good things. Again the Palestinians ruling class will not allow a dissenting or opposing view within their ranks. Anybody proposing constructive steps toward peace is considered a traitor.
Been there done that. The ruling Palestineans do not want peace they want annilation.
Israel does have a free press and does hold reasonable free and open elections something that no other middle eastern country can boast.
Also, while there are moderate (even peacenik) Israelies there are few to none moderate Palestineans - Why? Because any moderate or peace loving Palestinean are executed as a traitor.
I am struggle with some wild-ass C code right now trying fix some old bugs. C can be as ugly as Perl anyday.
One cool feature of Perl is introspection - or the ability to display the current symbol table of the name space (ie package) you are trying understand (ie %main::).
Re:Broadcasting dead...
on
Space Burial
·
· Score: 5, Interesting
Too bad getting getting your DNA sequenced still costs too much.
Would be kinda cool to send the instructions to build youself out into the cosmos. I am sure one could calculate the probability of a significantly advanced live form to intercept your message and build a clone of you just for the heck of it.
Hmmm i think i smell a great plot for sci fi story.
perl thrashes and crashes trying to crunch seriously large amounts of data.
Insightful? What every is happeing to moderation these days.
I have processed large (>300Mb) binary data files, demultiplexing floating point data and converting from big to little endian without a problem. Wrote a C program to do the same. Performance was with 5% percent.
CormacJ what does bash have that perl does not? I am curious here.
I cannot think of anything that can be done in bash that could not be done line-for-line in perl.
O.K. I will call your bluff!
Show me a shell script that takes more lines of code to do the same job in Perl. Perl has many more features like grep, map, hashes, , symbolic references, etc. that make short work of simple tasks that do not exist in shell.
More likely the reduction of lines of code would be converting from shell to perl.
I bet your boss know shell and Perl and has (in my humble opinion) make the right choice in standardization.
I would recommend that you spend a little time with Perl (or python or ruby) and bet you would change your mind in short time.
then you would not be booting in sh either...
/bin/sh /lib/libtermcap.so.2 (0x4002a000) /lib/libdl.so.2 (0x4002e000) /lib/tls/libc.so.6 (0x42000000) /lib/ld-linux.so.2 (0x40000000)
$ ldd
libtermcap.so.2 =>
libdl.so.2 =>
libc.so.6 =>
lib/ld-linux.so.2 =>
Well yes obviously perl would have to be in /bin, but I don't see what is wrong or difficult with that? I just looked and bash is over 600k so it is not like it is lightwieght or anything.
Libraries other than the standard set of libraries are not be required for doing the simple tasks that shell scripts often do. I am sure the entire functionality of bash is well within the core of Perl.
It's easy to have readable, reliable shell scripts with scoping, it's just not something you are used to doing apparently.
No I admit I do very little in shell scripting mainly because I do not see the need. Perl supports many many features that ease program and script development.
Also perl has builtins like open, readdir, socket, etc. In shell programming would you not have to do things like `cat file` to read file? Does this not increase the overhead of shell scripts by forking another shell?
Eventhough my original post was mod'd flamebait it is not just a curious enquiry.
Good question. I was just exploring rc.sysinit which is written in /bin/bash however some of the scripts in init.d are /bin/sh. Why is Perl not used exclusively? (or for that matter any of the higher level scripting tools)
Perl has higher level programming constructs such as variable scoping, references, hashes, reg exp, etc that make programming some much more capable and readable, understandable.
What if you were a Doctor and Darl McBride was your patient? How would feel about treating him? Knowing that sooner or later he would sue you if you made the slightist miscalulation - like not ordering an entire body CAT scan after he complained of cold related symptoms.
Also, Remember the lady that was supposedly stampeded at a Walmart sale around Christmas? Well it turns out that she has been pulling that stunt on several occasions and reaping a settlement each time. Would you like to treat her as a Doctor?
There are, it seems people that are born to sue.
The creation of this list is just a defensive reaction against are increasing litigious society.
each company they sue can countersue for defamation
Unfortunately the worst enemy is one who has nothing to lose. SCO knows all their bases belong to IBM and if they lose (which they will) there will be nothing else left.
This example should have people questioning the protection that a corporation provides. When it comes to reckless and slanderous behavior the liability needs to extend to the perpetrators personally and the officers of the corporation.
If the board felt that their own fortunes could be threatened by Darl and crew's actions you would see some a very different course of events.
Well my company is in the process of looking for a new hosting server and EV1 was our top choice and we just removed them from our list all together.
I could and would not (sorry I went to a Dr Suess birthday party this weekend) use our dollars to contribute to the legal defense fund of a greedy organization that is SCO...
Don't be such a snob. It is open souce so grab the letter fix the spelling and grammer mistakes and republish for all to benefit...
If this was a legit transaction their stock price would be rocketing - however I just checked at the stock is langishing and even the volume is moderate. I suspect more details will emerge on this one and we will find out this like the "partner" announcement last week.
In the meantime anybody hosting at this company? time to move away folks. I do not want to host my business at a company who lacks basic judgement.
"We humans can rarely invent any process that nature does not already use."
Lets start with the wheel.
Not to mention the best and insightful press coverage on SCO shenanings have come from Utah newspapers.
I am not mormon but have lived in southern Utah (actually close to Colorado City) and I must say Utah is one of the best states in the union (just bring your own beer)!
Umm Darl is that you? because the twisted non-sequitur logic sounds very familar.
Patents take time and money to obtain. Large corporation acquire them by the gross where as patents are often outside the realm of an individuals or small companies.
Someone help me out here. Google heavly relies on pagerank and thus keyword relevance based on volume and quality of links pointing to you. Could it be that word density is completely irrelevant?
Is this not a classic case of correlation not equal to causation?
I think right now at this time and this place the greatest threat to American liberty comes from al-Qaida and their sympathizers
Actually according to a pentagon report the greatest threat is from a changing environment and it's consequences on global societies.
The terrorist threat is arguable greater today then it was 3 years ago. Fighting "terrorist" militarily is like squeezing a pimple it only makes it worse and takes longer to heal. Terrorism is best countered by emphasizing ideas (such as liberty , equality, education) and centering a foriegn policy more on these ideals then self-interest.
Ah crap... when I read his McDonald's analogy I just blew mountain dew all over my "diet coke" workstation.
Kudo's to these folks and the rest of the development team. I experimented awhile back with svn in the 0.8x days and was pleased with what I found. I have been waiting for 1.0 before I start the transition from CVS and Razor at work.
This is a question I hope the press will be asking.
Also I wish journalist would ask if SCOX is going to indemnify Unixware (or whatever their product is) customers against IBM claims of patent infrigement.
This would almost entice be to buy one of the licences (A much better risk/reward ratio then a share of SCOX). However before I would buy I would have to be ensured that if SCOX went broke that McBrib^des personal retirement account is attachable.
If one were to take the ratio of "women and children" to combatants killed by both sides to date who do think would have the higher ratio? In fact several of the suicide bombers targeted places were young people (kids) are concentrated.
The Paletestian leadership are leading their people to hell and not to the future. You cannot foster and teach hate for a generation and expect good things. Again the Palestinians ruling class will not allow a dissenting or opposing view within their ranks. Anybody proposing constructive steps toward peace is considered a traitor.
seriously consider non-violent solutions
Been there done that. The ruling Palestineans do not want peace they want annilation.
Israel does have a free press and does hold reasonable free and open elections something that no other middle eastern country can boast.
Also, while there are moderate (even peacenik) Israelies there are few to none moderate Palestineans - Why? Because any moderate or peace loving Palestinean are executed as a traitor.
I am struggle with some wild-ass C code right now trying fix some old bugs. C can be as ugly as Perl anyday.
One cool feature of Perl is introspection - or the ability to display the current symbol table of the name space (ie package) you are trying understand (ie %main::).
Too bad getting getting your DNA sequenced still costs too much.
Would be kinda cool to send the instructions to build youself out into the cosmos. I am sure one could calculate the probability of a significantly advanced live form to intercept your message and build a clone of you just for the heck of it.
Hmmm i think i smell a great plot for sci fi story.
Since OSS folks only come in two colors.
If I was Mrs Darl McBride i would be mighty suspicious that Darl is having an affair with Laura. After all they seem to have access to the same drugs.