Skip to content

Instantly share code, notes, and snippets.

@stophobia
stophobia / Docker Model Runner Reference.excalidraw.png
Created July 30, 2025 23:49 — forked from BretFisher/Docker Model Runner Reference.excalidraw.png
Use Open WebUI with Docker Model Runner and Compose
Docker Model Runner Reference.excalidraw.png
@stophobia
stophobia / Docker Model Runner Reference.excalidraw.png
Created July 30, 2025 23:49 — forked from BretFisher/Docker Model Runner Reference.excalidraw.png
Use Open WebUI with Docker Model Runner and Compose
Docker Model Runner Reference.excalidraw.png
@stophobia
stophobia / Docker Model Runner Reference.excalidraw.png
Created July 30, 2025 23:49 — forked from BretFisher/Docker Model Runner Reference.excalidraw.png
Use Open WebUI with Docker Model Runner and Compose
Docker Model Runner Reference.excalidraw.png
@stophobia
stophobia / Docker Model Runner Reference.excalidraw.png
Created July 30, 2025 23:49 — forked from BretFisher/Docker Model Runner Reference.excalidraw.png
Use Open WebUI with Docker Model Runner and Compose
Docker Model Runner Reference.excalidraw.png
@stophobia
stophobia / agent loop
Created March 17, 2025 00:30 — forked from jlia0/agent loop
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@stophobia
stophobia / claude-code-prompts.js
Created March 1, 2025 02:20 — forked from transitive-bullshit/claude-code-prompts.js
Unminified prompts and tool definitions for Claude Code
// Claude Code is a Beta product per Anthropic's Commercial Terms of Service.
// By using Claude Code, you agree that all code acceptance or rejection decisions you make,
// and the associated conversations in context, constitute Feedback under Anthropic's Commercial Terms,
// and may be used to improve Anthropic's products, including training models.
// You are responsible for reviewing any code suggestions before use.
// (c) Anthropic PBC. All rights reserved. Use is subject to Anthropic's Commercial Terms of Service (https://www.anthropic.com/legal/commercial-terms).
// Version: 0.2.9
@stophobia
stophobia / checklist-for-job-change.md
Created January 14, 2024 02:53 — forked from zawataki/checklist-for-job-change.md
Checklist for Job Change

転職チェックリスト

スキルアップ

  • 情報発信に前向き
  • 技術書購入支援
  • 社内勉強会が盛ん
  • 勉強会参加推奨
  • 多様なエンジニアのキャリアのルートが有る
  • エンジニアの評価をエンジニアも行う
  • エンジニアの採用をエンジニアも行う
@stophobia
stophobia / data_hub
Created January 14, 2024 02:50 — forked from susie-Choi/data_hub
내가 쓸 때 보려고 저장해두는 데이터 사이트 모음
데이터 & 통계 사이트 모음
교수님께서 올려주신 링크
https://www.kaggle.com/datasets
https://archive.ics.uci.edu/ml/datasets.php
https://guides.emich.edu/data/free-data
출처 : 산새소리, 네이버 블로그, 링크 : https://blog.naver.com/food3288/222241075314
@stophobia
stophobia / devlog.md
Created January 14, 2024 02:48 — forked from swcho/devlog.md
[20-03-4주] 지극히 주관적인 devlog

[DevOps] ZEXT - Infrastructure & CI/CD

이번 글에서는 초기 스타트업에서 서버 인프라 설계 및 배포 자동화 했던 경험을 정리하고, 개선 방향을 다룰 예정이다.

image [ 그림 1]

우선 간단히 프로젝트 환경에 대해서 소개하자면, 프로젝트 초기에 도커 (+ 도커 컴포즈)를 활용하여 모든 컴포넌트 (Nginx, FE, BE, DB) 가 하나의 인스턴스에서 구동되도록 했다. 비용적으로는 여러 스타트업 지원 사업으로 여러 인스턴스를 확보할 수 있었지만(NCP, AWS 등), 가장 간단한 구조 에서 의도한 기능이 동작하는 지 확인하기 위해 우선 위와 같은 환경을 구성하게 됐다.

image