My place to post silly pictures and rants, even though I’m no longer a PhD-student.
Friday, December 29, 2006
Saturday, November 25, 2006
Long-term CDR storage
Wednesday, November 22, 2006
Playing with old junk, episode 756412
Monday, November 06, 2006
New Toy
Ortsveränderliche Elektrische Betriebsmittel
Saturday, November 04, 2006
Friday, November 03, 2006
Monday, October 30, 2006
Sunday, October 29, 2006
Entering numbers
We are ordering lot of things (clothes, books, kids' toys) online. Which leaves me with the task of paying the bills found in the parcels. That's not too bad because I can do it onine. The only thing that annoys the hell out of me is transcribing all those numbers (account, bank, customer, invoice) from the paper copy into my web browser.
I don't have anything against typing numbers in general, but why don't they group them e.g. by 4? With hyphens in between? Most likely because the wise programmers of the severly fucked up web-frontend to my bank decided that anything but numbers in most fields is a bad thing. Therefore don't even allow such a readability-increasing method in their various number-eating input-boxes. Oh, and please somebody explain to me why a invoice number has to be 15 digits? Especially when paying a bill from a relatively small german publisher who - for sure - has less than 1015 customers whom to bill. Suddenly typing in microsofts 8x4 character license keys does not look like a bad amusement at all.
Wednesday, October 25, 2006
Friday, October 20, 2006
T400
Thursday, October 19, 2006
Thursday, October 05, 2006
Election Computers
Wij vertrouwen stemcomputers niet have analysed the election computers that are used in the netherlands and found out that they have a huge number of security flaws. Their great publication is a very detailed description of all the shortcomings they found up to now, it shows some possible attacks they have implemented and describes few more that are now known to be feaseable.
Those machines are basically a overpriced version of the Amiga 500, with less RAM and without the nice sound and video capabilities -- in a huge box. There is not a single feature built in to try to counter vote forgery, it's really just a plain 68k computer without any cryptographic or trusted-computing capability.
Those voting-machines are very simmilar to the computers that are used in some regions of germany. Of course they have been thoroughly examined; in germany (where I live) by the PTB which is responsible to maintain precise clocks (a task it does very, very good) or to provide standard-weights so that scales at the grocery-store measure the correct amount of vegetables you buy. I'm sure our election computers are really precise in this regard.
It's noteworthy that the german BSI (the authority for security in information processing, who really are knowledgeable about computer and IT security) have not been ordered to evaluate those computers (who said bribery?)! And of course the report on the test done by the PTB is confidential not to compromise the valueable 1980's technology trade secrets of the supplier. What a joke.
In the Netherlands they have been checked by the authority responsible for the safety of cars or electrical installations in bildings. No one will ever get a electric shock or be injured by a hard edge on those machines -- correct counting oviously was of no concern to the testers.
The computer magazine c't recently had an article about that e-voting-mess in general (issue 16/06, page 54), and after reading few reports about how that works in the USA I honestly was not really surprised about what the dutch hackers had found out. Maybe that's also why I quicky got distracted from studying the NEDAP-hardware to find this little gem:
Saturday, September 02, 2006
More video surveillance
Tuesday, August 29, 2006
Monday, August 28, 2006
Saturday, August 19, 2006
Composite Sync
Wednesday, August 16, 2006
Bruce Schneier Facts
Thursday, July 27, 2006
Computer Ticket
Desert Climate
All provisions to reduce the cooling-water temperature have been exhausted. Feedback transmitters are off, circumfence-voltage is down to the bare minimum and the HF-power has been moved to the west . Mr. Hurdelbrink has (developed?) operation-modes for winter and summer, but not for desert climate.
Monday, July 24, 2006
Saturday, July 15, 2006
Thursday, July 13, 2006
T-Mobile tries to pull a fast one.
Tuesday, July 11, 2006
Office Temperature 30°C
Monday, June 26, 2006
Holes
Tuesday, June 06, 2006
1st time on the berg
Monday, June 05, 2006
IPSEC
Jun 5 21:12:55 entropy racoon: INFO: IPsec-SA established: ESP/Transport 192.168.1.36[0]->192.168.2.33[0] spi=254685122(0xf2e2fc2)
21:21:20.338991 IP 192.168.1.36 > 192.168.2.33: AH(spi=0x07252808,seq=0x6): ESP(spi=0x0f2e2fc2,seq=0x6), length 76
21:21:20.339403 IP 192.168.2.33 > 192.168.1.36: AH(spi=0x723baa29,seq=0x8): ESP(spi=0x29eed679,seq=0x8), length 76
<
I played around with IPSEC today, it's quite some fun after you have found out all the rough edges :-). But now, hooray, ipsec between the windows-notebook and one linux-machine.
Sunday, June 04, 2006
golden cone
Thursday, June 01, 2006
Very bad code.
Just had a look at legacy code that spans several pages in this style:
DO 13 K = 1,N
Z(6) = U(K,I)
U(K,I) = Z(5) * Z(6) - Z(4) * U(K,J)
U(K,J) = Z(4) * Z(6) + Z(5) * U(K,J)
IF(K .EQ. I .OR. K .EQ. J) GOTO 13
H(I,K) = Z(5) * H(K,I) - Z(4) * H(K,J)
H(J,K) = Z(4) * H(K,I) + Z(5) * H(K,J)
H(K,I) = H(I,K)
H(K,J) = H(J,K)
13 CONTINUE
All variables have 1 or two characters and it is full of magic constants and meaningless array indices.
Thursday, May 18, 2006
Rain...
Monday, May 15, 2006
The queens cheese
Friday, May 12, 2006
Nice guestroom...
Wednesday, May 10, 2006
Dumbfounded
I just read a email from one of the bosses that people would not be allowed to work more than 10 hours straight. That's the same person who, about half a year ago, told me that the minimum work expected from underlings would be 11 hours a day (9AM-8PM) including saturdays. Now someone probably pointed out that working 24 hours and having an accident would be considered grossly negligent, insurance would not pay or rather try to get the money back from those bosses. Wow, it took only one heart-attack, one almost fatal accident (that I know of) and the danger of having to pay for lifelong medical care to reach that conclusion. I'm amazed it went that fast.