Posts tagged pin

šŸ“š Favorite Books

These are books Iā€™ve thoroughly enjoyed and have affected the way I see the world.

Read more ...


šŸ¤ Initiatives and Organizations Supporting Open Source

This page is continuously updated; itā€™s publication date reflects the last time changes were made.

Read more ...


āœļø Interesting Blogs

This page is continuously updated; itā€™s publication date reflects the last time changes were made.

Read more ...


šŸšØ On the XZ Utils Backdoor (CVE-2024-3094): FOSS Delivered on its Pitfalls and Strengths

The newly discovered backdoor[1] in the XZ Utils package[2] affecting numerous Linux distributions[3] and assigned CVE-2024-3094[4] is being dismissed by some members of the technology and security communities as yet another supply chain attack; relevant only because of how blatant it was and that it affected the Open Source ecosystem but in essence nothing out of the ordinary. Regardless of whether this perspective is gaining traction due to cynicism, as hyperbole for clicks or as a coping mechanism, I vehemently disagree with that stance.

../../../_images/openwall-andres-freund-report.png

Read more ...


šŸ“¦ Multiple Git Configurations and Identities with Folder-Dependent Includes for GitLab, GitHub et al

People, shout out to some of my friends and collegues, like to configure their development environments in a myriad of ways. Even setting oneā€™s Git author identity, a seemingly boring and mundane task, is sometimes approached in the most creative ways. This, of course, includes not only configuring git, the tool itself, but also any relevant repositories as well as the platforms where those eventually end up hosted. In this brief tutorial I show how to properly handle multiple identities and configurations as well as how to manage Git projects which might be spread throughout multiple Git backends.

Please beware this tutorial will likely only be relevant or interesting to you if you already have some experience with Git, otherwise this sort of setup may feel like unnecessary or overly complicated. In case you are new to Git, I highly recommend you go through Git for Beginners: Zero to Hero šŸ™ and also have a look at Git Cheatsheet: Commands, Tips and Tricks šŸ“.

../../../_images/linus-fake-commit.png

Read more ...


Excellent Quotes from Marcus Aureliusā€™ Meditations

While on a military campaign which started in 170 and ended in 180, Marcus Aurelius[1] wrote his Meditations in Greek for his own guidance and self-development. The original title of the work, if it had one, is unknown. ā€˜Meditationsā€™ ā€“ as well as other titles including ā€˜To Himselfā€™ ā€“ were adopted later. He had a logical mind, and his notes were representative of Stoic philosophy and spirituality.

Read more ...


Benjamin Franklin on the Tension between Liberty, Virtue, Safety, Wealth and Power

Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.

Read more ...


šŸ‚ Ryōkan: In the scenery of spring ā€¦

Read more on Wikiquote

This poem by Ryōkan was quoted by Alan Watts[1] in one of his lectures[2]; this was what originally motivated me to look for it in full and reproduce it here. The source of the painting is not related to Ryōkan[3].

../../../_images/toshi-yoshida-birds-of-the-seasons-set-of-four-horizontal.webp

Read more ...


Folklore Night Sky: Overcoming Ancestry

This poem was originally written for KAMINAā€™s[1] act at the Heidelberger Literaturherbst 2023[2].

Read more ...


Freier Fall: ein Gedicht Ć¼ber die Migrantenpsyche

Dieses Gedicht wurde ursprĆ¼nglich fĆ¼r den Akt von KAMINA[1] beim Heidelberger Literaturherbst 2023[2] geschrieben.

Read more ...


Calipso: amores complicados

En la mitologĆ­a griega Calipso (ĪšĪ±Ī»Ļ…ĻˆĻŽ: Ā«la que ocultaĀ») era una ninfa que vivĆ­a en la isla de Ogigia, donde, segĆŗn la Odisea de Homero, detuvo a Odiseo durante siete aƱos [2].

../../../_images/calypso-waiting.jpg

Read more ...


Git Revision Selection and Expressions Aā€¦B

While using git itā€™s common to use object identifiers to operate on the underlying objects: checking branches out, reverting a commit, resetting to a given point in the history, and more.

../../../_images/revision-parents-ancestors.png

Read more ...


šŸ–‹ A Look into Aptos, Microsoftā€™s New Default Font

icrosoft has been planning a design revamp when it comes to the typography of their whole Office product line; and probably beyond that. They have worked on selecting their new default font for quite a bit[1]. The finalists among which the successor to the familiar Calibri typeface[2] was to be chosen were long known: Bierstadt, Grandview, Seaford, Skeena, and Tenorite. The decision, however, hadnā€™t been made and apparently no winner was yet selected nor known. That all changed today, though, as The Verge has reported [3].

../../../_images/calibri-over-aptos.png

Read more ...


Grieving the Early Internet šŸ’¾

This is a topic Iā€™ve wanted to write about for a while; and one for which I had way too many references stored. Until now, I hadnā€™t found a way to jump-start my internal monologue on the matter and spur the necessary motivation to put my thoughts to paper. That, however, changed last week when I engaged in a couple of conversations online on HackerNews [1] and Tildes[2] about the openness and diversity of our present-day Internet.

../../../_images/carta-marina-olaus-magnus-1539-cropped.jpg

Read more ...


MySt and Markdown for Sphinx Cheatsheet

Iā€™ve never been a fan of Re-StructuredText, but most importantly Iā€™m new to MySt, which leads to a lot of googling and painstaking trial-and-error while writing. Although my preferred references are the Jupyter Book MyST Cheatsheet, the Sphinx Book Theme Documentation, and the MyST Parser Reference, they are way too extensive, sometimes incorrect, and I donā€™t really use every directive or variant thereof. Therefore, Iā€™ll use this post to gather the bits of the syntax and snippets I use the most.

Read more ...


šŸŽ­ Best Fonts for Programming

It seems like thereā€™s never enough time to be really passionate about aesthetics, so thatā€™s why when the opportunity presents itself I just roll with it and indulge that inclination. This post is the result of one such opportunity.

Seeing as many of us spend a considerable amount of time in front of some sort of computing device, which is specially true for those of us who program, I wanted to put the list of my favorite programming typefaces out there for your enjoyment.

hack

Read more ...


Wrist-friendly Git Shortcuts and Aliases #ļøāƒ£

Things tend to get repetitive with git after you start consistently using it. Of course, itā€™s still an irreplaceable tool, but that doesnā€™t mean we cannot try to abide by DVORAK principles and minimize the distance our fingers travel on the keyboard.

As past and current colleagues can attest, Iā€™m a serial keyboard customizer and shortcut afficionado, so my suggestion to give git console aliases a try should not come as a surprise.

Read more ...


Git for Beginners: Zero to Hero šŸ™

Git plays a crucial role in the software development industry and should therefore be part of every developerā€™s toolkit. Both experienced and beginner developers can increase their productivity by leveraging a code versioning system as powerful as git. Unfortunately, introductory materials are often either too shallow, making readers feel like they only scratched the surface, or too long-winded, diving into details which neednā€™t interest everybody.

Seeing as colleagues and students often ask me about good, self-contained guides, I decided to republish this guide for git beginners as well as those looking for a refresher.

../../../_images/conventions.svg

Read more ...


Git Cheatsheet: Commands, Tips and Tricks šŸ“

This is compilation of useful git commands, tips and tricks I created for myself since I kept forgetting some commands related to configuring, searching and managing git repositories. The format is simple, just a list with short descriptions for some common, and other less common, commands which I often find myself looking up online.

../../../_images/gitworkflow.png

Read more ...


Scarbleed: Closed, yet Open, Wounds

While experiencing traumatic circumnstances it is not uncommon to ask oneself whether the feeling of unease, desperation and sorrow will eventually pass. As impermanence[1] would have it, suffering passes eventually in order to give room to other, not necessarily pleasant, feelings and experiences. Scarbleed is a poem about the aftermath of intense pain. When sorrow has passed and wounds have allegedly healed can, and do, scars bleed?

Read more ...


Invictus by William Ernest Henley āœŠ

Read more on Wikipedia

Read more ...