Capitalismo Criativo

Estava lendo a reportagem da Revista Época cujo o tema é: “As melhores invenções devem beneficiar também os mais pobres”. Foi ai que me interessei pelo tema Capitalismo Criativo que li na reportagem completa Em busca do capitalismo criativo. . Na verdade baseado nessa minha pesquisa encontrei alguns artigos e reportagens interessantes:

A New Approach to Capitalism in the 21st Century – O discurso do Bill Gates no World Economic Forum. O transcript do discurso do Bill Gates está disponível aqui.

Bill Gates Issues Call For Kinder Capitalism – Um resumo do discurso do Bill Gates no Wall Street Journal, no que tange o tema Capitalismo Criativo.

Making Capitalism More Creative – Reportagem da revista TIME, sobre Capitalismo Criativo.

Kleber Rodrigo de Carvalho

Call a spade a spade

Why do tech writers use so much jargon ?

David Pogue wrote that he doesn’t know. Maybe it’s self-aggrandizement or they want to lord their knowledge over everybody else.
Maybe it’s laziness or they can’t be bothered to fish for a plain-English word. Maybe it’s just habit or they spend all day talking shop with other nerds, so they slip into technospeak when they write for larger audiences.

Continue reading Tech Terms to Avoid.

Kleber Rodrigo de Carvalho

WebSphere Application Server V7 Available

The newest version of WebSphere Application Server, version 7.0, is now available.

WAS 7 is certified for Java EE 5, including EJB 3.0 and JAX-WS 2.1, and is built on Java SE V6.

For more information:

Thank you Bobby Woolf

Is cloud computing a trap?

Cloud computing is a trap, warns GNU founder Richard Stallman.

Web-based programs like Google’s Gmail will force people to buy into locked, proprietary systems that will cost more and more over time, according to the free software campaigner.

Kleber Rodrigo de Carvalho

Stop designing useless software architecture, Start coding useful software

Don’t Let Architecture Astronauts Scare You Article was written 2001, but It’s still up to date.

I disassemble two parts of that article that I’ve thought over:

These are the people I call Architecture Astronauts. It’s very hard to get them to write code or design programs, because they won’t stop thinking about Architecture. They’re astronauts because they are above the oxygen level, I don’t know how they’re breathing. They tend to work for really big companies that can afford to have lots of unproductive people with really advanced degrees that don’t contribute to the bottom line.

Remember that the architecture people are solving problems that they think they can solve, not problems which are useful to solve. Soap + WSDL may be the Hot New Thing, but it doesn’t really let you do anything you couldn’t do before using other technologies — if you had a reason to. All that Distributed Services Nirvana the architecture astronauts are blathering about was promised to us in the past, if we used DCOM, or JavaBeans, or OSF DCE, or CORBA.

Alan Braz wrote in his Sametime message: Stop Talking, Start Doing. I found the ad video that explain the main idea, clicking on “Globalization” video.

In few words, we can brief both the article and the IBM Ad Video: Stop designing useless software architecture, Starting coding useful software.

Are you learning or using new technology because It is a hype or buzzword ?
Or are you learning or using new technology because It contributes to the bottom line ?
Any thoughts ?

Kleber Rodrigo de Carvalho

Paradigm based Polyglot Programming

Are you Polyglot Programmer ?
You can be Polyglot Programmer even so you have understanding just Java world.

How many languages are you using on the same project? If you go counting you will see that they are many. I mean XML, Java, XSLT, HTML, CSS… etc. But the reason why you are using almost all of them is that they happen to be mainstream and, oftentimes, they are the only language choice for a needed framework. You are actually almost obliged to use them. The choice is done for you. Style? CSS. Configuration? Often XML. Web interface description? Html. However, if you want to adopt true polyglot programming, you will have to face inevitable decision of language choice.

Read the full Article: Paradigm based Polyglot Programming