2024 DevOps Lifecycle: Share your expertise on CI/CD, deployment metrics, tech debt, and more for our Feb. Trend Report (+ enter a raffle!).
Kubernetes in the Enterprise: Join our Virtual Roundtable as we dive into Kubernetes over the past year, core usages, and emerging trends.
Professor at SJSU
San Jose, US
Joined Sep 1998
Stats
Reputation: | 88 |
Pageviews: | 41.3K |
Articles: | 0 |
Comments: | 22 |
Comments
Nov 08, 2012 · Allen Coin
I've used both Apple and Lenovo laptops over the years, and I never found that the Apple hardware was all that wonderful. Sure, it looks nice, but for the same price, Lenovo consistently gives you more stuff for less weight.
I've used both Mac OS X and Ubuntu over the years, and I never found that the Apple software was all that wonderful. Sure, it looks nice, but it can be dog slow and overbearing in it's self-righteousness.
I do agree that Unity is, well, interesting, and I ditched it for LXDE (i.e. Lubuntu). It's good that one can make that choice.
May 09, 2012 · Will Soprano
Thank you! I've been wondering why there aren't more nuanced ORM perspectives in the blogosphere. Yes, OR mapping is a hard problem, and using an OR mapper without some understanding what it does under the hood isn't going to be wonderful. Yes, if performance is paramount, someone out there can write better SQL or NoSQL than the ORM could. But there are an awful lot of use cases where reasonably savvy people use an OR mapper to save themselves a bunch of menial labor, and performance is just fine. It's a tool, not a silver bullet.
Oct 01, 2011 · John Esposito
Aug 19, 2011 · Mr B Loid
Aug 08, 2011 · Mihai Campean
I am not sure that the "everyone is beating on poor Oracle" meme captures the nuances of this issue.
When you look at the release notes at http://www.oracle.com/technetwork/java/javase/jdk7-relnotes-418459.html#knownissues, one issue does stand out over the usual "grief with Java plugin" or "grief with CJK input" or "grief with weird X11 issues", namely that an optimization bug can sometimes silently deliver the wrong result.
People don't like to get the wrong result, even if the probability is less than them getting struck by lightning. We all know that because it's happened before--remember the Pentium bug?
So, if Oracle had said "Whoa, we just found out this issue, and we'll fix it immediately, but it'll take ten days to re-run all the acceptance tests", nobody would have batted an eye. Or if they had said "Look, we've got this problem, but you've got to ship sometime, and here is how you work around this vexing issue", people would have been ok. Their problem was to say nothing at all. If you say nothing at all, you open the floodgates to "Don't use Java 7 if you use loops", "Java 7 unsafe at any speed", "Sloppy work a Oracle", and all the other hyperbole. That's a lesson well learned for anyone who needs to make a similar decision.
Aug 08, 2011 · Jim Moscater
I am not sure that the "everyone is beating on poor Oracle" meme captures the nuances of this issue.
When you look at the release notes at http://www.oracle.com/technetwork/java/javase/jdk7-relnotes-418459.html#knownissues, one issue does stand out over the usual "grief with Java plugin" or "grief with CJK input" or "grief with weird X11 issues", namely that an optimization bug can sometimes silently deliver the wrong result.
People don't like to get the wrong result, even if the probability is less than them getting struck by lightning. We all know that because it's happened before--remember the Pentium bug?
So, if Oracle had said "Whoa, we just found out this issue, and we'll fix it immediately, but it'll take ten days to re-run all the acceptance tests", nobody would have batted an eye. Or if they had said "Look, we've got this problem, but you've got to ship sometime, and here is how you work around this vexing issue", people would have been ok. Their problem was to say nothing at all. If you say nothing at all, you open the floodgates to "Don't use Java 7 if you use loops", "Java 7 unsafe at any speed", "Sloppy work a Oracle", and all the other hyperbole. That's a lesson well learned for anyone who needs to make a similar decision.
Aug 04, 2011 · James Sugrue
I am afraid I don't understand how one can see this as "sour grapes from Apache".
Apache is not a monolithic organization. The Lucene folks and the Harmony folks aren't in cahoots, and they don't have a team of lawyers telling them what to blog about.
The Lucene folks have a legitimate grievance. They found a critical bug that affects their (much used) project, and they didn't get much traction in reporting it through the normal channels. So they did what people do everywhere these days when their grievances aren't heard--assemble on Tahrir Square, put out blog posts with eye-catching titles, whatever works. And it did work. Oracle now is paying the attention that they should have paid in the first place, and it appears as if a fix will be released "soon".
Hopefully, someone at Oracle will extend a warm thank you and a timeline for a fix. If their lawyers will let them.
Jul 06, 2011 · Jim Moscater
There is nothing wrong with using for comprehensions. In fact, as a rule of thumb, they should probably be your first choice. For example,
seems easier on the eyes than
May 06, 2011 · Joseph Randolph
Mar 13, 2011 · James Sugrue
Jun 15, 2010 · mitchp
Cristian and Jacek--aren't you a bit narrowminded here? Java isn't the pinnacle of OO purity. There is nothing intrinsically evil about multiple inheritance. Java rejected MI because it feared the complexities that C++ introduced in its implementation. Scala, as well as other languages, provide reasonable MI implementations and show that the Java designers were perhaps overreacting in their zeal to avoid all C++ ugliness.
The "reading and understanding" argument cuts both ways. A program that is littered with boilerplate is hard to read because of its sheer length, and because you always need to make sure that the programmer applied the boilerplate correctly.
Jun 11, 2009 · Patrick Wolf
Jun 11, 2009 · Masoud Kalali
Apr 14, 2009 · Mr B Loid
"I would love to see some good examples of operator overloading, if you have any to share... "
Check out the Scala combinator parser library. It would be really tedious to use with the traditional method invocation syntax.
Of course, that's Scala, not Java, where you can define your own operators. In Java, there is a fixed set of operators, and overloading is much less interesting. Maybe it really is time to leave Java alone.
Apr 14, 2009 · Cedric Beust
"I would love to see some good examples of operator overloading, if you have any to share... "
Check out the Scala combinator parser library. It would be really tedious to use with the traditional method invocation syntax.
Of course, that's Scala, not Java, where you can define your own operators. In Java, there is a fixed set of operators, and overloading is much less interesting. Maybe it really is time to leave Java alone.
Mar 31, 2009 · Mr B Loid
Jun 02, 2008 · admin
Here are two of my favorites that haven't been mentioned yet:
Jun 02, 2008 · adam bien
Here are two of my favorites that haven't been mentioned yet:
Feb 18, 2008 · Erik Thauvin
As I understood it, the point of the NYT article wasn't so much that many citizens are dumb--which surely has been the case throughout many cultures, throughout much of history--but that being dumb is socially acceptable in America, and being smart marks you as a freak.
I don't think that you see that kind of anti-intellectualism very much among software developers. Most successful developers are proud of their knowledge, seek to enhance it, and respect those who are smarter than they are. After all, you don't get very far in this business by being dumb.
I think the more interesting question is whether other cultures value knowledge--and knowledge professionals such as software developers--more than the U.S. does. Maybe the overall culture has an influence on the quality and quantity of software developers? Many of the smartest developers I work with grew up in China, India, and Eastern Europe.
I grew up in Germany, and while I can't say that I got any social brownie points for being good in math and science in high school, it didn't stigmatize me either. My wife grew up in Vietnam, and she says that in her high school it was actually a social negative to be bad in math--what is fun about dating someone dumb? Here, in the U.S. of A., my children would be too ashamed to tell their classmates the truth--that daddy got a degree in math. They'll say that I run numbers on the waterfront.
Is this a recent development? In the 1950s and 60s, American science was the envy of the world, and we still benefit from the infrastructure investments of those times. But there is precious little investment these days, perhaps because the social norms have changed. That should worry us because it affects our business.
Cheers,
Cay
Feb 18, 2008 · Rick Ross
As I understood it, the point of the NYT article wasn't so much that many citizens are dumb--which surely has been the case throughout many cultures, throughout much of history--but that being dumb is socially acceptable in America, and being smart marks you as a freak.
I don't think that you see that kind of anti-intellectualism very much among software developers. Most successful developers are proud of their knowledge, seek to enhance it, and respect those who are smarter than they are. After all, you don't get very far in this business by being dumb.
I think the more interesting question is whether other cultures value knowledge--and knowledge professionals such as software developers--more than the U.S. does. Maybe the overall culture has an influence on the quality and quantity of software developers? Many of the smartest developers I work with grew up in China, India, and Eastern Europe.
I grew up in Germany, and while I can't say that I got any social brownie points for being good in math and science in high school, it didn't stigmatize me either. My wife grew up in Vietnam, and she says that in her high school it was actually a social negative to be bad in math--what is fun about dating someone dumb? Here, in the U.S. of A., my children would be too ashamed to tell their classmates the truth--that daddy got a degree in math. They'll say that I run numbers on the waterfront.
Is this a recent development? In the 1950s and 60s, American science was the envy of the world, and we still benefit from the infrastructure investments of those times. But there is precious little investment these days, perhaps because the social norms have changed. That should worry us because it affects our business.
Cheers,
Cay
Feb 01, 2008 · Karlie Robinson
I find it interesting that you say that people pick up JSF the fastest. Maybe it isn't as complex as its detractors make it out to be :-)
I find that my students pick up JPA very quickly as well, so Seam sounds like a winner for gluing the two together.
Seam doesn't need Hibernate persistence, but it is a bit of an effort to strip out the unnecessary pieces when you deploy on an app server other than JBoss. I think it would be good if the Seam packaging was more vendor-neutral.
Feb 01, 2008 · Rick Hightower
I find it interesting that you say that people pick up JSF the fastest. Maybe it isn't as complex as its detractors make it out to be :-)
I find that my students pick up JPA very quickly as well, so Seam sounds like a winner for gluing the two together.
Seam doesn't need Hibernate persistence, but it is a bit of an effort to strip out the unnecessary pieces when you deploy on an app server other than JBoss. I think it would be good if the Seam packaging was more vendor-neutral.