Book cover showing a CRT monitor behind barbed wire. I found this book while following a citation trail for my MSc. Published before the 21st Century (fuck, I'm old) it's a run-down of this new-fangled thing called Information Warfare. It covers electronic attacks, espionage, computer security and m...
Author Archives: Beko Pharm

Oh frak. Horror scenario. Hope you’re well.
Hm… spring is near so we’re removing the LED strings we usually put up in Dec for the darkest season. Think that’s the last year for this one. Not too shabby for the cheapest of the line for 10 years of usage.
Oj Western tech bros, remember when we complained about outsourcing? Well, we came full circle. Got contacted for a job opportunity from an Eastern Systems House.
(This post may contain traces of sarcasm or irony. No kitten were hurt.)
I seriously wonder… do combs exist that don’t fail me after a few weeks?
Yes, I’ve strong hair but c’mon…
MFD Demo
Did some programming on my “MFDs” last night. They start coming to live with proper game data from #EliteDangerous 😁 All duct tape and JS plumbing. Sorry for shaky cam. Couldn’t be arsed with the tripod at 1:30 am.
Here is a close up picture without all the shaking:

The animations are made possible with ARWES.dev – a library designed to create futuristic user interfaces (FUIs) fast.
I hear it’s a special day. So here goes #EliteDangerousOdyssey for my valentine 🤓
Yes, she picked it herself 😀
Keep flying @codefuzius@social.tchncs.de o7
Went outside on the weekend. There is a promise of spring going. Also #cats
NINA RSS feed URLs changed
So apparently the #RSS URL for #NINA changed. Sadly the new one makes the same old mistake by sending the _wrong_ Content-Type making my reader trying to parse it as JSON feed. Proxy rewrite it is again *sigh
For nginx this could look like this:
location /fds-nina-feed {
proxy_pass https://warnung.bund.de/api31/mowas/rss/082370000000.rss;
proxy_set_header Accept "application/rss+xml;q=0.9,image/webp,*/*;q=0.8";
proxy_hide_header Content-Type;
add_header Content-Type "application/rss+xml; charset=utf-8";
}
Find more broken feeds at https://warnung.bund.de/meldungen