kjetilod.blogspot.com
k0de: Mac Keyboard layout driving you crazy?
http://kjetilod.blogspot.com/2009/03/mac-keyboard-layout-driving-you-crazy.html
Thursday, March 12, 2009. Mac Keyboard layout driving you crazy? I'm officially giving up adapting to the incompatible Mac keyboard layout. This page. Explains what you need to do to fix it. I'm also switching IntelliJ over to the standard PC-style layout, which is trivial to do. Life's too short to make adjustments to this crap. Subscribe to: Post Comments (Atom). I work for BEKK, a Norwegian IT consultancy. View my complete profile. Mac Keyboard layout driving you crazy?
kjetilod.blogspot.com
k0de: IdeaPad FTW!
http://kjetilod.blogspot.com/2009/03/ideapad-ftw.html
Tuesday, March 24, 2009. Just got a new toy to satisfy my geek needs: a Lenovo IdeaPad S10e. So far, I'm pretty happy with it. Here are some thoughts after a couple of days' use. It's a decent browsing machine. A 1024x576 screen resolution is just barely adequate for normal web browsing these days. Heavy flash use sometimes make scrolling a bit choppy. But the fantastic portability more than makes up for these shortcomings. (No, an iPhone doesn't really compete.). Subscribe to: Post Comments (Atom).
kjetilod.blogspot.com
k0de: March 2009
http://kjetilod.blogspot.com/2009_03_01_archive.html
Tuesday, March 24, 2009. Just got a new toy to satisfy my geek needs: a Lenovo IdeaPad S10e. So far, I'm pretty happy with it. Here are some thoughts after a couple of days' use. It's a decent browsing machine. A 1024x576 screen resolution is just barely adequate for normal web browsing these days. Heavy flash use sometimes make scrolling a bit choppy. But the fantastic portability more than makes up for these shortcomings. (No, an iPhone doesn't really compete.). Links to this post. I'm also switching I...
kjetilod.blogspot.com
k0de: August 2009
http://kjetilod.blogspot.com/2009_08_01_archive.html
Wednesday, August 12, 2009. WAS tip: Application build level. If you want WebSphere to display "Application build level" for your application, your EAR Manifest has to contain "Implementation-version". For Maven to add this automatically, add this to your EAR pom:. Links to this post. Subscribe to: Posts (Atom). I work for BEKK, a Norwegian IT consultancy. View my complete profile. WAS tip: Application build level. Simple theme. Powered by Blogger.
kjetilod.blogspot.com
k0de: January 2009
http://kjetilod.blogspot.com/2009_01_01_archive.html
Wednesday, January 14, 2009. Leaving it here so I'll find it later: If RAD complains that an EAR project won't build because. The deployment descriptor of the module 'xxx.war' cannot be loaded." for WAR or EJB modules, you have to add them to the org.eclipse.wst.common.component file in the .settings directory in the project directory, like this. Found this here: http:/ www-128.ibm.com/developerworks/forums/thread.jspa? Links to this post. Subscribe to: Posts (Atom). View my complete profile.
kjetilod.blogspot.com
k0de: May 2008
http://kjetilod.blogspot.com/2008_05_01_archive.html
Thursday, May 15, 2008. You can use good old /bin/dd to convert EBCDIC files to their ASCII equivalent. Dd if=infile.txt of=outfile.txt conv=ascii. Which does the conversion automatically. Links to this post. Subscribe to: Posts (Atom). I work for BEKK, a Norwegian IT consultancy. View my complete profile. Simple theme. Powered by Blogger.
kjetilod.blogspot.com
k0de: April 2008
http://kjetilod.blogspot.com/2008_04_01_archive.html
Monday, April 7, 2008. Maven 2 help plugin. I always forget this bit, so I'm putting it here for posterity.). The help plugin for Maven 2 can print the possible goals and other info for a plugin:. Mvn help:describe -Dplugin=eclipse -Dmedium=true. Gives some more detailed output. For more info see the help plugin pages. Links to this post. Subscribe to: Posts (Atom). I work for BEKK, a Norwegian IT consultancy. View my complete profile. Maven 2 help plugin. Simple theme. Powered by Blogger.
kjetilod.blogspot.com
k0de: String constructor considered useless turns out to be useful after all (film at 11)
http://kjetilod.blogspot.com/2008/09/string-constructor-considered-useless.html
Tuesday, September 23, 2008. String constructor considered useless turns out to be useful after all (film at 11). When you were still a Java neophyte, chances are you wrote some code that looked like this:. String s = new String("test");. Brings back some embarrassing memories, doesn't it? You soon learned that instantiating Strings via the constructor was hardly ever done, and the String constructors seemed to be, well, utterly useless. When do you really ever need to do "new String(oldString)"? It's no...
kjetilod.blogspot.com
k0de: WAS tip: Application build level
http://kjetilod.blogspot.com/2009/08/was-tip-application-build-level.html
Wednesday, August 12, 2009. WAS tip: Application build level. If you want WebSphere to display "Application build level" for your application, your EAR Manifest has to contain "Implementation-version". For Maven to add this automatically, add this to your EAR pom:. Subscribe to: Post Comments (Atom). I work for BEKK, a Norwegian IT consultancy. View my complete profile. WAS tip: Application build level. Simple theme. Powered by Blogger.
kjetilod.blogspot.com
k0de: OpenJDK and Project Lambda on MacOS X 10.6
http://kjetilod.blogspot.com/2010/09/openjdk-and-project-lambda-on-macos-x.html
Thursday, September 30, 2010. OpenJDK and Project Lambda on MacOS X 10.6. Want to try out the upcoming JDK 7 on your Mac? And closures from Project Lambda, due in JDK 8? There are currently no official binary build available for MacOS X, but it turns out that it's actually gotten pretty easy to build these projects yourself. With just 10 minutes of work and a little waiting you could have a working build! Here's my account of how to do it. Sudo port install mercurial. Sudo port install hg-forest. Control...
SOCIAL ENGAGEMENT