Add myself
This commit is contained in:
parent
05d0dbd0a1
commit
0a70251420
5 changed files with 39 additions and 0 deletions
9
aly.md
Normal file
9
aly.md
Normal file
|
@ -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"
|
13
chatchat.md
Normal file
13
chatchat.md
Normal file
|
@ -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"
|
|
@ -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"
|
||||
|
|
7
me.md
Normal file
7
me.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Me
|
||||
|
||||
- [[pull]] [[Aly]]
|
||||
|
||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||
[Aly]: aly "Aly"
|
||||
[//end]: # "Autogenerated link references"
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue