1. 魔方.

    魔方. 上右下左 youtuber

    2025/07/21 Daiybh link

  2. Useful Link.

    Useful Link. From Lanzou ffmpeg spaceSinffer goLancher] From origin potplayer

    2025/07/14 Daiybh link

  3. Adjust GPU (NVIDIA) Clock.

    NVIDIA-SMI -lgc and -rgc Usage Guide NVIDIA’s nvidia-smi (NVIDIA System Management Interface) provides the -lgc and -rgc options, allowing users to manually control GPU clock frequencies.

    2025/03/03 Daiybh nvidia

  4. Debug cpp with lldb in VSCode in MacOS

    we want debug the cpp with lldb/gdb in VSCode in MacOS but gdb is not work in macos(M1).(maybe yes, but I don’t found ) so we use lldb.

    2024/11/12 Daiybh macos lldb

  5. Use Gcc on Macos

    Use Gcc on Macos strong suggest install gcc with macport . use HomeBrew maybe miss some headers.

    2024/11/10 Daiybh macos

  6. how to 'proxy_pass' in nginx

    we have a http://aaa.com domain. want http://aaa.com/server1 to http://127.0.0.1:8080 want http://aaa.com/server2 to http://127.0.0.1:8081 but how to do it?

    2024/11/02 Daiybh nginx proxy_pass

  7. Creating Pre-built Binary Packages

    this page is show “Creating Pre-built Binary Packages “ Objective To package pre-built binaries (such as .lib, .h) into a Conan package and publish it to the Conan Center, so that other projects can use these libraries directly.

    2024/10/19 Daiybh Conan

  8. how to show cuda usage in the taskmgr in windows

    sometime we can not see the cuda usage in the taskmgr

    2024/09/12 Daiybh cuda windows