[email protected]:~$ whoami
Welcome to daiark - building things that work
[email protected]:~$ ls -la
total 1337
drwxr-xr-x daiark daiark 4096 Jan 13 01:00 projects/
drwxr-xr-x daiark daiark 2048 Jan 13 01:00 blog/
-rw-r--r-- daiark daiark 512 Jan 13 01:00 about.txt
-rw-r--r-- daiark daiark 256 Jan 13 01:00 contact.md
// site under active development
[email protected]:~$ cat about.txt
Building projects that matter.
// full portfolio coming soon
[email protected]:~$ cat contact.md
[email protected]
// or create a GitHub issue if it's code-related
[email protected]:~$ nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver.
// the eternal struggle continues
[email protected]:~$ make progress
[ OK ] compiling ideas...
[ OK ] linking concepts...
warning: unused variable 'free_time' [-Wunused-variable]
[ OK ] build complete
[email protected]:~$ echo $STATUS
Temporary landing page active. Real site deploying soon.
ETA: when it's ready
[email protected]:~$