zhongfu

Results 10 comments of zhongfu

> It is a known problem in blockchain. Hence transaction fee is one mechanism to deter such behaviour. you can set the transaction fee as high as you want, but...

I've tested out the beta branch (version 2.0.0-beta.2, I think). It seems like profile switching doesn't work for me, so you'd want to: - login - select the correct profile...

binance smart chain doesn't have flashbots

they now do, but so far I only know of one validator offering such a service without upfront costs, and I'm not sure their API is standardized

if anyone's still wondering, it seems like `qbittorrent-cli` ignores the path part of the provided URL (and thus makes requests to `https://blah/api/v2/...` instead of e.g. `https://blah/qbt/api/v2/...`)

I've been thinking about how this can be done, perhaps something like: - have an action that publishes a single image for both non-split/split workflows, perhaps on each push with...

i also tried running `review.py` on the runner directly as part of a composite action (after installing *only* the required apt packages, plus everything in `requirements.txt`) -- that brought the...

Perhaps we could fork `echo mem > /sys/power/state`, and run `cryptsetup luksResume` if that doesn't end within 5 (or so) seconds? However, even if we unlock the LUKS device, we...

We could also stop the kernel from doing `sys_sync()` on suspend by setting `CONFIG_SUSPEND_SKIP_SYNC=y`, but that requires a kernel recompile, which might be a little overkill.

there's a firewall apparently doing DPI in front of the instance that the mirror runs on, and it seems like it's misconfigured -- any inbound connection on port 873 where...