221V / tonpa.guru

Work-Life Journal 2009—2019

Home Page:https://tonpa.guru/stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Namdak Tonpa Blog

These are sources of 5ht.co, personal work-life journal, that was recorded during 2009-2019 years by Maxim Sokhatsky. This journal mainly covers three aspects of Maxim's being: longchenpa.guru (early years), n2o.dev (erlang years), groupoid.space (phd years).

preprocess

Make word wrap and remove trailing spaces (MacOS).

$ for i in *; do fold -s -w 80 $i > 1; mv 1 $i; done
$ sed -i '' -E 's/[ '$'\t'']+$//' *

read

As article names in cyrillic we need urlencode: https://gist.github.com/cdown/1163649

$ curl -vs https://raw.githubusercontent.com/`urlencode \
  "5HT/maxim.livejournal.com/master/articles/2012/2012-05-28 Erlang.txt"` 2>&1 | less

Maxim © 2009—2019

About

Work-Life Journal 2009—2019

https://tonpa.guru/stream


Languages

Language:HTML 100.0%Language:CSS 0.0%