The Edge: How Do I Know I’ve Found It?

In 2020, I authored an article on LinkedIn titled “Welcome to Edge Territory.” (Welcome to Edge Territory – the Hidden Space Between Networks | LinkedIn) The blog was intended to start a series exploring the complexities of edge computing. The idea still intrigues me, and I am considering revisiting it—perhaps as a podcast series. One … Read more

How to Create a Pronunciation Assessment App (Part 1)

The purpose of this tutorial is to create an application to control the user’s pronunciation. To follow it, you must have knowledge of javascript and more ideally Vue.js 3. The Idea I recently decided to get back to German. The main difficulty I encounter in this language is pronouncing it correctly. Usually, I listen to … Read more

Git Commands You’re Always Forgetting

Did you find yourself cursing at your terminal because you forgot that one Git command? Yeah, me too. So, I decided to put down these Git commands I always forget. Maybe this note-to-self will save you some frustration too. git restore The git restore command is handy for discarding changes in the working directory. # … Read more

Insights and Tips From a Lead Engineer

I officially have 6+ years of experience at the time of writing this blog; I want to share my thoughts, tips, and advice based on what I’ve learned from my own experiences, as well as those of my colleagues and the many people I’ve interacted with over the years. ⭐️ Prioritize Communication: Communication is essential … Read more

Detailed Experimentation and Comparisons for Continual Learning Methods

:::info Authors: (1) Sebastian Dziadzio, University of Tübingen (sebastian.dziadzio@uni-tuebingen.de); (2) Çagatay Yıldız, University of Tübingen; (3) Gido M. van de Ven, KU Leuven; (4) Tomasz Trzcinski, IDEAS NCBR, Warsaw University of Technology, Tooploox; (5) Tinne Tuytelaars, KU Leuven; (6) Matthias Bethge, University of Tübingen. ::: Table of Links Abstract and 1. Introduction 2. Two problems … Read more