Skip to content


TwitterFX 0.15 Release notes

WebStart should take care of the upgrade automatically, but, as always, you can install it from http://herod.net/twitterfx/TwitterFX.jnlp

Bugs can be raised here:  http://kenai.com/jira/browse/TWITTERFX

Here are the changes:

Release Notes – twitterfx – Version 0.15

Bug

  • [TWITTERFX-5] – Scroll bar on right hand side is obscured by OS window chrome
  • [TWITTERFX-8] – Unneeded request is made to twitter on closing the ‘User detailed’ window.
  • [TWITTERFX-22] – Character count doesn’t update correctly when the tweet is submitted
  • [TWITTERFX-28] – Text entry box does not resize when you resize the window.
  • [TWITTERFX-29] – Mouse over highlight on tweet does not rescale when resizing window
  • [TWITTERFX-30] – Tweet shows hand cursor and hightlight even when there is no hyperlink in the tweet.
  • [TWITTERFX-31] – Tooltip on right hand side of screen starts too far to the left.
  • [TWITTERFX-32] – TinyURL and TwitPic URLs should be suffixed, not prefixed.

Improvement

Posted in Tech.

Optus sucks –

Okay

Now I’m pissed off.

So, I go to make my payment and the Optus account portal craps out twice during the payment process,

What happens? I get a blank page with the loading icon for several minutes.

So, I try again, and again, third time lucky, then I discover I’ve paid both bill three times.

So, then I try to do an online feedback to get my money refunded and after filling in my details and describing the whole process, I get this:

I mean, seriously. WTF? Does Optus specifically aim to frustrate and confuse its customers?

This is on top of the 3 day 3G outage that Optus had in North Sydney last week.

Posted in Tech.

Java FX Release December 2 / If you are in to Java, you should listen to this episode

.. of “This ain’t your Dad’s Java”

I found the passion and information content about the direction of Java very, very encouraging.

JavaFX release is on December 2. Looking forward to taking the final release for a spin!

Posted in Tech.

Things you notice watching childrens tv

After watching alot of kids TV over the last few months, I have a few things I wonder about

  1. Where is Harry’s Dad in “Harry and his bucket full of Dinosaurs?”
  2. Why is the Island of Sodor in “Thomas the Tank Engine” so dangerous with such poorly maintained railways?
  3. Why in “Lazytown” does a 30+ year old man (called Sporticus) hover over the town watching the kids?
  4. Does Shadow in “Bear in the Big Blue House” suffer from some form of manic mental illness?
  5. Why is Dora the Explorer so dumb?
  6. Why is ‘Big Plane’, the villain in “Little Einsteins” obviously a Soviet era SU-27 Flanker?

Posted in Tech. Tagged with .

How to be a biased TV presenter

Things you notice when you are home sick and watching Fox News and Sean Hannity, here are some tips I picked up from him:

1. Interrupt your opponent before they can complete their statement.

2. Use the interruption to redirect the conversation if its not going your way.

3. Use facts that are are correct, but only from a certain point of view, i.e. unemployment over a ‘three year average’ as opposed to the last 6 months.

4. Don’t be overt in your insults, but use your tone to get your point across, when your opponent responds in frustration, use that against them to knock down their point.

5. Avoid the entire context of a conversation, repeat the point that supports your view, allude to ‘other facts’ (google McCarthy for more details).

6. Accuse the other party of bias.

7. Speak loudly all the time.

Posted in Tech.

You know you want to…

I’m Australian, so I can’t vote for him, but what’s your excuse? :)

Posted in Thoughts.

Profiling your Eclipse RCP application using YourKit Java Profiler

You need to follow the YourKit instructions for making sure the the appropriate extensions are in your operating systems path

Then you need to run your Eclipse RCP application with the following command line

YourRCPApplication.exe -vmargs -agentlib:yjpagent -Xmx1024M -Xms32M

If it flickers up and disappears again in a split second then you’ve either mucked up the command line or the agent extension can’t be found.

Test the sanity of your jre by running

java -agentlib:yjpagent

You should get this output:

E:\temp>java -agentlib:yjpagent
[YourKit Java Profiler 7.5.10] Using JVMTI (11.0-b15;Sun Microsystems Inc.;mixed mode, sharing;Windows;32 bit JVM)
[YourKit Java Profiler 7.5.10] Profiler agent is listening on port 10002…
[YourKit Java Profiler 7.5.10] *** HINT ***: To get profiling results, connect to the application from the profiler UI
Usage: java [-options] class [args...]

<snip>

Posted in Tech.

Netbeans 6.5 RC 1 and Groovy 1.0.3 on Mac OS X 10.5.5

Installed Netbeans 6.5 RC1 and Groovy 1.0.3 and trying to use the create Groovy project wizard and nothing happens (no project is created and Netbeans gives no feedback)

You need to add executable permissions on your Groovy installation as they are lost during the unzipping process and Netbeans doesn’t notice:

cd $GROOVY_HOME/bin

chmod +x *

Then you should get something happening when you trying to create the project.

Posted in Tech.

Wassup? (change)

Posted in Tech.

What you gotta love about the mac

I’m on a two year old MacBook with 3GB of RAM, I currently have open the following applications:

  1. Finder
  2. Mail
  3. WebKit Nightly Build (Safari)
  4. iTunes
  5. Microsoft Messenger
  6. iPhoto
  7. Terminal
  8. Microsoft Word
  9. Firefox
  10. Jasper iReport (Netbeans)
  11. iChat
  12. iCal
  13. Netbeans
  14. Eclipse
And my machine is still responsive, quick and without lag when moving between applications.
You gotta love that.

Posted in Tech.