(no title)
beligum | 5 months ago
This is a one day hackaway helper built on Sony’s official Camera Remote SDK. It sort of mimics an ssh session by connecting to my Sony over Wi-Fi, listens for new photos or specific events... and runs scripts on them.
Thank you Sony, for not forgetting the Linux fan base. And thank you ChatGPT for freshening up my c++ skills!
JdeBP|5 months ago
For examples: It does not follow the Linux rules for pathname separators, but mixes in Windows-isms. It doesn't properly check whether std::atomic<bool> is actually signal safe on the target architecture. Its unique filename generation has an all-too-common failure mode. It passes by reference only to then make local value copies anyway. It does not correctly follow the XDG Base Directory Specification.
beligum|5 months ago
SAI_Peregrinus|5 months ago
delta_p_delta_x|5 months ago
simondotau|5 months ago
pjmlp|5 months ago
Instead of
Use the filesystem API, -- https://en.cppreference.com/w/cpp/filesystem.htmlbeligum|5 months ago