<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Gino Kwun</title>
    <description>staphaniek blog</description>
    <link>http://staphaniek.github.io</link>
    <atom:link href="http://staphaniek.github.io/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>Brief Note about Time Complexity Notations</title>
        <description>
          
          When denoting an algorithm’s time complexity, we typically use Big-Oh (O) notation. For instance, the well-known time complexity of the bubble-sort algorithm is O(\(n^2\)), and that of binary search is O(log n). Even though we commonly use the Big-Oh notation as the tightest upper-bound time complexity of an algorithm, the...
        </description>
        <pubDate>Sat, 06 Jan 2024 00:00:00 +0900</pubDate>
        <link>http://staphaniek.github.io/2024-01-06-time-complexity-notations/</link>
        <guid isPermaLink="true">http://staphaniek.github.io/2024-01-06-time-complexity-notations/</guid>
      </item>
    
      <item>
        <title>Mysql Point type 확인하기</title>
        <description>
          
          Mysql은 POINT라는 geometric 타입을 지원합니다. 주로 POINT 타입은 위치 정보의 위경도를 저장하는 경우가 많은데, Mysql Workbench 등 쿼리를 날리는 SW에서 해당 타입을 SELECT 문으로 조회하려면 BLOB 형식으로 나타나 자세한 record의 내용을 확인할 수 없습니다. 테이블 이름을 T, Point type으로 정의된 column을 P라고 할 때, SELECT X(P) AS &apos;Latitude&apos;, Y(P) AS...
        </description>
        <pubDate>Sat, 26 Jan 2019 00:00:00 +0900</pubDate>
        <link>http://staphaniek.github.io/2019-01-26-read-point-type-in-mysql/</link>
        <guid isPermaLink="true">http://staphaniek.github.io/2019-01-26-read-point-type-in-mysql/</guid>
      </item>
    
      <item>
        <title>Jekyll에 favicon 추가하기</title>
        <description>
          부제 : Jekyll 사이트에서 이미지 보여주기 - 
          블로그를 만들고 오랫만에 들어와보니 (쓴 글도 없지만 ㅋㅋㅋ) 상단 탭에 상당히 거슬리는 부분이 있었습니다. 사진에서 보시는 바와 같이 탭에서 구글 옆에는 예쁜 구글 로고가 있었지만 제 블로그 옆에는 그냥 종이 접혀있는 저 불성실한 아이콘만 있다는 점이었습니다. 그래서 일단 저 탭에 들어있는 로고가 무엇인지 검색해보았습니다. favicon이라는 이름으로 불리더라구요. 그 다음에는 아이콘으로...
        </description>
        <pubDate>Sun, 20 Jan 2019 00:00:00 +0900</pubDate>
        <link>http://staphaniek.github.io/2019-01-20-favicon-in-jekyll-blog/</link>
        <guid isPermaLink="true">http://staphaniek.github.io/2019-01-20-favicon-in-jekyll-blog/</guid>
      </item>
    
      <item>
        <title>맥에서 mysql 삭제하기</title>
        <description>
          
          mac OS에서 터미널이 아닌 installer로 mysql을 설치한 후 나오는 임시 비밀번호를 무심코 넘겨버려서 mysql에 들어갈 수 없는 상황이 일어났었습니다. 이 비밀번호를 알 방법이 없을까 찾아봐도 저의 부족한 구글링 실력으로는 알 방법이 없었습니다. 정신승리를 하자면 어차피 회사에서 사용하는 mysql 버전과는 동떨어진 버전을 설치했더라구요 ㅋㅋ 그래서 결국은 mac에서 mysql을 삭제하게 되었습니다. 혹시나...
        </description>
        <pubDate>Sat, 19 Jan 2019 00:00:00 +0900</pubDate>
        <link>http://staphaniek.github.io/2019-01-19-uninstall-mysql-in-mac/</link>
        <guid isPermaLink="true">http://staphaniek.github.io/2019-01-19-uninstall-mysql-in-mac/</guid>
      </item>
    
      <item>
        <title>first post</title>
        <description>
          
          블로그를 만들었습니다!
공부해보면서 알게 된 것들이나 잡다한 것들을 포스팅할 것 같아요.

        </description>
        <pubDate>Sat, 01 Sep 2018 00:00:00 +0900</pubDate>
        <link>http://staphaniek.github.io/2018-09-01-first-post/</link>
        <guid isPermaLink="true">http://staphaniek.github.io/2018-09-01-first-post/</guid>
      </item>
    
  </channel>
</rss>
