전체 글

전체 글

    synergy mac command 입력 바꾸기

    synergy mac command 입력 바꾸기

    synerge host를 윈도우로 하고 client를 mac으로 한 경우에 윈도우 버튼이 command버튼으로 인식되어서 많이 불편하다. 그런 경우에 synergy의 키 맵핑을 바꾸면 원하는대로 사용할 수 있다. -- 키보드 전환 관련된 포스팅 https://lifeisquartet.wordpress.com/2015/08/26/%ED%82%A4%EB%B3%B4%EB%93%9C-%EB%A7%88%EC%9A%B0%EC%8A%A4-%EA%B3%B5%EC%9C%A0-%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8-%EC%8B%9C%EB%84%88%EC%A7%80synergy-%ED%95%9C%EC%98%81-%EC%A0%84%ED%99%98/

    train model

    릴리즈 방식은 Cisco IOS 를 비롯한 여러 소프트웨어 프로젝트에서 사용하는 "train model" 을 사용합니다. 다음은 러스트의 3 가지 릴리즈 채널 입니다: - Nightly - Beta - Stable https://rinthel.github.io/rust-lang-book-ko/appendix-07-nightly-rust.html 근데 위 train model에 대한 정보는 찾진 못했다. 하지만 위처럼 관리하면서 6주마다 릴리즈를 업데이트 하는 방식을 train schedule이라고 한다.

    service worker에 대해서

    https://developer.mozilla.org/ko/docs/Web/API/Service_Worker_API/Using_Service_Workers Using Service Workers - Web API | MDN 본 문서에서는 서비스 워커를 시작하기 위한 기본적인 아키텍처, 서비스 워커 등록, 새로운 서비스 워커의 설치와 활성화 과정, 서비스 워커 업데이트, 캐시 제어 및 사용자 정의 응답에 대한 정 developer.mozilla.org https://github.com/popeindustries/sw-tips GitHub - popeindustries/sw-tips: Tips for working with ServiceWorker (extracted from a talk at JSConf...

    React, server state와 global state 관리에 대해서

    Server State와 Global State의 데이터를 관리하는 기법이나 방법론에 대해서 알아본다. 두 State를 관리하는 방법에 대해서 툴이 개발된 것들이 있는데 그 툴을 기반으로 따라가본다. 이 부분에 대한 아티클 2개 https://www.freecodecamp.org/news/how-to-manage-state-in-your-react-apps/ How to Manage State in Your React Apps Managing state in your React apps isn’t as simple as using useState or useReducer. Not only are there are a lot of different kinds of state, but there often ..

    synergy 모니터 배치 / synergy.sgc

    synergy 모니터 배치 중 불가능한 케이스가 몇 가지 있는데 내가 그 케이스를 사용하려고 한다. [모니터 1, 컴퓨터1] [모니터2, MAC] [모니터3, 컴퓨터1] https://symless.com/synergy-help/monitor-positioning-support Synergy - Multiple monitor and custom monitor positioning support Synergy can support multiple monitor configuration, but the current version of Synergy only works when they layout is completely separated between computers. Find out more how ..

    react-native, android의 height에 대해서

    height의 구성은 위에서부터 1. android의 status bar 2. react-native navigation header title 3. view(custom) - 사용자 영역 4. react-native navigation bottombar 이렇게 구성되어 있다. // android status bar import {StatusBar} from 'react-native'; // react-native device height import { Dimensions } from 'react-native'; // react-native navigation header height import { useHeaderHeight } from '@react-navigation/elements'; // r..

    소프트웨어 개발 패턴, brown field pattern

    https://tauri.app/ko/v1/guides/architecture/inter-process-communication/brownfield/ https://en.wikipedia.org/wiki/Brownfield_(software_development) Brownfield (software development) - Wikipedia Deployment of new software systems in the immediate presence of existing (legacy) software Brownfield development is a term commonly used in the information technology industry to describe problem spaces ..

    mongo / error code 14

    Error log root@[IP]:~/work/menu/flask# service mongod status ● mongod.service - MongoDB Database Server Loaded: loaded (/lib/systemd/system/mongod.service; disabled; vendor preset: enabled) Active: failed (Result: signal) since Thu 2022-04-07 03:12:29 JST; 2 months 14 days ago Docs: https://docs.mongodb.org/manual Main PID: 3082352 (code=killed, signal=KILL) Solution sudo chown -R mongodb:mongod..