achievements on 05.12.2023

Taylor Tomlinson: Look at You, 2022

Watched on Monday December 4, 2023.

Lethal Weapon, 1987

Watched on Monday December 4, 2023.

Idiocracy, 2006

Watched on Saturday December 2, 2023.

achievements on 03.12.2023

Spirited, 2022

Watched on Friday December 1, 2023.

achievements on 02.12.2023

achievements on 01.12.2023

Paste

➜  ~ tldr paste

paste

Merge lines of files.
More information: <https://www.gnu.org/software/coreutils/paste>.

- Join all the lines into a single line, using TAB as delimiter:
    paste -s path/to/file

- Join all the lines into a single line, using the specified delimiter:
    paste -s -d delimiter path/to/file

- Merge two files side by side, each in its column, using TAB as delimiter:
    paste file1 file2

- Merge two files side by side, each in its column, using the specified delimiter:
    paste -d delimiter file1 file2

- Merge two files, with lines added alternatively:
    paste -d '\n' file1 file2
➜  ~ paste <(seq 4) <(echo Klaus Julia Peter Diana | tr ' ' '\n')
1	Klaus
2	Julia
3	Peter
4	Diana

found https://www.jefftk.com/p/losing-metaphors-zip-and-paste

achievements on 30.11.2023

achievements on 29.11.2023

The Creator, 2023

Watched on Monday November 27, 2023.

achievements on 28.11.2023

achievements on 27.11.2023

Alfie, 1966

Watched on Saturday November 25, 2023.

achievements on 26.11.2023

achievements on 25.11.2023

achievements on 24.11.2023

achievements on 22.11.2023

achievements on 19.11.2023

Mac Source Ports

Mac Source Ports is designed to feature signed and notarized versions of source ports for your favorite old games. My goal is to make everything be at least Universal 2 so it runs natively on Intel 64-bit Macs and Apple Silicon Macs.

Mac Source Ports – Run old games on new Macs

A Coder Considers The Waning Days Of The Craft

achievements on 17.11.2023

Licorice Pizza, 2021

Watched on Wednesday November 15, 2023.

achievements on 16.11.2023