Tags

maintainability

  • 2026-08-05

    ๐Ÿงน zephyr-snmp v0.1.0 - a huge cleanup!

    zephyr-snmp adds SNMP v1 and v2c support to the Zephyr RTOS. It started as a port of the lwIP SNMP code, and along the way I concluded it would be easier to maintain if it went fully Zephyr-native: Zephyr code style, Zephyr APIs, etc. What โ€ฆ

  • 2026-07-14

    ๐ŸงŠ Web application architecture

    The UI is the part you see. The boring parts underneath determine whether you end up with a sustainable product.

  • 2025-12-15

    ๐Ÿ”„ Breaking the AI slop cycle

    โ€œAI Slopโ€ is a common expression describing a familiar phenomenon. It refers to sloppy code (or other assets) generated by AI that mostly works, lacks proper review, and may be poorly architected or implemented. The primary characteristic oโ€ฆ

  • 2025-10-03

    ๐Ÿ“ Less code is not the ultimate goal

    Less code is not the ultimate goal Consider the following byte to binary C program: int main(int b,char**i){long long n=B,a=I^n,r=(a/b&a)>>4,y=atoi(*++i),_=(((a^n/b)*(y>>T)| y>>S)&r)|(a^r);printf("%.8s\n"โ€ฆ