I just finished a night of general geekiness and as I lay here thinking about the accomplishments, and realizing that I’m writing this from my phone, I wonder if maybe there is a downside to it all.
Category Archives: Technology
Technology
JSR-168 Portlet Specification
What is it about the JSR-168 spec that is so hard for vendors to implement. Too vague? Too free? What?
I just wasted the last week trying to figure out why portlets were not rendering with a particular structure. Turns out with the folder in web containing the view, edit and help.jsp files can not start with a capital letter. What the hell?
LDAP Browser for Mac
I got a little tired of launching LDAP Browser (LBE from Novell) on the Mac from command line. So I created a .app file for Mac (zipped) that can be placed in your Applications folder. This was created using Platypus and has not been tested on any other machine than mine. Please report any bugs found.
Xmind
First off, XMind is a mind mapping program that I started using on a Mac, transferred to an Eclipse 3.4 plugin and have since downloaded and installed on any computer I have including my Linux machines at home. That said, there is a bit of an oddity when running it under linux. I couldn’t find any information on how to run the executable from outside of the unzipped folder. I have found that fix and wanted to share for anyone else who has had this issue. Below is what I have in place on a Fedora 9 install with Sun JDK 1.5.0…
- Download the XMind Portable from their site
- Unzip to /usr/local/xmind-portable/
- Rename XMind for Linux to XMind-Linux
- Open the config.ini file from XMind-Linux folder
- Edit any paths to reflect your location of /usr/local/xmind-portable/XMind-Linux/
- Copy all the values in this file and edit the lines to be a single line
- Create your shortcut to /usr/local/xmind-portable/XMind-Linux/xmind and append the single line from step 6
- Done!
Cloud Programming?
I’m not sure I have a very strong opinion on this but I did find it interesting. LinuxMag has an article about Mozilla Labs releasing Bespin into the ether as a cloud based code editor. More investigation is my next step but not until I stop working 10 hour days…