<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>The basis</title>
    <link>https://thebasis.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Wed, 1 Jul 2026 03:17:20 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>나야</managingEditor>
    <image>
      <title>The basis</title>
      <url>https://tistory1.daumcdn.net/tistory/82457/attach/e446a73506254309a8e1dd8a6fce88d5</url>
      <link>https://thebasis.tistory.com</link>
    </image>
    <item>
      <title>feature exploration logs.</title>
      <link>https://thebasis.tistory.com/179</link>
      <description>2024.02.11 울산에서 서울 올라가는 SRT 안에서.
opendart 에서 &quot;단일회사 전체 재무제표&quot; 들을 KOSPI 회사들에 대해 다운받아서 account id 와 account name 을 확인해보니 표준계정코드 미사용한 경우가 상당비율을 차지하고 있고, 계정 이름도 쓰고 싶은 대로 쓴 것 같아서 많이 사용된 순서대로 확인해보기로 한다.

&amp;nbsp;
2024.02.14 다운받은 json 데이터에는 string 타입으로 되어 있어,&amp;nbsp; ..</description>
      <category>주식</category>
      <author>나야</author>
      <guid isPermaLink="true">https://thebasis.tistory.com/179</guid>
      <comments>https://thebasis.tistory.com/179#entry179comment</comments>
      <pubDate>Sun, 11 Feb 2024 18:45:06 +0900</pubDate>
    </item>
    <item>
      <title>posgresql, mac 에서 간단히 사용해보기</title>
      <link>https://thebasis.tistory.com/178</link>
      <description>brew 사용해 설치
~ brew install postgresql
==&amp;gt; Pouring postgresql--14.4.monterey.bottle.tar.gz
==&amp;gt; Caveats
To migrate existing data from a previous major version of PostgreSQL run:
  brew postgresql-upgrade-database

This formula has created a default da..</description>
      <category>olds/Postgres</category>
      <author>나야</author>
      <guid isPermaLink="true">https://thebasis.tistory.com/178</guid>
      <comments>https://thebasis.tistory.com/178#entry178comment</comments>
      <pubDate>Sun, 3 Jul 2022 00:52:44 +0900</pubDate>
    </item>
    <item>
      <title>Mac, Big sur, Wine, WineSkin</title>
      <link>https://thebasis.tistory.com/176</link>
      <description>Wineskin Winery 를 잘 사용중이었는데 Big sur 가 업데이트 된 뒤 32bit 바이너리인 wine 을 사용할 수 없게 되었습니다.
그래서 OS 까지 띄워야 하는 VirtualBox 를 사용 중이었는데,
m1 맥북에서 VirtualBox 는 사용하지 못할 것으로 보여, wine 에 대한 새로운 소식이 없는지 찾아보았습니다.
https://www.reddit.com/r/winehq/comments/j43ziq/wine_on_macos_cat..</description>
      <category>Etc</category>
      <author>나야</author>
      <guid isPermaLink="true">https://thebasis.tistory.com/176</guid>
      <comments>https://thebasis.tistory.com/176#entry176comment</comments>
      <pubDate>Mon, 23 Aug 2021 22:40:48 +0900</pubDate>
    </item>
    <item>
      <title>Alpakka, Kafka 데이터 읽어서 필요한 처리하고 카프카 토픽으로 보내기</title>
      <link>https://thebasis.tistory.com/174</link>
      <description>의존성
/*
 * This file was generated by the Gradle 'init' task.
 *
 * This generated file contains a sample Scala library project to get you started.
 * For more details take a look at the 'Building Java &amp;amp; JVM projects' chapter in the Gradle
 * User Manu..</description>
      <category>scala</category>
      <author>나야</author>
      <guid isPermaLink="true">https://thebasis.tistory.com/174</guid>
      <comments>https://thebasis.tistory.com/174#entry174comment</comments>
      <pubDate>Thu, 1 Jul 2021 16:38:22 +0900</pubDate>
    </item>
    <item>
      <title>scala, gradle 프로젝트로 만들기</title>
      <link>https://thebasis.tistory.com/173</link>
      <description>팀에 자바 개발자가 오셔서 카프카 파이프라인을 go 에서 java 로 변경하려고 하는데,
제가 작업할 때는 더 익숙한 scala 를 사용하려고 했는데( 변수 타입 써주기 귀찮아요 ) 
gradle 을 빌드도구로 쓰려다 보니 방법을 찾다가 아래 글을 찾아서 기록을 남깁니다.
&amp;nbsp;http://www.legendu.net/misc/blog/scala-with-gradle-in-intellij/
&amp;nbsp;
프로젝트 디렉터리를 만들고 해당 디렉터리로 들..</description>
      <category>scala</category>
      <author>나야</author>
      <guid isPermaLink="true">https://thebasis.tistory.com/173</guid>
      <comments>https://thebasis.tistory.com/173#entry173comment</comments>
      <pubDate>Thu, 1 Jul 2021 11:23:05 +0900</pubDate>
    </item>
    <item>
      <title>pyenv, tensorflow 2.4 for mac</title>
      <link>https://thebasis.tistory.com/170</link>
      <description>m1 맥북에서 tensorflow 성능이 훌륭하다는 글, 맥북에는 intel cpu 가 달려있지만 조금더 성능이 좋아진다고 하니 시도해보자
blog.tensorflow.org/2020/11/accelerating-tensorflow-performance-on-mac.html

&amp;nbsp;

Accelerating TensorFlow Performance on Mac
Accelerating TensorFlow 2 performance on Mac
blog..</description>
      <category>Python</category>
      <author>나야</author>
      <guid isPermaLink="true">https://thebasis.tistory.com/170</guid>
      <comments>https://thebasis.tistory.com/170#entry170comment</comments>
      <pubDate>Sun, 28 Mar 2021 14:31:49 +0900</pubDate>
    </item>
    <item>
      <title>spark-on-k8s-operstor / user-guide</title>
      <link>https://thebasis.tistory.com/168</link>
      <description>ㅕgithub.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/master/docs/user-guide.md
&amp;nbsp;
User Guide
spark 를 사용하기 위한 Kubernetes operator 를 빌드, 설치, 예제 앱 실행을 위해서는 Quick Start Guide 참조
SparkApplication, ScheduledSparkApplication&amp;nbsp; 의 API 정의는 API Specifi..</description>
      <category>Spark</category>
      <author>나야</author>
      <guid isPermaLink="true">https://thebasis.tistory.com/168</guid>
      <comments>https://thebasis.tistory.com/168#entry168comment</comments>
      <pubDate>Sun, 17 Jan 2021 15:49:16 +0900</pubDate>
    </item>
    <item>
      <title>Kubernetes Operator for Apache Spark Design</title>
      <link>https://thebasis.tistory.com/167</link>
      <description>github.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/master/docs/design.md#architecture
&amp;nbsp;
오역, 오해 주의
&amp;nbsp;
Introduction
독립 스케쥴러, Mesos, yarn 에 이어 스파크 2.3 부터 쿠버네티스는 스파크의 공식적인 스케쥴러가 되었다.쿠버네티스 위에 스파크 클러스터를 구성하고, 그 스파크 클러스터에 어플리케이션(이하 앱)을 제출하는 방식과 비..</description>
      <category>Spark</category>
      <author>나야</author>
      <guid isPermaLink="true">https://thebasis.tistory.com/167</guid>
      <comments>https://thebasis.tistory.com/167#entry167comment</comments>
      <pubDate>Mon, 28 Dec 2020 21:33:02 +0900</pubDate>
    </item>
    <item>
      <title>tmux tip</title>
      <link>https://thebasis.tistory.com/165</link>
      <description>pane 간에 텍스트 복사하기vertical 하게 pane 을 나누면 텍스트를 복사하기 불편하다. https://unix.stackexchange.com/questions/58763/copy-text-from-one-tmux-pane-to-another-using-vim맥에서 linux 에 접속한 상황1. ctrl + B + [&amp;nbsp; scroll mode로 전환2. 화살표키로 복사 시작위치 이동3. ctrl + space 복사할 텍스트 지정 시작4..</description>
      <category>Linux</category>
      <author>나야</author>
      <guid isPermaLink="true">https://thebasis.tistory.com/165</guid>
      <comments>https://thebasis.tistory.com/165#entry165comment</comments>
      <pubDate>Mon, 31 Dec 2018 09:03:11 +0900</pubDate>
    </item>
    <item>
      <title>Intelli J를 써보자</title>
      <link>https://thebasis.tistory.com/164</link>
      <description>IntelliJ 소소한 팁들...

메소드 찾기 ( 이클립스의 

    ctrl + o

와 같음) 

    cmd + F12
</description>
      <category>Etc</category>
      <author>나야</author>
      <guid isPermaLink="true">https://thebasis.tistory.com/164</guid>
      <comments>https://thebasis.tistory.com/164#entry164comment</comments>
      <pubDate>Mon, 14 Sep 2015 17:03:09 +0900</pubDate>
    </item>
  </channel>
</rss>