siwu's blog

    Lapis on OpenWrt

    Heard that my former company's product was exhibited at CES. Happy that the remaining team members are doing great. This also reminds me of a framework (lapis) I worked with back then.

    Nginx Variable Lifetime

    In nginx, variables come in multiple forms. Generally within the same location, variables are consistent. However, when transferring from one location to another, variables may change - some will be modified, others will end their lifetime. Considering the combinations of location jump types and variable types, variable lifetimes become quite complex and interesting...