<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>ANTEGRAL BLOG</title>
    <link>https://coding-man.tistory.com/</link>
    <description>개발 정보를 모아놓은 곳입니다.</description>
    <language>ko</language>
    <pubDate>Wed, 5 Aug 2026 11:17:33 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>ANTEGRAL</managingEditor>
    <image>
      <title>ANTEGRAL BLOG</title>
      <url>https://tistory1.daumcdn.net/tistory/2969739/attach/5772e94d2d4e42bf814a4b37c58b5dc5</url>
      <link>https://coding-man.tistory.com</link>
    </image>
    <item>
      <title>갤럭시북5 프로 내장 OS 분석</title>
      <link>https://coding-man.tistory.com/33</link>
      <description>최근 갤럭시북5 프로를 샀다. 내 것은 아니기에 스펙은 따로 적지 않는다.
&amp;nbsp;

노트북을 키면 이런 화면이 나온다.
하지만 순순히 윈도우를 설치하기에는 내장된 저 안내화면 표시용 OS를 그냥 지나칠 수 없었다.
&amp;nbsp;

켜면 잠깐 이런 화면이 나온다. 알 수 있는건 tinycore 기반의 OS라는 것이다.
&amp;nbsp;

놀랍게도 프리도스를 표방하면서 갤럭시북은 리눅스를 지원하지 않는다.
물론 리눅스용 드라이버도 없지만, 시큐어 부트 프리셋..</description>
      <category>Development/Linux</category>
      <author>ANTEGRAL</author>
      <guid isPermaLink="true">https://coding-man.tistory.com/33</guid>
      <comments>https://coding-man.tistory.com/33#entry33comment</comments>
      <pubDate>Sun, 21 Jun 2026 18:03:16 +0900</pubDate>
    </item>
    <item>
      <title>MXFP8</title>
      <link>https://coding-man.tistory.com/32</link>
      <description>FP8

FP32는 메모리도 많이 먹고 무엇보다도 추론시 메모리에 올리고 쓰는 순간 대역폭 오버헤드가 발생함
그래서 FP8처럼 기존 FP32 모델을 작게 양자화시켜서 메모리에 올림
근데 이러면 정확도가 구려지니까 각 양자화된 가중치에 곱했을 때 FP32 원본 가중치와 유사한 &quot;근삿값&quot;을 얻을 수 있는 &quot;스케일링 값&quot;을 계산함
그래서 FP32 원본만큼 정확하지는 않지만, 텐서코어 등의 GPU 칩셋 내부에서 처리하여 메모리 보틀넥을 줄임

그런데 문제는 보..</description>
      <category>Development/Machine Learning (Non-LM)</category>
      <author>ANTEGRAL</author>
      <guid isPermaLink="true">https://coding-man.tistory.com/32</guid>
      <comments>https://coding-man.tistory.com/32#entry32comment</comments>
      <pubDate>Thu, 9 Apr 2026 03:48:49 +0900</pubDate>
    </item>
    <item>
      <title>Persona&amp;nbsp;Vectors + Style&amp;nbsp;Modulation&amp;nbsp;Heads</title>
      <link>https://coding-man.tistory.com/31</link>
      <description>Paper

https://arxiv.org/pdf/2507.21509 (Persona Vectors)
https://arxiv.org/pdf/2603.13249 (Style Modulation Heads)

Persona Vectors

Persona Vectors는 페르소나의 특징을 표현하는 벡터.
해당 Vector를 residual stream에 더해주면 프롬프트로 제어하지 않고도 원하는 페르소나 묘사 효과를 얻을 수 있음.
Persona Vect..</description>
      <category>Development/Language Model</category>
      <author>ANTEGRAL</author>
      <guid isPermaLink="true">https://coding-man.tistory.com/31</guid>
      <comments>https://coding-man.tistory.com/31#entry31comment</comments>
      <pubDate>Sat, 21 Mar 2026 03:24:47 +0900</pubDate>
    </item>
    <item>
      <title>Root Filesystem 손상과 복구</title>
      <link>https://coding-man.tistory.com/30</link>
      <description>서론

몇 주전, 집에 있는 서버의 전원이 내려갔다.UPS의 전원 공급 선이 접촉 불량으로 전력 공급이 원활하지 못했기 때문이다.
&amp;nbsp;
물론 문제를 해결하고 전원을 다시 공급했지만, 개발 서버만 자동 복구에 실패했다.처음에는 전원을 공급하지 못한 기간이 길었음을 의심했다. (약 1주일)
&amp;nbsp;
이는 보드에 내장되어 있던 CR2032 배터리가 방전되어 보드 내부에 있는 롬 플래시에 전원을 공급하지 못했을 수도 있기 때문이였다.롬 플래시는 휘발..</description>
      <category>Development/Linux</category>
      <author>ANTEGRAL</author>
      <guid isPermaLink="true">https://coding-man.tistory.com/30</guid>
      <comments>https://coding-man.tistory.com/30#entry30comment</comments>
      <pubDate>Fri, 6 Oct 2023 15:18:13 +0900</pubDate>
    </item>
    <item>
      <title>EMFILE: too many open files</title>
      <link>https://coding-man.tistory.com/29</link>
      <description>발단
Next.js 기반 프로젝트를 Podman으로 빌드하다가 다음 오류가 발생하였다.

해결 방법
docker-compose.yml 파일에 존재하는 Service 트리에 다음 코드를 붙여넣는다.
부족하다면, 값을 더 올리면 된다.
  ulimits:
    nofile:
      soft: &quot;65536&quot;
      hard: &quot;65536&quot;
build 명령으로 빌드하는 경우, --ulimit nofile=65536:65536 를 추가한다.
이는 run..</description>
      <category>Development/Node.js</category>
      <category>build</category>
      <category>build error</category>
      <category>Docker</category>
      <category>hard limit</category>
      <category>linux</category>
      <category>Next.js</category>
      <category>nofile</category>
      <category>podman</category>
      <category>Rocky LInux</category>
      <category>soft limit</category>
      <author>ANTEGRAL</author>
      <guid isPermaLink="true">https://coding-man.tistory.com/29</guid>
      <comments>https://coding-man.tistory.com/29#entry29comment</comments>
      <pubDate>Mon, 4 Sep 2023 00:51:44 +0900</pubDate>
    </item>
    <item>
      <title>소니캐스트 이어폰 벨런스 맞추기</title>
      <link>https://coding-man.tistory.com/28</link>
      <description>최근에 이어폰을 다시 쓰게 되었는데 음악을 재생하자 한쪽 소리가 잘 안 나온다. 문제가 되었던 유닛은 왼쪽이었는데 오른쪽에 비해 소리가 현저히 작게 나왔다. 참고로 나는 지금 디렘 e3 이어폰을 사용 중이다. 단선이라면 소리가 아예 안 들려야 할 것인데 아예 안들리는 것도 아닌,
벨런스가 너무 이상하게 틀어져 있는 상태였다.분명&amp;nbsp;마지막까지&amp;nbsp;소리&amp;nbsp;잘&amp;nbsp;나오는&amp;nbsp;걸&amp;nbsp;확인하고&amp;nbsp;걸어뒀는데&amp;nbsp;말이..</description>
      <category>Fun Fact</category>
      <author>ANTEGRAL</author>
      <guid isPermaLink="true">https://coding-man.tistory.com/28</guid>
      <comments>https://coding-man.tistory.com/28#entry28comment</comments>
      <pubDate>Fri, 5 May 2023 23:39:47 +0900</pubDate>
    </item>
    <item>
      <title>AssertionError: Torch not compiled with CUDA enabled</title>
      <link>https://coding-man.tistory.com/26</link>
      <description>본 글은 솔루션을 검색 후 찾아 분석한 글이며, 솔루션 출처는 다음과 같습니다.솔루션 출처: https://github.com/pytorch/pytorch/issues/30664#issuecomment-757431613
발단
모델을 사용하기 위해 pytorch를 설치하고 실행하는 도중 발생하였다.

해결 방법
다음과 같은 명령어를 입력한다.
pip uninstall torch
pip cache purge
pip install torch -f https:..</description>
      <category>Development/Machine Learning (Non-LM)</category>
      <category>AssertionError</category>
      <category>cuda</category>
      <category>ML</category>
      <category>PIP</category>
      <category>PYTHON</category>
      <category>pytorch</category>
      <category>Torch</category>
      <category>wheel</category>
      <author>ANTEGRAL</author>
      <guid isPermaLink="true">https://coding-man.tistory.com/26</guid>
      <comments>https://coding-man.tistory.com/26#entry26comment</comments>
      <pubDate>Sun, 15 Jan 2023 03:08:04 +0900</pubDate>
    </item>
    <item>
      <title>swc: failed to process input file</title>
      <link>https://coding-man.tistory.com/25</link>
      <description>발단
기존 tsc를 사용하다 swc로 마이그레이션 하는 작업에서 에러가 발생하였다.
failed to process input file

Caused by:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0: failed to read swcrc file (src/talk/channel/talk-channel-session.ts)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1: failed to deserialize .swcrc (json) file: un..</description>
      <category>Development/JavaScript,TypeScript</category>
      <author>ANTEGRAL</author>
      <guid isPermaLink="true">https://coding-man.tistory.com/25</guid>
      <comments>https://coding-man.tistory.com/25#entry25comment</comments>
      <pubDate>Sat, 7 Jan 2023 19:57:45 +0900</pubDate>
    </item>
    <item>
      <title>vscode에서 GPG 커밋 사이닝시 error: gpg failed to sign the data 오류 해결 방법</title>
      <link>https://coding-man.tistory.com/24</link>
      <description>발단
vscode에 GPG를 사용한 커밋 사이닝 시에 다음과 같은 오류가 발생하였다.
error: gpg failed to sign the data
Git Log를 자세히 살펴보니 다음과 같았다.
error: gpg failed to sign the data
fatal: failed to write commit object
심지어, pinentry 설치와 GPG 경로 설정도 정상적으로 되어 있는 상태임을 확인하였다.

하지만 이 문제는 GPG Key에 ..</description>
      <category>Development</category>
      <category>commit</category>
      <category>Commit Signing</category>
      <category>gpg</category>
      <category>gpg key</category>
      <category>passphrase</category>
      <category>siging</category>
      <category>vsCode</category>
      <category>커밋 사이닝</category>
      <author>ANTEGRAL</author>
      <guid isPermaLink="true">https://coding-man.tistory.com/24</guid>
      <comments>https://coding-man.tistory.com/24#entry24comment</comments>
      <pubDate>Wed, 2 Nov 2022 15:15:23 +0900</pubDate>
    </item>
    <item>
      <title>httputil.ReverseProxy 사용시 Host Header 적용 문제</title>
      <link>https://coding-man.tistory.com/23</link>
      <description>발단
필자는 net/http/httputil 패키지에 포함된 httputil.ReverseProxy를 사용하여,
간이 역방향 프록시 프로그램을 개발 중에 있었다. 하지만, https://www.google.com 으로 프록싱 시켰는데 다음과 같은 오류를 반환 받았다.

404. That&amp;rsquo;s an error.
The requested URL / was not found on this server. That&amp;rsquo;s all we know.
..</description>
      <category>Development/Golang</category>
      <category>*http.Request</category>
      <category>Golang</category>
      <category>host</category>
      <category>httputil</category>
      <category>proxy</category>
      <category>ReverseProxy</category>
      <category>ServeHTTP()</category>
      <author>ANTEGRAL</author>
      <guid isPermaLink="true">https://coding-man.tistory.com/23</guid>
      <comments>https://coding-man.tistory.com/23#entry23comment</comments>
      <pubDate>Mon, 24 Oct 2022 23:12:59 +0900</pubDate>
    </item>
  </channel>
</rss>