Michel de Graaf — CTO and tech lead
re-invention b.v. v1337
╔════════════════════════════════════════════════════════════════╗
║ What am I looking at?║
║ ║
║ ║
║ A terminal is a text-only interface to a computer.║
║ No icons, no mouse: just the keyboard.║
║ Programmers and hackers have been using terminals for║
║ over half a century. They're not outdated; they're blazingly║
║ fast, run anywhere, and work over ssh on a box on║
║ the other side of the world.║
║ ║
║ Because it takes years to master a terminal (and║
║ its editors), most people never do. For those who do,║
║ these setups become a point of pride. A certain breed║
║ of developer/hacker will spend decades refining║
║ and tweaking their tools to perfection.║
║ To them, the terminal is an extension of thought. ║
║ ║
║ In this world, mice slow you down. Try these:║
║ ║
║ Ctrl+p fuzzy search║
║ Ctrl+` toggle terminal║
║ j/k scroll up/down║
║ : vim command line║
║ ║
║ Or click to run in the terminal:║
║ ║
║ ...... see all commands║
║ . cycle theme║
║ . make a cow talk║
║ ... words of wisdom║
║ ║
║ Easter eggs hidden everywhere. Have fun exploring!║
║ ║
║║
║ ║
╚════════════════════════════════════════════════════════════════╝
~ cat status.rs
let status = Status {
role: "CTO",
loc: "NL",
remote: true,
hybrid: true,
open_for_work: true,
};
michel@spaceheater:
~ ls -la ~/
total 7