Ingrid Lukas

Ingrid Lukas (born 20 August 1984 in Tallinn, Estonia) is an Estonian singer-songwriter, pianist and composer, residing in Switzerland. She featured as part of the Swiss Government's official House of Switzerland entertainment series for athletes and the public at the 2012 Summer Olympics in London.[1]

Ingrid Lukas
Born (1984-08-20) 20 August 1984
Tallinn, Estonia
Occupation(s)Singer, pianist and composer
InstrumentsVocals and piano
Websitewww.ingridlukas.com

Biography

Ingrid Lukas spent her childhood in Estonia. According to friend and sometime collaborator Bugge Wesseltoft, she "began her music career" as a five-year-old, participating in the Baltic Way demonstrations in 1989.[1]

She studied piano three years at the Tallinn Music High School, before moving to Switzerland in 1994. Since then she has been living in Zürich.[2] In 2007 she graduated from the HMT Zürich (Hochschule für Musik und Theater) as a vocal teacher of pop-jazz music.[3]

Many of her songs include lyrics in her native Estonian.[1]

In May 2013 she was selected by the Estonian Ministry of Foreign Affairs and the Estonian Embassy to participate in the European Month of Culture in Washington, D.C.. Lukas performed at the American University with Michel Gsell.[4]

Discography

Albums
  • We Need to Repeat – (Ronin Rhythm Records, 2009)
  • Silver Secrets (Universal Music, 2011)
  • Demimonde (Ronin Rhythm Records, 2015)
Singles
  • Solitude – Metamorphosis feat. Ingrid Lukas (Double Moon Records & Jazzthing, 2009)
  • No LieDJ Tatana feat. Ingrid Lukas (2012)

Awards

  • 2015/2016 "Werkjahr" (career award) from the city of Zürich
  • 2012 2nd Prize of Estonian Music Awards
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

  1. Ingrid Lukas Archived 15 August 2012 at the Wayback Machine (House of Switzerland, London 2012)
  2. Ingrid Lukas — "The forest, the sea, the roots and me" by Stuart Garlick (Estonian World, 14 May 2013)
  3. "Biography". Ingrid Lukas. Archived from the original on 12 September 2014. Retrieved 19 August 2013.
  4. Foreign Ministry Coming Events: 13–19 May 2013 (Ministry of Foreign Affairs (Estonia), May 2013)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.