Code & CLI

27 bookmarks
Custom sorting
Flexoki | inky color scheme for prose & code
Flexoki | inky color scheme for prose & code
Flexoki is an inky color scheme for prose and code. Flexoki is designed for reading and writing on digital screens. It is inspired by analog inks and warm shades of paper. Flexoki is minimalistic and high-contrast. The colors are calibrated for legibility and perceptual balance across devices and when switching between light and dark modes.
·stephango.com·
Flexoki | inky color scheme for prose & code
Explaining Code using ASCII Art – Embedded in Academia
Explaining Code using ASCII Art – Embedded in Academia
This piece is about pictures drawn using a text character set and then embedded in source code. I love these! The other day I asked around on Twitter for more examples and the responses far exceeded expectations (thanks everyone!). There are a ton of great examples in the thread; here I’ve categorized a few of them. Click on images go to the repositories.
·blog.regehr.org·
Explaining Code using ASCII Art – Embedded in Academia
Git from the inside out — Code Words
Git from the inside out — Code Words
This essay explains how Git works. It assumes you understand Git well enough to use it to version control your projects. The essay focuses on the graph structure that underpins Git and the way the properties of this graph dictate Git’s behavior. Looking at fundamentals, you build your mental model on the truth rather than on hypotheses constructed from evidence gathered while experimenting with the API.
·codewords.recurse.com·
Git from the inside out — Code Words
The Way of Code: The Timeless Art of Vibe Coding | Rick Rubin
The Way of Code: The Timeless Art of Vibe Coding | Rick Rubin
Rick Rubin brings ancient wisdom to the modern age in The Way of Code, a meditation on the art and science of vibe coding. With Claude by Anthropic, the Grammy-award winning producer and author of The Creative Act turns philosophy into practice with artifacts that can be creatively modified with AI.
·thewayofcode.com·
The Way of Code: The Timeless Art of Vibe Coding | Rick Rubin
How I Use Emacs
How I Use Emacs
Emacs in Pink is your Friend. An explanation of how I use Emacs I'm honoured that you all have invited me to share my thoughts, and I especially appreciate the $50,000 advanced speakers' fee. A lot of people have asked me to write down how I use Emacs because they're curious how I use it every day since about a year. First thing you should know: I'm not a programmer.
·summeremacs.github.io·
How I Use Emacs
How I org in 2023 — Nick Anderson
How I org in 2023 — Nick Anderson
I’ve been pretty much living in org-mode for 6 or 7 years now1. It’s my exocortex, second brain, second mind, mind palace, pensive, and personal knowledge management system2. The features and tools I use as well as how I organize my files has changed quite a bit over this period of time and I thought it would be nice give myself (and anyone else who cares) a reference of what it was like in 2023 so here it is.
·cmdln.org·
How I org in 2023 — Nick Anderson
The Terminal – For Noobs (Like Me), Part One
The Terminal – For Noobs (Like Me), Part One
If you’re like me, from time-to-time you’ll come across tasks that should be done in the terminal. But as you’re not very familiar with it, you wince a bit, and then just paste whatever they say, and hope for the best. The guide might also assume you know a bunch of concepts, that you don’t really understand. Like, why do some commands start with $?
·havn.blog·
The Terminal – For Noobs (Like Me), Part One