Skip to content

Category Archives: hack

MorzeSMS

Quick post. In light of recent Nokia+Microsoft-MeeGo news, I have gone to learn more about Android in a hurry. And here is the first result – MorzeSMS. Basically it is a tiny app that will play a morze code when you receive an SMS message. The morze code is the phone number of the sender [...]

Ubuntu 10.04 and NTFS filesystems

subj. don’t mix – just upgraded a simple Ubuntu 9.10 to Ubuntu 10.04 and it failed to boot. After careful examination, it looks that something replaced the munt line of my NTFS partition in the /etc/fstab and claimed that it is a VFAT partition and ‘mountall’ that is run during boot gets very, very confused [...]

Gnome typing break has no way to lock the screen

Want a definition of a paper cut bug? Here it is. And here and here are two more side effects of the same bug. The original bug report will be 6 years old in a month. Can we do something to prevent this bug surviving that long?

QEMU quit during console startup bind() failed

To get more Google juice to the problem. If you are trying qemu or libvirt or kvm or virt-manager and when you are starting up your second guest you see a message such like this: QEMU quit during console startup bind() failed Then two of your guests have the same port set for their VNC [...]

Test post with an embedded wave

Hello all, the latest craze is the Google Wave preview. I am in, so I am testing how a Google Wave will look when primitively embedded into a blog post using Wavr plugin for WordPress. And here it is: Update: to make it work – replace in the Wavr source the URL to the WavePanel [...]

Google Wave

So, the latest buzz on the web is all about Google Wave. I would urge everyone developing stuff for the Internet and technological people depending on the Internet for their daily work, to watch that introductory video. The concept is frankly mind-blowing. If this is done right and embraced by all the right people, Google [...]

Croud clapping

If you want to get a ‘croud clap’ effect then you not only need to multilpy a clap, but also make a Gaussian distribution of timing and loudness variation. The tighter the distribution, the more ‘organised’ will the clapping be. With a very wide deviations you will get a natural white noise clapping.

Re: HOWTO prep for migration off of SHA-1 in OpenPGP

Daniel says that we should move away from SHA1 by switching hash algorithms for signatures and generating keys that use at least SHA256 from SHA-2 family. I have been bitten by non-default GPG options before. So I propose that we do a security release of GPG that changes the defaults of key generation and key [...]

iPhone review from a free software guy

I got an iPhone on the very first day it was available officially in my country. I have used it every day since then and am now ready to decide how good it really is. Summary: it is a great piece of technology and the only tradeback is the locked down platform. I have abandoned [...]

Slowfs

I have just encountered a bug in Gnome that is much more visible when the hard drive is slow or overloaded and responds slowly. This gave me an idea – how about a simple transparent FUSE filesystem that does nothing else than delay, slow down and possibly reorder filesystem requests? Such a filesystem would be [...]