어...? 가입을 해야해? 귀찮은데?!?!
그나저나 그냥 스샷으로는 안 잡혀서
스팀 스샷을 통해서 꺼내야 해 무지 귀찮네 -_-
'게임 > doom' 카테고리의 다른 글
베데스다... 사태? (0) | 2025.04.24 |
---|---|
doom normal 난이도 끝 (0) | 2025.04.23 |
doom 룬 획득 (0) | 2025.04.20 |
doom 노트북에서 시도 (0) | 2025.04.08 |
doom 리부트 시작 (0) | 2025.04.06 |
어...? 가입을 해야해? 귀찮은데?!?!
그나저나 그냥 스샷으로는 안 잡혀서
스팀 스샷을 통해서 꺼내야 해 무지 귀찮네 -_-
베데스다... 사태? (0) | 2025.04.24 |
---|---|
doom normal 난이도 끝 (0) | 2025.04.23 |
doom 룬 획득 (0) | 2025.04.20 |
doom 노트북에서 시도 (0) | 2025.04.08 |
doom 리부트 시작 (0) | 2025.04.06 |
빡세게(?) 끝내고 나니 난이도 변경이 가능하다는 것을 발견.. -_-
나 왜 이 고생을 했지!??!
그나저나 보스 잡으면 뜨는 도전과제가 32.2% 밖에 안된다고 해야하나
구매한 사람중 무려 32.2%는 엔딩을 봤다고 해줘야 하려나?
베데스다... 사태? (0) | 2025.04.24 |
---|---|
doom eternal 시....작? (0) | 2025.04.23 |
doom 룬 획득 (0) | 2025.04.20 |
doom 노트북에서 시도 (0) | 2025.04.08 |
doom 리부트 시작 (0) | 2025.04.06 |
오전에 딸래미 참관수업이 있어서 갔는데
선생님께서 모든 학부모들이 쓴 편지를 읽게 하는 바람에
쉬는시간이 지나고 다음 수업시작 시간까지 잡아 먹어 버림(!)
그 와중에 프리젠테이션 16:9도 아닌 4:3 비율이고
FHD 카메라로 애들 편지 보여주는데 화질은 좋은데 딜레이가 3초 이상, 프레임도 7 프레임?
아니 머 이런 좋으면서 좋지 않은 환경이?!?! 분노중 ㅋㅋ
암튼 그렇게 애들 일정을 소화하고
오랫만에 아내와 오봇하게 데이트!
스타필드도 갔더니 벌룬 페스티벌이라고 별별게 다 보이고
그 와중에(!) 트레이더스 닫아서 가는 날이 장날이구나를 깨닫는 하루(!)
SDL 이라던가 여러가지가 있지만 chatGPT 에서 추천해주는 좀 쉬워보이는 녀석들 목록
[링크 : https://libcinder.org/]
[링크 : https://openframeworks.cc/]
cpp 기본 인자 prototype (0) | 2025.03.28 |
---|---|
cpp std::to_string(int) (0) | 2025.02.20 |
cpp string 끝에 한글자 지우기 (0) | 2025.02.06 |
cpp stoi (atoi) (0) | 2025.02.06 |
std::string:npos (0) | 2025.02.05 |
아니 조용하다가 왜 월요일부터?!?!?!?
콜래트럴 데미지 (0) | 2025.06.03 |
---|---|
보수(保守)는 보수(報酬)를 먹고 자란다 (0) | 2025.04.18 |
윤석열 탄핵 (0) | 2025.04.04 |
제주항공 무안공항 대참사 (0) | 2024.12.29 |
탄핵안 가결 (4) | 2024.12.14 |
doom eternal 시....작? (0) | 2025.04.23 |
---|---|
doom normal 난이도 끝 (0) | 2025.04.23 |
doom 노트북에서 시도 (0) | 2025.04.08 |
doom 리부트 시작 (0) | 2025.04.06 |
doom eternal 질러? (0) | 2023.07.01 |
ROS 보다보니 QoS 이야기가 나와서 조사
그런데 정작 찾아봐도 적용방법이 잘 안보인다.
conf 파일에서는 max_qos와 topic patern에 추가하는 정도?
topic pattern [[[ out | in | both ] qos-level] local-prefix remote-prefix] max_qos value Limit the QoS value allowed for clients connecting to this listener. Defaults to 2, which means any QoS can be used. Set to 0 or 1 to limit to those QoS values. This makes use of an MQTT v5 feature to notify clients of the limitation. MQTT v3.1.1 clients will not be aware of the limitation. Clients publishing to this listener with a too-high QoS will be disconnected. Not reloaded on reload signal. |
[링크 : https://mosquitto.org/man/mosquitto-conf-5.html]
QoS는 0,1,2가 존재한다. 그런데 기본값이 멀까..?
Quality of Service MQTT defines three levels of Quality of Service (QoS). The QoS defines how hard the broker/client will try to ensure that a message is received. Messages may be sent at any QoS level, and clients may attempt to subscribe to topics at any QoS level. This means that the client chooses the maximum QoS it will receive. For example, if a message is published at QoS 2 and a client is subscribed with QoS 0, the message will be delivered to that client with QoS 0. If a second client is also subscribed to the same topic, but with QoS 2, then it will receive the same message but with QoS 2. For a second example, if a client is subscribed with QoS 2 and a message is published on QoS 0, the client will receive it on QoS 0. Higher levels of QoS are more reliable, but involve higher latency and have higher bandwidth requirements. 0: The broker/client will deliver the message once, with no confirmation. 1: The broker/client will deliver the message at least once, with confirmation required. 2: The broker/client will deliver the message exactly once by using a four step handshake. |
[링크 : https://mosquitto.org/man/mqtt-7.html]
초당 32000 메시지라.. 느린거 걱정안해도 될 것 같기도 하고?
[링크 : https://hel-p.tistory.com/18]
[링크 : https://dalkomit.tistory.com/111]
[링크 : https://www.ibm.com/docs/ko/ibm-mq/9.2.x?topic=concepts-qualities-service-provided-by-mqtt-client]
mosquitto for windows 계정추가 (0) | 2025.02.18 |
---|---|
mosquitto service for windows (0) | 2025.02.18 |
CC2531 zigbee - mqtt (0) | 2025.01.07 |
ubuntu MQTT(mosquito) (0) | 2024.05.23 |
mosquitto - MQTT broker (0) | 2019.05.15 |
와!! 이런 개꿀 명령어가?!?!?
직접 키 복사해서 넣어도 되지만 한번만 접속하면 알아서 복사해주니 개 꿀!
ssh-copy-id [-i [identity_file]] [user@]machine |
[링크 : https://linux.die.net/man/1/ssh-copy-id]
ssh socks proxy (0) | 2024.07.22 |
---|---|
ssh ecdsa 미지원(ubuntu 22.04) (0) | 2023.05.30 |
ubuntu ssh x11 forwarding시 gnome 화면 끌어오기 (0) | 2022.07.11 |
ssh 슈도 터미널 실행 (0) | 2022.04.25 |
ssh Are you sure you want to continue connecting (yes/no)? (0) | 2022.04.25 |
언제나 드는 생각은 제목대로.
보수들이 진보진영의 "자신이 믿는것을 위해 자기 돈과 시간을 소비하는 것"을 이해못하는걸 보면
보수(reward)를 받고 행동하기 때문이 아닐까..
아크로비스타도 '텅' 힘빠진 극단 세력…선동 유튜버들 어디로?