Misc 4

[TIPS] How to use Katex in Tistory blogs(티스토리에서 Latex 사용하기)

I would like to share a super easy way to use math representations in Tistory blog. I used to blog in blogspot, and back then I had to add some javascript to under the tag, paste the script above, just like the picture bellow. Now Let's see the Examples $f(x) = 4$ $f(x) = 4 $ $$ \begin{aligned} (x+y)^2 \= x^2 + 2xy + y^2 \\ \= (x+y)(x+y) \end{aligned} $$ $$ \begin{aligned} (x+y)^2 &= x^2 + 2xy +..

Misc/Blogging Tips 2020.10.03

[Tips] implement `` inline code block to your blog - (티스토리 인라인 코드 블럭 사용하기)

Have a peek at the github flavored markdown examples (link) . So if you want to use inline block in your blog post, you need to convert a pair of ` (accent grave or backtip) to (explanatiions on the tag is here. the picture on the left is change to `inline code`. Now we need two things. First, a javascript to detect the `backtip` and convert to ` ` html tag pairs. Second, a css style for the inl..

Misc/Blogging Tips 2020.10.02

[ESSAY] 한국사회와 정치적 올바름

남중, 남고를 나오고 한국 근현대사를 산업화의 역사로만 인식하는 가족에서 자라난 내 주변에는 잠재적 인종차별주의자(Racist), 성차별주의자(Sexist)들이 생각보다 많다. 최근 이런 분들이 보는 유튜브에서 정치적 올바름이 빨갱이, 좌파적사고 고리타분한 이상론이라고 일갈하는 주장들이 올라오고 있는 듯 해서 이런 주장이 얼마나 시대착오적인지 보이는 글을 적어 봤다. 정치적 올바름은 떠오르는 현존하는 주요 소비 트렌드이다. 우선 이런 주장을 하시는 분들이 경제를 다른 어떤 사회적 가치보다 우선하시니 이런 정치적 올바름이 어떻게 한국 사회의 먹고사니즘적 니즈에 있어 중요한 사안인지 살펴보자. 정치적 올바름은 이미 하나의 소비트렌드로 자리잡아가고 있다. 실버산업에서 소비자로 활동하시는 분들은 잘 못느끼실 수..

Misc 2020.10.02