Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:sure you want to go with 'undead' ? (Score 1) 283

I think a lot of Perl 5's issues would have been fixed had the focus not shifted to Perl 6. Perl had a very active community. There is nothing about the ideas behind Ruby on Rails that couldn't have happened in Perl. Perl had a community 10x the size of Ruby and Python's combined. The Perl 6 community had a long track record of success and focused everyone's attention on Perl6. I was OK with learning Perl 5.6 features. But there has been a ton since then I didn't learn and I didn't learn them because I was waiting on the better way to do them in Perl 6.

Comment Re:It should be dead (Score 3) 283

Perl remember originated with short system automation scripts a replacement for Sed and AWK. It wasn't uncommon for a Perl script to be one line

perl -e... in a shell script.
And then of course a replacement for shell scripting. Perl handled 20 line programs wonderfully. But what works well at 20 lines doesn't work so well at 2000 lines. Perl took on new problem domains.

Comment C interprets (Score 2) 283

C written in BCPL
Later C written in B
Later C written in NB

Most popular modern C interpreter whose key components written in CIL (an artificial object oriented assembly)
2nd most popular modern C interpreter whose key components are written in llc & lli

Comment Re:2005 eh? (Score 1) 283

At this point what's the advantage in not pushing through? Perl 6 already Osborned Perl5. Perl6 is a heck of a huge upgrade. After 14 years there has been a tremendous amount of progress (about 1/5th the pace it should have had but still it has happened).

Comment Re:sure you want to go with 'undead' ? (Score 2) 283

There has been at least 2 huge shifts in culture in /. since I've been around and I think I was part of the 2nd wave that replaced the original /. crowd. I suspect a lot of the guys with sigs 200k and below were enthusiasts about Perl. In 2000 I would have called Perl my favorite language. By 2005 when Pugs came out I was a Haskell fan so the idea of a dynamic language with the fluidity of Perl having many of the powerful idioms of Haskell (what Perl 6 sort of has) was tremendous. A computer project that takes 14 years is unacceptably slow. We should have had Perl6 a decade ago. People in 2000 believed that in 2004 we'd be hearing that Perl 6 was ready and Perl 5 was legacy. That not having happened changed hearts and minds.

There is nothing irrational with opinions being guided by changing facts.

Comment Re:The OpenSSL Disasters were a result of attitude (Score 2) 340

No. CA's root certificate was never on a publicly accessible server. This was an idea thrown around at the time as an example but the example isn't true. Besides most websites have reissued certificates and most users have gotten the new ones. Most important websites also have additional checks which make man in the middle hard to do. Is somebody somewhere going to get hit? Sure. There is a big target area. But this was an easy to fix problem (though widely spread) and it was addressed quickly and effectively.

Honestly it is a plus for open source. When they did drop the ball the able to own and thus fix it very fast.

Comment Re:The OpenSSL Disasters were a result of attitude (Score 2) 340

Many exploits existed for years and we don't know how long the bad guys had them. That's the nature of the thousands of exploits that come out. All the time you see new exploits dating back to Windows Server 2002. The reason you are so freaked is because you don't know about the others.

As proving stuff you haven't proven anything. You are just asserting. As for Canada it was a teenager trying it out. He didn't do anything. Nothing much happened. The fact that this was the first example that comes to mind proves my point.

   

Comment Re:The OpenSSL Disasters were a result of attitude (Score 4, Informative) 340

The person who wrote the bug has described at length where the bug came from. The source code, and email history at the time obviously supports the very non paranoid origin that it came from a performance tweak to avoid allocating and deallocating memory. There was no NSA involvement.

Comment Re:The OpenSSL Disasters were a result of attitude (Score 1) 340

Really Heartbleed was one of the worst security disasters we've had? Based on what? How many exploits were there? What was the financial cost? How long did it remain? How many systems were compromised? There is no indications that it was one of the worst security disasters based on any metric.

Slashdot Top Deals

Old programmers never die, they just become managers.

Working...