'잡동사니'에 해당되는 글 13451건

  1. 2025.04.22 cpp 그래픽 라이브러리
  2. 2025.04.21 전장련 시위 시작
  3. 2025.04.20 doom 룬 획득
  4. 2025.04.19 바운스 슈퍼파크 하남 아니.. 미사? 2
  5. 2025.04.18 mosquitto qos
  6. 2025.04.18 ssh-copy-id
  7. 2025.04.18 보수(保守)는 보수(報酬)를 먹고 자란다
  8. 2025.04.17 뭐?
  9. 2025.04.16 먼가 대충 하나 쳐냄
  10. 2025.04.16 blender + kinect
Programming/C++ STL2025. 4. 22. 14:51

SDL 이라던가 여러가지가 있지만 chatGPT 에서 추천해주는 좀 쉬워보이는 녀석들 목록

 

[링크 : https://libcinder.org/]

[링크 : https://openframeworks.cc/]

'Programming > C++ STL' 카테고리의 다른 글

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
Posted by 구차니

아니 조용하다가 왜 월요일부터?!?!?!?

'개소리 왈왈 > 정치관련 신세한탄' 카테고리의 다른 글

콜래트럴 데미지  (0) 2025.06.03
보수(保守)는 보수(報酬)를 먹고 자란다  (0) 2025.04.18
윤석열 탄핵  (0) 2025.04.04
제주항공 무안공항 대참사  (0) 2024.12.29
탄핵안 가결  (4) 2024.12.14
Posted by 구차니
게임/doom2025. 4. 20. 00:13

한 50번 도전해서 받았나..

역시 난 똥손 ㅠㅠ

 

[링크 : https://www.youtube.com/watch?v=-NvCWF3paJc]

 

+

얘는한 20판 해서 깬 듯 ㅠㅠ

'게임 > doom' 카테고리의 다른 글

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
Posted by 구차니

둘째 친구애 생일로 다녀왔는데

첫째도 신나게 놀다옴. 초등학교 고학년도 놀만해서 좋다.

 

보호자도 놀 것들이 좀 있고, 별도 추가요금 내는건 없어서 좋다.

인터넷 찾아봐도 2시간 이용권은 있어도 종일권은 없는 것 같다.

'개소리 왈왈 > 육아관련 주저리' 카테고리의 다른 글

여유  (0) 2025.05.02
참관수업 그리고 데이트  (2) 2025.04.23
헤롱헤롱  (0) 2025.04.14
날씨가 미쳤구나  (0) 2025.04.13
광견병 예방주사  (0) 2025.04.12
Posted by 구차니

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' 카테고리의 다른 글

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
Posted by 구차니

와!! 이런 개꿀 명령어가?!?!?

직접 키 복사해서 넣어도 되지만 한번만 접속하면 알아서 복사해주니 개 꿀!

 

ssh-copy-id [-i [identity_file]] [user@]machine

[링크 : https://linux.die.net/man/1/ssh-copy-id]

 

[링크 : https://itzone.tistory.com/694]

Posted by 구차니

언제나 드는 생각은 제목대로.

보수들이 진보진영의 "자신이 믿는것을 위해 자기 돈과 시간을 소비하는 것"을 이해못하는걸 보면

보수(reward)를 받고 행동하기 때문이 아닐까..

 

아크로비스타도 '텅' 힘빠진 극단 세력…선동 유튜버들 어디로?

[링크 : https://v.daum.net/v/20250417191255056]

'개소리 왈왈 > 정치관련 신세한탄' 카테고리의 다른 글

콜래트럴 데미지  (0) 2025.06.03
전장련 시위 시작  (0) 2025.04.21
윤석열 탄핵  (0) 2025.04.04
제주항공 무안공항 대참사  (0) 2024.12.29
탄핵안 가결  (4) 2024.12.14
Posted by 구차니

내가 진급이 느린건가.. 급 현타가..

 

[링크 : https://brunch.co.kr/@airtight/194]

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

k-pass 다자녀 혜택 적용 늦어!!  (0) 2025.04.30
돈 돈 돈  (2) 2025.04.26
먼가 대충 하나 쳐냄  (0) 2025.04.16
wow  (0) 2025.04.10
피곤한데 짜증까지  (0) 2025.04.03
Posted by 구차니

한달 정도 걸려서 큰 똥 하나 치워냄

어휴 속이 다 시원하네

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

돈 돈 돈  (2) 2025.04.26
뭐?  (0) 2025.04.17
wow  (0) 2025.04.10
피곤한데 짜증까지  (0) 2025.04.03
3월 끝!  (0) 2025.03.31
Posted by 구차니
프로그램 사용/Blender2025. 4. 16. 14:00

kinect 로 촬영한 골격 정보를 저장해두고 그걸 blender에서 armature에 붙여서 움직여 주는 듯?

[링크 : https://www.youtube.com/watch?v=djzzgSiEa04]

 

다만 아쉽게도(?) kinect sdk를 사용하는거라 윈도우에서만 가능.

그런데 블렌더가.. 키 프레임 애니메이션일텐데 live capture 를 live render 할 수 있나?

Advantages

  • No installation;
  • Works with live capture or pre-recorded data (through Kinect Studio);
  • Supports multiple skeletons;
  • Straightforward use. Does not require setting additional parameters.

Download (latest release)

Windows x64 binary

System Requirements

[링크 : https://marcojrfurtado.github.io/KinectAnimationStudio/]

'프로그램 사용 > Blender' 카테고리의 다른 글

blender 휠 에뮬레이트 하기  (0) 2025.05.18
blender 강좌  (0) 2025.01.01
blender render - cycle, eevee  (0) 2024.08.30
blender shader editor (4.2 bloom)  (0) 2024.08.29
blender set origin  (0) 2024.08.23
Posted by 구차니