+1. Not only that, but the new features introduced after 5.8 have to be explicitly enabled(perldoc feature to know how). Otherwise, the behavior is consistent with 5.8. Somebody took extra extra care so that there are no surprises after upgrades.
Perl has regexes. It also has a really twisted OO system -- elegant in its own way, but I don't know why you'd choose that if you have alternatives. It has ugly syntax, even when you know what you're doing. Anti-patterns are the default -- like, say, ignoring errors unless you explicitly handle them.
This criticism that used to apply 15 years ago, but is not really relevant anymore. The Perl community has gone to great lengths to address these things.
For OO, nowadays there is Moose, which is an excellent and extremely capable OO framework for Perl. Please check it out if you like.
For the anti-patterns, please note that strict mode is now the default on Perl 5.14 and I cannot think of a modern library ignoring errors by default. The error ignoring behavior is there for a bunch of built-in stuff that needs to maintain compatibility with old code, but you can, and are encouraged to, include the autodie pragma to change even that behavior.
About the syntax, it's probably a matter of personal taste, so I can't say anything about that. But I believe that personal taste doesn't have to do with whether you know what you're doing or not.
Lastly, writing Perl doesn't mean that your code has to be ugly and error-prone. May I suggest Damian Conway's Perl Best Practices, which IMHO is an excellent book with recommended coding practices.
Thanks for taking the time to read all this way down the comments! I do not know whether this "dogma" as you say applies to Apple, but I sure hope that it doesn't because I really like this company (typing comment on my iPad). But nevertheless this quote of C.N.Parkinson is the first thing that came to my mind when I read the article. Hope I'm wrong. So let's say that it was meant more as a warning rather than as a dogma. If there's one company that can escape being cast into stereotypes, it might as well be Apple.
By the way, good call, you are right about the name;)
Gizmo5 (acquired by Google) will be shutting down on April 3rd. So no more SIP from them. Does anyone know whether it will become possible to make calls to normal numbers by using a google account? Right now it is possible to make calls from within gmail by adding credit to one's account. What is not possible is to use SIP equipment (many good adsl routers and ATA devices have fxp ports and VoIP SIP functionality) to make these calls. So many of us that were using gizmo5 SIP are left in the cold. Any good gizmo5 alternatives anyone?
Re:That is a battle which was lost 20 years ago
on
Got (Buffer) Bloat?
·
· Score: 1
Well, no. In my (limited) experience, you'd use CLNP instead of IP if you were using OSI. And instead of IP addresses you would have NSAP addresses. It's a whole different world actually.
Re:That is a battle which was lost 20 years ago
on
Got (Buffer) Bloat?
·
· Score: 2
Mod parent up. Firefox is vastly preferable if you are trying to access the network behind a slow connection, like a GPRS cellphone for example. With Chrome you have to wait until everything is loaded before you are able to see the page, whereas Firefox does a decent job trying to render what it has loaded up to the present point.
In fact, that's incorrect in several aspects. First the EU- bureaucracy is not intended to be a government in the sense for the US, second the EU has enforced a large amount of rules onto its members. Just because you are not aware of it, it doesn't mean that it does not exist.
So what kind government are we going to have? A federation, a confederation, something more loose? I'm sorry but you avoid answering the original post's argument, that without a real constitution we won't be able to have a real European Union. And (IMHO) this is not going to happen soon because a large percentage of Europeans doesn't want it. When everything used to go fine it was grudgingly acceptable, but now that the real difficulty is at hand we fail miserably.
In the best/. tradition, I won't even bother to RTFA.
Since the loss of Sun Microsystems, which in retrospect seems to have been one the most open companies ever and with open source contributions surpassing those of almost any other organization's in the world, I have grown extremely suspicious of people dictating to me that this or that is evil, all in the name of "freedom". All those guys that had been bashing Sun must be really happy now that Oracle has taken over.
I can think of several companies that by/. standards can easily rival the "evilness" of Apple, but almost magically they seldom get mentioned as threats to net freedom. Until I see everyone else get their fair share of bashing and flames, I'll assume articles (and comments) of this class as astroturfing.
mod parent up! XMPP (which basically boils down to the exchange of xml messages over a tcp connection ) makes a lot of sense in many areas where specialized protocols are currently used.
1 trillion bits/sec, 1Tbps? Not so fast. At this point, optic fibers can carry multiple wavelengths, each carrying up to 100Gbits/sec. Mind you, 100Gbits are pretty recent, with implementations coming up from the major companies, like alcatel-lucent (plz correct me if there's already a commercial product). A more sane number is 40Gbits, 10Gbits or even 2.5Gbits. To multiplex and demultiplex multiple lambdas in a fiber you need expensive optical de/multiplexers, an amount of pairs of transponders equal to the number of your lambdas and possibly amplifiers/regenerators. Although it should be easier if we are talking about fibers a few meters long, the electronics and the optical components to handle these rates are neither easy nor cheap.
It would sound more reasonable to expect to have a single connection maxing out at 10Gbps, preferably a 10Gbit ethernet connection.
+1. Not only that, but the new features introduced after 5.8 have to be explicitly enabled(perldoc feature to know how). Otherwise, the behavior is consistent with 5.8. Somebody took extra extra care so that there are no surprises after upgrades.
http://www.measurementlab.net/
Just to be clear, I didn't say anything about C#. As a matter of fact, I agree that C# IS interesting in many pleasant ways.
Perl has regexes. It also has a really twisted OO system -- elegant in its own way, but I don't know why you'd choose that if you have alternatives. It has ugly syntax, even when you know what you're doing. Anti-patterns are the default -- like, say, ignoring errors unless you explicitly handle them.
This criticism that used to apply 15 years ago, but is not really relevant anymore. The Perl community has gone to great lengths to address these things.
For OO, nowadays there is Moose, which is an excellent and extremely capable OO framework for Perl. Please check it out if you like.
For the anti-patterns, please note that strict mode is now the default on Perl 5.14 and I cannot think of a modern library ignoring errors by default. The error ignoring behavior is there for a bunch of built-in stuff that needs to maintain compatibility with old code, but you can, and are encouraged to, include the autodie pragma to change even that behavior.
About the syntax, it's probably a matter of personal taste, so I can't say anything about that. But I believe that personal taste doesn't have to do with whether you know what you're doing or not.
Lastly, writing Perl doesn't mean that your code has to be ugly and error-prone. May I suggest Damian Conway's Perl Best Practices, which IMHO is an excellent book with recommended coding practices.
Hope this helps!...
Thanks for taking the time to read all this way down the comments! I do not know whether this "dogma" as you say applies to Apple, but I sure hope that it doesn't because I really like this company (typing comment on my iPad). But nevertheless this quote of C.N.Parkinson is the first thing that came to my mind when I read the article. Hope I'm wrong. So let's say that it was meant more as a warning rather than as a dogma. If there's one company that can escape being cast into stereotypes, it might as well be Apple.
By the way, good call, you are right about the name ;)
Best regards.
During a period of exciting discovery or progress, there is no time to plan the perfect headquarters.
C. Northcote Parkinson
I don't think trolling counts as a "religion".
And yet it is being adhered to with religious devotion by many slashdoters :)
Short story by A.Clarke, highly recommended
Gizmo5 (acquired by Google) will be shutting down on April 3rd. So no more SIP from them. Does anyone know whether it will become possible to make calls to normal numbers by using a google account? Right now it is possible to make calls from within gmail by adding credit to one's account. What is not possible is to use SIP equipment (many good adsl routers and ATA devices have fxp ports and VoIP SIP functionality) to make these calls. So many of us that were using gizmo5 SIP are left in the cold. Any good gizmo5 alternatives anyone?
Very thorough survey here.
Well, no. In my (limited) experience, you'd use CLNP instead of IP if you were using OSI. And instead of IP addresses you would have NSAP addresses. It's a whole different world actually.
OSI stack instead of TCP/IP
Can you please elaborate?
I'd mod you up, but I can't see the score, so you might as well be +5 by now
Mod parent up. Firefox is vastly preferable if you are trying to access the network behind a slow connection, like a GPRS cellphone for example. With Chrome you have to wait until everything is loaded before you are able to see the page, whereas Firefox does a decent job trying to render what it has loaded up to the present point.
In fact, that's incorrect in several aspects. First the EU- bureaucracy is not intended to be a government in the sense for the US, second the EU has enforced a large amount of rules onto its members. Just because you are not aware of it, it doesn't mean that it does not exist.
So what kind government are we going to have? A federation, a confederation, something more loose? I'm sorry but you avoid answering the original post's argument, that without a real constitution we won't be able to have a real European Union. And (IMHO) this is not going to happen soon because a large percentage of Europeans doesn't want it. When everything used to go fine it was grudgingly acceptable, but now that the real difficulty is at hand we fail miserably.
Except Solaris, what else was under CDDL? Some other pieces of software were under the GPL if I remember correctly.
"not a Midas touch of Gold, but a Midas touch of death"
they have been copying, cloning, and stealing other people's ideas
Pray tell us, whom they where copying from? Microsoft perhaps?
In the best /. tradition, I won't even bother to RTFA.
Since the loss of Sun Microsystems, which in retrospect seems to have been one the most open companies ever and with open source contributions surpassing those of almost any other organization's in the world, I have grown extremely suspicious of people dictating to me that this or that is evil, all in the name of "freedom". All those guys that had been bashing Sun must be really happy now that Oracle has taken over.
I can think of several companies that by /. standards can easily rival the "evilness" of Apple, but almost magically they seldom get mentioned as threats to net freedom. Until I see everyone else get their fair share of bashing and flames, I'll assume articles (and comments) of this class as astroturfing.
get a big cigar and practice saying "I love it when a plan comes together" while smoking it
mod parent up! XMPP (which basically boils down to the exchange of xml messages over a tcp connection
) makes a lot of sense in many areas where specialized protocols are currently used.
appeal to authority
1 trillion bits /sec, 1Tbps? Not so fast. At this point, optic fibers can carry multiple wavelengths, each carrying up to 100Gbits/sec. Mind you, 100Gbits are pretty recent, with implementations coming up from the major companies, like alcatel-lucent (plz correct me if there's already a commercial product). A more sane number is 40Gbits, 10Gbits or even 2.5Gbits. To multiplex and demultiplex multiple lambdas in a fiber you need expensive optical de/multiplexers, an amount of pairs of transponders equal to the number of your lambdas and possibly amplifiers/regenerators. Although it should be easier if we are talking about fibers a few meters long, the electronics and the optical components to handle these rates are neither easy nor cheap.
It would sound more reasonable to expect to have a single connection maxing out at 10Gbps, preferably a 10Gbit ethernet connection.
What we all need is a mod point reform, so that millions of slashdoters will be able to afford moderation!!
Mod parent insightful. Where are my mod points when I *need* them?