Now that I do have MinIO running a few days it’s time to check again…
Continue Reading
Articles by jean
Taking a look at MinIO
Recently I played around with MinIO which describes itself as being » The 100% Open Source, Enterprise-Grade, Amazon S3 Compatible Object Storage «. Let us take a closer look.
Continue Reading
Seti@Home / BOINC 7.14.2 with Debian Buster
I just recalled that I used to contribute some processing power to the seti@home project. I’ve been able to get my login information and installed BOINC in two virtual machines on my hosts which are pretty much idle nowadays. Turns out that’s not working out-of-the-box.
Continue Reading
My new camera & ISO values
Finally I bought a new camera. Actually I just wanted a few specific features: changeable objective, raw file format and the camera should be compact. I found tons of cameras which might match those three criteria in the end I decided to go for the Sony Alpha 6300.
Continue Reading
A few updates on my HP Omen in Linux
thanks for the comments in my last two posts – I didn’t acknowledge all of them (some looked like spam, wasn’t sure). Anyway. I’m currently running Debian Buster and noticed a few things…
Continue Reading
Another adaptive gamma correction implementation
Still a bit unhappy with the results of automatic (adaptive) gamma correction I’m continuing to experiment by writing the implementation of papers in regard to this topic. This time I found a paper with promising results and the title » An adaptive gamma correction for image enhancement « [1].
Continue Reading
Adaptive Gamma Correction for Brightness-Distorted Images with \Imagick and PHP
I’m currently looking for a way to auto-gamma-correct / enhance my photos. In the end I wrote implementations for some papers – Here’s the second which might be understood as followup to the AGCWD from my previous Post. The paper’s title is » Contrast Enhancement of Brightness-Distorted Images by Improved Adaptive Gamma Correction « [1] and it basically enhances the AGCWD [2].
Continue Reading
Adaptive Gamma Correction with Weighting Distribution with \Imagick and PHP
I’m currently looking for a way to auto-gamma-correct / enhance my photos. In the end I wrote implementations for some papers – Here’s the first which is about adaptive gamma correction with weighting distribution [1] in PHP using \Imagick.
Continue Reading
\Imagick noise reduction using masks to preserve details
Recently when I tried to do some noise-reduction with \Imagick I noticed that whatever function/filter I use too much detail is lost. Then I had the idea to use a mask which then is used to preserve details.
Continue Reading
ZFS root on Linux, two pools
I’ve installed my old notebook following the Debian Stretch Root on ZFS Guide. This time I’ll use the same guide with a few modifications:
Continue Reading