Nokia N95 problem

June 16th, 2009

I have a problem with my N95 and was hoping maybe someone has seen this and possibly knows about a fix?

When I receive an SMS message the partial mode screen (that’s the screensaver thing with the time etc…) updates with a little message icon, however the main UI doesn’t update and no sound or notification is observed on the device at all.

I’m about to grab an HTC touch magic as a replacement but would like this old N95 to last me a couple weeks more… Well until after GUADEC at least :/

Update: After invoking the power of the oobergooglefoo it seems that when you have more than 2000 or so messasges in your inbox the phone will no longer display notifications….. Can you believe that?!

Introducing the 3rd annual meeting of SMASHED

June 15th, 2009

Well, GUADEC is coming around again, and as has become a tradition in recent years a whisk(e)y bof will be held.

For those of you who aren’t familiar with the rules here they are;

Rule number one: Everyone MUST drink.

Rule number two: Everyone SHOULD bring whiskey, BUT a bottle of your national spirit MAY be brought instead.

Rule number three: Anyone MAY bring a toast at any time, and everyone MUST toast and drink.

Rule number four: There SHALL NOT be a rule number four.

These bylaws are in accordance with RFC 2119 guidelines.

It’s unknown at present when or where the meeting will be held, we normally manage to fit it in at some point though, if you’re having trouble finding out when/where it’ll be come and find myself, David “lefty” Schlesinger or Dave Neary who are generally upto date with the situation.

Bug tags…

June 12th, 2009

This idea originally started off as a joke. After looking at it a second time its actually probably quite a fun idea…

With GUADEC coming soon the idea of bug tags popped into my head, bug tags are similar to dog tags, as in they’re a pair of tags with something written on them, what’s different of course, is what is written on them ;)

You’d write a bug number on both tags, while wandering around guadec you might just find someone that you can coerce into promising that they’ll fix that bug, you give one of the bug tags to that person, and write down some of the details of the person who promised to fix it on the other one.

Bug tags could then be bought and sold for beer too so anyone too hard up to buy enough beer could earn beers for bugs!

The point is of course, you’ll walk away from guadec with a bunch of bugs which have been “assigned” to you by means of a bug tag! A memento and a bug to fix all in one :)

The climate change crazies

May 23rd, 2009

I just stumbled across this old article on elreg. Makes for an interesting read because it appears that a climate change activist i.e. a single issue fanatic has in the past bullied the BBC into changing an article which was based on science, into something that fits with the current religion of climate change.

Ludicrous!

I follow developments in climatology by firstly ignoring everything which is biased by fanatics, politicians and religious leaders of church of climate change, and instead listening to level headed people who repeatedly tend to say the same things (and are often hushed up, or not allowed a voice on mainstream media) which I’ll summarise here;

  • CO2 levels are not drastically above the usual oscillations, they are a little out of the range of the last 50 or so years, but on a larger timeline… Nothing to see here, move along.
  • Temperatures have not risen in over a decade now, following the solar minima/maxima oscillation as per usual, which tend to fall in line with the ENSO oscillations.
  • CO2 is NOT a greenhouse gas, as it is processed by living systems on earth, if CO2 rises high enough, animals that can’t take the concentration will die off, but life forms which process it will thrive… Yay! Life!

Also, by saying “I believe in Climate Change” is kinda the same as saying “I believe in original sin”, which may I please bring to peoples attention if they aren’t aware was a method employed by Catholics to terrify people into becoming and remaining part of their church, and of course it’s the same as saying that “I believe in body thetans”. Fact of the matter is the climate is always changing, lets just ride it as life forms are supposed to.

I like having paper in my hand

May 20th, 2009

oops, sorry this shouldn’t have published… I blogged while angry then reconsidered…

Obama

May 8th, 2009

Some said that America would have a black president when pigs fly.

Sure enough, 100 days later swine flu :)

Mouse tracking in screencasts

May 2nd, 2009

In the past I’ve created a bunch of different screencasts, and one thing that’s always apparent is the difficulty in distinguishing the inputs from the mouse. Tools like istanbul and recordmydesktop provide a good way of capturing video, however they’re not so good at creating training videos. This has gotten me to thinking, and in one case I started looking at a mouse tracking tool in ubuntu which recorded mouse input and played it back, although it played it back on a white background, so non too useful. The upshot is I have an idea for what could probably be achieved quite easily.

video-tracking

Mouse event tracking, green dot depicts a click (blue could depict a right click) and red depicts the current location

Firstly, not too many changes would be required to istanbul, it would probably only require another checkbox in the notification area icon for “Record mouse events”, then the event recording too could be spawned to perform the recording, or the code could be folded into istanbul. Either way non too difficult. Once recording is complete, the recorded events are then played back into a cairo renderer, generating a transparent PNG of events in time with the video. The PNGs and video are then composited together to create the final output video. Various options are to be had, for instance only displaying the last x number of clicks, or y distance travelled, or event points decaying over time. With the mouse leaving a fading trail of where it once was.

With this kind of simple and non-intrusive method of gathering richer screen casts, videos can easily be applied to training scenarios where classrooms watch a demonstration of an application.It would also be nice to have this kind of overlay on the desktop as it’s being used too, so live demonstrations can be done too. Doing it live is a different animal to doing it in a recording, as you need a composited full screen window which can be drawn to while at the same time passing events through to the applications beneath.

I believe that in the future, screen casts of applications should be included in the help documentation, with internationalised narration and/or subtitles. Richer documentation could really start to draw the crowds to the GNOME desktop, especially of particularly complicated things to use like evolution.

Anyway, I intended this post to start a discussion regarding the merits of such an idea. Random speculation of examples of application and the upshot welcome, as are technical considerations and possible routes to achieving the goal. I’m especially interested to hear from the istanbul developers, and the developers of whatever mouse tracking application I tested unfortunately the name escapes me :/

UK Police State Part 2

April 18th, 2009

Just to highlight something people may not be familiar with. It is now an offence under the law in the UK to photograph or film a police officer.

At the same time, the only way people can record the actions of them is to photograph or film them.

Doesn’t this seem to say “Don’t take pictures of us while we’re beating, intimidating or harassing you”? Especially after the recent footage that has been released after the G20.

Update 2: Lots of links

This isn’t just about ludicrously orwellian posters

Wine-doors repositories shut down until further notice

April 16th, 2009

It’s with great regret that I’ve switched off the .wdi repositories for wine-doors until further notice. Users will be unable to download or install new packages, the repos are still available in SVN for anyone that’s interested joining the devel list and shouting out we can help you set up a local or network mirror of the repos for yourself. Our repos will have to remain offline until the bandwidth bill is paid off.

I’m not looking for advice for changing provider, I already have some offers that I’m looking into pursuing, and hopefully this will be worked out soon. In the short term the application just doesn’t work :/

You can donate by following this link

Thanks in advance for any donations.

Drawing an ellipse in cairo

April 13th, 2009

For a little exercise in geometry I knocked together a small program in python with cairo to draw a perfect ellipse of a specified height/width, it would also be nice to add in a small calculation to figure out the width/height from the angle of viewing (as an ellipse is a circle as viewed from an angle) I might add that in later on. It’s also possible to specify the number of points to draw in the ellipse too.

screenshot-cairo-ellipsepy

Obligatory screenshot

You can download the code for this here, run it with python cairo-ellipse.py