Table of Contents Introduction Why use PyCharm docker integration? Why use the same docker environment for PyCharm and minikube? Prerequisites…
Using go to autogenerate kubernetes configs
Introduction I found hand-writing kubernetes configuration in yaml insufficient very quickly: Fragile Implicit assumptions Not self-documenting Hard to navigate Not…
Visualizing relationships between python packages
Introduction I extracted co-occurence of top 3500 python packages in github repos using the the github data on BigQuery. I…
Top pandas, numpy and scipy functions and modules used in github repos
Table of Contents Introduction Github data on Google BigQuery What is numpy, scipy and pandas and why top functions are…
Top angular directives on github, including custom directives
Table of Contents Introduction Unique usage per repository in top repositories with example usage Top usages in all repositories Custom…
Top emacs packages used in github repos
Table of Contents Introduction Bias towards repos with license Query on sample_contents Query on full, unsampled, data Results Things to…
Smartparens is super awesome, especially with evil mode
Table of Contents Introduction Two evil-smartparens packages evil-smartparens from melpa evil-smartparens from github Installation My configuration How I learned how…
Set up ERC, Emacs IRC client, with automated windowed layout and connection
Table of Contents Introduction My configuration Problems I encountered Erc support for sasl gitter irc support. Gitter joining random channels…
More advanced github code search
Introduction Documentation is not always enough and I like to search for code examples on github. For example, today I…
Globally unique internal links exported by org mode
Table of Contents Problem Solution Problem Org mode when exporting to html auto generates internal links by the sequence number,…