181264
Really neat stuff. I toyed around with combining fSpeed with a standard by-hand / by-it2fss output, but it got a bit unwieldy and ended up feeling a bit inauthentic.
Btw, these days (on Windows, at least) fSpeed needs a tiny bit of hand-tuning, since the "Python" vs "Python3" distinction isn't generally as much of a thing as it used to be.
> #!/usr/bin/env python3
change to
> #!/usr/bin/env python
Btw, these days (on Windows, at least) fSpeed needs a tiny bit of hand-tuning, since the "Python" vs "Python3" distinction isn't generally as much of a thing as it used to be.
> #!/usr/bin/env python3
change to
> #!/usr/bin/env python