WindSoilder
windsoilder.bsky.social
WindSoilder
@windsoilder.bsky.social
A junior programmer who likes programming in python and rust
I think expedition 33 is the greatest game in 2025
May 19, 2025 at 11:30 AM
Reposted by WindSoilder
If you're in Japan, important PSA!

Add this to your ~/.ssh/config:

IPQoS none

Turns out the default SSH QoS/DSCP setting puts you in a traffic class that NTT FLET'S IPoE treats as priority, but limited to 10mbps!

I was wondering why IPv6 rsync was so slow... (affects git push too!)
May 18, 2025 at 9:26 AM
Finally I give up. For the following reasons:
1. our company use github.com/python-versi... heavily, and it depends on `setup.py`
2. Once I thought setuptools deprecates `setup.py`, but I'm wrong. It just deprecates running `setup.py` directly, instead, it encourages the usage of `build` tool
Going to migrate from setup.py + setup.cfg to pyproject.toml.
Hope everything works smoothly.
February 26, 2025 at 12:34 PM
I didn't expect such a big improvement after activating bbr.
net.ipv4.tcp_congestion_control = bbr
February 7, 2025 at 10:08 AM
Going to migrate from setup.py + setup.cfg to pyproject.toml.
Hope everything works smoothly.
January 12, 2025 at 1:14 AM
Reposted by WindSoilder
In our next Tiny Glade update we'll bump the light limit from 32 to 32k while keeping the cost more or less the same.

The small limit has been a cop out, as we didn't quite know how to render huge numbers of (screen-space) shadow-casting lights without severe performance degradation.
December 5, 2024 at 10:12 PM