aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2021-08-22 20:09:34 +1000
committerYuchen Pei <hi@ypei.me>2021-08-22 20:09:34 +1000
commite177df26124da579d247a40f15a8a3205e7c7783 (patch)
tree6d3488432cf69edf5ee13156645b7d8ecf4600db
parentc5a73b015ec93945c0ad5701e73d76ee08b2075a (diff)
added teatime.
-rw-r--r--pages/index.org4
-rw-r--r--pages/teatime.org30
-rw-r--r--publish.el2
3 files changed, 34 insertions, 2 deletions
diff --git a/pages/index.org b/pages/index.org
index 57b60c7..f3ac4a4 100644
--- a/pages/index.org
+++ b/pages/index.org
@@ -19,6 +19,6 @@ I did a PhD at the [[https://warwick.ac.uk/fac/sci/masdoc][MASDOC program at War
I am an associate member and licensing volunteer of the [[https://fsf.org][Free Software Foundation]], and have applied the philosophy of free software to knowledge and research. For example I shared my research in Robinson-Schensted algorithms as a [[https://toywiki.xyz][wiki]] under a free Creative Commons license. I believe anyone can be an academic, seeking truth and sharing their findings with the public.
-I can be reached at: xU)U1M2fEQL6bfYGpwSG (PGP key: [[/assets/ypei-pubkey.txt][47F9 D050 1E11 8879 9040 4941 2126 7E93 EF86 DFD0]]). Feel free to email me, whether you know me or not.
+I can be reached at: xU)U1M2fEQL6bfYGpwSG (PGP key: [[/assets/ypei-pubkey.txt][47F9 D050 1E11 8879 9040 4941 2126 7E93 EF86 DFD0]]). Feel free to email me, whether you know me or not. I am also [[file:./teatime.org][open to meeting up virtually over tea]].
-Views expressed on this website do not represent those of my past, present or future employers or associates.
+Views expressed on this website do not represent those any organisation I belong to or associate with, past, present or future.
diff --git a/pages/teatime.org b/pages/teatime.org
new file mode 100644
index 0000000..42cd77e
--- /dev/null
+++ b/pages/teatime.org
@@ -0,0 +1,30 @@
+# Copyright (C) 2013-2021 Yuchen Pei.
+
+# Permission is granted to copy, distribute and/or modify this
+# document under the terms of the GNU Free Documentation License,
+# Version 1.3 or any later version published by the Free Software
+# Foundation; with no Invariant Sections, no Front-Cover Texts, and
+# no Back-Cover Texts. You should have received a copy of the GNU
+# Free Documentation License. If not, see <https://www.gnu.org/licenses/>.
+
+# This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
+
+#+title: TeaTime
+
+* TeaTime
+
+Fancy a tea or coffee meetup? You're hereby invited to join me for a short break--I'd like to take the time to reconnect with old friends and make new ones.
+
+I'm happy to talk about most topics, but the ones I'm most interested in are as follows:
+
+- Free software movement, activism, organisation, and licensing
+- Free culture and knowledge, anything the late Aaron Swartz would be interested in
+- GNU/Linux, emacs
+- Functional programming, Haskell, formal verification, computer science
+- Machine learning
+- Mathematics
+- Tea
+
+If you're up for it, do reach out with your proposed time slots via email. My timezone is Australian Eastern Time, and my platform of choice includes Jitsi, Mumble, or Jami (but any other free software tools would do). If we're complete strangers, (hello, and don't panic, I don't bite!) just include a discussion topic in your email.
+
+Credit: TeaTime is an idea stolen from [[https://tailrecursion.com/~alan/CoffeeTime.html][Alan Dipert]].
diff --git a/publish.el b/publish.el
index 88f467c..2f62127 100644
--- a/publish.el
+++ b/publish.el
@@ -140,6 +140,8 @@ PUB-DIR is when the output will be placed."
<link rel='alternate' title=\"Yuchen's microblog\" href='/microblog-feed.xml' type='application/rss+xml'>"
:html-preamble me/html-preamble
:author ("Yuchen Pei")
+ :section-numbers nil
+ :with-toc nil
:html-postamble me/html-postamble
:html-prefer-user-labels t
:html-mathjax-options ((path "/js/mathjax/MathJax.js?config=TeX-AMS_CHTML"))