Recent posts

사피엔스

less than 1 minute read

위대한 역사가들의 시대는 끝났다. 사마천은 역사에서 하늘의 도가 어디에 있는지를 물었다. 하지만 사람들은 이제 과학에 천도를 묻는다. 우리가 누구인지, 어떻게 살고 있는지에 대해서라면 경제학자가 역사학자보다 우월하다. 뿐만 아니라 정치외교학 등 수많은 학문이 역사학으로부터 떨어져나...

Sapiens

1 minute read

The age of the great historians is over. Sima Qian asked where the Way of Heaven lay in history. But people now ask science about the Way of Heaven. When it ...

첫 공연 후 1년이 지나

less than 1 minute read

지난 17년 첫번째 공연을 하고 만 1년이 지났다. 돌이켜보면 그 당시의 느낌이 꽤나 절절했었다. 나름 장문의 글도 썼다. 글을 다시 읽어보니 행간마다 고통이 박혀있다. 나는 어쩜 그리 춤을 못췄는가. 10초의 안무를 익히는데 1시간이 걸렸다는 대목에 이르러서는 그만 정신을 놓아버...

A Year After My First Performance

1 minute read

A full year has passed since my first performance back in 2017. Looking back, the feelings I had at that time were quite intense. I even wrote a long post ab...

Grid test

less than 1 minute read

I made a game using Vue.js, vuetify, firebase.

Deploy Vue SPA on firebase

less than 1 minute read

firebase cli로 firebase hosting에 Vue.js로 만든 SPA를 배포하는 순서를 정리해보았다.

Deploy Vue SPA on firebase

less than 1 minute read

Here I’ve put together the steps for deploying a SPA built with Vue.js to firebase hosting using the firebase cli.

C#에서 JSON 다루기(Json.NET)

1 minute read

C#에서 Json.NET의 사용 예제를 정리해보았다. 왜냐면 내가 자꾸 잊어먹기 때문… 계속 업데이트 할 예정이다.

Working with JSON in C# (Json.NET)

1 minute read

I’ve put together some usage examples for Json.NET in C#. The reason being that I keep forgetting them… I plan to keep updating this.

element-ui 사용 소감

less than 1 minute read

지난 주에 vuetify를 사용하여 서비스를 하나 만들었다. vuetify의 번잡함(?)에 질려(?), 비교적 깔끔해보이는 element-ui를 사용하여 서비스를 만든 후, 후기를 적어보았다.

My Thoughts on Using element-ui

less than 1 minute read

Last week I built a service using vuetify. Fed up (?) with vuetify’s clutter (?), I then built a service using element-ui, which looks comparatively clean, a...

Vuex two way binding

less than 1 minute read

Vuex is very useful library for Vue.js. However… when handling form like input tag with Vuex, setting up two way binding is somehow complicated and you need ...