Thread: Broadband Speed?

  1. #46
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    Quote Originally Posted by Elysia View Post
    All I know is I tried 3 different servers and the one in my own country yielded better results than those off-country, despite being farer off into the distance.
    Map distance is irrelevant, its line distance that determiens it.

  2. #47
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Its false advertising IMO, same as HDD's that advertise 500GB when in fact they only have 465, but they choose to use fuzzy math and say they have 100 billion bytes, thats a 100 gigabyte, which it isnt.
    The problem is, they are correct. 100 billion bytes is 100 gigabytes (GB), by conventional SI unit reckoning. Now, if they claimed a capacity of 100 GiB for an actual capacity of 100 billion bytes, that would be a different matter altogether.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #48
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    The term GiB was added after the fact to 'resolve' this issue. GB was always 1048576 KB (KiB by the new 'standard') when dealing with computers, just as the term calorie in nutrition is known to mean kilocalorie. The adertising retards were just takign advantage of the jargon used in 2 disciplines having a different meanign in laymans terms. Naturalyl they chose the one that made their product look better. This was not always teh case, fro many years they correctly used the proper values and only switched when the encountered a client base that was not saavy enough to know the difference.

    If you say kilobyte, anyone who is a programmer automatically thinks 1024 bytes, not 1000 bytes. The term kilo when applied to computer math was borrowed from the metric system, but it is not in fact the same. Or at least ti wasn't until the retards at SI cow towed to industry and made the distinction. IEEE never made such a distinction afaik, wqhich is why industry prefers SI, and engineers prefer IEEE.
    Last edited by abachler; 04-10-2008 at 08:57 AM.

  4. #49
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    If you say kilobyte, anyone who is a programmer automatically thinks 1024 bytes, not 1000 bytes.
    That's true, but the market consists of more than just programmers and other engineers ("a client base that was not saavy enough to know the difference"). Consequently, they can defend their choice of units, even though it is intentionally misleading.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  5. #50
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    Quote Originally Posted by laserlight View Post
    Consequently, they can defend their choice of units, even though it is intentionally misleading.
    To the end user yes, I don't think we as programmers and engineers should encourage the use amongst ourselves. I don't use the term GiB, and I generally look with disdain upon those that do, unless it is specifically refering to the difference betwene the two. In my life at least, the people I socialize with are mostly either engineers themselves, or educated enough to know the difference. Granted the drooling masses neither know nor care as long as they can surf the web for 'movies', so then why even bother having seperate terms?
    Last edited by abachler; 04-10-2008 at 09:44 AM.

  6. #51
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Quote Originally Posted by laserlight View Post
    That's true, but the market consists of more than just programmers and other engineers ("a client base that was not saavy enough to know the difference"). Consequently, they can defend their choice of units, even though it is intentionally misleading.
    Nah, you don't need to be a programmer to recognize the difference between 1024 bytes and 1000 bytes... any average computer user can recognize the difference when they plug in their new 500GB HDD and see only that they can only partition about 465GB according to their operating system. If this problem was limited only to programmers and engineers, the uproar wouldn't be nearly as large as it has been.
    Sent from my iPadŽ

  7. #52
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    The fun thing comes when they advertise X MBps (Megabits per second) versus Megabytes per second).
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  8. #53
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Quote Originally Posted by Elysia View Post
    The fun thing comes when they advertise X MBps (Megabits per second) versus Megabytes per second).
    Well, I haven't seen anyone advertise MB as megabits, and if they are, that's worth complaining about. However, I remember when I was very young and knew very little about computers complaining why my 56K connection only got a max of 7KB/sec on downloads. After all, we didn't even call it a 56Kb connection, it was always simply "56K".
    Last edited by SlyMaelstrom; 04-10-2008 at 10:39 AM.
    Sent from my iPadŽ

  9. #54
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    *cough* 56 / 8 = 7 *cough*
    Common trickery to make you believe that you get 56 KB/s download, when you get 56 kilobit per second.
    The same is true for all broadband today. They write 25 MBps, but megabytes per second can also be written the same.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  10. #55
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Actually, I believe the convention for bits is to use lowercase, e.g., Kbps and Mbps.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  11. #56
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Subtle difference
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  12. #57
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Quote Originally Posted by Elysia View Post
    *cough* 56 / 8 = 7 *cough*
    Common trickery to make you believe that you get 56 KB/s download, when you get 56 kilobit per second.
    The same is true for all broadband today. They write 25 MBps, but megabytes per second can also be written the same.
    *cough* Thanks, captain obvious. *sneeze* *yawn* *burp*

    There was a reason I *hiccup* said "when I was very young and knew very little about computers"... *weeze* Clearly, I understand that now... and yes, *gag* *cough* as I said in my original post, the first reply on this topic:
    Quote Originally Posted by SlyMaelstrom
    b = bit
    B = byte
    *pant* I hope you know how to take things liightly. *pant*

    */pant**/pant**/cough**/gag**/weeze**/hiccup**/burp**/yawn**/sneeze**/cough*
    Last edited by SlyMaelstrom; 04-10-2008 at 11:10 AM.
    Sent from my iPadŽ

  13. #58
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by laserlight View Post
    That's true, but the market consists of more than just programmers and other engineers ("a client base that was not saavy enough to know the difference"). Consequently, they can defend their choice of units, even though it is intentionally misleading.
    The problem is, as programmers we're not trying to be "liars" by stating that a K is 1024. It simply is. But by introducing the "kibi" unit, it only solidified in the minds of laypersons that we're trying to pull one over on them. "Look, they were forced to invent a new unit to make it obvious how they're screwing us! Buncha liars!"

  14. #59
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    b is bits, B is bytes by common convention. I believe the IEEE even made it a standard. Bytes are more the norm for storage, where bits are used for communications because it typically takes more than 8 bits to transfer a byte but exactly how many is dependant on the protocol, not the hardware.

    Bits per second are more meaningful when discussing communications technology, they also happen to be bigger numbers, and companies like to put big numbers of their product because people like big numbers.

    50% of the human race has an IQ less than 100. Pigs have an IQ of 65. 65 * 1.5 = 97.5, which means a lot of people are barely half again as smart as a pig.

    I see dumb people, they walk around like everybody else, most of them don't even know they are dumb.

  15. #60
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Quote Originally Posted by abachler View Post
    Pigs have an IQ of 65. 65 * 1.5 = 97.5, which means a lot of people are barely half again as smart as a pig.
    Pigs have an average IQ of 65? I find that hard to believe. The pig tests are surely biased... when was the last time you took an IQ test with a question that a pig could answer?
    Sent from my iPadŽ

Popular pages Recent additions subscribe to a feed