I’ve recently tested Xbian and Raspbmc. Xbian seems to be based of raspbmc, with a few changes, for example a quite sleek setup plugin.
Raspbmc, in turn, are based on Debian, the well known Linux-distro, with apt and all the snacks.
Both are painless to setup, and works quite fine for playing media files. However, I wanted a bit of a special setup with openvpn connectivity to the NFS / Plex server. This was fairly easy to set up, apt-getting the openvpn and resolvconf packages. But with Xbian it stopped there. They use 7 year old dhcp-scripts, which has no concept of resolvconf. Why? I don’t quite understand, as Raspbmc does not. On Raspbmc the openvpn + resolvconf setup just worked.
Same goes for other things – Xbian does not show the correct time in xbmc, even though system time is set correctly. Raspbmc handled this just fine.
I’m aware that Xbian is in a beta, but they seem to have made some very strange decisions in the transition from Raspbmc…
Also Raspbmc uses less cpu for xbmc, with approx 15-16% cpu load for idle, and 80% with running full screen music visualiser. RAM usage? 150MB used with Raspbmc, 300MB+ with Xbian.
I have not checked why those differences are there. But they are, and they’re irritating enough…
The Logitech M570 trackball is good. If I use a normal mouse, I’ll get a stiff shoulder after a couple of days. What I can use is an clitoris or trackball. My x220 has a clitoris, which I don’t like in games.
I’ve used various trackballs before, but the wireless of M570 is good. It meens I can sit in the sofa, without having to care about the wire. The performance is the same as previous trackballs, and I don’t really understand why a LASER is important on a trackball – the surface is known… But what goes with the territoriy…
At least – I happen to love my trackball, and it’s totally worth the price of ~100$.
Ok, so we have a couple of cryptocurrencies out there, bitcoin, litecoin and so on. I had a look, trying to buy some litecoins, but was utterly turned away by the hoops I have to jump…:
First transfer money in EUR/USD/RUR or other national valuates.
Buy the coins.
Send them.
In addition, the credit card interface was in russian, with quite a lot of options to select from – and wanted me to create a user at a separate website from the trading site. And of course there was a 3% fee, or more, involved, plus the 1.75% VISA charges for foreign valuates.
I consider myself more technologically advanced than the average – by far. Yet I’m not able to get my hands on those cryptocurrencies in an easy way.
So how do you ever expect it to be for someone not speculating, criminal or enthusiastic about it? If you’re a criminal, it offers clear benefits. If you’re speculating, their rise has been spectacular…
But as means of purchasing something? Sorry. With Paypal I enter my username and password, and press enter two times. Convenience are more important than the high ideals about anonymous, untraceable currencies. For I’m all for the latter one, but not with this horrible user experience.
And then I’ve not even mentioned the litecoin client, which downloads at least a few hundred megabytes of data, taking long time, providing little or no feedback…
It’s utterly useless as a currency or mean of payment to me right now, and I bet I’m not the only one with the same feeling…
Apart from some minor details, it works great. One of the stupid things is that the lens does not come out automagically when turning on camera with CHDK activated. I need to do a half press of the shutter first… OK, I can live with that, typically I use the standard firmware for point’n’shoot, and only use the CHDK when I want to do some scripting.
CHDK is fun as always. Easy to do new things, quite easy to create your own scripts. But I’m a bit flustered – there is not very much documentation on some functions – how to check if camera has aquired a good autofocous for instance? I don’t know if this is problems with the camera hw, or bad documentation from CHDK’s side.
Anyway, its entertaining to be able to script my camera, and with a gorilla pod, AC adapter from ebay, and 4GB memory card, thet total price is around 220$ for the package. Unbeatable amount of fun for that money 🙂
The possibilities are nearly endless:
Raw photos from a compact camera.
Motion detection.
Zebra striping of under/over exposed areas before taking a photo.
Greater manual control over camera.
The list goes on, and their FAQ explains it quite well.
NRK skriv at ein nordmann er trent av Al Qaeda. Der kan ein lese følgande gullkorn:
Den 33-årige etnisk norske mannen som har konvertert til islam, har plettfritt rulleblad, norsk utseende og regnes som en stor potensiell fare dersom han er trent, operativ og klar til å begå terrorhandlinger mot et vestlig mål, som for eksempel et sivilt passasjerfly.
Dette fordi han regnes for å gå under «radaren» på grunn av upåfallende utseende og fortid, og dermed svært vanskelig å plukke ut som potensiell terrorist.
Det tyder i så fall på at svært mange av sikringstiltaka er sikkerhetsteater, og lite anna. For ser du etter skjeggete muslimer så rekruterer Al Qaeda blonde nordmenn.
Men fyren vart jo plukka opp av etteretning, og har vel neppe sjans til å settje seg på eit fly utan å bli grundig sjekka neste gong?
Om antiterrorsystema våre antar at terrorister er skjeggete muslimer er det problemet.
fget is a small, quick and dirty download proxy in php and python, to be used on a webserver to allow it to download files to the webserver, and allow access to them.
Written for personal use when travelling, and on various bad links.
License? Buy me a beer next time you see me if it is useful.
I recently flew with KLM from Singapore to Amsterdam. They have this tradition of giving you small houses filled with jenever.
Thats just fine, but the problem is that they are filled with liquid, and above 100ml. So you have to have them in a sealed bag through security if you have a connecting flight.
KLM’s solution? Hand out a sealable bag, a card stating at which flight it was received, and date. The card was quite simple, with no serial numbers, no stamp, no signature. Just the flight numbers.
I got the bag and card after the house, and was told to seal it myself! I just ignored both, the house was quite ugly after all, and a bit of jenever is not worth carrying for me…
However, it is quite nice of KLM to hand out unsealed bags… Just another dent in the airport security?
Being a geek, the opportunity to upload pictures straight from my cell phone (Android) to the web is a nice feature. I could of course use Dropbox or a similar solution, but that is boring, and I don’t get to decide the URL…
Finding a good webdav client for Android took me most of the time. I eventually settled for Cloud Browser (€.99), which was the first one to work as expected, and the only one I found which integrated neatly on the ‘Share’ menu of the gallery, making upload easy. There are several free apps as well, but the ones I tried did not integrate / behave the way I want.
The only drawback is that Cloud Browser uses Basic authentication, and not Digest. If you’re using public WLAN’s it might be a very good idea to use https to access your webdav repository like me.
<Directory /home/vidarlo/websites/bitsex.net/dav>
RewriteEngine off
AllowOverride All
Options FollowSymLinks +Indexes
Order Deny,Allow
Allow from All;
Dav On
AuthType Basic
AuthName "WebDav"
AuthDigestDomain /dav
AuthDigestProvider file
AuthUserFile /home/vidarlo/htpasswd
require valid-user
<Limit PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE GET HEAD>
require valid-user
</Limit>
</Directory>
This simply worked. I can upload pictures once I snap them, and I can sync files the other way too. Better than the dropbox for android, and I have control over my data… 🙂
Highly recommended system 🙂 If you’re lazy, you can always use the app mentioned with Amazon S3…
Selvfølgelig skal du betale mer for å få tilsendt produktene til din egen postkasse eller nærmeste postkontor, i stedet for å hente det selv i varehus. Det er en ekstraservice det er rett og rimelig å betale for.
Er det sjølvfølge at det er ekstraservice? Nei. For Elkjøp sparer eit par kostnader.
Kostnaden ved å leige eit lager er lågare enn kostnaden ved å leige et butikklokale
Lagerlokalet treng ikkje ha ørten tusen parkeringsplasser
Et lagerlokale kan betjene heile Noreg, i motsetning til ein butikk
Lagerlokalet treng ikkje samme grad av belysning og oppvarming som en butikk
Lagerlokalet treng antakeleg mindre betjening for å håndtere samme salsvolum
Ingen treng bruke tid på å plassere ut produkt i butikk
Turnover blir antakeleg større, og dermed mindre død kapital
Det er ikkje sikkert det er billegare for elkjøp, men eg vil anta at det er det. Og det er iallefall ikkje automatikk i at det er ekstraservice – tvert imot…
This will be the first release in quite a few years that I won’t try at the day of release. I’ve been using OpenSuSE since Pre-Novell (9.0 I believe), and have usually upgraded as soon as possible.
But why not this time?
Because the last three times I tried to upgrade, it was a mess for two days. The sturdy and solid SuSE is gone, and I’m left with a flaky OpenSuSE, which usually needs a few weeks to settle the most annoying bugs.
Preciously, SuSE was the one distro that you could be sure was working. But not anymore. They’ve simply got to many fuckups on the release day for me to thrust ’em.