3.5

libxklavier 2 Comments

Most of the people sure forgotten XFree 4.2 long ago. It was released 18.01.2002 – more than 6 years ago. But libxklavier supported it up to the version 3.4. Now, it is over. Starting from 3.5 (just released) – no more support for that old stuff. Farewell.

As a small present to this new release, libxklavier finally got its own place in the bugzilla world. So, regular users and distromakers are very welcome to use it.

DHCP+NTP and various OSes: Ubuntu, OS2008, …

General, maemo 5 Comments

I am trying to establish my own time server in the home LAN.

First I configured a couple of Ubuntu instances (matter of adding “ntp-servers” to request specified in /etc/dhcp3/dhclient.conf)

Unfortunately, out of the box OS2008 ignores NTP server provided by DHCP. In order to enable that functionality, I had to add a couple of lines into /etc/udhcpc/udhcpc.script:

[ -n "$ntpsrv" ] && echo "server $ntpsrv" > /etc/ntp.conf.dhcp
/usr/sbin/ntpdate-debian

My next question is how to make MacOS X use that information (and check MSWin btw)

Unicode tags & OS2008 media players

maemo 9 Comments

I uploaded some mp3 files into my OS2008. Some of them have Russian (UTF-8) tags. And … what a disappointment. Shiny new Canola shows total crap instead of Russian. Most of other players too. The only decent ones turned to be (drums roll…) MediaBox and Kilikali. Audio Tag Tool specially intended for editing tags – falls flat when it comes to UTF-8. Are we in 2008 or 1998?

n810 memory module format: Why?

hardware, maemo 10 Comments

I would really love to look in the eyes of the person who decided that n810 should use MiniSD. And I would ask that person to find the card (on ebay or anywhere else) of 8GB or larger capacity (preferably, class 4 or better). Dealing with MicroSD->MiniSD adapters is a bit too much trouble…

MiniSD is nearly dead, as I can see. MicroSD and SD are reasonably popular. So why on Earth they’ve chosen the worst of 3?… SD on n800 was a very good idea – I could take the card from my Nikon d80 and show the photos straight on the tablet (thanks to great Canola).

n810: random rants

hardware, maemo 14 Comments

The browser in OS2008 is a huge disappointment. It hangs after every couple of pages, only “kill process” helps. Is it me? Is it about adblock and greazemonkey extensions? I do not know… But at the moment my n810 can not be used for browsing at all 🙁

Regarding the built-in GPS – according to what I hear from various people, there are 2 sorts of devices – “good ones” and “bad ones”. The “bad ones” (like mine) take ages to establish the fix.

And the last (but not least) – the hardware keyboard does not allow to switch between Russian and English layouts. You can have either – but not both (welcome to the Control Panel if you want to change layout). What kind of usability is it? For the company located a couple of hundred kilometers from Russia, it is odd;) The on-screen keyboard is more usable for me ATM.

Freeciv/Maemo

maemo 3 Comments

TWIMC: I registered the project on garage.maemo.org. The current code is in SVN. My plans (in no particular order):

  • Try upgrading to 2.0.9 (or latest 2.0.x whatever it is in SVN stable branch)
  • Fixing configure.in (at the moment, the only way to build is dpkg-buildpackage)
  • Trying to get as much code into upstream as possible. May be, separate client subdirectory would be needed (gui-maemo as a heavily modified copy of gui-gtk-2.0)
  • Eventually, upgrade to the freeciv trunk

And, sure, bugfixing bugfixing. No deadlines – my spare time is really scarce.

Everyone is very welcome to build, complain etc. Sure, patches are especially welcome.

Freeciv/Maemo

N810: here

hardware, maemo 11 Comments

So, yesterday I got it. Again, thanks to Nokia for the developer device program. Nice piece of hardware indeed – but nothing revolutionary, as I expected.  Some comments (mostly rants – but my gratitude is still there and it is huge):

  1. Built-in GPS is cool. But why does it take ages to establish the connection (I do not even mention the fact that it does not work in the room). I hope Nokia would fix it in the updated software (hopefully it is not a hardware issue).
  2. The car mount is well-thought. But I am not going to use screws to attach it to my dashboard. Probably there must be some other way to use it…
  3. The keyboard … well, I guess it will take some time to get used to it. I still did not figure out how to switch between English and Russian layout (which was trivial on n800 on-screen keyboard).
  4. Nokia added special lock/unlock hardware switch. Nice touch. But IMHO much more useful would be two hardware volume control keys (or dial or whatever).
  5. Why oh why they switched from SD to MiniSD? My 2G card I bought for n800 is useless here 🙁 And now I cannot take SD card from my Nikon D80 and show just made photos on shiny n810 screen :((( Seriously, could anyone explain? It seems MiniSD standard is dying (if you check on ebay). I could better understand switching to MicroSD… Strange move indeed. (as a side note, I do not quite understand the change of the USB socket as well).
  6. They added 2G unmountable internal flash. Good and wise decision. But why didn’t they move /usr to that volume (may be, along with /home)? Having 256M for all filesystems is not too much – I noticed it in n800 days. I simply cannot install all interesting stuff from Application Manager!

Overall – I think Nokia is moving in the right direction. My only concern is the pace of the move. While the change from 770 to n800 was a huge leap, the change from n800 to n810 is a small step. Lads, please do not slow down. You are making a very cool gadgets – and there is still a room for improvement, I strongly believe you can make great gadgets.

Nokia N810: ordered

hardware, maemo 4 Comments

The discount codes seem to be working now. My N810 is on my way to me. Thanks a lot Nokia.

As another bit of my humble contribution (expressing the gratitude, you know;) – I’m putting some effort into making freeciv run on OS2008. There was initial version, made by Markku Vire for 770 – but apparently it does not run on OS2008 (yet). At least now it builds and starts – but more work is necessary. So we’ll see how it goes…

Google, WTF?

General 22 Comments

After some investigation I found the most probable reason of the break-in into my gmail account, which caused the spam message to be broadcasted to my entire gmail address book.

GMail performs login using https. Then (bah!) it redirects to http! All further interactions are done in insecure mode – unless the original address you typed in your browser started with https (or you change it manually and explicitly in the address line). Awesome, isn’t it? For details, see for example here.

So, I guess when I read my gmail using some occational free hotspot in the city (thanks to my n800), there was some “man in the middle” attack. It is not a big deal for minimally educated script kiddie – once http stream is not encoded and all cookies are there…

I definitely blame myself for being so lame and not knowing that bad fact about GMail (and not being paranoid enough to check the security of the connection when I have to). But I am deeply disappointed that GMail is so unsecure by default – and that information is not printed with big red letters on top of the page.

I guess there might be some people around who are still not aware of that shameful detail about GMail – so I am warning them.

Apologies

General 1 Comment

My GMail account got broken today – the spam message got sent to my entire abook. I sincerely apologize to everyone who got that spam. I will try to find out how it could happen… Deeply sorry.

« Previous Entries Next Entries »