Search found 5 matches

by robatino
Wed Feb 22, 2023 3:27 pm
Forum: General
Topic: Transmission 4.0.0 interprets Ratio as relative to entire torrent, not just the downloaded part
Replies: 0
Views: 113229

Transmission 4.0.0 interprets Ratio as relative to entire torrent, not just the downloaded part

I noticed the issue in the Subject and filed #4991 . This was closed since it was an intentional change to fix #276 . After some thought it seems to me that in #276, Transmission is doing what it's supposed to and the problem was user error (the reporter did say that it could be easily be worked aro...
by robatino
Wed Mar 24, 2010 6:52 am
Forum: Requests
Topic: prefix (SI or binary) should coincide with numerical value
Replies: 7
Views: 6198

Re: prefix (SI or binary) should coincide with numerical val

It does make sense to use binary numbers for file sizes, since some forms of storage (for example RAM) are most naturally built in binary sizes, and it's safe to say that no form of storage is naturally built in a decimal size. And it's perfectly reasonable to measure transfer speeds using the same ...
by robatino
Mon Mar 22, 2010 12:58 am
Forum: Requests
Topic: prefix (SI or binary) should coincide with numerical value
Replies: 7
Views: 6198

Re: prefix (SI or binary) should coincide with numerical val

always binary. How did you find out? If this is true, it goes against the standard computing convention of specifying transfer speeds in SI units. See http://en.wikipedia.org/wiki/Binary_prefixes#Information_transfer_and_clock_rates This wouldn't be a big deal if binary prefixes were used so it was...
by robatino
Fri Mar 19, 2010 8:13 pm
Forum: Requests
Topic: prefix (SI or binary) should coincide with numerical value
Replies: 7
Views: 6198

Re: prefix (SI or binary) should coincide with numerical val

There's no reason not to put the extra "i" in where it belongs (for example GiB instead of GB). People who know the difference wouldn't have to guess the meaning anymore, and those who don't would just interpret it the same way and no harm done. And even in computing hardware, it's not sta...
by robatino
Fri Mar 19, 2010 2:44 pm
Forum: Requests
Topic: prefix (SI or binary) should coincide with numerical value
Replies: 7
Views: 6198

prefix (SI or binary) should coincide with numerical value

Transmission is currently using SI prefixes for file sizes, and possibly in other places such as transfer rates, even though the intended sizes are binary. For example, when Transmission says a file size is "1 GB", it actually means 2^30 bytes, not 10^9 as the SI prefix implies. The simple...