{
    "componentChunkName": "component---src-templates-post-tsx",
    "path": "/tmux-conf/",
    "result": {"data":{"logo":null,"markdownRemark":{"html":"<h1>tmux - conf</h1>\n<p>Tmux 설정을 위한 tmux configuraion 기록</p>\n<ul>\n<li><code class=\"language-text\">~/.tmux.conf</code></li>\n</ul>\n<div class=\"gatsby-highlight\" data-language=\"shell\"><pre class=\"language-shell\"><code class=\"language-shell\">set-option -g remain-on-exit on\n\nunbind C-b\nset-option -g prefix C-b\n\n<span class=\"token comment\"># Make shift+arrows, ctrl+arrows etc work in Vim.</span>\n<span class=\"token builtin class-name\">set</span> -g xterm-keys on\n\n<span class=\"token comment\"># See if this fixes slow ESC issues.</span>\n\n<span class=\"token comment\"># http://unix.stackexchange.com/questions/23138/esc-key-causes-a-small-delay-in-terminal-due-to-its-alt-behavior</span>\n<span class=\"token builtin class-name\">set</span> -s escape-time <span class=\"token number\">0</span>\n\n<span class=\"token comment\"># Start window and pane indices at 1.</span>\n<span class=\"token builtin class-name\">set</span> -g base-index <span class=\"token number\">1</span>\n<span class=\"token builtin class-name\">set</span> -g pane-base-index <span class=\"token number\">1</span>\n\n<span class=\"token comment\"># Status bar styling and content.</span>\n<span class=\"token builtin class-name\">set</span> -g status-bg black\n<span class=\"token builtin class-name\">set</span> -g status-fg white\n<span class=\"token builtin class-name\">set</span> -g status-left <span class=\"token string\">'#S '</span>\n\n<span class=\"token comment\"># Show keyboard layout in prompt, assuming some script writes it to that path;</span>\n<span class=\"token comment\"># it's \"/User/…\" instead of \"~\" so VMs can read from their symlinked OS X host home directory.</span>\n<span class=\"token builtin class-name\">set</span> -g status-right <span class=\"token string\">'#(cat /Users/$USER/.keyboard_layout 2> /dev/null) | #22T | %H:%M %d-%b-%y'</span>\n<span class=\"token builtin class-name\">set</span> -g status-right-length <span class=\"token number\">60</span>\n<span class=\"token builtin class-name\">set</span> -g status-interval <span class=\"token number\">2</span>\n\n<span class=\"token comment\"># Highlight the active window in the status bar.</span>\nset-window-option -g window-status-current-bg yellow\nset-window-option -g window-status-current-fg black\n\n<span class=\"token comment\"># Don't prompt to kill panes/windows.</span>\nbind-key x kill-pane\nbind-key <span class=\"token operator\">&amp;</span> kill-window\n\n<span class=\"token comment\"># Cycle panes.</span>\n<span class=\"token builtin class-name\">bind</span> b select-pane -t :.+\n<span class=\"token builtin class-name\">bind</span> C-b select-pane -t :.+\n\n<span class=\"token comment\"># More intuitive split-window mappings.</span>\n<span class=\"token builtin class-name\">bind</span> <span class=\"token string\">\"'\"</span> split-window -h\n<span class=\"token builtin class-name\">bind</span> - split-window -v\n\n<span class=\"token comment\"># Maximize pane, e.g. for copying.</span>\nbind-key z resize-pane -Z\n\n<span class=\"token comment\"># Switch pane and zoom</span>\n<span class=\"token comment\"># https://twitter.com/tskogberg/status/792025881573199872</span>\n<span class=\"token builtin class-name\">bind</span> C-z select-pane -t :.+ <span class=\"token punctuation\">\\</span><span class=\"token punctuation\">;</span> resize-pane -Z\n\n<span class=\"token comment\"># Reload tmux conf.</span>\nunbind r\n<span class=\"token builtin class-name\">bind</span> r source-file ~/.tmux.conf<span class=\"token punctuation\">\\</span><span class=\"token punctuation\">;</span> display <span class=\"token string\">\"Reloaded conf.\"</span>\n\n<span class=\"token comment\"># http://robots.thoughtbot.com/tmux-copy-paste-on-os-x-a-better-future</span>\n<span class=\"token comment\"># Use vim keybindings in copy mode</span>\nsetw -g mode-keys <span class=\"token function\">vi</span>\n\n<span class=\"token comment\"># Unbork my iTerm ctrl+1 etc mappings in tmux 2.1</span>\n<span class=\"token comment\"># https://github.com/tmux/tmux/issues/159</span>\n<span class=\"token builtin class-name\">set</span> -g assume-paste-time <span class=\"token number\">0</span></code></pre></div>\n<div class=\"gatsby-highlight\" data-language=\"text\"><pre class=\"language-text\"><code class=\"language-text\">$ tmux source ~/.tmux.conf</code></pre></div>","htmlAst":{"type":"root","children":[{"type":"element","tagName":"h1","properties":{},"children":[{"type":"text","value":"tmux - conf"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Tmux 설정을 위한 tmux configuraion 기록"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"~/.tmux.conf"}]}]},{"type":"text","value":"\n"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["gatsby-highlight"],"dataLanguage":"shell"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-shell"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-shell"]},"children":[{"type":"text","value":"set-option -g remain-on-exit on\n\nunbind C-b\nset-option -g prefix C-b\n\n"},{"type":"element","tagName":"span","properties":{"className":["token","comment"]},"children":[{"type":"text","value":"# Make shift+arrows, ctrl+arrows etc work in Vim."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"span","properties":{"className":["token","builtin","class-name"]},"children":[{"type":"text","value":"set"}]},{"type":"text","value":" -g xterm-keys on\n\n"},{"type":"element","tagName":"span","properties":{"className":["token","comment"]},"children":[{"type":"text","value":"# See if this fixes slow ESC issues."}]},{"type":"text","value":"\n\n"},{"type":"element","tagName":"span","properties":{"className":["token","comment"]},"children":[{"type":"text","value":"# http://unix.stackexchange.com/questions/23138/esc-key-causes-a-small-delay-in-terminal-due-to-its-alt-behavior"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"span","properties":{"className":["token","builtin","class-name"]},"children":[{"type":"text","value":"set"}]},{"type":"text","value":" -s escape-time "},{"type":"element","tagName":"span","properties":{"className":["token","number"]},"children":[{"type":"text","value":"0"}]},{"type":"text","value":"\n\n"},{"type":"element","tagName":"span","properties":{"className":["token","comment"]},"children":[{"type":"text","value":"# Start window and pane indices at 1."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"span","properties":{"className":["token","builtin","class-name"]},"children":[{"type":"text","value":"set"}]},{"type":"text","value":" -g base-index "},{"type":"element","tagName":"span","properties":{"className":["token","number"]},"children":[{"type":"text","value":"1"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"span","properties":{"className":["token","builtin","class-name"]},"children":[{"type":"text","value":"set"}]},{"type":"text","value":" -g pane-base-index "},{"type":"element","tagName":"span","properties":{"className":["token","number"]},"children":[{"type":"text","value":"1"}]},{"type":"text","value":"\n\n"},{"type":"element","tagName":"span","properties":{"className":["token","comment"]},"children":[{"type":"text","value":"# Status bar styling and content."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"span","properties":{"className":["token","builtin","class-name"]},"children":[{"type":"text","value":"set"}]},{"type":"text","value":" -g status-bg black\n"},{"type":"element","tagName":"span","properties":{"className":["token","builtin","class-name"]},"children":[{"type":"text","value":"set"}]},{"type":"text","value":" -g status-fg white\n"},{"type":"element","tagName":"span","properties":{"className":["token","builtin","class-name"]},"children":[{"type":"text","value":"set"}]},{"type":"text","value":" -g status-left "},{"type":"element","tagName":"span","properties":{"className":["token","string"]},"children":[{"type":"text","value":"'#S '"}]},{"type":"text","value":"\n\n"},{"type":"element","tagName":"span","properties":{"className":["token","comment"]},"children":[{"type":"text","value":"# Show keyboard layout in prompt, assuming some script writes it to that path;"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"span","properties":{"className":["token","comment"]},"children":[{"type":"text","value":"# it's \"/User/…\" instead of \"~\" so VMs can read from their symlinked OS X host home directory."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"span","properties":{"className":["token","builtin","class-name"]},"children":[{"type":"text","value":"set"}]},{"type":"text","value":" -g status-right "},{"type":"element","tagName":"span","properties":{"className":["token","string"]},"children":[{"type":"text","value":"'#(cat /Users/$USER/.keyboard_layout 2> /dev/null) | #22T | %H:%M %d-%b-%y'"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"span","properties":{"className":["token","builtin","class-name"]},"children":[{"type":"text","value":"set"}]},{"type":"text","value":" -g status-right-length "},{"type":"element","tagName":"span","properties":{"className":["token","number"]},"children":[{"type":"text","value":"60"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"span","properties":{"className":["token","builtin","class-name"]},"children":[{"type":"text","value":"set"}]},{"type":"text","value":" -g status-interval "},{"type":"element","tagName":"span","properties":{"className":["token","number"]},"children":[{"type":"text","value":"2"}]},{"type":"text","value":"\n\n"},{"type":"element","tagName":"span","properties":{"className":["token","comment"]},"children":[{"type":"text","value":"# Highlight the active window in the status bar."}]},{"type":"text","value":"\nset-window-option -g window-status-current-bg yellow\nset-window-option -g window-status-current-fg black\n\n"},{"type":"element","tagName":"span","properties":{"className":["token","comment"]},"children":[{"type":"text","value":"# Don't prompt to kill panes/windows."}]},{"type":"text","value":"\nbind-key x kill-pane\nbind-key "},{"type":"element","tagName":"span","properties":{"className":["token","operator"]},"children":[{"type":"text","value":"&"}]},{"type":"text","value":" kill-window\n\n"},{"type":"element","tagName":"span","properties":{"className":["token","comment"]},"children":[{"type":"text","value":"# Cycle panes."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"span","properties":{"className":["token","builtin","class-name"]},"children":[{"type":"text","value":"bind"}]},{"type":"text","value":" b select-pane -t :.+\n"},{"type":"element","tagName":"span","properties":{"className":["token","builtin","class-name"]},"children":[{"type":"text","value":"bind"}]},{"type":"text","value":" C-b select-pane -t :.+\n\n"},{"type":"element","tagName":"span","properties":{"className":["token","comment"]},"children":[{"type":"text","value":"# More intuitive split-window mappings."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"span","properties":{"className":["token","builtin","class-name"]},"children":[{"type":"text","value":"bind"}]},{"type":"text","value":" "},{"type":"element","tagName":"span","properties":{"className":["token","string"]},"children":[{"type":"text","value":"\"'\""}]},{"type":"text","value":" split-window -h\n"},{"type":"element","tagName":"span","properties":{"className":["token","builtin","class-name"]},"children":[{"type":"text","value":"bind"}]},{"type":"text","value":" - split-window -v\n\n"},{"type":"element","tagName":"span","properties":{"className":["token","comment"]},"children":[{"type":"text","value":"# Maximize pane, e.g. for copying."}]},{"type":"text","value":"\nbind-key z resize-pane -Z\n\n"},{"type":"element","tagName":"span","properties":{"className":["token","comment"]},"children":[{"type":"text","value":"# Switch pane and zoom"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"span","properties":{"className":["token","comment"]},"children":[{"type":"text","value":"# https://twitter.com/tskogberg/status/792025881573199872"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"span","properties":{"className":["token","builtin","class-name"]},"children":[{"type":"text","value":"bind"}]},{"type":"text","value":" C-z select-pane -t :.+ "},{"type":"element","tagName":"span","properties":{"className":["token","punctuation"]},"children":[{"type":"text","value":"\\"}]},{"type":"element","tagName":"span","properties":{"className":["token","punctuation"]},"children":[{"type":"text","value":";"}]},{"type":"text","value":" resize-pane -Z\n\n"},{"type":"element","tagName":"span","properties":{"className":["token","comment"]},"children":[{"type":"text","value":"# Reload tmux conf."}]},{"type":"text","value":"\nunbind r\n"},{"type":"element","tagName":"span","properties":{"className":["token","builtin","class-name"]},"children":[{"type":"text","value":"bind"}]},{"type":"text","value":" r source-file ~/.tmux.conf"},{"type":"element","tagName":"span","properties":{"className":["token","punctuation"]},"children":[{"type":"text","value":"\\"}]},{"type":"element","tagName":"span","properties":{"className":["token","punctuation"]},"children":[{"type":"text","value":";"}]},{"type":"text","value":" display "},{"type":"element","tagName":"span","properties":{"className":["token","string"]},"children":[{"type":"text","value":"\"Reloaded conf.\""}]},{"type":"text","value":"\n\n"},{"type":"element","tagName":"span","properties":{"className":["token","comment"]},"children":[{"type":"text","value":"# http://robots.thoughtbot.com/tmux-copy-paste-on-os-x-a-better-future"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"span","properties":{"className":["token","comment"]},"children":[{"type":"text","value":"# Use vim keybindings in copy mode"}]},{"type":"text","value":"\nsetw -g mode-keys "},{"type":"element","tagName":"span","properties":{"className":["token","function"]},"children":[{"type":"text","value":"vi"}]},{"type":"text","value":"\n\n"},{"type":"element","tagName":"span","properties":{"className":["token","comment"]},"children":[{"type":"text","value":"# Unbork my iTerm ctrl+1 etc mappings in tmux 2.1"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"span","properties":{"className":["token","comment"]},"children":[{"type":"text","value":"# https://github.com/tmux/tmux/issues/159"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"span","properties":{"className":["token","builtin","class-name"]},"children":[{"type":"text","value":"set"}]},{"type":"text","value":" -g assume-paste-time "},{"type":"element","tagName":"span","properties":{"className":["token","number"]},"children":[{"type":"text","value":"0"}]}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["gatsby-highlight"],"dataLanguage":"text"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-text"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"$ tmux source ~/.tmux.conf"}]}]}]}],"data":{"quirksMode":false}},"excerpt":"tmux - conf Tmux 설정을 위한 tmux configuraion 기록","fields":{"readingTime":{"text":"2 min read"}},"frontmatter":{"title":"tmux - conf","userDate":"15 February 2024","date":"2024-02-15T10:00:00.000Z","tags":["toolkit","environment"],"excerpt":null,"image":{"childImageSharp":{"gatsbyImageData":{"layout":"fullWidth","backgroundColor":"#180808","images":{"fallback":{"src":"/static/a92fe7a2504600c5e0570c8b1965aa55/8903a/tmux.png","srcSet":"/static/a92fe7a2504600c5e0570c8b1965aa55/07c02/tmux.png 750w,\n/static/a92fe7a2504600c5e0570c8b1965aa55/97a91/tmux.png 1080w,\n/static/a92fe7a2504600c5e0570c8b1965aa55/7c7b3/tmux.png 1366w,\n/static/a92fe7a2504600c5e0570c8b1965aa55/8903a/tmux.png 1660w","sizes":"100vw"},"sources":[{"srcSet":"/static/a92fe7a2504600c5e0570c8b1965aa55/1234e/tmux.webp 750w,\n/static/a92fe7a2504600c5e0570c8b1965aa55/fd316/tmux.webp 1080w,\n/static/a92fe7a2504600c5e0570c8b1965aa55/ce566/tmux.webp 1366w,\n/static/a92fe7a2504600c5e0570c8b1965aa55/7f0be/tmux.webp 1660w","type":"image/webp","sizes":"100vw"}]},"width":1,"height":0.9939759036144578}}},"author":[{"id":"Soohwan Kim","bio":"Co-founder/A.I. engineer at TUNiB.","avatar":{"children":[{"gatsbyImageData":{"layout":"fullWidth","backgroundColor":"#282838","images":{"fallback":{"src":"/static/a9e6b445142b247ee4cfa66155398bb2/0d6f4/soohwan.png","srcSet":"/static/a9e6b445142b247ee4cfa66155398bb2/248f9/soohwan.png 40w,\n/static/a9e6b445142b247ee4cfa66155398bb2/fd435/soohwan.png 80w,\n/static/a9e6b445142b247ee4cfa66155398bb2/0d6f4/soohwan.png 120w","sizes":"100vw"},"sources":[{"srcSet":"/static/a9e6b445142b247ee4cfa66155398bb2/e7f45/soohwan.webp 40w,\n/static/a9e6b445142b247ee4cfa66155398bb2/589ec/soohwan.webp 80w,\n/static/a9e6b445142b247ee4cfa66155398bb2/71a38/soohwan.webp 120w","type":"image/webp","sizes":"100vw"}]},"width":1,"height":0.6833333333333333}}]}}]}},"relatedPosts":{"totalCount":25,"edges":[{"node":{"id":"f2a32d9d-b206-5141-8c2d-5440e19caf65","excerpt":"llama.cpp (On device llm inference tool) 최근에 llama.cpp를 사용해봤는데, 상당히 편리하고 미래에 더 많이 쓰일 툴이라는 생각이 들어서 기록해둔다! llama.cpp란? 대표적인 오픈소스 LLM인 Meta…","frontmatter":{"title":"llama.cpp (On device llm inference tool)","date":"2024-09-07T10:00:00.000Z"},"fields":{"readingTime":{"text":"7 min read"},"slug":"/llama-cpp/"}}},{"node":{"id":"fa28b462-1fe2-5d0f-932b-f28e32f1da18","excerpt":"Elastic Search logstash - Nori 토크나이저 설정 이번에 회사에서 검색 기능을 구현하면서 Elastic Search를 다루게 됐다. 이 엔진을 다루면서 삽질을 많이 했는데, 다음에는 하지 않도록 기록용으로 남겨둔다. Elastic…","frontmatter":{"title":"[ELK] Elastic Search logstash - Nori 토크나이저 설정","date":"2024-08-24T10:00:00.000Z"},"fields":{"readingTime":{"text":"4 min read"},"slug":"/elastic-search/"}}},{"node":{"id":"d1f4a9ee-591d-5e95-a930-a1bf17701b0e","excerpt":"단 30줄로 ChatGPT 웹페이지 만들기 (Streamlit chat_message) Streamlit은 파이썬 기반의 오픈소스 웹 UI 라이브러리입니다. 매우 간단한 코드로 손쉽게 웹페이지를 띄울 수 있어서 간단한 데모나 PoC…","frontmatter":{"title":"단 30줄로 ChatGPT 웹페이지 만들기 (Streamlit chat_message)","date":"2024-05-01T10:00:00.000Z"},"fields":{"readingTime":{"text":"9 min read"},"slug":"/streamlit-chatgpt/"}}},{"node":{"id":"4e37b604-dce8-5e09-85e8-337d4f03f0cb","excerpt":"Terabyte(TB) 단위 데이터 셔플링 - terashuf 리눅스에서 TB 단위의 데이터를 line 기준으로 셔플링이 필요할 때가 (가끔) 있다. 직접 코딩해서 쓰기에는 메모리, 속도 등을 신경써야해서 생각보다 큰 작업인데, terashuf…","frontmatter":{"title":"Terabyte(TB) 단위 데이터 셔플링 - terashuf","date":"2024-03-20T10:00:00.000Z"},"fields":{"readingTime":{"text":"1 min read"},"slug":"/terashuf/"}}},{"node":{"id":"ec8327c3-3c4d-51da-9440-8cb74fd1effe","excerpt":"tmux - conf Tmux 설정을 위한 tmux configuraion 기록","frontmatter":{"title":"tmux - conf","date":"2024-02-15T10:00:00.000Z"},"fields":{"readingTime":{"text":"2 min read"},"slug":"/tmux-conf/"}}}]}},"pageContext":{"slug":"/tmux-conf/","prev":{"excerpt":"# 울트라러닝 (Ultra Learning) 읽은지 한 달 정도 지나서 어느새 디테일한 내용은 가물가물하지만, 기억이 더 희미해지기 전에 리뷰를 남겨두려고 한다. 가끔 참 너무하다 싶을 정도로 공부해야될게 너무 많다. 초중고 12년과 대학 교육…","frontmatter":{"title":"울트라러닝 (Ultra Learning)","tags":["book","review"],"date":"2024-02-04T10:00:00.000Z","draft":false,"excerpt":null,"image":{"childImageSharp":{"gatsbyImageData":{"layout":"fullWidth","placeholder":{"fallback":"data:image/png;base64,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"},"images":{"fallback":{"src":"/static/6625fea2503d7ae7cf3a5107482ec5cc/b91a3/ultra-learning.png","srcSet":"/static/6625fea2503d7ae7cf3a5107482ec5cc/1f5a0/ultra-learning.png 750w,\n/static/6625fea2503d7ae7cf3a5107482ec5cc/f1eab/ultra-learning.png 1080w,\n/static/6625fea2503d7ae7cf3a5107482ec5cc/4576d/ultra-learning.png 1366w,\n/static/6625fea2503d7ae7cf3a5107482ec5cc/b91a3/ultra-learning.png 1920w","sizes":"100vw"},"sources":[{"srcSet":"/static/6625fea2503d7ae7cf3a5107482ec5cc/bfb22/ultra-learning.webp 750w,\n/static/6625fea2503d7ae7cf3a5107482ec5cc/c3cc4/ultra-learning.webp 1080w,\n/static/6625fea2503d7ae7cf3a5107482ec5cc/1fa43/ultra-learning.webp 1366w,\n/static/6625fea2503d7ae7cf3a5107482ec5cc/f4cdb/ultra-learning.webp 1920w","type":"image/webp","sizes":"100vw"}]},"width":1,"height":0.9979166666666667}}},"author":[{"id":"Soohwan Kim","bio":"Co-founder/A.I. engineer at TUNiB.","avatar":{"childImageSharp":{"gatsbyImageData":{"layout":"fullWidth","placeholder":{"fallback":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAACXBIWXMAABYlAAAWJQFJUiTwAAADjElEQVQ4y23Oy48TdQDA8TExEaTttvSBfdHddru7bWc6bWd+8+i0u23n0SdlBRQXZGHDgiiLDwgqXjCIJEaC8cLBmHgwUU9EYzRqQuLJi/4NJB6NF+8evgbOHr7XT76SM5ix7s4QnRHnnm9yZzvBTIswN8JcP5bC67ZoWi7CdtFsn5bloZo+dSNAMYbIIqCmD6mJIVXdR3J6I7r9IQ3T59pZlW+uxzndCbPdC/HZXoq3TikowsfqBOjOmFZ7SrM9p2kfRbXn1O0jKNbsSbJ5BMnu9Gl3+qiiz4OPSvz0QRLHFGwOZH6+neLHT5YRbRerM0J0JrTas/8FZXNKzZgg2es+ZtvDdbs8+iHJl+9lWVP7OG2br26k+PvXJCfmFqoYIpwhTXtMwxpTN0coxhjFmCKbE2rGmKoYPQY9qi2fyzsq//4e5sNXi5TlLqbd5t6lPH/9kuDTG2usqgGi7dO0hzSsIXUzQDaGKGKMLEZUxZCKCJB02+PUpMH9vQwP7ybYnSxyfNrjwumA3dEiD94v8cfnK7xzWsbpujQtH9X0qBs+iuEjC5+a7lPVPSqai9SyelyYFbjkh5hqC3TkKOutLON2nkYpgtuMcT6IszdPslo8SLlcpmUH1A0XRQyQhUtNuFQ1l4o2QFI1h3OTVXbcg+grIfSVBRqlEGopgrYSRi0e4KiIse1mScSeopA/iLADmoZL3Rgg631q+oCq1qeq95FOzhQefpzn7eMpBmqcoBVj04pzwkky0eNMRYIdL8F3twusLe2nslrE6g5pGX1U8/FhD1nvUW1tUJK7SH9+n+DR1zF2vQSvH0lz88wiV45V2J1WuHqsxLXNAnuzNJdfWmK5/BylUgFhb6DZAxR9g7rpIos+Wttja2uE9M9vYb69k+DqfJErWzLOuoVqdKlpDo4jODms4zlFckuHObx4iHwuRi6fYqmYY201x/LqMrnFDNl8gRvvukhNdT9394rcOlNFMxrUhYFmW9imTEsp0mhWKC2nWSokyWSiFA7HSKcXiEb34fayyLVniUQk8rmn2drKIqlqiNcuVrh2ymQS1Nh8sc/GoMEbl7u8eb5D1yqTzkRJJsOkkiGymQVShyLE4yHWKnEq1RjpTIhmI8r2y3mkyloI38uha1n6bpVXrkw5+4LD/S/2uHnrIopaJhZ9hmQqwqHkAXJP8BDhyD46ZoWdMxOGcx/PNfECk/8AbxXdRjRliPoAAAAASUVORK5CYII="},"images":{"fallback":{"src":"/static/a9e6b445142b247ee4cfa66155398bb2/7cf1f/soohwan.png","srcSet":"/static/a9e6b445142b247ee4cfa66155398bb2/34f77/soohwan.png 750w,\n/static/a9e6b445142b247ee4cfa66155398bb2/a94f6/soohwan.png 1080w,\n/static/a9e6b445142b247ee4cfa66155398bb2/7cf1f/soohwan.png 1148w","sizes":"100vw"},"sources":[{"srcSet":"/static/a9e6b445142b247ee4cfa66155398bb2/38420/soohwan.webp 750w,\n/static/a9e6b445142b247ee4cfa66155398bb2/7470d/soohwan.webp 1080w,\n/static/a9e6b445142b247ee4cfa66155398bb2/b5ef6/soohwan.webp 1148w","type":"image/webp","sizes":"100vw"}]},"width":1,"height":0.6829268292682927}}}}]},"fields":{"readingTime":{"text":"7 min read"},"layout":"","slug":"/ultra-learning/"}},"next":{"excerpt":"튜닙, 삼성 C-Lab Outside 선정 & 사무실 이사 저희 튜닙이 삼성 C-Lab Outside에 선정됐습니다! 😄 😄 C-Lab Outside는 삼성전자의 사외 스타트업 육성 프로그램으로, 국내 유망 스타트업을 육성하기 위해 201…","frontmatter":{"title":"튜닙, 삼성 C-Lab Outside 선정 & 사무실 이사","tags":["record"],"date":"2024-02-24T11:00:00.000Z","draft":false,"excerpt":null,"image":{"childImageSharp":{"gatsbyImageData":{"layout":"fullWidth","placeholder":{"fallback":"data:image/jpeg;base64,/9j/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/2wBDAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/wgARCAANABQDASIAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAAAAAAAAcEBggJ/8QAFgEBAQEAAAAAAAAAAAAAAAAABQEE/9oADAMBAAIQAxAAAAFk8/NhpfG7ALGFz//EABoQAQEAAwEBAAAAAAAAAAAAAAUEAgMGBxb/2gAIAQEAAQUC6fDzY+TWdArOJDFKZ2JJuJuJP0BR/PxC6P/EACIRAAICAgEDBQAAAAAAAAAAAAECAwQFEQAGEjEUFSEygf/aAAgBAwEBPwHGdLzVMXUzWQtSe1ZJbC1ZZWFqy9umsx9MsK6NYWnEaCeV544Yw8ro7lYeJ9F7ljB0NhRtR48EqPj85//EAB8RAAMAAgEFAQAAAAAAAAAAAAECAwQSEwAFIiNBgf/aAAgBAgEBPwHL7ljWtTCx5sM3EaZyRL0RErlArbsGNeJN2KIs2ahVA4QFjRByPpe5TdipbxYgn6AWAP6ev//EACIQAAICAQQDAAMAAAAAAAAAAAECAwQSBRETIgAUISMkM//aAAgBAQAGPwKxyG1DeeG/6cFm/GVsXIFcpCeVXlxeQwxs52G5dsvBLerRVrwqtZt0mtWokrqrSYsGjMaSROqERyCVlmb+ZIIPlaOOwKgIeT13EnTkkdhitgyuqupWTYNiciwHY70YNU03TdT9CmyrKtNdPnnjRFH7k9djPcmfgRnsWpZn3AwwXqdIsV7trRdNsafFnpVJyeisQIhcYrLwkBQ8WGDBFGw8NOk0/DyvN+eRp2zk2y2aTIheo2QdR92H3z//xAAZEAEBAQEBAQAAAAAAAAAAAAABEQAxQSH/2gAIAQEAAT8hY0yYgW+eBMCYguHUnw0dBR2hJm8JboGkU1omduff2x9KmEBcIPyl8cm+V7i3gMAuCn1yHEVv/9oADAMBAAIAAwAAABD4L//EABcRAQEBAQAAAAAAAAAAAAAAAAERMUH/2gAIAQMBAT8QAcU4sjyfePVtBBmIwAjNEZTwTV//xAAYEQEBAQEBAAAAAAAAAAAAAAABEQAhMf/aAAgBAgEBPxBn610acTK0PJqokMoozQWztW+G/8QAGBABAQEBAQAAAAAAAAAAAAAAAREAITH/2gAIAQEAAT8Q7t0UIoXegjxAzl6RiI92zQg5IctxHl7tvIC5WjvLkiVtXvYpQzyp9bG6uQ1E2IepYSqUf//Z"},"images":{"fallback":{"src":"/static/ec86487a6d81e154920a60fb01feb2c6/bbda7/c-lab.jpg","srcSet":"/static/ec86487a6d81e154920a60fb01feb2c6/bbda7/c-lab.jpg 700w","sizes":"100vw"},"sources":[{"srcSet":"/static/ec86487a6d81e154920a60fb01feb2c6/51d89/c-lab.webp 700w","type":"image/webp","sizes":"100vw"}]},"width":1,"height":0.6657142857142857}}},"author":[{"id":"Soohwan Kim","bio":"Co-founder/A.I. engineer at TUNiB.","avatar":{"childImageSharp":{"gatsbyImageData":{"layout":"fullWidth","placeholder":{"fallback":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAACXBIWXMAABYlAAAWJQFJUiTwAAADjElEQVQ4y23Oy48TdQDA8TExEaTttvSBfdHddru7bWc6bWd+8+i0u23n0SdlBRQXZGHDgiiLDwgqXjCIJEaC8cLBmHgwUU9EYzRqQuLJi/4NJB6NF+8evgbOHr7XT76SM5ix7s4QnRHnnm9yZzvBTIswN8JcP5bC67ZoWi7CdtFsn5bloZo+dSNAMYbIIqCmD6mJIVXdR3J6I7r9IQ3T59pZlW+uxzndCbPdC/HZXoq3TikowsfqBOjOmFZ7SrM9p2kfRbXn1O0jKNbsSbJ5BMnu9Gl3+qiiz4OPSvz0QRLHFGwOZH6+neLHT5YRbRerM0J0JrTas/8FZXNKzZgg2es+ZtvDdbs8+iHJl+9lWVP7OG2br26k+PvXJCfmFqoYIpwhTXtMwxpTN0coxhjFmCKbE2rGmKoYPQY9qi2fyzsq//4e5sNXi5TlLqbd5t6lPH/9kuDTG2usqgGi7dO0hzSsIXUzQDaGKGKMLEZUxZCKCJB02+PUpMH9vQwP7ybYnSxyfNrjwumA3dEiD94v8cfnK7xzWsbpujQtH9X0qBs+iuEjC5+a7lPVPSqai9SyelyYFbjkh5hqC3TkKOutLON2nkYpgtuMcT6IszdPslo8SLlcpmUH1A0XRQyQhUtNuFQ1l4o2QFI1h3OTVXbcg+grIfSVBRqlEGopgrYSRi0e4KiIse1mScSeopA/iLADmoZL3Rgg631q+oCq1qeq95FOzhQefpzn7eMpBmqcoBVj04pzwkky0eNMRYIdL8F3twusLe2nslrE6g5pGX1U8/FhD1nvUW1tUJK7SH9+n+DR1zF2vQSvH0lz88wiV45V2J1WuHqsxLXNAnuzNJdfWmK5/BylUgFhb6DZAxR9g7rpIos+Wttja2uE9M9vYb69k+DqfJErWzLOuoVqdKlpDo4jODms4zlFckuHObx4iHwuRi6fYqmYY201x/LqMrnFDNl8gRvvukhNdT9394rcOlNFMxrUhYFmW9imTEsp0mhWKC2nWSokyWSiFA7HSKcXiEb34fayyLVniUQk8rmn2drKIqlqiNcuVrh2ymQS1Nh8sc/GoMEbl7u8eb5D1yqTzkRJJsOkkiGymQVShyLE4yHWKnEq1RjpTIhmI8r2y3mkyloI38uha1n6bpVXrkw5+4LD/S/2uHnrIopaJhZ9hmQqwqHkAXJP8BDhyD46ZoWdMxOGcx/PNfECk/8AbxXdRjRliPoAAAAASUVORK5CYII="},"images":{"fallback":{"src":"/static/a9e6b445142b247ee4cfa66155398bb2/7cf1f/soohwan.png","srcSet":"/static/a9e6b445142b247ee4cfa66155398bb2/34f77/soohwan.png 750w,\n/static/a9e6b445142b247ee4cfa66155398bb2/a94f6/soohwan.png 1080w,\n/static/a9e6b445142b247ee4cfa66155398bb2/7cf1f/soohwan.png 1148w","sizes":"100vw"},"sources":[{"srcSet":"/static/a9e6b445142b247ee4cfa66155398bb2/38420/soohwan.webp 750w,\n/static/a9e6b445142b247ee4cfa66155398bb2/7470d/soohwan.webp 1080w,\n/static/a9e6b445142b247ee4cfa66155398bb2/b5ef6/soohwan.webp 1148w","type":"image/webp","sizes":"100vw"}]},"width":1,"height":0.6829268292682927}}}}]},"fields":{"readingTime":{"text":"2 min read"},"layout":"","slug":"/c-lab/"}},"primaryTag":"toolkit"}},
    "staticQueryHashes": ["3170763342","3229353822"]}