분류 전체보기 173

[서버] hugging face spaces 사용해 무료로 서버배포

- new space 클릭 - space name 입력후 환경설정 후 create space 클릭 - building 되는 걸 확인할 수 있음 - files 탭 선택하면 코드 폴더 목록을 확인할 수 있음 - edit 클릭후 코드 작성하고 commit changes to main 클릭 - [Building]이라고 뜨며 새로 입력한 코드로 새로 빌딩되는 걸 확인할 수 있음 - 빌딩을 마치면 [Building]이 [Running]으로 변경된 걸 확인할 수 있음- App을 누르면 배포된 페이지를 확인할 수 있음

카테고리 없음 2025.09.16

[AI] gpt-oss 사용법

1. ollama 다운로드 ( https://ollama.com/download ) Download Ollama on macOSDownload Ollama for macOSollama.com 2. ollama를 열고 Settings에서 Airplane mode로 변경하여 로컬로 유지하도록 하기 3. ollama 프롬프팅창으로 돌아가 아무거나 입력하면 선택한 모델을 다운로드 되는 걸 볼 수 있음 4. 다운로드가 완료되면 로컬환경으로 실행된 첫 프롬프팅에 대한 응답이 출력됨 모델 데이터 목록 호출하기Postman에서 GET http://localhost:11434/api/tags를 호출하면 아래와 같이 모델에 대한 데이터 목록이 출력됨{ "models": [ { "n..

카테고리 없음 2025.08.29

[MCP로 똑똑하게 일하는 법] 5.1~5.2장 환경설정과 서버세팅, 나만의 서버 만들기(feat. 도구)

5.1장 환경설정과 서버세팅 1. Claude Desktop 설치- 관련링크: https://claude.ai/download 2. 파이썬, NodeJS 설치- 생략 3. UV (파이썬 패키지/프로젝트 관리도구) 설치- uv? 파이썬 패키지 관리 및 프로젝트 관리를 위한 도구- 관련링크: https://docs.astral.sh/uv/getting-started/installation/#installation-methods Installation | uvUse curl to download the script and execute it with sh: $ curl -LsSf https://astral.sh/uv/install.sh | sh If your system doesn't have curl..

카테고리 없음 2025.08.11

[네트워킹과 웹성능 최적화기법] 18장 WebRTC

출처: https://hpbn.co/webrtc/ Browser APIs and Protocols: WebRTC - High Performance Browser Networking (O'Reilly)What every web developer must know about mobile networks, protocols, and APIs provided by browser to deliver the best user experience.hpbn.co 참고: 현대오토에버 3Dhttps://developers.hyundaimotorgroup.com/blog/540 [디지털 트윈 기술 #2] WebRTC와 디지털 트윈: 웹에서 3D 실시간 환경을 제공하는 방법스마트 팩토리를 구현하기 위해 적용한 디지털 트윈 ..

카테고리 없음 2025.06.22

[네트워킹과 웹성능 최적화기법] 13장 애플리케이션 전달 최적화

출처: https://hpbn.co/optimizing-application-delivery/ HTTP: Optimizing Application Delivery - High Performance Browser Networking (O'Reilly)What every web developer must know about mobile networks, protocols, and APIs provided by browser to deliver the best user experience.hpbn.co [13장 애플리케이션 전달 최적화]1. 물리적 및 전송 계층 최적화2. Evergreen Performance 모범 사례3. HTTP/1.x 최적화4. HTTP/2 최적화 13장 애플리케이션 전달 최적화..

카테고리 없음 2025.06.05

[네트워킹과 웹성능 최적화기법] 8장 모바일 네트워크 최적화

출처: https://hpbn.co/optimizing-for-mobile-networks/ Performance of Wireless Networks: Optimizing for Mobile Networks - High Performance Browser Networking (O'Reilly)What every web developer must know about mobile networks, protocols, and APIs provided by browser to deliver the best user experience.hpbn.co [8장 모바일 네트워크 최적화]1. 배터리 전력 절약2. 주기적/비효율적인 데이터 전송 제거- 불필요한 애플리케이션 Keepalive 제거3. 네트워크 지연 오버..

카테고리 없음 2025.04.17

[네트워킹과 웹성능 최적화기법] 3장 UDP의 구성요소

출처: https://hpbn.co/building-blocks-of-udp/ Networking 101: Building Blocks of UDP - High Performance Browser Networking (O'Reilly)What every web developer must know about mobile networks, protocols, and APIs provided by browser to deliver the best user experience.hpbn.co  [3장 UDP의 구성요소]1. Null 프로토콜 서비스2. UDP 및 네트워크 주소 변환기1) 연결 상태 시간 초과2) NAT 트래버설3) STUN, TURN, 그리고 ICE3. UDP 최적화   3장 UDP UDP 개요-..

카테고리 없음 2025.03.16