Category: Uncategorized

  • On Digitalised Product Management

    Again. Having read the few words from yesterday, it’s probably difficult to follow. So, let me try a bit more structured to write up on the points I was trying to make are:

    1. Product and Service Business are different cultures.
    2. Both have established methods.
    3. Digitisation requires Digital Transformation.
    4. Digital Transformation won’t happen without a conscious decision.
    5. Digitised Products need to consider both.

    Product vs. Services Business

    This is the part with the margins. While the first lives off high enough margins in the retail chain, the later lives off customer satisfaction, with basically very thin margins.

    Management Methods

    Things require a stock and supply chain. A service requires time to response and time to resolution. Or response time, for interactive services. And so do physical projects require different management methods than services do.

    Digitisation requires Digital Transformation

    Putting a chip in it is not the single answer to achieve Digital Transformation. It requires to combine product and services business and that process is the actual transformation people are looking at.

    Digital Transformation won’t happen without a conscious decision

    Very much as , just putting a chip into a product will not be sufficient, because the product will work so much different than before and the customers expectations will not be the same either. However, it requires a component that contradicts traditional management behavior as well as financial expectations. Therefore, somebody high enough will have to take a decision and carry it until Digital Transformation happens.

    Digitised Products need to consider both

    And so, finally, a digitise product needs to be managed with services and the tangible parts in mind. While a product is produced, a service is operated. The product will have development cycles that are much longer and the supply chain needs to be managed, while at the same time the service attached to the product needs to work to the customers expectations and evolve much different.

  • Python Release Python 3.6.0 

    Oh, Python 3.6 was released one day before Christmas. New features include:

    • PEP 468, Preserving Keyword Argument Order
    • PEP 487, Simpler customization of class creation
    • PEP 495, Local Time Disambiguation
    • PEP 498, Literal String Formatting
    • PEP 506, Adding A Secrets Module To The Standard Library
    • PEP 509, Add a private version to dict
    • PEP 515, Underscores in Numeric Literals
    • PEP 519, Adding a file system path protocol
    • PEP 520, Preserving Class Attribute Definition Order
    • PEP 523, Adding a frame evaluation API to CPython
    • PEP 524, Make os.urandom() blocking on Linux (during system startup)
    • PEP 525, Asynchronous Generators (provisional)
    • PEP 526, Syntax for Variable Annotations (provisional)
    • PEP 528, Change Windows console encoding to UTF-8
    • PEP 529, Change Windows filesystem encoding to UTF-8
    • PEP 530, Asynchronous Comprehensions
     Merry Christmas everyone!

    Source: Python Release Python 3.6.0 | Python.org

  • Kundenwünsche

    Wenn die Rede von Digitalisierung ist, wird häufig betont, wie wichtig die Fokussierung auf den Kunden und seine Wünsche ist. Schlimm genug, dass dafür erst eine Digitalisierung stattfinden muss, wird das Credo auch meistens missverstanden.

    Digitalisierung erlaubt es, ein Angebot zu schaffen, das so flexibel ist, sich den Kundenwünschen anzupassen. Es ist die Aufgabe des Unternehmens, vornehmlich mittels Marketing, Kommunikation und Vertrieb, den Kunden mitzuteilen, welche Wünsche es mit seinem Angebot befriedigen kann.

    Und tatsächlich wir der Kunde dann stolz mit Informationen zu Neuerungen im Portfolio überschüttet – und erzeugt damit vorrangig Verwirrung beim potentiellen Käufer.

    “Tut mir Leid, ohne weitere Angaben kann ich Ihnen kein Angebot machen.” ist in dieser Situation die schlechteste Antwort, die ein Vetriebs-Mitarbeiter geben kann. Dem Kunden ist mit einem konstruktiven Ansatz besser geholfen, ein Hinweis auf die fehlenden Angaben bringt beide Seiten weiter. Eine Gegenfrage “Können Sie mir noch sagen, wieviele Server Sie managen wollen?”, oder “Wieviele Daten möchten Sie mit unserer Software verarbeiten?” schließt ein Geschäft ab.

    Das ist auch ausserhalb der IT so, im allgemeinen bei allen erklärungsbedürftigen Produkten. Der Anlass zu diesem Gedanken ist eine Erfahrung aus dem Fintech Sektor. Dort bestehen Produkte nahezu vollständig aus veränderbaren Parametern.

    Mit Digitalisierung hat das alles nichts zu tun, die Digitalisierung kann ein Produkt dem Kunden lediglich einfacher machen und dem Vetrieb die Kundenorientierung zurückbringen.

  • Innovation

    Solche Zitate sind ja häufig schwierig. Fehlt grade noch, dass es auf einem GIF geschrieben steht, vor einem Landschaftsbild, das überhaupt mit dem Inhalt nichts zu tun hat. Aber das hier ist schön:

    Elektrisches Licht wurde nicht durch die Verbesserung der Kerze erfunden.

    Oren Harari

  • on technology

    This a bit old already, but came to my attention only today. Every Product Manager, Designer and Front End Engineer should read and repeat this every day. Every corporate marketing guy should print and frame this and have it hanging somewhere in sight from his desk.

  • ssl and https with letsencrypt!

    nomorecubes.net now (finally) leverages https!

    It has a certificate from letsencrypt, automatically verified by the service, maintained and deployed by docker-letsencrypt-nginx-proxy-companion.

    The deployment has been considerably easy through docker-compose, adding the container to the existing nginx-proxy like this:

    version: '2'
    
    services:nginx-proxy:
     image: jwilder/nginx-proxy
     container_name: nginx-proxy
     ports:
     - "80:80"
     - "443:443"
     volumes:
     - "./certs:/etc/nginx/certs:ro"
     - "/etc/nginx/vhost.d"
     - "/etc/nginx/conf.d"
     - "/usr/share/nginx/html"
     - "/var/run/docker.sock:/tmp/docker.sock:ro"
     letsencrypt:
     image: jrcs/letsencrypt-nginx-proxy-companion
     volumes:
     - "/var/run/docker.sock:/var/run/docker.sock:ro"
     - "./certs:/etc/nginx/certs:rw"
     volumes_from:
     - nginx-proxy
  • Volunteering and the Work-Life Balance #SYP2016

    As exciting the #SYP2016 in Regensburg has been, it has been volunteers that made it happen. That means, just like all the other IEEE volunteers, the organizing team has not been paid to do it and they did it in their spare time.

    Therefore, a huge applause to those sacrificing their spare time from work and family to make the events happen and contribute to the profession.

  • Cyber Tea

    Just not my cup of tea.

  • DIY Killer Drone

    Chainsaw Copter:

    Only in Finland.