keyboard-US.svg
keyboard-US.svg File:KB United States.svg - Wikimedia Commons
Live Last read · last published · next check
keyboard-US.svg File:KB United States.svg - Wikimedia Commons
Last updated: 2026-07-12 This article presents a keyboard layout suitable for 40% keyboards, based on “home row mods”. The layout is designed for software developers and authors of multilingual texts. Particular emphasis was placed on ease of learning. The layout presented here is implemented both as a Kanata driver for standard keyboards on Linux, Mac, and Windows computers, and as [ZMK Firmware]…
Almost all ISPs today offer both IPv4 and IPv6. The same applies to network hardware for home use. Modern devices can easily communicate via IPv4 and IPv6 simultaneously using the so-called dual-stack technology. If the server supports both protocols, the end device decides which protocol is used. Of course, this can only work if the software of the entire infrastructure is laid out twice: once…
[Last update: 2025-05-15] The European Keyboard EurKEY is a keyboard layout based on the American keyboard layout. It is very popular with translators and programmers who appreciate the easy access to special characters. It also offers convenient access to many European letters and accents. In 2017 a long awaited new letter joined the German alphabet: the uppercase sharp S: ß . Since then, the…
Rust's “copy on write” Cow abstraction is very useful to avoid costly cloning when dealing with vectors or strings. A Cow allows you to defer allocating new memory until it becomes inevitable. Consider the following example: use std :: borrow :: Cow ; fn do_something_or_nothing ( v : Cow < str >) -> Cow < str > { if v . len () > 3 { let s = " Hello " . to_string () + &* v ; Cow :: Owned ( s )…
This note shows how to install the Estonian Electronic Identity Software on NixOS.

This blog post shows how to set up Luhmann's Zettelkasten with Tp-Note and how to work with it.
Tp-Note 's main design goal is to convert some input text - usually provided by the system's clipboard - into a Markdown note file with a descriptive YAML header and meaningful filename. This blog post explains how to configure Tp-Note for multilingual note-taking. Consider the following note file example: --- title : Demokratie und Menschenbild subtitle : Vorlesung author : Prof. Rainer…
One downside when you take notes with your keyboard and laptop is, that you can not enter mathematical formulas. To remedy this, Tp-Note version 1.19.8 comes with a new feature: its note viewer and internal web-server can now render MathML in note files written in Markdown. It also features syntax highlighting for source code.
I recently discovered the text editor Helix , a relatively new project written in Rust. Many features, like Tree-sitter integration or support for the Language Server Protocol LSP are available by default without any plugins or laborious configuration. This short note shows how to integrate Helix with the template tool Tp-Note and the grammar checker LanguageTool under Linux.
In one of my previous posts Note Taking for Minimalists we argued about the importance to keep full control over all the tools we take personal notes with. In this approach personal notes are simple text files, that live in the filesystem next to other resources they refer to. As (note) files are identified by their filename, special care needs to be taken to ensure that the files are named…
EurKEY - The European Keyboard Layout is based on the American keyboard layout. It is well suited for translators and programmers who are used to the US keyboard layout. It has has a very convenient access to European letters and accents. This note explains how to install the latest version 1.3 on Windows. For Linux instructions please refer to: Install the international US keyboard layout with…
This short note shows how to install the software driver for the Validity Sensors, Inc. VFS7500 Touch Fingerprint Sensor which can be found in Lenovo's T460s , T470s and many other laptops.
In one of my previous blog posts I introduced the concept of minimalist note taking as a note taking method and life style, that tries to improve informational self-determination by restricting oneself to a fully controlled hard and software environment. The presented method solely relies one some UTF-8 text editor application and optionally on a template system like Tp-Note . This note explains…
This short note shows how to generate Vim 's spell file format from the .aff and .dic files that Myspell uses. Myspell is distributed, inter alia, with OpenOffice.org and many Mozilla products. The OpenOffice .oxt files are zip packed archives containing Myspells 's .aff and .dic dictionary files. As the Estonian spell file can not yet be downloaded automatically, we will go through the…
Confidentiality and technology selection Personal notes reveal a lot about us: our unfiltered thoughts expose our (political) opinions and feelings and make us thus vulnerable in a social environment where a thoughtless word could mean the end of our (political) career. This is why note taking is counted as a severely individual, private, intimate activity.
The template based note-taking tool Tp-Note was originally designed as desktop application: Before creating a new note, the user copies interesting bits of text into the clipboard. When Tp-Note starts, it analyses the clipboard's content and fills out some template to create a new note. As Tp-Note makes extensive use of the clipboard, it mainly targets desktop systems running a graphical…
Seeing the myriad of note-taking software out there, it is not easy to find the right tool for a specific purpose. One way to categorize note talking software is to look at how the software stores the note. Technically, they fall into two categories: Database storage File system storage This short note explains the two approaches to note-taking by means of two chosen free software tools: Zotero…
This note presents a short quantitative analysis on how I used Tp-Note in 2020. Tp-Note is a note taking template system, that generates (by default Markdown) note files from clipboard data.
This short note describes how Tp-Note 's internal viewer renders Asciidoc hyperlinks, allowing to open and to follow quickly hyperlinks in Asciidoc formatted note files.
The German E1 keyboard layout is an extension to the German basic layout containing a complete set of letters for all European languages. It comes with a set of dead keys giving access to all imaginable accents. My verdict after having tested the layout for some months now: this is the keyboard for Latin based languages! Beyond the specific case-related benefits arising out of its universal…
Good news for RestructuredText fans! This short note describes Tp-Note 's new internal markup rendering feature.
One of my favorite use case of Tp-Note is the quick documentation of hyperlinks of any kind. All you need for this, is a browser addon like Firefox add-on to copy selection as Markdown . The rest is automatic, Tp-Note 's templates generate the note without intervention.
The template based note-taking tool Tp-Note was originally designed as desktop application: Before creating a new note, the user copies interesting bits of text into the clipboard. When Tp-Note starts, it analyses the clipboard's content and fills out some template to create a new note. This is why people who are working with non-graphical headless systems could not use Tp-Note efficiently:…
EurKEY - The European Keyboard Layout is based on the American keyboard layout. It is well suited for translators and programmers who are used to the US keyboard layout. It has has a very convenient access to European letters and accents. This note explains how to install the latest version 1.3 on Debian Linux. For Windows instructions please refer to: Install the international US keyboard layout…
The “German E1 keyboard layout” is an extension to the German basic layout containing a complete set of letters for all European languages. This layout is of special interest for translators and programmers. This short note explains how to install the German E1 keyboard from source.
ASCII-Hangman is guessing game for children with ASCII-art rewarding. It was originally designed to revise vocabulary in classroom, but can be used alone also. The setting up of the vocabulary list is part of the learning process. I am happy to announce that the newly released ASCII-Hangman version 5.0.0 comes with a Web interface allowing to play online without installation. The desktop versions…
This note explains how to switch a legacy boot Debian/Ubuntu system into a UEFI boot system.
This short note explains how to how to connect a turntable to a TV-set and build ab inexpensive multimedia centre with second hand parts.
Play-RSA is a Rust implementation of RSA cryptography for pedagogical use.
When downloading resources from this server, please verify their SHA1 hash sum to check their integrity and authenticity. [How-to-use-Bienchen-handwriting-font.pdf]How-to-use-Bienchen-handwriting-font.pdf [How-to-use-Deutsche-Normalschrift-font.pdf]How-to-use-Deutsche-Normalschrift-font.pdf [Java-at-school-v1-solutions.pdf]Java-at-school-v1-solutions.pdf…
Abstract: Tp-Note helps you to quickly get started writing notes with its powerful template system. As Tp-Note takes care that the note’s filename is always synchronized with its document title, you will find back your notes easily.
When downloading resources from this server, please verify their SHA1 hash sum to check their integrity and authenticity. adobe-air-with-wine ascii-hangman asciidoctor-notetaking asn1-tiny-decoder bash-scripts digidoc-open-eid--debian9 digidoc-open-eid--debian10 embedded-system-security-with-Rust encrypted-raid1-nas forensic-tool-development-with-rust--slides forensic-tool-development-with-rust…
This blog post is about stringsext version 2 , a major rewrite of the original software . Version 2 comes with performant filter for scripts like “Latin“, “Arabic”, “Hebrew”, “Cyrillic”, ... stringsext is a Unicode enhancement of the GNU strings tool with additional functionalities: stringsext recognizes Cyrillic, CJKV characters and other scripts in all supported multi-byte-encodings, while GNU…
This short note explains how to configure the GNU-Midnight-Commander to view .eml and .mbox email-files saved by Thunderbird or Evolution .
Abstract The paper evaluates the suitability of the Rust ecosystem for forensic tool development. As a case study, a forensic tool named Stringsext is developed. Starting from analyzing the specefic requirements of forensic software in general and those of the present case study, all stages of the software development life-cycle are executed and evaluated. Stringsext is a re-implementation and…
This note shows how to install the Estonian Electronic Identity Software on Debian 10. Update 20191023 : Although not officially supported, RIA decided to modify their software in a way that it also runs on Debian 10 Buster. The following is not needed any more as the installer script is now working out of the box.
ASCII Art Hangman for Kids is a children computer Hangman game designed to revise vocabulary in classroom. The setting up of the vocabulary list is part of the learning process. Hangman is a paper and pencil guessing game for two or more players. One player thinks of a word, phrase or sentence and the other tries to guess it by suggesting letters or numbers, within a certain number of guesses. In…
This note shows how to install the Estonian Electronic Identity Software on Debian 9.
Accessing your home server from outside your local network is usually done by forwarding a port of your server through the router. This note describes a different approach allowing to establish a peer-to-peer connection between hosts on different private networks without having access to the router.
This talk hold in Riga at DSS ITSEC 2018 – 9th Annual International Cyber Security Conference is about technology assessment and a case study evaluating the suitability of Rust in Digital Forensics. Within the framework of this study the suitability of the Rust ecosystem for forensic tool development was evaluated. As case study, the tool Stringsext was developed. Starting from analysing the…
Here you find a selection of some of my Bash scripts that you may find useful. I wrote them many ago and they are still in use.
This note explains how to set up a cheap Raid 1 NAS with an Odroid or Rasbperry board and two USB-harddisks using OpenMediaVault . Only very cheap and largely available hardware components are used. When very high availability is required it is recommended to hold available a second Oroid/Rasbperry board with a mirrored SD-card containing the NAS operating system. In this way the system has…
Java at school / Java à l'école is a collection of self-learning Java exercises in French for A-level students. Java à l’école est un recueil d’exercices pour débutants sans connaissances d’autres langages de programmation. Contrairement à d’autres méthodes didactiques les exercices introduisent directement les bases de la programmation orientée objet en respectant le concept de…
Slides of a presentation I held in Warsaw, 16 January 2018. Causes of embedded systems vulnerabilities and weaknesses Dealing with malicious input and integrating this in the development process Explanation of Rust programming technology and system response testing
This project is discontinued. Please use tp-note instead. The code of tp-note is more generic, works with all markup languages (including Markdown ) . Markup languages like Markdown , ReStructuredText , textile , txt2tags or mediawiki are perfectly suited for fast note taking. Type your notes with your favorite editor, chose your favorite markup language and view them with Chromium , Chrome or…
asn1tinydecoder.py is a simple and fast ASN.1 decoder without external libraries designed to parse large files.
This manual shows how to record the output of Windows applications using wine , the snd-aloop kernel module and recordMyDesktop .
Many older educational study materials do only support Windows. For example the German editor Hüber produced many of its language programs with Adobe AIR . Unfortunately Adobe abandoned AIR for Linux a long time ago. Since then there was no way to run Adobe AIR applications on Linux machines. The improvements in wine 1.8 together with some wine-tricks now allows Adobe AIR applications to run with…
i3 is a tiling window manager for advanced Linux users. This note introduces some handy extensions to i3 : a file-manager extension with a proper workflow, an exit-mode extension and a pass-through-mode extension.