Posts
Sisir Ghimire Chettri v2
Cancel

Amethyst Workflow

Amethyst Workflow I have always been fond of tiling window managers which completely utilizes each and every space that you see on your screen. Coming from linux to mac, you might be searching to...

Coding Crackers

make_bricks def make_bricks(small, big, goal): big_can_be_used = goal // 5 # 2 if (big_can_be_used > big): if (big * 5 + small >= goal): return True else: i...

Stats

Statistics the mathematical science that deals with the collection, analysis, and presentation of data, which can be then be used as a basis for inference and induction infer a conclusion ...

Vimwiki

Keybindings < Leader >ww – Open the default wiki index file < Leader >ws – Select and open wiki index file < Enter > – Follow/Create wiki link < Backspace > – Go b...

Vim

Netrw gn to show current dir Telescope Add to quickfix list Open telescope and mark files with <C-Tab> Make sure you are in insert mode. <C-q> to push and open in quickfi...

Database - All Inclusive

Dynamic Typing so this happened: jupyterhub creates the table user with blob encrypted auth state inserts data its fine.. working on sqlite everything is fine cause of “dynamic typing” how...

K8s

Containers and Kubernetes Questions: Running Kubernetes on vm only without cloud providers? Develop Kubernetes enabled applications. Skafold What is kubernetes? (Short form - k8s) scal...

Kubectl

Kubectl (cube-cuttle) apply file $ kubectl apply -f <k8s-manifest>.yml unapply / delete $ kubectl delete -f <k8s-manifest>.yml get all pods...

Docker Notes

A Brief History Of The Shipping Industry (DOCKER) loading and unloading of goods in barrel, sacks and wooden crate from land transporters to ship and back again on arrival. this process: bre...

Agile and Project Management Glossary

Agile Terminologies Scrum of Scrums Archetypal Users Information Radiator Agile Tuckman’s stages of group development (forming-storming-norming-performing) Cynefin Framework functional r...