aboutsummaryrefslogtreecommitdiff
path: root/microposts
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-05-18 12:13:16 +0200
committerYuchen Pei <me@ypei.me>2018-05-18 12:13:16 +0200
commit5bd081bfc862c2cbb0835420f0329988816e511f (patch)
treefd1d03c58736d076a81fee523b981f346733b82f /microposts
parent433a7eb2d0ce356eaf4df1ea18d9c5fa633f3907 (diff)
added an mpost
Diffstat (limited to 'microposts')
-rw-r--r--microposts/colah-blog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/microposts/colah-blog.md b/microposts/colah-blog.md
new file mode 100644
index 0000000..4ebbee5
--- /dev/null
+++ b/microposts/colah-blog.md
@@ -0,0 +1,4 @@
+---
+date: 2018-05-18
+---
+[colah's blog](https://colah.github.io/) has a cool feature that allows you to comment on any paragraph. Here's an [example](https://colah.github.io/posts/2015-08-Understanding-LSTMs/). If it is doable on a static site hosted on Github pages, I suppose it shouldn't be too hard to implement. This also seem to work more seamlessly than [Fermat's Library](https://fermatslibrary.com/), because the latter has to embed pdfs in webpages. Now fantasy time: imagine that one day arXiv shows html versions of papers (through author uploading or conversion from TeX) with this feature.