Sheogorath's Blog - Today I learned Depending on the time of the day a friend, a colleague, a wise guy. The beauty of the world is its sense of humor to show humans their way by letting them search their own. https://shivering-isles.com/til/ Mon, 20 Apr 2026 09:16:50 +0200 Mon, 20 Apr 2026 09:16:50 +0200 Jekyll v4.3.4 Nose Pointing <p>Today I learned that <a href="https://theconversation.com/the-way-humans-point-isnt-as-universal-as-you-might-think-91434">there are cultures in the world that don’t point at things primarily with their index finger but with their nose</a>. While almost all places in the world use their index finger as preferred way of pointing at things, the Yupno people, as an example, point at things with their nose.</p> <p>I came across this article after questioning, why the index finger is called index finger and afterwards wondering if there are any cultures that don’t use their index finger to point at things. The question at the time was: Does any culture use something else? Like the middle finger or a thumb as main way to point at things. By no means would I have expected to learn about nose pointing and lip pointing.</p> Sun, 08 Mar 2026 00:00:00 +0100 https://shivering-isles.com/til/2026/03/nose-pointing https://shivering-isles.com/til/2026/03/nose-pointing til Face mites <p>Today I learned about the existence of <a href="https://en.wikipedia.org/w/index.php?title=Demodex_folliculorum&amp;oldid=1321073150">“face mites”</a>. Face mites are a mite that lives only on human skin, primarily on the face. Yes, probably on yours, too.</p> <p>I came across this when watching this <a href="https://youtu.be/NEGSgCvYr3s?si=mXVGy65TUp9-0okD&amp;t=835">“Daily dose of Internet” video</a>, where they mentioned it and that you can explore them yourself, with a piece of transparent tape and a microscope.</p> Sat, 10 Jan 2026 00:00:00 +0100 https://shivering-isles.com/til/2026/01/face-mites https://shivering-isles.com/til/2026/01/face-mites til Hair stylist vs Barber <p>Today I learned that in Germany Barber (Barbier) is not a “skilled trade” (Handwerksberuf). In comparison a hair stylist (Friseur) is a “skilled trade” and requires a 3 year training and every hair salon needs at least one employee with a master craftsman certificate (Meisterbrief) that certifies their skill. This also means that “simple” barber shops are not allowed to cut head hair unless they have <a href="https://www.deutsche-handwerks-zeitung.de/umstrittene-barbershops-was-an-den-vorwuerfen-dran-ist-94397/">an official exception from the hair stylist requirements</a>. Be aware there are barber shops that are run by professional hair stylists, they often have the label “Herrenfriseur” (hair stylist for men).</p> <p>I came across this after I asked my hair stylist about the difference in training between barbers and hair stylist. I’m still shocked that cutting head hair requires intensive training but people can put a knife at someone’s throat without special qualifications. If you enjoy craftsmanship, get a good hair stylist some of them took additional training to also work as barbers.</p> Tue, 04 Feb 2025 00:00:00 +0100 https://shivering-isles.com/til/2025/02/hair-stylist-vs-barber https://shivering-isles.com/til/2025/02/hair-stylist-vs-barber til External USB Drive for an iPhone <p>Today I learned that with Apple’s switch to USB-C, it’s trivial to securely expand storage if you own a MacBook. You can format a regular USB-C drive as encrypted APFS and use it from your MacBook and your iPhone.</p> <p>I came across this ability while preparing an external USB-C drive as a Christmas present. This made the present 10 times more useful. To implement it, I followed <a href="https://www.youtube.com/watch?v=DjqqPBbZ3zg">a YouTube video</a>.</p> Sat, 21 Dec 2024 00:00:00 +0100 https://shivering-isles.com/til/2024/12/external-usb-drive-iphone https://shivering-isles.com/til/2024/12/external-usb-drive-iphone til Using systemctl to control remote systems <p>Today I learned that the <code class="language-plaintext highlighter-rouge">systemctl</code>-CLI can be used to manage remote machines using the <code class="language-plaintext highlighter-rouge">-H</code> parameter without any special setup. <code class="language-plaintext highlighter-rouge">systemctl</code> will just utilise SSH to connect to the remote machine’s systemd services.</p> <div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>systemctl <span class="nt">-H</span> remotehost.example status </code></pre></div></div> <p>I came across this while building some local scripts for system management and <a href="https://microblog.shivering-isles.com/@sheogorath/113485133009961033">shared it on Mastodon</a> already.</p> Fri, 15 Nov 2024 00:00:00 +0100 https://shivering-isles.com/til/2024/11/systemctl-remote-systems https://shivering-isles.com/til/2024/11/systemctl-remote-systems til Why is it UTC? <p>Today I learned that UTC is called UTC, because people in an international committee tried to prefer no language.</p> <blockquote cite="https://www.nist.gov/pml/time-and-frequency-division/how-utcnist-related-coordinated-universal-time-utc-international"> <p>In 1970, the Coordinated Universal Time system was devised by an international advisory group of technical experts within the International Telecommunication Union (ITU). The ITU felt it was best to designate a single abbreviation for use in all languages in order to minimize confusion. For example, in English the abbreviation for coordinated universal time would be CUT, while in French the abbreviation for “temps universel coordonné” would be TUC. To avoid appearing to favor any particular language, the abbreviation UTC was selected.</p> <p>— <cite><a href="https://www.nist.gov/pml/time-and-frequency-division/how-utcnist-related-coordinated-universal-time-utc-international">NIST “Why is UTC used as the acronym for Coordinator Universal Time instead of CUT?”</a></cite></p> </blockquote> <p>I came across this after reading <a href="https://mstdn.omer.land/@io/111613668191529364">a toot from December 2023</a> that had a screenshot attached providing basically the same explanation as above. After asking for a linked source, I got a link to <a href="https://www.learnenough.com/ruby-on-rails-6th-edition-tutorial/modeling_users">a wonderful book on the Ruby on Rails</a> where the screenshot was from, but also a <a href="https://www.nist.gov/pml/time-and-frequency-division/how-utcnist-related-coordinated-universal-time-utc-international">link to the quote above from NIST</a>.</p> Mon, 14 Oct 2024 00:00:00 +0200 https://shivering-isles.com/til/2024/10/why-is-it-utc https://shivering-isles.com/til/2024/10/why-is-it-utc til Teetotalism <p>Today I learned about Teetotalism, a practice of personal abstinence from alcoholic drinks. Basically veganism, but about alcoholic drinks. The reasons for people practising this, are diverse and range from religious believes to simple preference.</p> <p>I came across <a href="https://en.wikipedia.org/w/index.php?title=Teetotalism&amp;oldid=1232919526">its Wikipedia page</a> while checking another page of a celebrity, apparently part of this movement. Not knowing what the word could mean, I decided to read the page, and learn something new.</p> Tue, 06 Aug 2024 00:00:00 +0200 https://shivering-isles.com/til/2024/08/teetotalism https://shivering-isles.com/til/2024/08/teetotalism til Spocking money <p>Today I learned that “spocking money” is a thing in Canada. Apparently people keep drawing on $5 bills to make the former Prime Minister depicted on the bill to look like Mr. Spock from Star Trek. While not considered illegal, its <a href="https://abcnews.go.com/International/spocking-money-legal-inappropriate-bank-canada/story?id=29381790">frowned upon by the nation bank</a> and might cause issues with acceptance of the bill.</p> <p>I came across this on Mastodon due to a boost of <a href="https://ohai.social/@MeanwhileinCanada/112797697031332560">a Toot by “Meanwhile in Canada”</a>. Apparently the majority of this happened in 2015 after the death of actor Leonard Nimoy.</p> Wed, 17 Jul 2024 00:00:00 +0200 https://shivering-isles.com/til/2024/07/spocking-money https://shivering-isles.com/til/2024/07/spocking-money til The iceberg shot <p>Today I learned that the famous iceberg shot, that is so famous on the internet and in marketing, is a composite of 4 images with none of them taken underwater.</p> <p>I came across <a href="https://mastodon.social/@waldoj/112797439393553230">a Toot on Mastodon</a> which linked to <a href="https://www.youtube.com/watch?v=2NeyTEO_JP0">a video, where one of the original creators of the image explains how it was done</a>.</p> Wed, 17 Jul 2024 00:00:00 +0200 https://shivering-isles.com/til/2024/07/ice-berg-shot https://shivering-isles.com/til/2024/07/ice-berg-shot til Knot Theory <p>Today I learned about <a href="https://en.wikipedia.org/w/index.php?title=Knot_theory&amp;oldid=1234163814">knot theory</a>. Knot theory is a branch of maths that studies mathematical knots. The mathematicians that invented knot theory started to <a href="https://en.wikipedia.org/w/index.php?title=List_of_prime_knots&amp;oldid=1233063620">map out the space of possible knots</a> and study their properties. The basic definition for a knot is, that it’s a closed loop in a 3 dimensional space that in uniquely tangled. Meaning you can’t untangle it without breaking the loop.</p> <p>I came across this when I saw <a href="https://www.youtube.com/watch?v=UsQihEXL0go">this wonderful video by Steve Mould</a> about a puzzle which only difficulty is to get it back into the package. A wonderful idea for a puzzle, even though one might argue, you can buy almost anything for that. There is also <a href="https://www.youtube.com/watch?v=8DBhTXM_Br4">a good summary</a> and <a href="https://www.youtube.com/watch?v=EBWP1POPc2A&amp;list=PLOROtRhtegr4c1H1JaWN1f6J_q1HdWZOY">even a University playlist</a> on the topic.</p> Tue, 16 Jul 2024 00:00:00 +0200 https://shivering-isles.com/til/2024/07/knot-theory https://shivering-isles.com/til/2024/07/knot-theory til