Announcement

Collapse
No announcement yet.

Because Obviously I'm Lying

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    When I worked in retail, I tried explaining the "scam" (thought I didn't use that word) that HD manufacturers run by using base-10 to calculate a "gigabyte". The customer got pissed and stormed out threatening to sue us for being an accomplice to fraud.

    I think the way the OP explained it to the n00b-customer was probably the safest. His explanation wasn't untrue, just incomplete, and given the way the customer was acting, the complete truth wouldn't have made any difference.

    Comment


    • #17
      Quoth tendomentis View Post
      His explanation wasn't untrue, just incomplete, and given the way the customer was acting, the complete truth wouldn't have made any difference.
      No doubts there. That SC's arrogance shield was completely impenetrable to truthon torpedoes.
      A fact of life: After Monday and Tuesday, even the calendar says W T F.....

      Comment


      • #18
        So people who are Japanese automatically know everything there is to know about technology? Wow, I wish I was Japanese. Must be darn useful.
        It is a terrible thing to see and have no vision.
        -Helen Keller

        I got this av from Court Records, made by Croik!

        Comment


        • #19
          Quoth solemnwarning View Post
          Where do people get the idea that the "lost space" of a drive is somthing do do with the partition table or filesystem(s)? The partition table is tiny since it's still the anchient DOS partition table type and most filesystems take trivial amounts of space....

          EDIT: I really wish OS developers would stop using kibi,mibi and gibibytes, why not switch to a sane system like kilo,mega and giga?
          The "gigabytes" counted in base-2 are infact gibibytes, counted like that for no actual reason other then it's the tradition, another looming monster from people who measure with imperial

          it makes sense because it's the option with the fewest consequences.

          data in RAM is measured in KiB.MiB and GiB and those scales are the most natural for the CPU to work with. by using base 10 they would be converting every time you transitioned from memory to or from disk and could cause big trouble if you forgot to do so. if a program checked and saw that a file it uses is 200 KB and reserved in memory 200KiB, then wrote the file correctly, every time the file was accessed it would be a bit bigger.

          if the error was on the other side the data would get cut off and either have a write error or worse, silently fail to write all the data the program needed to write, or even worse than that, it could crap all over the disk (not in a normal modern OS but other systems written closer to the hardware could have this happen)
          DILLIGAF

          Comment


          • #20
            GOD this is why I wouldn't wanna work at a hardware store. People just wouldn't get it.

            The Operating System uses some of that space for it, but the main reason why you cannot have the full capacity of a drive is due to the conversion of bits. When we say 320gb, we're saying it in 1024 bytes each. When it is formatted, the sectors are changed into specific amounts. Usually that amount does not equal 320gb and is much less.

            Comment


            • #21
              Quoth Lehk View Post
              it makes sense because it's the option with the fewest consequences.

              data in RAM is measured in KiB.MiB and GiB and those scales are the most natural for the CPU to work with. by using base 10 they would be converting every time you transitioned from memory to or from disk and could cause big trouble if you forgot to do so. if a program checked and saw that a file it uses is 200 KB and reserved in memory 200KiB, then wrote the file correctly, every time the file was accessed it would be a bit bigger.

              if the error was on the other side the data would get cut off and either have a write error or worse, silently fail to write all the data the program needed to write, or even worse than that, it could crap all over the disk (not in a normal modern OS but other systems written closer to the hardware could have this happen)
              Memory isn't measured in KiB or MiB, it's in BYTES, I can call malloc(1000) for a kilobyte or malloc(1024) for a kibibyte

              Pretty much everything is measured internally as bytes (or even bits), memory chunks, files, disks, streams, you name it, KiB/MiB is just made up for the user, a program checks how big somthing is and gets the number of bytes, not K,M or anything like that

              For referance:
              malloc()

              I code in C and have minimal kernel development experience :P
              Last edited by solemnwarning; 08-16-2007, 12:33 AM.
              Linux user (Debian and Kubuntu)
              Programmer in C and perl!

              I'm "only" 16 but do NOT try and outskill me with machines

              Comment


              • #22
                That was amusing.

                There's a brewery where my parents live. It is honest to God the nastiest beer I have ever tasted in my life. If anyone is curious they can PM me and I'll gladly share, I just don't want to give too much away on here..

                Anywho, the owners try to advertise that it's "German" beer. As in, the closest you'll get to German beer without it being brewed in Germany.

                Fancy my father, who waited forever until we moved here, to visit the brewery and see how it was made and sample it. He said to the tour guide "This isn't German beer. I'm German, and this beer is WEAK!"

                Weirdly enough, he still drinks it religiously because it's dirt cheap beer. It has several flavors, but my God, it's DISGUSTING. And if that's what real German beer is supposed to taste like, I don't want to be a proud German anymore. YISH!
                You really need to see a neurologist. - Wagegoth

                Comment


                • #23
                  Quoth mariamousie1 View Post
                  So people who are Japanese automatically know everything there is to know about technology? Wow, I wish I was Japanese. Must be darn useful.
                  Me too. Except I don't speak Japaese, would that be a problem?
                  "I can tell her you're all tied up in the projection room." Sunset Boulevard.

                  Comment


                  • #24
                    Quoth solemnwarning View Post
                    another looming monster from people who measure with imperial
                    Ah, Imperial vs Metric. I once heard the view opined that metric is for people who can't add up. Personally, I like to be able to work in both.

                    Rapscallion

                    Comment


                    • #25
                      I speak Japanese, would that make me knowledgeable in technology?

                      I happen to be French; should I go around and drink wine and talk in a snotty voice and know every trick to romance?
                      The Grand Galactic Inquisitor hears all and sees all.

                      Comment


                      • #26
                        Zell: You're confusing the difference between bits and bytes, and the difference of 1000 based magnitudes and 1024 based magnitudes.

                        Solemn: really for a programmer you SHOULD know that the computer uses a binary system which leads naturally to increments over a base 2 system. Pst btw if you still insist it's all meassured in "bytes" (btw do you realize there is a current acoord on what a byte is, but it's not writen in stone? did you know other older platforms used larger and smaller divisions for a byte before we reached an acoord that a byte is equivalent to 8 bits? and that for some obscure areas bytes are still differently sized to 8bits?) Anyhow, tell me why do you batantly ignore the fact that for example HDDs are formated using divisions in a base 2 numbering, like for example 512 Byte sized sectors?

                        Do you also pretend to ignore that whethever you ask 1 Byte or 1000 Bytes of ram with malloc, the ram is still MANUFACTURED, addressed, and used in a base 2 numerical system?
                        I pet animals, I rescue insects, I hug trees.

                        "I picture the lead singer of Gwar screaming 'People of Japan, look at my balls! My swinging pendulous balls!!!'" -- Khyras

                        Comment


                        • #27
                          I realise that it is manufacutred in capcities in base-2 and addressed by the hardware, but programs see bytes when allocating files/etc, there's no reason for them to output the sizes to user as KiB/MiB and GiB, then claim it's KB/MB and GB.
                          Linux user (Debian and Kubuntu)
                          Programmer in C and perl!

                          I'm "only" 16 but do NOT try and outskill me with machines

                          Comment


                          • #28
                            The trouble is that the distinction between KB/MB/GB and KiB/Mib/GiB has been in active use not for too long, and if i've seen only a few technicians handle it, I wouldn't ever expect an end user to understand the difference, heck I am sometimes amazed some people do know MB is more than KB.... but some years of help desk left me jaded for life like that, dont mind me there
                            I pet animals, I rescue insects, I hug trees.

                            "I picture the lead singer of Gwar screaming 'People of Japan, look at my balls! My swinging pendulous balls!!!'" -- Khyras

                            Comment


                            • #29
                              Quoth EclipseDragon986 View Post
                              C: You don't understand, I know technology because I am Japanese.
                              Yes and all black people are professional rappers, all Jewish people are bankers, and all Germans are yodeling Nazis. Retarded...
                              Last edited by Talonetc; 08-17-2007, 01:35 PM. Reason: Typo, thanks JustADude
                              Superman wears Tim Tebow pajamas.

                              Comment


                              • #30
                                Quoth Talonetc View Post
                                Yes and all black people are professional wrappers
                                Rappers, no 'W'. I don't think there's a stereotype of blacks being in the gift-preparation industry.
                                ...WHY DO YOU TEMPT WHAT LITTLE FAITH IN HUMANITY I HAVE!?! -- Kalga
                                And I want a pony for Christmas but neither of us is getting what we want OK! What you are asking is impossible. -- Wicked Lexi

                                Comment

                                Working...
                                X