Category Archives: PC-Krams
How-to create your own Certificate Authority (or the better way to get working snake oil certificates for internal use).
As I have a local owncloud installation I was searching how to create certificates which work well in Iron, Thunderbird and the owncloud client. Therefore basically I used: the how to which I found on https://niklas-rother.de/artikel/die-eigene-certificate-authority-ca/. When I was finished I … Continue reading
Trying to create a akka-http server consuming multi-part messages
I’m currently working on a akka-http server which should consume multi-part messages and send back on of those parts to the client. Currently I struggle a bit with the framework itself and especially lambdas as they’re pretty new to me. … Continue reading
Photoshop CC Keyboard Shortcuts
I was just searching for a list of all keyboard shortcuts in Photoshop CC. I found a few links which where either to old or I was not able to print them in a nice way in chrome/iron. So I … Continue reading
Groovy, XML and Namespaces
I just had to work with Groovy (creating a Pipeline in Jenkins V2) where we needed to handle XML documents. In fact we were reading the documents from disk but just to keep that little example easy I skip this … Continue reading
What I really don’t like @ Adobe Lightroom
When managing my photos I’m using Adobe Lightroom since three years now. To publish my pictures on 500px I’ve one publishing service where all pictures are added when I mark them with a color label. That works pretty nice. But … Continue reading
JMS vs. Kafka
Last weekend I create a small Java comparison test (yes it was a bit unfair) between Apache Kafka, Oracle Weblogic and WS02 MessageBroker. What I basically did was to create simple clients for all three products (basically a Kafka client and … Continue reading
OSB threading and local proxies
The last days I investigated a lot into the osb 11G (Oracle ESB) threading model during my work. I found a few quite nice articles about that topic but sadly they’re mostly not really covering these topic together with local … Continue reading
Gimp Python Plugin: Add all open images as layer into one.
I’ve just created a little script to make time stacking pictures easier. It just adds all open pictures into the current selected one. Here’s the source #!/usr/bin/env python # -*- coding: utf-8 -*- # GIMP plugin to set all visible … Continue reading
Create multiline textbox with scrollbar in JavaFX
Currently I just played around with JavaFx. For the program I had build I had to use a multiline textbox with scrollbar. After some work here is the result: Source of JavaFX Class file /* *TextboxMultline.fx * *Created on Nov … Continue reading
Currently working as Service Designer…
… for at last nearly a year now I am working in (I think) one of the biggest SOA projects in Germany. My task ist to design services. So for now I don’t have to code them. The main goal … Continue reading