Alfred Feldmeyer

Memory Stack & Opinions

  • Home
  • Tags
  • About
Subscribe
            Feed icon Twitter page Twitter icon
  • Privacy Policy
  • Legal Notice & Disclaimer
Alfred Feldmeyer © 2025
Proudly published with Ghost
Block Youtube Shorts

Block Youtube Shorts

I don't know about your online habits, but I am used to watching some clips on Youtube from time to time. I have no TV, and since Public Broadcasting in Germany is published there as well... why not. A few years ago, Youtube introduced Shorts. Since then, the

PSI Trees and Mines with Jetbrains IDEs

PSI Trees and Mines with Jetbrains IDEs

Source code can be a fantastic source of knowledge. Not only can natural language be mapped to source code (to a programming language, actually), but to analyze and process programs in the past, we have dozens of representations for each programming language. An Abstract Syntax Tree (AST) is the hierarchical

Graph Review Methodologies & Tools

Graph Review Methodologies & Tools

Due to my current work, I need to review some graphs from time to time. This post is a collection of methods and utilities which are helpful here. t-SNE Of course, I need to start with this because t-SNE is a very commonly used review methodology - not only for

Ghost CMS - The Good, the Bad & the Ugly

Ghost CMS - The Good, the Bad & the Ugly

Blog systems are pretty straightforward. Just a text published in chronological order, right? But there is so much more required, which is not visible at first sight. I am using Ghost because I love the simple, easy editor! It's a dream to work with it for someone used

Ansible Tricks

Ansible Tricks

I did quite a lot of tasks with Ansible in the last few months. Here are a few tricks for my future me and everybody else: Check for Multiple Lines in a File Sometimes you don't want to check for a whole block but several lines. In case

*nix: Terminals in VS Code Are Using Wrong Python Interpreter

*nix: Terminals in VS Code Are Using Wrong Python Interpreter

Some things are annoying… and some other things will slowly drive insanity… like a different behavior in your integrated terminal, i.e. base ❯ conda activate py38 py38 ❯ python --version Python 2.7.16 py38 ❯ which python /usr/bin/python The solution is given here: https://github.com/microsoft/vscode-python/issues/

How to Add New Completions in Prezto

How to Add New Completions in Prezto

Prezto is a modularized zsh framework, which I discovered after my oh-my-zsh setup became really slow. The bad part of Prezto: You need some knowledge how things are working behind the scenes. e.g. completions…

The Odd Things within MacOS

The Odd Things within MacOS

There are at least as many reasons to move to macOS as to stay away from it. So before starting this post, let me make a clear statement: It's only your choice what OS you prefer! End the war about the best/worst OS. I got the opportunity

Xdebug & SELinux (Fedora, Centos)

Xdebug & SELinux (Fedora, Centos)

The background The last time I wrote, it was about to read the screen output correctly and recognize the error correctly and I have already gloriously violated my own rules. I love that – it never gets boring 😀 For a small help project, I actually had to install PHP again – and

Read the Screen

Read the Screen

I run an Owncloud server, for me and some of my friends. Apart from updates, which are 90% unreliable, it actually does its job. According to the manual I backup my server to a separate, mounted drive using rsync.

Etiquette Guide for Software Architects

Etiquette Guide for Software Architects

In this book, the authors Dr. Peter Hruschka and Dr. Gernot Starke explain typical behavior patterns of people in software development: They classify them into success patterns, antipatterns, and further goodies, presented on the website as positive, negative, and neutral. This book has made me smile at times. When you

Arrow right icon Page 1 of 2
  • Privacy Policy
  • Legal Notice & Disclaimer
Alfred Feldmeyer © 2025
Proudly published with Ghost