Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Seiza? (Score 1) 235

Funny, I was just exploring alternative options for my office.

I hate chairs. There is no way anybody use chairs "as intended", e.g. straight back etc. It just doesn't work. Sooner or later you'll crumble in one way or another.

I'm 34, but I've been working with computers for 16 years. Right now I have pain in my left arm, and tickling in my fingers. Probably injured nerve in my neck or sth.

Besides, posture is very important also for the mind. Good posture = better concentration. Buddhists, zen-Buddhists and yogis have figured that a long time ago.

  This seems an interesting alternative: http://www.zafu.net/zenoffice.html Not really expensive. I might just order it and try it. I find seiza position quite comfortable, but haven't found any studies on long term health effects. It could slow down blood circulation in legs, which again is not very healthy.

Comment Re:Still at 5 here (Score 1) 204

I think in general there's more inovation in Java EE than Java JRE at this point.

What people don't see is that Microsoft changed c# very much from the early days, trying to compete with Java.
Dynamic types were addedd to support LINQ, which was added to counter the raise of ORM like Hibernate and later JPA.

In reality, MS has no strategy, they are just adding and adding fetaures, which are percived as invoation, but in reality are just lack of platform strategy. Throw it to the wall and se what sticks is what they do.

Comment Re:Closures? (Score 2, Insightful) 204

Way back in the '90s, MS wanted to enable developers to use Java to write Windows apps.

Really? I was around int the '90s and have no recollection of that.

As a result, MS needed to write their own Java-like language for VB-style form designer apps, and came up with C#.

Please, don't be naive. MS first tried to poison Java by proprietary API (the same tactics Google is using in Android). When they failed, they created a copy of Java, invented a "new" language which is for some reason unbelievable similar to Java + some nice features and started the "developers, developers, developers" mantra. They called .net "java killer" internally, BTW.

Java was and still is a major risk for Microsoft.

Comment Re:One area in which I appreciate the Java's power (Score 1) 204

What makes Java special: - it was the first ever platform to unify different platforms and systems under the same umbrella, accessible by the same API - to this day, it still is the only platform on which you can reuse your expertise and develop for anything, from x86 machines to machines like system z and SPARC and even smart phones and smart cards. You know Java? You can work on any of those systems. Aint that something? - Java can run on bare metal hypervisor, without an actual OS (Jrockit virtual edition) - It's also the only true enterprise ready open platform, approved by FSF - It's vendor independent and is going to stay that way, with at least two major vendors behind it (IBM and Oracle). Can you say so what o any of those?

Comment Re:It seems a little lean (Score 1) 204

Linkq seems nice, but really, what problems does it solve? In reality, it's a pain to maintain. Hard core devs who write the code want to move on to new projects. Devs maintaining the old codebase are in many cases less proficient. Java is boring, verbose and gets the job done in this regard. As for the UI I agree. Some of that is answered by JavaFx, but I personally think it's a step into a wrong direction. Anyway, aren't like 90% apps web based these days?

Slashdot Top Deals

Scientists will study your brain to learn more about your distant cousin, Man.

Working...