Start2024-02-17T21:27:11-05:00
  • a portrait of intergalactic [name], symmetric, grim - lighting, high - contrast, intricate, elegant, highly detailed, centered, digital painting, artstation, concept art, smooth, sharp focus, illustration, artgerm, tomasz alen kopera, peter mohrbacher, donato giancola, joseph christian leyendecker, wlop, boris vallejo

Create Images from Text with AI and Python

It all began with DALL-E, a machine learning model developed by OpenAI to generate digital images from natural language descriptions. But it is closed source and not open to the public. Yet on August 22, 2022, the AI art community was shaken by the release of an open-source alternative, Stable Diffusion, which you can install and run locally using modest hardware. Within days, PCWorld described it as the new killer app. And it surely is.

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.

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.

14.01.2020|Legal|0 Kommentare

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.

Chrome 79 Beta: Virtual Reality Comes to the Web

Chrome 79 Beta is out and with it the public support of the WebXR Device API. This API is about accessing virtual and augmented reality devices. One usable device is in your pocket or lying next to you on the desk or you are even reading this blog post with it: your mobile phone. So let’s play around a bit and see what can be done.

08.11.2019|AR, HTML5, VR, WebGL, WebXR|0 Kommentare

What web can do: a mobile speech-to-speech translator

In the 70s and 80s, some people thought that you could soon travel the world with a portable computer, only the size of a backpack, that would translate any spoken utterance to any other language. Nowadays, with the Google Translate App, you can easily do this with any mobile device. But is this also possible using only HTML, CSS, and Javascript?

Nach oben