This Time I Open-Sourced a Prompt, Not a Script
I spent an evening fixing a problem open since 2014: ufw does not protect Docker published ports. My firewall said three ports were open. Twelve were, including a control panel that can open a shell. But this post is about a decision I made when publishing the fix: there is no executable script in the repository. Part one is the bug and the three traps I hit; part two is why it cannot be a script, and where that approach stops working.
28 2026-07-25
查看更多
A converter for transforming OpenAI-format response packages to Claude-format (streaming output).
```html Background The field of large models is currently flooded with various options, such as OpenAI's GPT series…
6,905 2024-12-15
查看更多
Common Issues with Installing pip Packages on Python3 Alpine Linux
```html limits.h: No such file or directory apk add gcc g++ ffi.h: No such file or directory apk add libffi-d…
2,455 2021-11-29
查看更多