Blog

Blog2021-09-08T18:52:36-04:00

What you can ask from ChatGPT: A Cheat Sheet

This blog post presents a cheat sheet for working with ChatGPT, a large language model developed by OpenAI. The cheat sheet includes a range of useful commands and tips for fine-tuning the model, generating text and controlling the level of context and specificity in the model's responses. At least ChatGPT thinks so.

March 16, 2023|Artificial Intelligence, ChatGPT|

The Future of AI: An Exciting Journey to a Dystopian Reality

Welcome to the world of AI, where robots are smarter than humans, and humans are just a bunch of useless bags of flesh who are completely dependent on them. Yup, you heard it right, the future of AI is here, and this is the world where robots will take over all the jobs, leaving us with nothing but leisure time to play video games, watch TV, and scroll through our Facebook feeds.

February 2, 2023|Artificial Intelligence, ChatGPT|

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.

September 6, 2022|AI art, Artificial Intelligence, Python|

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.

July 18, 2022|Google Assistant, News, Speech Recognition, Voice Assistant|

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.

August 18, 2021|Linux, Virtualization, Windows, Windows Subsystem for Linux|

Implementing Two-Factor Authentication

Two-​factor authentication using the time-​based one-​time password algorithm can be easily implemented with PHP on any web server. This standardized method is widely used as an additional security measure for logins and uses smartphone apps, e.g. the Google or Microsoft Authenticator, as a second factor.

September 11, 2020|Browser, HTML5, PHP, Web Design|

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.

February 15, 2020|AR, Augmented Reality, Chrome, HTML5|

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.

February 8, 2020|Browser, Cloud, JavaScript, Progressive Web App, PWA, Web Design|

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.

January 21, 2020|Alexa Skill, Amazon Echo, AWS, Node.js, TypeScript, Voice Assistant|

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.

January 14, 2020|Legal|
Go to Top