The Swell Head

The Swell Head (also known as The Swelled Head and Eddie Foy, Jr., with Bessie Love in The Swelled Head)[4][5][6] is a 1928 American romantic musical[7] short starring Eddie Foy Jr. and Bessie Love, directed by Foy's brother Bryan. Variety mused that "this may be the first backstage sound short."[2]

The Swell Head
Directed byBryan Foy[1]
Screenplay byHugh Hubert[2][3]
StarringEddie Foy Jr.
Bessie Love
Production
company
Release date
  • March 1928 (1928-03) (U.S.)[4]
Running time
18 minutes;[2] 2 reels[3]
CountryUnited States
LanguageEnglish

The film is preserved at the UCLA Film and Television Archive.[4]

Plot

A young man (Foy) and woman (Love) perform a vaudeville act multiple times a day. The young man's ego makes their collaboration difficult. When he is made aware of this, he changes his ways, and the pair fall in love.[2][3]

Cast

Soundtrack

Production

A plagiarism lawsuit was filed against the studio.[6]

Release and reception

Though it was a short film, because it was a sound film, it headlined at some theaters.[9] The film had its New York premiere at the Strand Theatre.[2]

Foy and Love received high praise for their performances,[2][3] and the film left open the possibility for sequel shorts.[2]

gollark: It allocates memory and doesn't consider it a side effect.
gollark: I didn't do any horrible homoglyph hacks with THAT.
gollark: It uses the function, yes.
gollark: So, I finished that to highly dubious demand. I'd like to know how #11 and such work.
gollark: > `x = _(int(0, e), int(e, е))`You may note that this would produce slices of 0 size. However, one of the `e`s is a homoglyph; it contains `2 * e`.`return Result[0][0], x, m@set({int(e, 0), int(е, e)}), w`From this, it's fairly obvious what `strassen` *really* does - partition `m1` into 4 block matrices of half (rounded up to the nearest power of 2) size.> `E = typing(lookup[2])`I forgot what this is meant to contain. It probably isn't important.> `def exponentiate(m1, m2):`This is the actual multiplication bit.> `if m1.n == 1: return Mаtrix([[m1.bigData[0] * m2.bigData[0]]])`Recursion base case. 1-sized matrices are merely multiplied scalarly.> `aa, ab, ac, ad = strassen(m1)`> `аa, аb, аc, аd = strassen(m2)`More use of homoglyph confusion here. The matrices are quartered.> `m = m1.subtract(exponentiate(aa, аa) ** exponentiate(ab, аc), exponentiate(aa, аb) ** exponentiate(ab, аd), exponentiate(ac, аa) ** exponentiate(ad, аc), exponentiate(ac, аb) ** exponentiate(ad, аd)) @ [-0j, int.abs(m2.n * 3, m1.n)]`This does matrix multiplication in an inefficient *recursive* way; the Strassen algorithm could save one of eight multiplications here, which is more efficient (on big matrices). It also removes the zero padding.> `m = exponentiate(Mаtrix(m1), Mаtrix(m2)) @ (0j * math.sin(math.asin(math.sin(math.asin(math.sin(math.e))))), int(len(m1), len(m1)))`This multiples them and I think also removes the zero padding again, as we want it to be really very removed.> `i += 1`This was added as a counter used to ensure that it was usably performant during development.> `math.factorial = math.sinh`Unfortunately, Python's factorial function has really rather restrictive size limits.> `for row in range(m.n):`This converts back into the 2D array format.> `for performance in sorted(dir(gc)): getattr(gc, performance)()`Do random fun things to the GC.

References

Citations
  1. Love 1977, p. 153
  2. "Film Reviews: Talking Shorts". Variety. August 1, 1928. p. 12.
  3. "Short Subject Reviews". The Film Daily. August 5, 1928. p. 7.
  4. "Eddie Foy, Jr., with Bessie Love in The swell head / the Vitaphone Corp ; Hugh Herbert ; Murray Roth ; director, Brian Foy?". UCLA Library Film & Television Archive.
  5. Catalog of Copyright Entries, Cumulative Series: Motion Pictures 1912–1939. Copyright Office, The Library of Congress. 1951. p. 214.
  6. Liebman, Roy (May 20, 2015). Vitaphone Films: A Catalogue of the Features and Shorts. McFarland. ISBN 978-1-4766-0936-2.
  7. Love 1977, p. 111
  8. Bradley, Edwin M. (June 14, 2015). "Warner Bros. / Vitaphone". The First Hollywood Sound Shorts, 1926–1931. McFarland. p. 435. ISBN 978-1-4766-0684-2.
  9. "Key City Reports". Motion Picture News. September 8, 1928. p. 798.
Works cited
  • Love, Bessie (1977). From Hollywood with Love: An Autobiography of Bessie Love. London: Elm Tree Books. OCLC 734075937.CS1 maint: ref=harv (link)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.