A tiny solution to the email problem: Notification headers

This is something I was thinking about some time ago... Some of my emails aren't really emails, but system messages. Stuff like "Import failed or succeeded" or a password change request email. Also, most of those emails are only valuable during a brief period of time (The log email of an importer isn't something you need to keep etc). What if there would be a mail header that specifies that an email is a notification email? We could do things like show a popup only on notification emails, automatically delete them if they're read or when expire.

Just curious if there already is such a header and what you think about it.

Share this:

Switched from putty to poderosa

I just discovered poderosa. A terminal client. I've used putty for ages, but it doesn't have tabs, local cygwin connections and, very important, the ability to save passwords.

Poderosa has it all. The only downside is that it uses .NET, so it isn't as lean as putty. + I don't like the office 2003-like menu bars.

Share this:

Free JavaRebel license

ZeroTurnaround offers a free JavaRebel license for a limited time. Go to http://www.zeroturnaround.com/javarebel/ and hope the link is still there!

JavaRebel allows you to hotreplace classfiles, even when method signatures differ.

Share this:

NetBeans the best IDE for RoR

I'm an IDE junky. I like productivity. So far all IDEs for Ruby on Rails have been crappy. Since a few weeks I've been using NetBeans, and it is the best by far.
That is why I wanted to do a post about it. But lifeonrails has beaten me by 6 months ;)

One thing he forgot to mention was CTRL + SHIFT + A to switch from controller <-> view

Share this:

Logitech diNovo Mini Review

Hi guys.

I'm reviewing the Logitech diNovo Mini today. The diNovoMini is a small wireless bluetooth keyboard and mouse combination perfect for HTPCs and the PS3. It acts just like a normal keyboard and mouse so it should be compatible with any device that supports a usb or bluetooth mouse and/or keyboard. A bluetooth usb dongle is provided.

First of all the diNovo Mini is SMALL. I'd say it's the size of an old pocketpc. It's smaller than my hand. The first thing I did is plug in the battery and the usb dongle. A few seconds later I was ready to go.

The mousepad on the top right acts as both the 4-way cursor of a keyboard and a touchpad mouse. The function is toggled by the switch next to it. The left mouse button is on the top left and is labeled OK. Pressing the pad results in a click too. In mousemode the leds are amber, in cursor mode they are green. It looks pretty cool.

The diNovo Mini turns on as soon as you open the lid, and goes in standby if you close it or if you wait for a few seconds.

There's a compartment for the USB dongle underneath the diNovo just so you won't loose it.

Typing can be done in two ways: keyboard style or with your thumbs. Keyboard style is kinda weird, and the keys aren't layed out exactly as a normal keyboard. I prefer using two thumbs. That's what it's made for. The keys are soft rubber-like.

There are a few media keys such as volume up/down/mute mediaplayer prev/next etc. A webbrowser button is also present which is a nice addition. On the left side there's a pageup/down button which makes reading a webpage easier.

I started up LA-MULANA, an MSX-like game to try and see how well the diNovo performs for gaming. This is where the diNovo falls short. It is not possible to press 2 cursor keys simultaneously. If you do so, for example you press left, and want to press up to jump, it will just keep on walking to the left.
This makes the diNovo unsuitable for action gaming. For strategy games it is perfect though.

The maximum range I measured was over 15 meters, I couldn't really get to the maximum. So that's perfect.

I have no pictures at this moment, but I'm sure you'll find those on google ;)

Share this:

Google App Engine

I just discovered that google has released a preview of Google App Engine. What it basically does, is allow you to create webapplications in python and let it scale on the google cloud. They have a data store + sql-like query language (GQL). I'm going to digg ;) in to it soon, to see what it's like. Unfortunately they don't have a ruby or java framework. But I assume they do allow for django, or maybe some ruby interpreter for python + an ActiveRecord plugin for GQL

How long until everything is google?

Share this:

Singularity (C# / .NET OS) source released

Microsoft has released the source of Singularity, an operating system bulit in C#.

Link for the source code on codeplex

Some videos on channel9 about singularity for those wanting to see it in action:

Singularity: A research OS written in C#
Singularity Revisited
Singularity III: Revenge of the SIP
Singularity IV: Return of the UI


In short: The os is pretty cool, and does some compile time stuff that ensures certain things (just like the java preverifier). That way you can run processes on seperate hardware threads.

Ok, I have to watch the episodes again, but I don't feel like it. It was a year ago or something since I've seen them

Share this: