About
Bruno is a 26.35 years old techguy, born in Lisbon (Portugal) and working in Cambridge (UK). Read more...
Search
Latest Posts
Latest Tweets
Wish List
Oxford Practice Grammar Advanced: With key and CD-ROM Pack: With Key and CD-ROM Advanced level
Oxford Practice Grammar Advanced: With key and CD-ROM Pack: With Key and CD-ROM Advanced level

Archive
QR Code
QR Code
Misc...
April 17th, 2008Java Code Style

Rob Lybarger, from developer.com did an updated to some articles about Java Code Style. Worth the reading here.

February 29th, 2008Security isn’t always about software

“Contrary to popular assumption, DRAMs used in most modern computers retain their contents for seconds to minutes after power is lost, even at operating temperatures and even if removed from a motherboard. Although DRAMs become less reliable when they are not refreshed, they are not immediately erased, and their contents persist sufficiently for malicious (or forensic) acquisition of usable full-system memory images.”

Even with the buzz the researchers want to create, it’s a good study to read!

In: Princeton University

February 20th, 2008. comments are open What will the Future of Java Development Be?

In this panel discussion from QCon San Francisco, several influential leaders of the software development community discussed and debated the future of the Java language and APIs based upon the lessons we have learned from the past. Topics included static versus dynamic languages, removing code from Java, forking the JVM, and the next big programming language.

In: InfoQ

February 6th, 2008. comments are open IPv6: Ready, Set, Go…

DNS root servers finally support IPv6.

Paul Twomey, president of Icann, said: “There’s pressure for people to make the conversion to IPv6. We’re pushing this as a major issue.”

The reason for the urgency, he said, was because the unallocated addresses from the total of 4,294,967,296 possible with IPv4 was rapidly running out.

“We’re down to 14% of the unallocated addresses out of the whole pool for version 4,” he said.

Some people say that is too late. The net’s current addressing scheme is expected to exhaust the pool of unallocated addresses by 2011.

In: BBC.co.uk

January 26th, 2008. comments are open The wonderful world of GUI development

I’m not a GUI developer guy and I only used to think about it when I had some kind of trouble. However, after reading a lot about it, I start to give them the value they deserve.

Brent Simmons, NetNewsWire developer, wrote a great article about a “simple” two steps wizard.

January 9th, 2008. comments are open The Closures Controversy

Presentation by Joshua Bloch here.

January 5th, 2008. comments are open Not perfect Java but better

Swing is the worst design and API in Java (unanimity) but no one can denied that we have other problem.

Joda-Time provides a quality replacement for the Java date and time classes…”

December 8th, 2007. comments are open Fact: Maven is obsolete

Why should we keep fighting with XML?

Raven is a build tool for Java programs based on Rake and Ruby Gems. Homepage here and ONJava article here.

November 29th, 2007. comments are open The top 10 IT disasters of all time

Colin Barker, of ZDNet, wrote an interesting article about the biggest IT disasters. Probably, the most interesting thing to notice is the number of software bugs at the top!

  1. Functional bug;
  2. Functional bug (overflow);
  3. Switch bug (network congestion);
  4. Outdated software;
  5. Functional bug (different metrics used);
  6. Functional bug (wrong math);
  7. Functional - potential - bug (y2k)
  8. Hardware problem;
  9. Bad planning;
  10. Network adapter bug (network congestion);

In: ZDNet

November 28th, 2007. comments are open Java Language Improvements

Click here to check some simple improvements to Java.

We will have String Switches, Chained Invocations and Improved Catch Clauses!

« Previous Posts   Next Posts »