Back to Index

lately-2

winsrewu
winsrewu

September 17, 2025

In a brief blog post, the author reflects on a rejected pull request for Fabric loader due to its aggressive approach and subpar quality, noting plans to collaborate on a similar feature. They also describe creating two tools: one for managing server.properties with a formatting error, and another for video clipping via image recognition, which functions despite performance issues.

The page refreshed and the content is gone. I don’t feel like writing anymore, so I’ll keep it short.

The other day, without much thought and without fully understanding the situation, I submitted a pull request to the Fabric loader.
The functionality was okay, but the approach was a bit too aggressive, and the quality wasn’t great, so it didn’t get merged.
Someone else is working on the same thing, but progress is a bit slow. I plan to communicate with them and implement some features first, ensuring forward compatibility.
Fabric loader PR #1024.

Aside from that, I wrote two small tools.
One is for batch managing server.properties, but I remembered the format wrong—the separator should be = instead of :.
I didn’t test it on actual configuration files at all…
The other is for video clipping highlights using image recognition (basically, giving a mask and a target image, then calculating the average pixel difference inside). The performance isn’t great (re-encoding MP4 is slow, and there doesn’t seem to be a way around it), but it’s better than manually clipping.
https://zhenghuo.jawbts.org

Feels like it’s all a joke. lol.

View on GitHub