Programmer's Question

(Java)

Object o = null;

try{
    if(o.isNull()){
        System.out.println("Object is null.");
    }
} catch(NullPointerException e){
    System.out.println("Can not point on null!");
}

Output?

Christoph Schulz

Christoph Schulz
I am Dev. Maybe.

Podman Minikube on Debian 11

Where I can I try to replace docker with podman, rootless podman to be specific.Recently I have been playing around with minikube for kap...… Continue reading

Packaging Fractal as DEB 1/?

Published on January 16, 2020