Bon's chaotic notes (laber blog)
This is where everything non-IT related stuff will go to.
Sonntag, 22. Juni 2025
Mittwoch, 11. Juni 2025
Doraibu is my f-ing hobby
Montag, 8. April 2024
2024 No Internet, no computers
Japan, 2024.
In a PTA meeting at school on the hunt for volunteers (always a struggle, 'cause everyone is busy), one parent asks: "Would I have to use a PC or the Internet [in my role as a volunteer]?" The person in charge does waves her hands and does the đź™…♀️sign and replies: "Oh, no. We don't do that sort of thing here. We don't use Computers." "OK, under those circumstances I sign up as a volunteer", the questioner replies.
Here is the thing. I could be sh*tting on this by pointing out that this was at a Technical High School, where our next generation of engineers is supposed to be educated.
BUT
There is actually a point to it. I can only speak for Japan, because it's the only environment I am exposed to, but everything related to Internet and PC is just plain pain. Every web service is frankly utter sh*t, that randomly does not work with whatever hard or software you have or just randomly is down for maintenance during the day, or what else not. Even if you manage to seemingly get something working, it might just randomly fail, log you out, make you start over, etc. Also the way most companies here treat anything web is just right outright ridiculous. There is always a ton of fine-print and somewhere in it, it usually says something like "Whatever is displayed on the terminal, is not what is real. The binding contract will be send by letter/fax/email and is the binding part". So why would you do that to yourself? Exactly!
So what I learned that day is, that next time I will be asked to volunteer to do anything, I will also ask if there is any involvement with PC and/or Internet and if so, I will politely decline.
Donnerstag, 14. März 2013
google reader repacement
Sadly, there are no decent alternatives. I tried
feedly:
- doesn't work together well with vimperator, so that's already a show stopper.
newsblur
- in the free version can only read 20 or so feeds
- much too slow
netvibes
- is just so much too much than what I need.
Features I need:
- android app, that is light and has some caching, so that it works in the subway (I use reader mostly during my commute
- web page or browser plugin that plays ball with FF/vimperator
Donnerstag, 31. März 2011
Shooting yourself in the foot with "carriage return"
Here's an example how to reproduce:
> echo -en "bla\r" > bla2
> cat bla2
> od -c bla2
0000000 b l a \r
0000004

