From 0a70251420b25d1347f8fcc620630ab54a5d223d Mon Sep 17 00:00:00 2001 From: Aly Date: Mon, 28 Dec 2020 16:32:17 -0800 Subject: [PATCH] Add myself --- aly.md | 9 +++++++++ chatchat.md | 13 +++++++++++++ journal/2020-12-27.md | 1 + me.md | 7 +++++++ shortlinks.md | 9 +++++++++ 5 files changed, 39 insertions(+) create mode 100644 aly.md create mode 100644 chatchat.md create mode 100644 me.md diff --git a/aly.md b/aly.md new file mode 100644 index 0000000..e37a96b --- /dev/null +++ b/aly.md @@ -0,0 +1,9 @@ +# Aly + +- A [[person]]. +- My [[self]]. +- [[pull]] [[s5bug]] + +[//begin]: # "Autogenerated link references for markdown compatibility" +[person]: person "Person" +[//end]: # "Autogenerated link references" diff --git a/chatchat.md b/chatchat.md new file mode 100644 index 0000000..19341db --- /dev/null +++ b/chatchat.md @@ -0,0 +1,13 @@ +# ChatChat + +- "A game about being a cat." +- One of my favorite games growing up, my first introduction to unrestricted + online interaction. +- I've messed around with this game quite a bit to discover its internals, + [which I've documented on TCRF](https://tcrf.net/ChatChat). +- I'm working on a [[TypeScript]] reimplementation of the game so that it will + run without Flash, [open-source on GitDab](https://gitdab.com/s/chatchat). + +[//begin]: # "Autogenerated link references for markdown compatibility" +[TypeScript]: typescript "TypeScript" +[//end]: # "Autogenerated link references" diff --git a/journal/2020-12-27.md b/journal/2020-12-27.md index 151c8e3..ed3ce6c 100644 --- a/journal/2020-12-27.md +++ b/journal/2020-12-27.md @@ -16,6 +16,7 @@ [Agora]: ../agora "Agora" [Hoopy the Hoop]: ../hoopy-the-hoop "Hoopy the Hoop" [TypeScript]: ../typescript "TypeScript" +[ChatChat]: ../chatchat "ChatChat" [Natural Language Processing]: ../natural-language-processing "Natural Language Processing" [chalkbot]: ../chalkbot "chalkbot" [//end]: # "Autogenerated link references" diff --git a/me.md b/me.md new file mode 100644 index 0000000..8765d72 --- /dev/null +++ b/me.md @@ -0,0 +1,7 @@ +# Me + +- [[pull]] [[Aly]] + +[//begin]: # "Autogenerated link references for markdown compatibility" +[Aly]: aly "Aly" +[//end]: # "Autogenerated link references" diff --git a/shortlinks.md b/shortlinks.md index 1de3909..56af018 100644 --- a/shortlinks.md +++ b/shortlinks.md @@ -21,6 +21,15 @@ - `tw/[user]` should replace the functionality of mentioning `@user` on Twitter. +## Shortlink Guidelines + +- Shortlinks should start with an identifier and a slash, such as `tw/` or + `abc/`. + - The identifier is not restricted to two characters, but most common ones + can be condensed to two characters. +- Shortlinks should not be URIs themselves. +- Shortlinks should not obfuscate content, like a traditional link shortener. + [//begin]: # "Autogenerated link references for markdown compatibility" [Agora]: agora "Agora" [//end]: # "Autogenerated link references"