Posts tagged pin
šŖ Multiple Git Configurations and Identities with Folder-Dependent Includes for GitLab, GitHub et al
- 14 November 2023
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 š.

Benjamin Franklin on the Tension between Liberty, Virtue, Safety, Wealth and Power
- 28 September 2023
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.
š RyÅkan: In the scenery of spring ā¦
- 23 September 2023
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].

Folklore Night Sky: Overcoming Ancestry
- 09 September 2023
This poem was originally written for KAMINAās[1] act at the Heidelberger Literaturherbst 2023[2].
Freier Fall: ein Gedicht über die Migrantenpsyche
- 29 August 2023
Dieses Gedicht wurde ursprünglich für den Akt von KAMINA[1] beim Heidelberger Literaturherbst 2023[2] geschrieben.
Calipso: amores complicados
- 19 August 2023
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].

Git Revision Selection and Expressions Aā¦B
- 15 July 2023
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.

š A Look into Aptos, Microsoftās New Default Font
- 14 July 2023
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].

Grieving the Early Internet š¾
- 13 July 2023
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.

MySt and Markdown for Sphinx Cheatsheet
- 12 July 2023
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.
š Best Fonts for Programming
- 30 June 2023
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.

Wrist-friendly Git Shortcuts and Aliases #ļøā£
- 21 June 2023
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.
Git for Beginners: Zero to Hero š
- 18 June 2023
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.
Git Cheatsheet: Commands, Tips and Tricks š
- 06 June 2023
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.
