Skip to content

Instantly share code, notes, and snippets.

@watchfulness
watchfulness / slaanesh.md
Last active March 25, 2023 19:07
Slaanesh

Please note that this document is in the process of being worked on, and edits may occur. These edits do not constitute any kind of scheme or disinformation on our part; they are simply the natural outcome of a living document.

The TL;DR for folks who don't want to read about the process:

Confirmation

Amelia asked Slaanesh, after this document was initially posted, and received confirmation that Slaanesh had been lying about who she was. Amelia posted screenshots showing this, which can be seen in this archive (also available here).

@0xabad1dea
0xabad1dea / newspaper.html
Last active November 10, 2023 15:54
cohost newspaper template
<div style="width:100%; font-family:serif;font-size:16px;text-align:justify;">
<div style="font-weight:900;text-align:center;font-size:48px;border-bottom:3px solid black;font-variant:small-caps;margin-bottom:0px;">
The Eggbug Times
</div>
<div style="font-style:italic; font-size:18px;text-align:center;">
the fourth website to ever exist
</div>
<div style="text-transform:uppercase;font-size:48px;text-align:center;">
@camshaft
camshaft / start.sh
Last active April 9, 2017 16:01
elixir startup script with graceful shutdown
#!/bin/bash
HOSTNAME="localhost"
PORT=${PORT-4000}
NODE="app_$PORT"
if [ -z "$COOKIE" ]
then
COOKIE=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)
fi
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active June 25, 2024 07:26
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname