Problem When implementing stateful object it is very important to enforce proper...
Reminder In this series I demonstrate how to create on demand SSH tunnel to connect to...
Reminder In this series I demonstrate how to create on demand SSH tunnel to connect to...
Intro Port forwarding is a common technique used to access some service behind jump host...
Hi everyone! While learning Rust I stumbled upon problem not covered by popular online tutorials....
Let's open Latest posts from last hour: Omani Palms and Date Farms: A Sweet Escape Does My Business...
What a long, strange trip it's been. Idea to "quickly blog about some Unicode basics" grew into 17...
This series is supposed to be focused on technical aspects of Unicode and I do not plan to analyze...
In previous post of this series I explained that UTF is a multi byte encoding that also has few...
ꓧ𐐬𝗆𐐬𝗀ⅼУрႹ ⅰѕ 𝗌е𝗍 𝗈ſ ဝո𝖾 𝗈г ꝳо𝗋е ɡ𝗋аρႹ𝖾ⅿе𝗌 𝗍Ⴙа𝗍 Ⴙ𝖺ѕ 𝗂ꝱ𝖾ꝴ𝗍𝗂𐐽а𝗅 о𝗋 ѵ𝖾г𝗒 𝗌Ꭵⅿі𝗅аꝵ ⅼꝏ𝗄 𝗍ᴏ 𝗌იო𝖾 о𝗍ꜧ𝖾𝗋 𐑈е𝗍 ဝſ...
For many, many years Perl language has been top choice for text processing tasks. As a result it...
Whenever mathematician, physicist, electronics engineer or, for example, navigator wants to use some...
Collation is an instruction on how to compare two texts. Usually code point values are used as a...
Grapheme cluster is a sequence of code points that should be treated as single unit when...
Composition is a process of transposing base grapheme followed by combining code points into single...
Having single encoding to express every intent in every language is awesome. But that comes at a cost...
This trick is very useful if you need to find all code points with given name or property. Let's find...
In the previous posts i was freely referring to →T← as a "character". To move forward we need more...
Code point (ssometimes written as "codepoint") is an ordinal position in addressable encoding...
"Fun with UTF" are digressions from main posts in this series. They are purely optional and not...
We already know from previous posts of this series that UTF-8 is variable, multi byte encoding. But...
In previous post of this series I explained how extending base 7 bit ASCII led to encodings chaos of...
Long time ago computers were using mostly ASCII encoding. ASCII stands for American Standard Code for...
Hi and welcome to the series that will explain various aspects of UTF encoding. Let's start with...
Table of Contents Intro Business case No free lunches Without indexes Using B-Tree...
Table of Contents Intro Business case No free lunches Without indexes Using B-Tree...
Device UUIDs are commonly used when configuring /etc/fstab mount points, when setting up bootloaders...
Intro For various objective and subjective reasons I'm leaving Apple ecosystem and moving...
Problem Relational databases are great. Normalization of schema allows to store user's...