날아가지 못하는 새는 새로서의 가치가 없지.꿈을 꾸지 못하는 예술가는 예술가로서의 가치가 없지. 날아가지 않아?꿈을 꾸지 않아?살아있지가 않아! 새는 때때로 죽어가네. 어느 길 모퉁이에 부딪혀, 슬퍼하는 이 하나 없이, 유서도 없이, 장례식도 없이 죽어가네. 홀로 날아가다 아무 악의도 없는 모퉁이에 날개를 꺾인 새는 허공에 분노를 토해내네. 갈 곳을 잃은 분노는 산산히 흩어져 모든 것을 불태워버리고, 새… Continue reading

Loading

Published
Categorized as xacdo

Thought on HTTP header

Recently I have experienced ERR_EMPTY_RESPONSE error. Have you seen anything like this? This is a very rare case but also a very serious case. If you get this error, nothing will be received on the web brower. Nothing. No response. I’ll explain. The problem has started from UPS API. We use the API to verify… Continue reading Thought on HTTP header

Loading

Published
Categorized as xacdo

Thought on Legacy

You know when I had maintained very old systems. In the comment there were many footprints from the former company, the former of former company, the former of former of former company. Three companies’ comments were mixed there. Merger and acquisition, split, and merger again.You can imagine how those codes were. It was terrible. The… Continue reading Thought on Legacy

Loading

Published
Categorized as xacdo

Thought on Lombok

I really like to use Lombok. It really shortens Java codes. I prefer simple codes. Lombok’s @Getter and @Setter feel like C#’s Automatic properties. But there are some concerns that Lombok may degrade code quality. There are many useful features but there are also many constraints you shoud care about. For example, @EqualsAndHashCode provides equals()… Continue reading Thought on Lombok

Loading

Published
Categorized as xacdo

When iOS Autofill doesn’t work on Angular or ionic framework

Unlike Chrome or Android’s autofill, iOS autofill doesn’t touch userId and password fields. Any events like onChange or onKeydown are not called. Therefore, ngModel is also not updated. Oh my god it’s so frustrating… I have rejected from AppstoreConnect for this reason. To avoid this problem, there are several solutions. Don’t publish to Appstore. (Best)… Continue reading When iOS Autofill doesn’t work on Angular or ionic framework

Loading

Published
Categorized as xacdo

Frozen(겨울왕국) 2를 더 재미있게 만들 수 있었을까?

Frozen 2를 두번 보고나서, 이걸 더 재미있게 있었을까를 생각했다. 나라면 어떻게 했을까? 더 재미있을 여지가 있었을까? 예전에 비슷한 적이 있었다. 매트릭스2가 그랬다. 적당히 볼만한 속편이었고 흥행 성적도 좋았지만, 부족한 점이 많았고 좀 실망했다. 나라면 매트릭스2를 어떻게 만들었을까? 생각해 본 결론은 다음과 같았다. 사이퍼를 캐스팅한다 (출연료를 너무 많이 올려달라고 했다고 들었다) 사운드 엔지니어를 잘 고용한다 (매트릭스1은… Continue reading Frozen(겨울왕국) 2를 더 재미있게 만들 수 있었을까?

Loading

Published
Categorized as xacdo

Frozen(겨울왕국) 2

프로즌을 너무 좋아했기에 2편 또한 매우 기다렸다. 기대하는 한편 걱정도 많이 했다. 1편이 이미 잘 끝났기 때문에, 더 할 얘기가 없어 보였기 때문이었다. 그래서인지 중간에 “프로즌 피버”가 나왔다. 미국 방송에서 크리스마스 즈음에 30분짜리 애니메이션 단편을 틀어주곤 하는데 이것도 2015년 연말에 ABC에서 틀어줬다. (물론 그 전에 코코 앞에 붙여서 상영했지만 너무 길긴 했다) 프로즌 피버는 내겐… Continue reading Frozen(겨울왕국) 2

Loading

Published
Categorized as xacdo