Imperial or Metric system ?

For everything that's not in any way related to PureBasic. General chat etc...

What measurement system do you use ?

Imperial (miles, pounds etc.)
2
3%
Imperial (miles, pounds etc.)
2
3%
Metric (kilometer, centimeter etc.)
38
48%
Metric (kilometer, centimeter etc.)
38
48%
 
Total votes: 80

Codemonger
Enthusiast
Enthusiast
Posts: 384
Joined: Sat May 24, 2003 8:02 pm
Location: Canada
Contact:

Imperial or Metric system ?

Post by Codemonger »

What measurement system do you use ? In Canada we use the Metric system... but once you cross the border to the U.S. it's a different story. I wonder if they will ever upgrade ?
<br>"I deliver Justice, not Mercy"

    - Codemonger, 2004 A.D.
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

Here we use the DMS since long ago... but I hadn't heard of the "Imperial" system, lol (not with that name)... Almost everywhere you'll find that people used, till not long ago, hexadecimal or octal systems mostly, and still conserve words for these old units of measure.

But I agree that it's not worth using them anymore... remember why the Mars Climate Orbiter crashed? :lol: Like two people coding and app, one using bytes and the other, nibbles.

Regards,
Last edited by El_Choni on Tue Jul 27, 2004 6:08 pm, edited 1 time in total.
El_Choni
User avatar
tinman
PureBasic Expert
PureBasic Expert
Posts: 1102
Joined: Sat Apr 26, 2003 4:56 pm
Location: Level 5 of Robot Hell
Contact:

Post by tinman »

The UK uses both, although only really the major imperial units (miles, stones/pounds) and there is a shift towards metric stuff (everything in shops are now metric weights).
If you paint your butt blue and glue the hole shut you just themed your ass but lost the functionality.
(WinXPhSP3 PB5.20b14)
nhokem
User
User
Posts: 60
Joined: Fri Mar 19, 2004 10:30 pm
Contact:

Post by nhokem »

i remember back in the 70s there was a push in the US schools to learn the metric system, but other than a few experiments in classrooms, that never caught on. i wouldn't mind changing over (since its become pretty generic the world over), but it would definitely take a while for my "imperial system" trained senses to adjust ... :)
Cid
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

That's the reason why a plane crashed...

Co-pilot calculated needed fuel in liters and the airport fuelled the plane with gallons...

1 gallon = +/- 5 liters, so they had 1/5 of the needed fuel...

It crashed over the atlantic ... LOL
freedimension
Enthusiast
Enthusiast
Posts: 613
Joined: Tue May 06, 2003 2:50 pm
Location: Germany
Contact:

Post by freedimension »

Num3 wrote:That's the reason why a plane crashed...

Co-pilot calculated needed fuel in liters and the airport fuelled the plane with gallons...

1 gallon = +/- 5 liters, so they had 1/5 of the needed fuel...

It crashed over the atlantic ... LOL
That makes no sense. They would have had 5 times more fuel on board then needed, not less!

Another story:
Between Germany and Switzerland they build a bridge over the Rhein. The german team began building on the german side and the swiss team on the swiss one. As they were to meat in the middle they had a difference of up 54 centimetres.
The reason: in Germany and Switzerland they have different sea levels. While in Germany the level of the northsea is taken, the swiss take the level of the mediterranean that is 27cm lower *g*
The engineer knew about it, but instead of raising the bridge on the swiss side, he lowered it, thus resulting in a double failure of 54cm.
User avatar
the.weavster
Addict
Addict
Posts: 1577
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Post by the.weavster »

Metrication gets on my thrupenny-bits
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Imperial or Metric system ?

Post by PB »

> What measurement system do you use ?

In Australia it's metric. Quite frankly, I think it makes more sense because
it's decimal-based (everything's a multiple of 10). Such as:

10 mm = 1 cm.
100 cm = 1 m.
1000 m = 1 km.

And so on.
Doobrey
Enthusiast
Enthusiast
Posts: 218
Joined: Sat Apr 26, 2003 4:47 am
Location: Dullsville..population: me
Contact:

Re: Imperial or Metric system ?

Post by Doobrey »

I just use whatever is easiest to read on the tape measure.. :roll:
Well, it`s easier to say 4 feet instead of 1.22m , or 1m instead of 39 and 3/8ths inches..

It doesn`t help when one person I work for gives me instructions in imperial then someone else asks for things in metric.. :evil:
syntax error
User
User
Posts: 93
Joined: Tue Jan 13, 2004 5:11 am
Location: Midlands , UK

Post by syntax error »

Metric here as well. As PB says, easier to work with.

Compare

What is (25cm + 72cm) / 16cm?

with

What is (2' 3" + 5' 9") / 2' 1" ?
MadMax
Enthusiast
Enthusiast
Posts: 237
Joined: Mon Oct 06, 2003 11:56 am

Post by MadMax »

Depends on what you are doing, for carpentry inches are better than centimetres. :)
Post Reply