Springe zum Hauptinhalt

Erinnerungen an die Okkupation in Griechenland

Vor einigen Jahren hatte ich einmal geholfen die ältesten Einwohner eines Dorfes auf dem Peleponnes zu interviewen, für ein lokales Buchprojekt. Ich war komplett unvorbereitet dafür, wie tief diese Gespräche in die Geschichte Griechenlands gingen und in die persönliche Geschichte dieser Menschen. Einige Zeit später las ich dann das erste Mal über das, was man Oral History nennt, definiert bei Wikipedia als "eine Methode der Geschichtswissenschaft, die auf dem Sprechenlassen von Zeitzeugen basiert". Mir wurde klar, dass das, was wir da gemacht hatten, ohne dass wir es wussten, eben solche "Oral History" Interviews waren.

Seit dem hat mich diese Form der Geschichtsschreibung fasziniert. Es ist etwas direktes daran, eine persönliche Berührung mit der Geschichte. Es ist für mich der Versuch, etwas flüchtiges zu bewahren.

Vor ein paar Tagen entdeckte ich dann das Projekt "Erinnerungen an die Okkupation in Griechenland", von zwei Universitäten in Deutschland und Griechenland. Die haben mit noch lebenden Zeitzeugen gesprochen und diese in 93 Gesprächen auf Video aufgezeichnet. Das ganze ist online, allerdings mit Registrierung, bei der man angeben muss, warum man das sehen will. (Bis jetzt habe ich auf meine Registrierung noch keine Antwort erhalten...)

Was man allerdings frei zugänglich sehen kann, ist der Dokumentarfilm, den sie daraus gemacht haben. Dafür wurden Ausschnitte aus den Interviews verwendet und diese mit zusätzlichen Informationen versehen. Vorteil: Man hat mehr "Kontext", weiss was gemeint ist. Nachteil: Ich würde trotzdem gerne zumindest einige der Interviews ganz sehen können. Der Dokumentarfilm ist gut gemacht, aber er ist halt ein Dokumentarfilm. Es gibt ihn auf Griechisch (alles im Original) oder dann auf Deutsch, wo die Übersetzung darüber gesprochen ist (die Version, die ich verlinkt habe).

Found a typo in my blog, and then ...

Today I remembered this little weblog again, and as I was looking through the pages, I noticed a typo. Easy fix, I know where the posts are on my laptop, so I can fix the mistake in maybe 10 seconds locally.

But then I have to convince nikola (the static site generator) to re-build the site, so I can upload the fix. Since I haven't touched anything in a while, this might be broken... and it was.

First I had to update / upgrade the virtualenv (in Python 3 this is called a "venv" now). The magic incantation is something like this:

python3 -m venv --upgrade <path_to_dir>

(Where python3 is the python interpreter that should run the whole circus afterwards.)

Next I had to pip install --upgrade nikola, the same for pip itself, then it wanted to have jinja2 installed in the virtualenv (no idea why it wasn't)... and then it worked. Not too bad, all in all. It leaves me enough time to go for a walk before the sun goes down now.

"Here is your cross
Your nails, and your hill"

—Leonard Cohen (Here it is)

So by now I have a simple Ada package that encrypts / decrypts in Playfair and builds an encryption table given a "secret" keyword.

This is still very much beginner code, the suckage is high.

But I had LOADS of fun and learned a lot. The strong typing system is at times infuriating, and at times bordering on beautiful.

Reading lately so much about retrocomputing made me want to get back to some simple coding, like back in the times where figuring out a 30 line BASIC program was an achievement. So a week ago I downloaded a free Ada introduction book and started to "work" through it.

Yesterday morning I finished with it and set me a little challenge: Started to implement Playfair with only the wikipedia article as a base. Despite having guests for lunch AND dinner, at night at 1AM I had a basic POC together that encrypted the example message correctly.

Highlight the active window in irssi

I'm trying to reduce a bit the occurences of me writing in the wrong channel on irc. So I was looking at how to highlight the active window in irssi.

And indeed there is a solution: https://github.com/irssi/irssi/issues/244 ... adding something like sb_window_bg = "%k%6"; to the theme in the abstracts section will do the trick: The status bar of the "active" window will be cyan (%6) with black text (%k). Color codes can be found here: https://irssi.org/documentation/settings/#a_d (not a lot of choices).

To see the changes while irssi is running, you can use a quick /reload nameof.theme

The Saga of IPv6

Last week in one of the cafes where I frequently have my #coffice, the IPv4 didn't work. In fact it works, but the DHCP server in their little plastic CPE router doesn't work. Been like that for a long time, so I habitually set myself up with a fixed IP... and my script that does that didn't work. But then, IPv6 worked fine, so I was able to ssh -6 to my server. A couple of http servers worked also, but it was impressive how much of the web was not reachable.

And a few days later I came across this page: The transition to IPv6: Are we there yet? That was a very interesting read. All those various incentives to do and not do things, the dragging of feet, the attemtps, and the slow-moving-glacier changes.

Now I'm sitting in another cafe, and no IPv6 at all here, but at least their DHCP for IPv4 works.

Now that a lot of people write introduction posts on mastodon... I suddenly start to remember (and miss) my old SE/30. Souped up with 32MB RAM, a HD (that was around 500MB I think), and best of all an Ethernet card. It's at friends' place back in .ch, and I miss it just a little bit.

It's not that I did that much with it... back then it was kind of like "build the dream machine you wanted to have as a kid". Still, this was a cool machine.

Not much to write about lately, words feel empty compared to the brutality of the world out there. I'm dragging myself from day to day. At least I'll go for a bike ride this afternoon.

"For me, history is the record not only of how things change, but how people make things change, how they act individually and collectively to create a better world.”

—Tyler Stovall