Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment WHat I said on ars: (Score 4, Interesting) 564

This is what I said on Ars. It applies equally here.

1. It is premature to say that Assange is weaseled out until Manning is actually out of jail.
2. There is a difference between a pardon and commutation. Manning certainly will not be able to live the same life as though Mannig were pardoned. There are still restrictions placed on a person whose sentence was commuted. Whether those differences are significant enough is up to debate.
3. The biggest thing to strike me is that this suggests that there will be no last minute pardon of Hillary. The arguments that Obama gives for not pardoning Snowden apply equally to Hillary. We shall see.

Comment Re:Like Latin... (Score 1) 343

That is simply not true. A lot of OO was there for the picking.
Object based programming, for example, was visible in Xt and Xaw. There is not much difference between object method and QtCall(widget, ...).
Polymorphism was present even in early Unix in filesystem object being used for everything possible to quicksort in C.

Good programmers were using those techniques. Average programmers were unfamiliar with those techniques. Like RAII in the 90s.

The OO revolution was in large part taking those techniques and replacing the clunky software tools, like structs and function pointers in C with more developed tools like classes in C++. That's why there was great deal of interest in things like Flavors.

Comment No more then Ruby. (Score 1) 343

The whole thing sounds and feels great, until you realize that thousands of two and three line methods and no methods larger then 20 lines is not that great.

Plus the tools, like for example, editors, grep, etc. all have to be written from scratch thus lag behind common tools. Though other languages are ( stupidly ) going the same way.

Something like RUby which draws a lot of ideas from Smalltalk works better.

Comment Re:IL had free rides to all senior citizens 2008-2 (Score 1) 239

To be clear about exactly what happened.

In 2007~2008 the CTA was having financial difficulties. The Illinois legislature made a deal to bailout the CTA from some financial difficulties.

At the last minute Governor Blago, who is now in jail for trying to sell a Senate set, thew in an additional condition: free rides on all Il public transportation for handicapped and seniors.

It really pissed the legislature off because they had to redo the whole budget, but it got passed. He looked like a hero to seniors and the handicapped.

Eventually he got inmpeached and the new Gov discovered that free rides were not sustainable. So they means tested it.

Keep in mind though, that a largbe part of the cost is due to pensions for Chicago machine "cronies".

Slashdot Top Deals

Get hold of portable property. -- Charles Dickens, "Great Expectations"

Working...