-
2006-05-09
"I will be speaking on the Rails Recipes Meetup here in Stockholm tomorrow. My topic will be on recipe 28 in Chads excellent book, how you can use with_scope to DRY your code.
Whilst I have looked quite deeply into the subject - it is quite small actually - there is one thing I have yet to find out. Chad mentions that you can use wrap your actions with scoping using a before_filter."
-
2006-05-08
"Thomas Looy: How Long is a Piece of String?: “- Use working software as the only measure of the progress on a project (no more 90% completed tasks);
Measure using smaller sized tasks. Smaller tasks give you better measures than larger ones and will also give you a larger sampling of measures that can be used for meaningful statistical evaluations. Smaller tasks are also completed sooner and therefore give you measurements sooner that you can begin to use to extrapolate to a meaningful project complete date."
-
2006-04-17
"On behalf of my employer Valtech, I’ve written a piece on why I dislike SOAP, and favor REST. I originally wrote it in english, but the published version is in swedish.
For some REST preaching in hum-humpty-dum-dee-dum’ish go to
http://valtech.se/templates/JobSubPage.aspx?id=2582.
Update: As suggested by people more intelligent than myself, anchor tags really should have text inside them to be useful :)."
-
2006-03-19
"Bitten by IE once again: “Side note: I talk a lot about the importance of Feedback, that tools should clearly identify problems and guide you to solutions. On a grading scale of A - F, IE would receive the grade take out back and put down like a rabid dog on this issue. And many others.”
(Via Tapestry and HiveMind.)"
-
2006-03-11
"It seems that Sun is using James Gosling to spread FUD regarding any technology that competes with Java. He created Java, and he is a techie and techies have high standards and are always honest - right?
He came out slinging against Harmony a year ago, and now he is at it again with Ruby and PHP:
PHP and Ruby are perfectly fine systems, but they are scripting languages and get their power through specialization: they just generate web pages."
-
2006-03-09
"By accident I stumbled upon the alt-command-O keyboard combination which allows you to move the current window to a given Desktop Manager virtual desktop - or to place it on all of them. Perhaps I haven’t looked hard enough, but I have not seen this mentioned in any documentation.
This was the only thing I thought was missing in Desktop Manager. I find it really useful for Adium and Skype."
-
2006-02-21
"Powerpoint corruption and lies Originally uploaded by mahnve.
I am so intensely mad right now. I have spent the afternoon working on a presentation I am to give at lunch time tomorrow.
To make it short: Powerpoint crashes, and takes my file with it in the fall. I can’t open it anymore.
I am redoing my presentation right now - in Keynote.
Coming up with the title of this entry cheered me up a little."
-
2006-01-30
"Really funny: A list of facts about Chuck Norris
(Via Planet Ruby on Rails.)"
-
2006-01-30
"Cameron states an excellent release numbering system, coincidentally the same as we used back in the days at Lecando:
A ‘dot-zero’ release (like 3.0) is allowed to drop deprecated APIs, change an API in a manner that could break binary compatibility, or change the JDK version requirement.
A ‘dot-X’ release (like 3.1) is only allowed to add features and APIs, but should not break any binary compatibility.
A ‘dot-X-dot-Y’ release (like 3."
-
2005-12-16
"Mule is a very different beast to me. It seems to be a swallow anything messaging bus where you can message anything anywhere using any protocol anytime. It seems really cool - I just wish I knew what to use if for. This is not at all to say that it has no use, it is just me that has not worked with anything similar before.
BTW: Demos involving messaging are almost always cool."