-
Recommendation Martin Shkreli Finance Lesson
-
Book: White Noise by Don DeLillo
-
Nietzsche, Kirkegard, Kafka are accessible reading material
-
David Foster Wallace
- Post-Modernism is irony, cynicism, deprication, seen in Fight Club
Recommendation Martin Shkreli Finance Lesson
Book: White Noise by Don DeLillo
Nietzsche, Kirkegard, Kafka are accessible reading material
David Foster Wallace
brew install exa | |
brew install bat | |
brew install hexyl | |
brew install fd | |
brew install procs | |
brew install ripgrep | |
brew install dust | |
brew install clementtsang/bottom/bottom | |
brew install starship |
/* | |
$ sanity init | |
# Follow steps, choose the clean template | |
# go to schemas/schema.js and paste this in | |
*/ | |
// First, we must import the schema creator | |
import createSchema from 'part:@sanity/base/schema-creator' |
This script takes a single input file and
l
l
-track together and stores them into a
a
as the sole audio trackstatic String formatBytes(int bytes, int decimals) { | |
if (bytes <= 0) return "0 B"; | |
const suffixes = ["B", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"]; | |
var i = (log(bytes) / log(1024)).floor(); | |
return ((bytes / pow(1024, i)).toStringAsFixed(decimals)) + | |
' ' + | |
suffixes[i]; | |
} |
#!/bin/bash | |
declare -a req=("wget" "basename" "rm" "cat" "echo") | |
for cmd in "${req[@]}" | |
do | |
command -v $cmd >/dev/null 2>&1 || { echo "Required command not found: $cmd"; exit 1; } | |
done | |
[ $1 ] || { echo "Usage: $0 file1 [file2] [file3...]"; } |
sudo apt update | |
# sudo apt upgrade | |
sudo apt install -y libcurl4-openssl-dev libplist-dev libzip-dev openssl libssl-dev libusb-1.0-0-dev libreadline-dev build-essential git make automake libtool pkg-config | |
git clone https://github.com/libimobiledevice/libirecovery | |
git clone https://github.com/libimobiledevice/idevicerestore | |
git clone https://github.com/libimobiledevice/usbmuxd | |
git clone https://github.com/libimobiledevice/libimobiledevice | |
git clone https://github.com/libimobiledevice/libusbmuxd | |
git clone https://github.com/libimobiledevice/libplist |
Fish is a smart and user-friendly command line (like bash or zsh). This is how you can instal Fish on MacOS and make your default shell.
Note that you need the https://brew.sh/ package manager installed on your machine.
brew install fish
/Library/Backblaze.bzpkg/bzdata/bzexcluderules_editable.xml
.bzexclusions
tag:<!-- Exclude node_modules. -->
<excludefname_rule plat="mac" osVers="*" ruleIsOptional="t" skipFirstCharThenStartsWith="users/" contains_1="/node_modules/" contains_2="*" doesNotContain="*" endsWith="*" hasFileExtension="*" />
<excludefname_rule plat="mac" osVers="*" ruleIsOptional="t" skipFirstCharThenStartsWith="users/" contains_1="/.git/" contains_2="*" doesNotContain="*" endsWith="*" hasFileExtension="*" />
GTD/BASB Templates for Emacs and Org-Mode
As I’ve said on Twitter, I don’t actually necessarily perform these on a chronological basis.