Chat

  • _index
Posts in 2025
Posts in 2024
  • Third-party Library Pitfalls

    Friday, June 28, 2024 in Chat

    Third-party library pitfalls Today we talked about a vulnerability in a recently released third-party logging library that can be exploited with minimal effort to execute remote commands. A logging library and remote command execution seem …

    Read more

  • Design Specification Template

    Friday, June 28, 2024 in Chat

    Design Specification Template Detailed Design of XXX System / Sub-system System Name XXX System Author XXX — — Submission Date 2021-06-30 Revision History Revised Version Change Description Date of Change Author v1.0 XXXXXXX 2021-06-30 …

    Read more

  • Command Line Syntax Conventions

    Friday, June 28, 2024 in Chat

    Command line syntax conventions References https://www.ibm.com/docs/en/iotdm/11.3?topic=interface-command-line-syntax https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/command-line-syntax-key …

    Read more

  • Meanings of brackets in man pages

    Friday, June 28, 2024 in Chat

    Meanings of brackets in man pages Meanings of brackets in man pages In command-line help, different types of brackets generally carry the following meanings: Angle brackets <>: Angle brackets denote required arguments—values you must provide …

    Read more

  • Huawei C++ Coding Standards

    Friday, June 28, 2024 in Chat

    Huawei C++ Coding Standards C++ Language Coding Standards Purpose Rules are not perfect; by prohibiting features useful in specific situations, they may impact code implementation. However, the purpose of establishing rules is “to benefit the …

    Read more