<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://blog.lunapiece.net/</id><title>Luna's Piece</title><subtitle>A minimal, responsive and feature-rich Jekyll theme for technical writing.</subtitle> <updated>2026-04-24T13:06:11+09:00</updated> <author> <name>Lyn Heo</name> <uri>https://blog.lunapiece.net/</uri> </author><link rel="self" type="application/atom+xml" href="https://blog.lunapiece.net/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://blog.lunapiece.net/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2026 Lyn Heo </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>New PC Setup Guide</title><link href="https://blog.lunapiece.net/posts/PC-setup/" rel="alternate" type="text/html" title="New PC Setup Guide" /><published>2026-04-19T00:00:00+09:00</published> <updated>2026-04-24T01:00:00+09:00</updated> <id>https://blog.lunapiece.net/posts/PC-setup/</id> <content type="text/html" src="https://blog.lunapiece.net/posts/PC-setup/" /> <author> <name>Lyn</name> </author> <category term="Personal" /> <summary>개인적으로 필요해서 정리한 것이며 보고 따라 하라고 적어둔것이 아님에 주의 Windows 11 필요한 프로그램 설치 winget install Google.Chrome winget install Telegram.TelegramDesktop winget install Microsoft.PowerShell winget install Intel.IntelDriverAndSupportAssistant winget install Microsoft.VisualStudioCode winget install Bitwarden.Bitwarden winget install Kakao.KakaoTalk winget install 7zip.7zip winget install Google.GoogleDrive wing...</summary> </entry> <entry><title>OpenCode Ollama Gemma4 Test</title><link href="https://blog.lunapiece.net/posts/OpenCode-Ollama-Gemma4/" rel="alternate" type="text/html" title="OpenCode Ollama Gemma4 Test" /><published>2026-04-05T15:00:00+09:00</published> <updated>2026-04-05T17:00:00+09:00</updated> <id>https://blog.lunapiece.net/posts/OpenCode-Ollama-Gemma4/</id> <content type="text/html" src="https://blog.lunapiece.net/posts/OpenCode-Ollama-Gemma4/" /> <author> <name>Lyn</name> </author> <category term="Blog" /> <summary>지난번 글1 지난번 글2 에서 qwen3-coder 와 glm-4.7 를 테스트 해 보고 처참한 결과를 내었는데, 이번엔 Gemma 4 다 Gemma4 는 총 4개의 모델이 로컬에서 사용 가능하도록 공유되어 있다 gemma4:e2b gemma4:e4b gemma4:26b gemma4:31b 이번에는 3090 하나가 원래 PC 로 돌아가 있어서, 다시 끼우기가 귀찮기에 3090 한개만 가지고 시도 하기로 한다. 31b 로는 메모리가 좀 오버할거 같아 26b 로 테스트 하기로 했다. 다른 모델들과 다르게 파라메터 사이즈가 큰 차이가 나지 않아 성능 차이도 크지 않을것이라 판단 햇다. 목록에 자동으로 안뜨지만, 모델 저장소에 없는건 아니라서 이전글 처럼 단순히 모델명을 붙여넣고 ...</summary> </entry> <entry><title>OpenCode Ollama GLM Test</title><link href="https://blog.lunapiece.net/posts/OpenCode-Ollama-GLM/" rel="alternate" type="text/html" title="OpenCode Ollama GLM Test" /><published>2026-02-01T20:00:00+09:00</published> <updated>2026-02-03T21:24:48+09:00</updated> <id>https://blog.lunapiece.net/posts/OpenCode-Ollama-GLM/</id> <content type="text/html" src="https://blog.lunapiece.net/posts/OpenCode-Ollama-GLM/" /> <author> <name>Lyn</name> </author> <category term="Blog" /> <summary>지난번 글 에서 qwen3-coder 를 테스트 해 보고 처참한 결과를 내었는데, 이번엔 좀 더 성능이 괜찮다고 하는 GLM-4.7 을 테스트 해 보기로 했다. 지난 번 것에 이어서 진행한다. 보면 알겠지만 기본 모델 목록엔 이번에 사용할 glm-4.7-flash 가 없다. 하지만 ollama 모델 저장소에 없는 것은 아니다 그냥 이름을 복사해서 붙여넣으면 마치 원래 있었던 것 처럼 나타난다. 모델을 선택 후, 지난번과 마찬가지로 아무 내용이나 타이핑 하면 download 가 시작된다 이전에 만들어 둔 opencode.json 를 열고 다음과 같이 수정 한다. glm-4.7-flash:q4_K_M 모델을 추가 하는 것 뿐이다 { "$schema": "https://opencode....</summary> </entry> <entry><title>OpenCode Ollama Qwen3 Coder Test</title><link href="https://blog.lunapiece.net/posts/OpenCode-Ollama-QwenCoder/" rel="alternate" type="text/html" title="OpenCode Ollama Qwen3 Coder Test" /><published>2026-01-26T20:00:00+09:00</published> <updated>2026-02-03T21:09:07+09:00</updated> <id>https://blog.lunapiece.net/posts/OpenCode-Ollama-QwenCoder/</id> <content type="text/html" src="https://blog.lunapiece.net/posts/OpenCode-Ollama-QwenCoder/" /> <author> <name>Lyn</name> </author> <category term="Blog" /> <summary>Windows 에서 OpenCode Ollama Qwen3-Coder 를 세팅하는 방법을 간단히 정리하고 결과를 공유 해 본다 사전 준비물은 node.js 설치 뿐이다. 사실 없어도 되지만, 이 글처럼 opencode 를 npm 으로 설치 하려면 필요하다 난 콘솔을 싫어하기에 가능한한 ui 에서 모든걸 작업 했다 일단 ollama 를 설치한다 https://ollama.com/download 에서 다운로드 받을 수 있고, 난 windows 에서 사용할거니 windows 용을 받는다. ollama 를 설치 했다면, 아래쪽 창에서 모델을 고르고, 아무 텍스트나 입력 한다. 콘솔애서 명령어를 날려도 되지만 이게 더 편하다 opencode 를 설치한다. opencode 는 다양...</summary> </entry> <entry><title>질문 받습니다. 무엇이든 답변 해 드립니다</title><link href="https://blog.lunapiece.net/posts/QNA_2026/" rel="alternate" type="text/html" title="질문 받습니다. 무엇이든 답변 해 드립니다" /><published>2026-01-01T00:00:00+09:00</published> <updated>2026-01-01T00:00:00+09:00</updated> <id>https://blog.lunapiece.net/posts/QNA_2026/</id> <content type="text/html" src="https://blog.lunapiece.net/posts/QNA_2026/" /> <author> <name>Lyn</name> </author> <category term="QNA" /> <category term="List" /> <summary>이 글의 리플로 질문을 올리시면 답변 해 드립니다. 2026년 버전</summary> </entry> </feed>
