Tuesday, January 24, 2012

Weird Thunderbird Bug

Since I upgraded my Thunderbird to version 9 if could no longer paste tables from OpenOffice.org Calc to Thunderbird as a table... they always get inserted as graphics.
Paste-without-format would just copy the plain text, but - of course - no format.
The problem has also been reported with Microsoft Office and LibreOffice.

I did not really notice the first couple of times, until co-workers started to complain that they no longer could copy/paste elements from my "tables" because they were images.

Did some searching on the web and found the bug ... indeed introduced in TB9 supposed to be fixed in FB10 (have to test this on a vbox):

The actual problem is when Thunderbird parses the meta-data of the clipboard, it does a locale-specific parse of a decimal number (the version)... but the version string will always contain a dot (.) and never a comma (,), since it is not really a decimal number. So there is a difference between e.g. German and English system(!) locale, i.e. the problem will appear on German windows, but not on English windows.

Changing the decimal symbol to a dot (.) in the Windows system settings will actually "fix" (circumvent) this problem. I just tested this.
Not sure, which system-wide setting I should keep now...

As I noticed in the bug, the fix is to treat the version as a string, not a (decimal) number.... That's better.

Wednesday, January 11, 2012

Start 2012 by Taking 2 Minutes to Clean Your Apps Permissions

Wow, the most simple app ever... just links :)  mypermissions.org

Start 2012 by Taking 2 Minutes to Clean Your Apps Permissions

If you have a habit of trying all new services that come around, and use your Facebook, Twitter, Google, ... account to sign in, then you'll have a mess in the apps/services permissions in Facebook et al.

My Permissions.org just has the links to all those plattforms, directly to the permissions pages.


So simple, yet so useful.

Bookmark this!
Visit it every odd month!

Tuesday, January 10, 2012

Favorite Equation

This is not really IT related, but geeky enough, I guess.

The other day I read a post or article about job interviews in the tech sector, like Google et al... And - so the article went - Google (if I recall correctly) once asked a candidate what his favorite (mathematical) equation was.
That made me think...

So here are my favorite equation(s) - not a surprising choice, given that my background is electrical engineering.

1. Euler's Equation (wikipedia link)

This one keeps fascinating me since I first heard it in an early math lecture at TechU Vienna. It goes like this

e^{i \pi} + 1 = 0\,\!

(or rather substitute a j for the i... as I said - electrical engineering :) )

What's so fascinating about it, you ask?
Well, it contains 5 elementary constants/numbers  (0, 1, e, π, j) and it contains the 3 basic arithmetic operations (addition, multiplication, exponentiation)... more on Wikipedia.

2. Maxwell's Equations (Wikipedia link)

No surprise here for an electrical engineer, again, right ?

I'll show the most simple (and differential) form here, since I think this shows their beauty best:

\nabla \cdot \mathbf{E} = 0
\nabla \cdot \mathbf{B} = 0
\nabla \times \mathbf{E} =  - \frac{\partial\mathbf{B}} {\partial t}
\nabla \times \mathbf{B} = \ \    \mu_0\varepsilon_0 \frac{\partial \mathbf{E}} {\partial t}.
For an explanation and the more general form, check out Wikipedia.

And why those?
Well I think the symmetry is apparent. And they are so fundamental to basically everything


Also, according to Wikipedia, I'm not really alone with that choice:
A poll of readers conducted by The Mathematical Intelligencer magazine named Euler's Identity as the "most beautiful theorem in mathematics". Another poll of readers that was conducted by Physics World magazine, in 2004, chose Euler's Identity tied with Maxwell's equations (of electromagnetism) as the "greatest equation ever".

So... rather mainstream, right? Would not get me a job at Google :)

Monday, January 02, 2012

Evernote Clearly

A new tool to read article-like web pages (blogs, news, ... ) without the noise.
Evernote Clearly
Our newest browser extension for Chrome and Firefox makes a beautiful, distraction-free reading experience on the web with just one click.

Evernote Clearly
In the past I used to achieve this, by saving those articles to ReadItLater and the read them (without noise) on my iPad. With Evernote Clearly I can do so immediately in my browser...

And this is, how this post looks in cleary... leaner.. more easy to read.

Available for Firefox and Chrome.

Thursday, December 29, 2011

The Top 30 Android Apps And Games Of 2011 | TechCrunch

Nice selection from TechCrunch...
The Top 30 Android Apps And Games Of 2011 | TechCrunch: The best Android apps are thus the ones that can both push the technological envelope while also remaining accessible to the vast majority of users. This is no easy feat.

Not necessarily my view with every app, but a good starting point for all you new Android owners...

It definitely shows that in 2011 the Android ecosystem - while it did not fully catch up - narrowed that gap to iOS. And apps are increasingly becoming tablet ready or compatible as we go into 2012.

Tuesday, December 27, 2011

iPad Video App Freeze

Since I updated my iPad[1] to iOS 5, I frequently had the problem that the video app that comes with iOS is simply frozen, when you open it.
Even closing the app does not help.
A reboot of the iPad did not help either.

My idea was to somehow not start the video app, but launch a video directly, but for lack of a file manager on iOS, this is not easy.
Turns out it is... simply do a spotlight search for a known video name, wait for it to appear in the search results and tap on it there. Next best thing to a file manager :)

Voila, the video app should start and not freeze...
Works everytime for me know... a bit cumbersome, but still.

Hope that Apple will fix this.

--
[1] first gen iPad, that is

Monday, December 26, 2011

Letters to Steve

Nice easy reading for the holidays...  a collection of Steve Job's email responses...
and no, it's not just a book full of "Nope" and "Yep"... :)
Maybe a little bit too close to the Steve Jobs Bio by Walter Isaacson which I finished only a couple of weeks ago.

Friday, December 23, 2011

Dropbox app for Android update

There's a new version of the Dropbox app for Android. Among several UI and usability improvements, the most important to me is that you can now upload text files from the share/send menu.

I was really craving for this, because quite often in order to get real-life logs of my own app, I'm using the Log Collector app to gather log files and send them to my PC. Dropbox did not support he upload then, so I was using gmail for this (not wanting to bother with Bluetooth and the likes).
Tried it just now with the 2.0 version of the Dropbox app and it really works like a charm. Click - and just some seconds later I have it in my local Dropbox folder on the PC...

So thanks, Dropbox team, for getting this fixed.

Wednesday, December 21, 2011

A simple HTML tag will crash 64-bit Windows 7 • The Register

WTF ?
A simple HTML tag will crash 64-bit Windows 7 • The Register:
An unpatched critical flaw in 64-bit Windows 7 leaves computers vulnerable to a full 'blue screen of death' system crash.
[...]

the simple HTML script, when opened in Apple's Safari web browser, quickly leads to the kernel triggering a page fault in an unmapped area of memory, which halts the machine at a blue screen of death.
What weird architecture is this, that allows a usermode application (browser) to crash the kernel?
And this is through Safara (not Internet Explorer, which I'd understand to be more closely tied to the kernel)

Strange, strange.

Tuesday, December 13, 2011

Dropbox auto-updates

I just happened to hover over my dropbox taskbar icon (well not I personally, my mouse pointer) I noticed that it said
Dropbox 1.2.49
All files up to date

I was pretty sure that last version I installed was 1.2.48 - see here.
So I googled for "dropbox auto update" and found the following:
Dropbox - How do I upgrade to the latest version of the Dropbox application 

So yes, it does auto-update... good. thanks.

Sunday, December 04, 2011

More on the Firefox Sessionstore

After I cleaned the Firefox session store about 2 weeks ago by manually deleting the sessionstore.js file, I decided to watch its growth.
I did so by simply doing a copy of the sessionstore.js file with a task scheduled daily.

Here's the results

You can see that there is no constant (monotonic) growth. The sessionstore.js file grows a bit, then shrinks again, then grows a bit...
But it stays at about just under 1MB...

Should this change significantly, I'll report here again.

Friday, December 02, 2011

Google+ page

I'm testing a Google+ page for this blog... find it here and follow me, if you want.
Or try the badge to the right (--> somewhere over there, right beneath my book recommendations).
I mainly want to find out if and how Google+ (brand) pages work...

Of course I will post update there.

Sunday, November 27, 2011

duuuh

Dear foursquare,
don't I give you my location with each check-in anyway??



Friday, November 25, 2011

Firefox Sessionstore

As I mentioned in my previous post  "Firefox 8 - Slow and Memory Hog?", I managed to get FF8 to behave "normal" again by manually resetting the session store.

In order to learn more about the session store I did some googling...and found several interesting parameters in the FF config.
Check here for a list.

One that might be of particular interest is that you can specify the interval for FF to save the sessions into the session store with browser.sessionstore.interval; the default (in FF8) is 15 seconds, which seems ok... not too frequent, but still enough to capture your sessions...
Might be fun to play around with his; e.g. move it down to sub-second level in order to totally ruin your PC performance :-)
or increase it to 1minute or more and see if it is still useable then, in terms of session-state captured...


Tuesday, November 22, 2011

Moving

No worries,  this is only about my home PC.

I finally moved off my 8.5 year old 1.2GHz [1] single core 1GB RAM Windows XP machine to 4core Windows 7.

Well it first had Vista on it, and hardly anything worked (try DB2 for a start), then I decided to go Windows 7 before I do most of the migration, so I won't have to re-do everything again.

I have to say, Win7 is really a nice product... especially compared to Vista, but after only a week, I started to prefer it over XP as well. And compatibility is great, all of those nice little tools I had on XP work fine here as well.

And finally I got some RAM and clock cycles to work with... Android development (esp the emulator) is a lot easier now... :)

---
[1] or so, I don't even care enough to check this

Saturday, November 19, 2011

Firefox 8 - Slow and Memory Hog?

I'm running Firefox 8 now since it came out last week.

Not only did I find it to be slow (compared for both, FF7 and Chrome), but also a real memory hog.
~800MB on my work laptop, with only 6 tabs open, and really not responsive at all.

FF7 and earlier never had more than 300-400 MB (roughly) on that machine - with the same tabs and apps open, and the same extensions installed. So this was odd.

Especially start-up was a catastrophe.

Then, yesterday, I got the slow-script warning for sessionstore.js.

Well that about just did it for me ...

I went to my profile directory[1], and found a sessionsstore.js with more than 3MB.
I renamed it, restarted FF... of course with none of the pinned app-tabs open, because I took the session store away... But that's what I wanted.

I manually re-established my pinned app tabs, and voila
FF8 now was back to using 250MB, and the sessionstore.js was around 200kB

So - fixed for now. I think I had the session store build up for more than 1 year now and never cleared it (and quite frankly, why should I). So maybe cleaning it once might really fix the problem, and FF8 is not such a memory hog after all - or maybe it will be back after a couple of months...

Let's see, how this progresses from here...

--
[1]  can be found in %appdata%\Mozilla\Firefox\Profiles

Tuesday, November 15, 2011

New Dropbox release

Awkwardly Dropbox (of all services) does not have a notification for a new release. Well, a new one is out - 1.2.48 for Windows. I guess, this is to support the new Dropbox for Teams. Anyway, since there is no notification, I took the task to tell y'all :) Download Dropbox

Thursday, November 10, 2011

Thunderbird 8 and Lightning 1.0

So, 2 days ago Thunderbird 8 has been released.

The major changes are:
  • more restrictive handling of extensions/add-ons, especially those that come from other apps... those will be disabled by default... Thunderbird Installer will guide you through this.
  • keyboard short-cuts for the various search options have been changed.
While it has been Ctrl-F for both, the Find within the current message and the QuickFilter for the current folder, it is now
  • Ctrl-F for Find (within the current message)
  • Ctrl-Shift-K for the QuickFilteron on the folder
  • and Ctrl-K is unchanged for the global (indexed) search.
Took me 2 days to get accustomed to the Ctrl-Shift-K.
Well, almost. Not entirely. But I'll manage.

Also I had to "manually" upgrade 3 add-ons that were not declared compatible with TB 8, because no-one cared to update their install.rdf in the XPI file... quite cumbersome... See my rant earlier this year.

Ah, yes, and Lightning finally made it to official release 1.0 ... after years of beta.

Wednesday, November 09, 2011

Save icons

Is there any reason - except for convention or tradition - that icons for the Save action are still a 3.5" diskette symbol?

Will today's kids actually understand this?
And when was the last time you saved anything to a "floppy" disk?

Tuesday, November 08, 2011

They joy of forgetting your Kindle at home

Yesterday I was on a business trip in Ljubljana, Slovenia, and wanted take my Kindle with me to continue reading the Jobs bio. However, in the hotel I noticed, that I forgot.

No problem... take the iPad, start the Kindle app, sync to the furthest point read... and continue reading.

And tonight, I'll sync again on my Kindle an continue where I left on the iPad yesterday.

Still, the reading experience is a lot better on the Kindle than on the iPad, but occasionally, when there's no Kindle around, it is sufficient.