Robuta

https://citizen428.net/ citizen428.net Michael Kohl aka citizen428 citizen428 https://citizen428.net/blog/exploring-uiua/ Exploring Uiua - citizen428.net I recently got quite interested in a relatively new programming language called Uiua (pronounced “wee-wuh”), which its creator Kai Schmidt describes as... exploring uiuacitizen428 https://citizen428.net/blog/color-schemes-modern-css/ Supporting color schemes with modern CSS - citizen428.net I recently decided to add support for light and dark color schemes to this site. Modern CSS makes this surprisingly painless: :root { color-scheme: light dark;... color schemesmodern csssupportingcitizen428 https://citizen428.net/about/ About - citizen428.net citizen428 https://citizen428.net/blog/we-lost-something/ We lost something along the way - citizen428.net Note: This was originally posted as a Mastodon thread but since my posts there auto-delete after a while I decided to keep a a slightly modified version here... along the waylostsomethingcitizen428 https://citizen428.net/blog/git-quick-tips-2-working-with-many-branches/ Git quick tips #2: Working with many branches - citizen428.net quick tipsworking withgitmanybranches https://citizen428.net/blog/exploring-async-ruby/ Exploring async Ruby - citizen428.net During this year’s RubyConf Thailand, I realized that I never seriously played around with the async gem. This library implements an event-driven reactor (via... exploring async rubycitizen428