Rosebud (2019 film)
Rosebud (Korean: 그대 이름은 장미) is a 2019 South Korean comedy film directed by Jo Seok-hyun. It was released on January 16, 2019.[3][4][5]
Rosebud | |
---|---|
Theatrical release poster | |
Hangul | 그대 이름은 장미 |
Revised Romanization | Geudae Ireumeun Jangmi |
Directed by | Jo Seok-hyun |
Written by | Hong Eun-mi |
Starring | Yoo Ho-jeong |
Production company | MCMC |
Distributed by | Little Big Pictures[1] |
Release date |
|
Running time | 125 minutes |
Country | South Korea |
Language | Korean |
Box office | US$623,431[2] |
Plot
Set between the late 1970s and present day, the story follows a woman named Hong Jang-mi who dreams to become a singer.
Cast
- Yoo Ho-jeong as Hong Jang-mi
- Ha Yeon-soo as Hong Jang-mi (young)
- Park Sung-woong as Myung-hwan
- Lee Won-keun as Myung-hwan (young)
- Oh Jung-se as Soon-cheol
- Choi Woo-shik as Soon-cheol (young)
- Chae Soo-bin as Hyun-ah
- Park Joon-myun as Kang-ja
- Jo Soo-yeon as Kang-ja (young)
- Yoon Bok-in as Mi-ran
- Oh Ha-nee as Mi-ran (young)
- Lee Jun-hyeok as Chief Oh
- Hwang Seok-jeong as Han Myung-hee
- Kim Jung-hyun as Woo-seong
- Ri Min as Factory manager
- Woo Jung-kook as Kan-ja's husband
- Oh Woo-jin as Woo Sung's friend
- Jang Tae-sung as Car accident man (cameo)
- Kim Gi-deok as Radio DJ voice (cameo)
- Kim Min-jong as Radio DJ voice (cameo)
- Lee Ji-ae as Broadcaster (special appearance)
Production
Principal photography began on January 29, 2016, and wrapped on April 30, 2016.[6]
gollark: The embed says "no" on heav's website, fix?
gollark: This is not ideal. How can we use more without boring things like cryptominers?
gollark: Okay, this might fix it, pushed.
gollark: If the issue is what I think it could be, then it's accidentally dropping? data on the threshold of the rolling counter region incorrectly.
gollark: ```nimproc pollTargets(ctx: Ctx) {.async.} = for row in ctx.db.all("SELECT * FROM sites"): var (id, url, rollingTotalPings, rollingSuccessfulPings, rollingLatency, rollingDataSince) = row.unpack((int64, string, int64, int64, int64, Option[Time])) let res = await ctx.pollTarget(url) let threshold = getTime() # drop old data from rolling counters if rollingDataSince.isSome: for row in ctx.db.iterate("SELECT status, latency FROM reqs WHERE timestamp >= ? AND timestamp <= ? AND site = ?", rollingDataSince.get, threshold, id): let (statusRaw, latency) = row.unpack((int, int)) rollingTotalPings -= 1 rollingLatency -= latency if statusRaw <= 0: rollingSuccessfulPings -= 1 # add new data rollingTotalPings += 1 rollingLatency += res.latency if int(res.rtype) <= 0: rollingSuccessfulPings += 1 ctx.db.transaction: ctx.db.exec("UPDATE sites SET rc_total = ?, rc_success = ?, rc_latency = ?, rc_data_since = ? WHERE sid = ?", rollingTotalPings, rollingSuccessfulPings, rollingLatency, threshold, id) ctx.db.exec("INSERT INTO reqs (site, timestamp, status, latency) VALUES (?, ?, ?, ?)", id, getTime(), int(res.rtype), res.latency)```This is the core algorithm.
References
- "유호정, '써니'→'그대 이름은 장미'로 7년만에 스크린 복귀". No1.축구전문 콘텐츠 기업 스포탈코리아. 11 December 2018.
- "ROSEBUD (2019)". Korean Film Biz Zone.
- "그대 이름은 장미".
- "Daum영화 <그대 이름은 장미>".
- "Rosebud (2018)". english.chosun.com. Retrieved 18 January 2019.
- "KoBiz (Korean Film Biz Zone)". www.kobiz.or.kr.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.