Google shuts down voice dialogs
As of June 13, 2023, Google will shut down all so-called "conversational actions" for their Google Assistant. Every action that involves a speech dialog, like food ordering, games, educational apps, story telling, every application that requires questions and answers, will be canceled. Effectively, the Google Assistant is crippled down to a simple command-and-control interface.
Wie man Zwei-Faktor-Authentifizierung implementiert
Zwei-Faktor-Authentifizierung kann auf einfache Weise mit dem zeitbasierten Einmalpasswort-Algorithmus auf jedem Webserver implementiert werden. Diese standardisierte Methode ist als zusätzliche Sicherheitsmaßnahme für Logins weit verbreitet und benutzt Smartphone-Apps wie den Google oder Microsoft Authenticator als zweiten Faktor.
How to run Linux GUI applications on Windows 11
It's been a while since my last post about running Linux GUI applications on Windows 10. Meanwhile, Microsoft proposed its roadmap to bring GUI applications to the Windows Subsystem for Linux and now a preview is available. This project aims to enable support for running Linux GUI applications on Windows in a fully integrated desktop experience.
Augmented Reality with Chrome: Let Flowers Grow!
With Chrome 81 Beta for Android, it’s now possible to use immersive Augmented Reality in the browser. I have again created two variations of the original demo source code to show what is easily possible. You can now walk around the earth, having a closer look, and (hopefully) spread joy by placing flowers wherever you like.
A minimal Web Push example
Web push notifications allow users to opt-in to asynchronous messages from a server to a web application. The message can be sent at any time, even when the web application or the web browser is inactive. This W3C standard, based on the HTTP/2 protocol, is now supported by Chrome, Firefox, Edge, Opera, and Safari – but not by iOS.
An Alexa skill for New York City transport service changes
Playing around with the idea of Alexa Skills based on live data feeds, I created an Alexa Skill which announces unplanned service changes of the New York City subway and bus lines, based on information provided by the Metropolitan Transportation Authority (MTA). This skill, available in English and German, was now certified and has gone live.
Why not to abbreviate the year 2020
The year 2020 poses a special problem that can make it easy for scammers to forge handwritten documents. This happens once in a century, the last time in the year 1919. It’s common practice to shorten the year when writing down a date. This year, however, could cause some legal issues and can leave you at risk of fraud.
A VSCode extension to paste different clipboard formats
Today a short blog post about a Visual Studio Code extension I created a week ago. VSCode, as you might know, is a very popular code editor created and maintained by Microsoft and available for Windows, Linux, and macOS. This extension implements a Paste Special function to paste clipboard content in different available formats.