Posts
All the articles I've posted.
-
Integrating ChatGPT with Slack using AWS API Gateway, Lambda, and Serverless Framework: A Step-by-Step Guide with Code Examples
In recent years, natural language processing (NLP) has become increasingly popular in the technology industry. With advancements in machine learning and AI, ...
-
Run code without any compilers or interpreters, but with ChatGPT (Golang)
Updated:Prompt I asked my ChatGPT Slack Bot to analyze and explain some golang code like below. @ChatGPT Please analyze and explain following code: package main ...
-
Run code without any compilers or interpreters, but with ChatGPT
Updated:Prompt I asked my ChatGPT Slack Bot to analyze and explain some python code like below. @ChatGPT Please analyze and explain the following python code. # P...
-
C++11 스마트 포인터
Updated:지금은 더 이상 사용하지 않는 스마트 포인터 std::auto_ptr가 C++11 이전에도 있었다. 하지만 몇가지 문제점이 있었는데, 배열의 포인터를 해제할 때 배열 객체가 모두 제대로 해제되지 않는다는 것과 복사 대입 연산시 실제로는 복사가 되지 않는 다는 것이었다. 후자는 상식...
-
주한미군 CID(범죄수사사령부) Day
Updated:지난 1월 11일부터 12일까지 CID에 다녀왔습니다. CID는 미군내 중범죄를 다루는 기관으로 MP와는 조금 다릅니다. 특별한 업무가 있어서 다녀온 것은 아니고 근무하는 친구의 Escort를 받고 실컷 즐기다 왔습니다. 재밌는 것도 많이 보고요. CID는 현재 동두천에 위치하고...
-
50분 생각하고 10분 코드 작성하세요
Updated:대개 개발을 한다고 하면 키보드부터 잡는 경우가 많습니다. 하지만, 좋지 않습니다. 소프트웨어 설계와 알고리듬 설계는 키보드로부터 시작하는 것이 아니거든요. 개발해야할 기능이 있다고 하면 처음엔 단순하게 시작하게 되지만 막상 코드를 작성하다보면 여러 예외 상황들이 생기고 그것들...