diff options
| author | Christine Dodrill <me@christine.website> | 2019-05-21 21:47:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-21 21:47:09 -0400 |
| commit | d64c666255665c5e03812c47e70d6edb46432510 (patch) | |
| tree | 1dd44e77f7d57a5a52ccfa0fe96fc073cb3da2fe /talks | |
| parent | a275fc754b4c82a81ba06f0f3cbddb39946db1ac (diff) | |
| download | xesite-d64c666255665c5e03812c47e70d6edb46432510.tar.xz xesite-d64c666255665c5e03812c47e70d6edb46432510.zip | |
add talks support (#40)
* add talks support
* gosimplify
Diffstat (limited to 'talks')
| -rw-r--r-- | talks/irc-why-it-failed-2018-05-17.markdown | 13 | ||||
| -rw-r--r-- | talks/thinking-different-2018-11-03.markdown | 11 |
2 files changed, 24 insertions, 0 deletions
diff --git a/talks/irc-why-it-failed-2018-05-17.markdown b/talks/irc-why-it-failed-2018-05-17.markdown new file mode 100644 index 0000000..b9dcc80 --- /dev/null +++ b/talks/irc-why-it-failed-2018-05-17.markdown @@ -0,0 +1,13 @@ +--- +title: "IRC: Why it Failed" +date: 2018-05-17 +slides_link: /static/talks/irc-why-it-failed.pdf +--- + +# IRC: Why it Failed + +A brief discussion of the IRC protocol and why it has failed in today's internet. + +Originally presented at the Pony Developers panel at Everfree Northwest, 2018. + +Please check out [pony.dev](https://pony.dev) for more information. diff --git a/talks/thinking-different-2018-11-03.markdown b/talks/thinking-different-2018-11-03.markdown new file mode 100644 index 0000000..29ccd5e --- /dev/null +++ b/talks/thinking-different-2018-11-03.markdown @@ -0,0 +1,11 @@ +--- +title: "Thinking Different" +date: 2018-11-03 +slides_link: /static/talks/thinking-different.pdf +--- + +# Thinking Different + +A look over [ilo Kesi](https://github.com/Xe/x/tree/master/discord/ilo-kesi), a chatbot of mine that parses commands from the grammar of [Toki Pona](http://tokipona.org). + +Originally presented privately at an internal work get-together for Heroku. |
