Skip to content
Winston Lee

Winston Lee

  • Home
  • Blog
  • Github
  • LinkedIn
Winston Lee
Winston Lee

Blog

How to fork a go library (my way)
Development

How to fork a go library (my way)

Git fork Go mod init if not yet a module Update path to new module github.com/someone/library -> github.com/you/library. This is because the module will continue to look for dependencies in the old path Bump version with a tag (v1.0.0 ->…

Read More How to fork a go library (my way)Continue

Hardware

Disassembling things I’m not supposed to

Replacing the brita water filter’s battery The water pitcher that’s synonymous with the middle class in the 80s Studies have shown they are pretty much useless in filtering out harmful stuff (which would be the subject of another post). However,…

Read More Disassembling things I’m not supposed toContinue

About the world

Application and apps for living in Korea

For Windows This part is about little-known applications that fixes minor annoyances you may encounter as an expat in Korea. I’m pretty sure there’s more I didn’t know, if you do please leave a comment. Blocks ads on Kakaotalk client…

Read More Application and apps for living in KoreaContinue

About the world

Just Awesome Vietnamese

In a moment of inspiration, I forked an abandoned awesome-vietnamese list and add some new entries to it. Hopefully this list will be useful for people looking for awesome Vietnamese projects Assorted TILs Difference between go get and go install…

Read More Just Awesome VietnameseContinue

Development

Prune big files from Git with BFG

Step 2: Clone your repo as a mirror Run this to clone your repo as a mirror. git clone –mirror git://example.com/your-repo.git The —-mirror flag means that it doesn’t actually download any of the files from your codebase. It downloads the…

Read More Prune big files from Git with BFGContinue

General IT

A decade of technology research

According to Deloitte

Read More A decade of technology researchContinue

General IT | Linux

How to add ssh keys to multiple hosts

Requisite list.txt: list of hosts ~/.ssh/id_rsa.pub: keys to add Bash script copy.sh Explanation sshpass pass your password to the ssh prompt -o StrictHostKeyChecking=no ignores the “host identity not established” prompt, allowing sshpass to do its job How to execute Reference…

Read More How to add ssh keys to multiple hostsContinue

Development

Gumana Series – Understanding Fabric’s Ordering

Introduction to Gumana Gumana is a portmanteau of 금요일 (Friday) 만나다 (Meeting), a series of technical talk every Friday at Medium About this talk A visual explanation of Kafka’s Ordering Design, why does it need a queue, kafka, synchronization between…

Read More Gumana Series – Understanding Fabric’s OrderingContinue

Linux

How to create application shortcut and add to launcher in Ubuntu

Read More How to create application shortcut and add to launcher in UbuntuContinue

Free Lined Handwriting Paper
Office

Free Lined Handwriting Paper

Today suddenly I need to write something by hand. I tried to find lined templates on the internet but couldn’t find any that is free (unbelievable!). I know it’s easy to create such a template using Word but sometimes you…

Read More Free Lined Handwriting PaperContinue

Page navigation

Previous PagePrevious 1 2 3 4 5 … 17 Next PageNext
Scroll to top
  • Home
  • Blog
  • Github
  • LinkedIn