Category: Uncategorized

  • 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.

    https://www.facebook.com/MuseumOfInternet/posts/853013608177777:0
  • DIY Killer Drone

    Chainsaw Copter:

    Only in Finland.

  • Business jargon we got used to

    Everybody hates management-speak and corporate jargon, but here are some terms that people used to think of as horrible jargon that we all got used to. Maybe one day we’ll all be leveraging deliverables without a secon

    via: Business jargon we got used to

  • Usborne releases its classic 1980s computer programming books

    Learn programming with Usborne Publishing‘s 1983 “Introduction to Machine Code for Beginners“. The classic books have been released as PDF under the only restriction to link to their pages: Usborne’s computer and coding books.

    The PDFs available include:

    The release happened to promote the publishers new board book for small children to get started with computing: Lift-the-Flap Computers and Coding (affiliate link) and Coding for Beginners (affiliate link).

    via: Boing Boing:

    Jindo Fox writes, “A few years ago, Cory linked to some wonderful pictures in Usborne’s 1983 classic Introduction to Machine Code for Beginners. Usborne has made PDF copies available of…