Skip to content

Instantly share code, notes, and snippets.

View deepkimchi's full-sized avatar
🏠
Working from home

Jin Cho deepkimchi

🏠
Working from home
View GitHub Profile
@deepkimchi
deepkimchi / vpn.md
Created December 13, 2020 13:23 — forked from joepie91/vpn.md
Don't use VPN services.

Don't use VPN services.

No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.

Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.

  • A Russian translation of this article can be found here, contributed by Timur Demin.
  • A Turkish translation can be found here, contributed by agyild.
  • There's also this article about VPN services, which is honestly better written (and has more cat pictures!) than my article.
@deepkimchi
deepkimchi / README-Template.md
Created September 4, 2018 14:55 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@deepkimchi
deepkimchi / introrx.md
Created August 8, 2018 14:51 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@Getter
@Setter
@Immutable
@Entity(name = "oa_genre")
public class OaGenreEntity {
@Id
@GeneratedValue
private Long id;
@deepkimchi
deepkimchi / 0_reuse_code.js
Created September 20, 2017 13:27
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console