As a Korean who being confused by the age counting existed too many at the same time, I am so proud of being together within the international standard. But we will still keep 1 indexed age when it comes to calculating the age of compulsory military service. Anyway I hope it triggers loosening too stubborn age counting hierarchy inside us.
South Korea adopts new law to join the international standard of age counting
111–120 of 138 posts
Re: South Korea adopts new law to join the international standard of age counting
#112As a Korean who being confused by the age counting existed too many at the same time, I am so proud of being together within the international standard. But we will still keep 1 indexed age when it comes to calculating the age of compulsory military service. Anyway I hope it triggers loosening too stubborn age counting hierarchy inside us.
So how old are you? Where did you study?
Re: South Korea adopts new law to join the international standard of age counting
#113Earlier quoted context omitted.
In practice, you normally don't know the exact date of conception, you can only roughly estimate, but any estimate is likely to be a few days out. There are exceptions – e.g. IVF, or the parents know they only did it once and remember the exact date they did it on (but their memories may be fallible, etc). Birth is better because (in developed countries where babies are normally born in hospital) the bureaucracy almo…
Conception as a result of sex can take place up to one week after the act, even if it only happened once.
Re: South Korea adopts new law to join the international standard of age counting
#114Earlier quoted context omitted.
Hold up... I don't mean to be critical of another countrys traditions and ways of counting, but WAT!. If you're born on say December 31st, then the very next day you're considered to be two years old? I can't imaging that it's particular practical to think of some one who has only been alive for a few days as being two years old. It's not even useful if you think of it as the child being "in their second year". Techn…
Their concept of a "two year old" is completely different from our concept. So though the words may translate the same, it's just a different definition. For them, it's equally weird to think that a child would go through a year of life being "0 years old."
Re: South Korea adopts new law to join the international standard of age counting
#115Earlier quoted context omitted.
Yes. I have a sister 15 years younger. My parents still keep her ultrasound plates around. Her ID states she is from this millennium. But yet the timestamps in the plates show she was already here with us in the end of the past millennium. Every time I see them, it gives me an uneasy feeling the way we're used to count our time is just wrong.
But we call it a birth day.
Re: South Korea adopts new law to join the international standard of age counting
#116Earlier quoted context omitted.
We can include a year called 0 in the first century, no problem. All we have to do to get a year 0 is decide that there was one.
For that matter let’s get rid of the asinine BC system and just use negative years AD. The thing that gets me is that when they invented the CE notation, they went to the trouble of inventing a “BCE” notation for BC. Talk about snatching defeat from the jaws of victory! Also while we are fixing broken modular arithmetic, let’s add a proper modulo division operator to all the languages that got % wrong :)
Re: South Korea adopts new law to join the international standard of age counting
#117Yet another battle won in the 0 indexing vs. 1 indexing war
I prefer calling it "floor-index" vs "ceil-index" rather than 0/1 or offset/count based
floor(1) = 1 and ceil(1) = 1 so I'm not sure how your names apply.
Re: South Korea adopts new law to join the international standard of age counting
#118Earlier quoted context omitted.
America is a free country. If you want to use metric units there, go for it. Most packaging and standards already reflect metric. But many don't, and many people may be confused. Be the change you want.
> America is a free country. If you want to use metric units there, go for it. Most packaging and standards already reflect metric. Under 16 CFR § 500.8, metric-only labelling is illegal in the US for many categories of consumer products. Does any other country make metric-only labelling illegal? https://www.law.cornell.edu/cfr/text/16/500.8
1. beer and cider (not e.g. wine, spirits or non-alcoholic beverages) must be sold by the pint, half pint, or third of a pint (strong beers and at tasting festivals mostly) when delivered "draught" ie they pump it into a glass, rather than handing you a can or bottle.
2. milk can be sold by the pint in re-usable containers (typically glass bottles for the purpose). I'm not sure this is actually mandated by law, but since it depends on the containers even if it wasn't you can't easily switch.
3. precious metals like gold, silver and platinum, are sold by the troy ounce.
The Brexiteers would probably like to push harder on this, but they're old and their "brave" economic experiment is a colossal failure, so "Let's make things worse" went off the agenda pretty firmly, now it's all about rescuing some sort of dignity from the mess.
Re: South Korea adopts new law to join the international standard of age counting
#119Earlier quoted context omitted.
The birth is clear and defined day. Trying to guess when the fetus was conceived would be ridiculous.
Yeah, and why stop there - you need to combine dates of sperm creation and egg creation, in the end fertilized egg is just a result of those 2 combining. Since eggs are created somewhere around development of the fetus IIRC, welcome to madness
yeah.. everyone gets an extra ~30 years of "age"
Re: South Korea adopts new law to join the international standard of age counting
#120Earlier quoted context omitted.
I prefer calling it "floor-index" vs "ceil-index" rather than 0/1 or offset/count based
Both 0 and 1 indexing aim to answer the question: "what is the index of the 1st element?" floor(1) = 1 and ceil(1) = 1 so I'm not sure how your names apply.