Fa Yin Haau Yu
Fa1 Yin4 Haau2 Yu5 (花言.巧語; Flower Talk) is Candy Lo's 8th studio album. It was released on November 28, 2003. For this album Candy Lo worked together with Hong Kong producer Kubert Leung (梁翹柏) with whom she worked on previous albums, such as Tong Gwo Hong Hung (糖果航空; Candy's Airline), as well.
Fa1 Yin4 Haau2 Yu5 (花言.巧語; Flower Talk) | ||||
---|---|---|---|---|
Studio album by | ||||
Released | November 28, 2003 | |||
Recorded | Hong Kong | |||
Genre | C-pop, rock | |||
Label | Sony BMG Music Entertainment (Hong Kong) | |||
Producer | Kubert Leung, Candy Lo | |||
Candy Lo chronology | ||||
|
Track listing
CD 1
Part I
- "複合" Fuk1 Hap6 (Compound) - 1:05
- "秘密花園" Bei3 Mat6 Fa1 Yun4 (Secret Garden) - 3:32
- "落地開花" Lok6 Dei6 Hoi1 Fa4 (Flower Blossoms When It Falls To The Ground) - 2:30
- "刺" Chi3 (Thorn) - 3:37
- "命犯桃花" Ming6 Faan6 Tou4 Fa1 (Life Violates Peach Blossoms) - 3:41
Part II
- "斷腸" Dyun5 Cheung4 (Broken Heart) - 0:54
- "花奴" Fa1 Nou4 (Flower Slave) - 3:14
- "逆插玫瑰" Yik6 Chaap3 Mui4 Gwai3 (Rose Upside Down) - 3:27
- "暗花" Am3 Fa1 (Hidden Flower – Slush Fund) - 3:34
- "暗花2" Am3 Fa1 (Hidden Flower – Slush Fund 2) - 2:58
Part III
- "朝陽" Chiu4 Yeung4 (Morning Sun - Chaoyang) - 0:57
- "花瓶" Fa1 Ping4 (Vase - Superficial) - 3:16
- "風吹不走笑容" Fung1 Cheui1 Bat1 Jau2 Siu3 Yung4 (The Wind Can't Blow Away A Smile) 3:06
- "滿天飛" Mun5 Tin1 Fei1 (Flying All Through The Sky) 4:08
CD 2
Part IV
- "百合" Bǎi Hé (Lily) - 0:37
- "黑水仙" Hēi Shuǐ Xiān (Black Daffodil) 2:31
- "落地開花 Celtic X'mas Mix" Lok6 Dei6 Hoi1 Fa4 (Flower Blossoms When It Falls To The Ground) - 13:26
VCD
- "落地開花"
- "逆插玫瑰"
- "命犯桃花"
gollark: There's also sandboxing of user code, so people can hit ctrl+w easily to wipe everything.
gollark: Well, yes, but it blocks BlahOS.
gollark: ```lua-- Ensure code does not contain evil/unsafe things, such as known browsers, bad OSes or Siri. For further information on what to do if Siri is detected please consult https://pastebin.com/RM13UGFa line 2 and/or the documentation for PS#ABB85797 in this file.function potatOS.check_safe(code) local lcode = strip_comments(string.lower(code)) for category, list in pairs(banned) do for _, thing in pairs(list) do if string.find(lcode, '[^"]' .. string.lower(thing)) then --local ok, err = pcall(potatOS.make_paste, ("potatOS_code_sample_%x"):format(0, 2^24), code) --local sample = "[error]" --if ok then sample = "https://pastebin.com/" .. err end local text = string.format([[This program contains "%s" and will not be run.Classified as: %s.%sIf you believe this to be in error, please contact the potatOS developers.This incident has been reported.]], thing, category, category_descriptions[category]) potatOS.report_incident(string.format("use of banned program classified %s (contains %s).", category, thing), {"safety_checker"}, { code = code, extra_meta = { program_category = category, program_contains = thing, program_category_description = category_descriptions[category] } }) return false, function() printError(text) end end end end return trueend```
gollark: There's a bit of code in `load` which checks user code for stuff which looks like known virii/bad OSes.
gollark: I may need to improve the potatOS antivirus.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.