5HT / tonpa.guru-1

🙏🏻 Гуру Намдак Тонпа

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-2021 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 © 1980—2022

About

🙏🏻 Гуру Намдак Тонпа

https://tonpa.guru/stream/


Languages

Language:HTML 99.5%Language:Assembly 0.2%Language:CSS 0.2%Language:Makefile 0.0%