My pet projects
-
k8s-install
is ansible playbook bootstrapping secure highly available kubernetes.
Script is generally based on
Kubernetes the Hard Way
adopted for bare-metal installation.
-
yourss
can convert any web-page containing a collection of videos
(e.g. youtube channel or search result)
into an rss-stream with downloadable direct links to video or audio files.
The rss-feed can be then imported into any rss-client for offline listening or watching.
See the project page.
The magic of youtube_dl is used.
-
zmij is a parser generator for java 8.
At first, language grammar is declaratively defined in java with fluent DSL,
thereafter it can be used for actual parsing.
See the project page
for an example json parser.
-
anyorigin
is a very humble clone of anyorigin.com.
I have written it in Rust programming language to make myself familiar with this language.
-
ssubst
is a stream search and replace command line tool written in Rust.
Rabin-Carp algorithm is used.