Mingye Wang

Results 538 comments of Mingye Wang
trafficstars

psssst… isn't `conv=noerror,sync` enough to ignore read errors? Maybe with `iflag=fullblock` for more assurance. Block size and speed tradeoff is pretty bad, admittedly. (ddrescue has a --same-file option. doesn't defeat...

I guess the static thing is a holdover from the days when dynamic linking had real tangible performance overhead. Or perhaps some consideration for being able to run it without...

现在看上去也有 Session 缓存了,但仍然需要手动处理 * 一样是 HTTP 请求创建缓存,但有个 `"mode": "session"` * 在 session 模式下的缓存是有状态的,配有 `"context_id": "",` 就会自动更新缓存 append 数据

On top of that there is a OpenAI-compatible Responses API https://www.volcengine.com/docs/82379/1602228 with automatic caching via `client.responses.create`.

Looks like the `pam.conf` module arguments are simply passed into the `pam_sm_*` functions as `argc` and `argv`, starting with `argv[0]` as the first string -- or at least that seems...

Implicit declaration is (in recent code) usually unintended, so personally I lean towards adding an include. https://manned.org/exit.3p does indicate that under POSIX, stdlib is the correct include.

Happened to me on some boots, not on others. Hmm.

The difference from 2 is this `__builtin_dynamic_object_size` bit, but it probably won't show up in the symbol table.

Can reproduce with: firewalld 1.3.4, data source with 40k lines (mix of ipv4 addresses and CIDR). I see that FireHOL is smaller at 17k lines and still fails...

I should perhaps post my workaround from last year: I bypassed firewall-cmd completely and created my own filter chain. AFAIK the script still works, but I’ve not touched it for...