not quite minimalistic enough  

2017-05-15

Going around

So I attempted to upgrade Visual Studio 2017 to its latest release (15.2).

It turns out Windows 10’s “reset” feature isn’t very good. I’ll have to reinstall properly.

Thanks, Microsoft.

[Update: As usual: All glory be to the Microsoft Deployment Toolkit!]

2017-05-10

Platzprobleme

Ich hasse Hardware!

2017-05-09

Nicht zu fassen

?!?

2017-04-30

(Un)wirtlich

Windows 10 1703 packt jeden (mitgelieferten) Dienst in einen eigenen svchost-Prozeß. Ich sehe im Moment 70 davon.

Ich frage mich, ob das Fallout aus dem Windows-Update-Desaster in 1607 ist, wo der abstürzende wuauserv (natürlich) sämtliche anderen Dienste im selben Hostprozeß mitgenommen und so das Ereignisprotokoll pro Versuch mit 10 oder so roten Xen geflutet hat.

2017-04-28

Die liebe Not

Lieber DER SPIEGEL, entweder hat hier euer Gesprächspartner etwas falsch verstanden mit dem Straf- und dem Zivilrecht, oder ihr.

Ich tippe auf euch.

http://www.spiegel.de/wissenschaft/natur/a-1145093.html

Longer is better

I admit, I do this because it is a weird kind of fun …

Leergut

Dieser moderne Versandhandel ist ja schon sehr nützlich. Aber eine Lieferung, bei der 2,55 % des Verpackungsvolumens auf den Inhalt entfallen und der Rest mit Papier ausgestopft ist, ist doch etwas verschwenderisch.

Das berücksichtigt sogar noch die Verpackungen der einzelnen Artikel, ohne die bleibt sogar nur ein (1) (!!) Prozent Nutzinhalt.

2017-04-27

Hitting a brick wall

OTRS has not only a somewhat useful interactive web UI, but also a “web service” interface that can both receive calls from other applications and make outgoing calls.

Getting it to work, however, is a bit tricky. The main issue is that it simply does not work because it gets basic CGI wrong; see OTRS bug #12796 (since fixed). (It certainly works for others, so I’m probably wrong there.) After fixing the bug (or hacking around it in an exceedingly ugly way; I and Perl are never going to be friends), the next problem is to get it to accept my requests.

This OTRS instance is configured for SSO, as usual via REMOTE_USER set by the web server. While OTRS has separate configuration options for the authentication method to use for the agent and customer web interfaces, it does not have a separate one for the “generic interface” and uses the one configured for the agent instead. So the HTTP request to the generic interface must provide HTTP authentication.

The generic interface also requires the caller to provide credentials according to its own request schema, therefore the HTTP request must contain them, too.

2017-04-21

Offensichtliches

Die anderen Varianten sind “cardboardstyle”, “concretestyle” und “mercury-at-room-temperaturestyle”.

Geklammert

Hm.

<Location />
...
</Location>

Sieht irgendwie komisch aus. Aber die Apache-Konfiguration ist halt kein XML.

(Im Gegensatz zu der von IIS, und jedesmal, wenn ich die sehe, gefällt sie mir besser.)