Waightman Washbond

Waightman Alan "Bud" Washbond (March 30, 1924 - August 18, 2006) was an American soldier and bobsledder. He was the son of Alan Washbond, a gold medalist in the two-man bobsleigh event at the 1936 Winter Olympics in Garmisch-Partenkirchen.

Military career

A native of Keene Valley, New York, Washbond participated in World War II in the 101st Airborne Division in the 327th Glider Infantry.[1] While in the 101st Airborne, he participated in the Siege of Bastogne during the Battle of the Bulge.[1]

Bobsleigh career

Following World War II, Washbond followed in his father's footsteps and competed in the Winter Olympics as a bobsledder.[1] Competing in two games, he earned his best finish of fifth in the two-man event at Cortina d'Ampezzo in 1956.[1][2][3]

Personal life

Washbond was a hunter and outdoorsman who also was a fan of the New York Giants (football), New York Yankees, and the University of Connecticut basketball teams.[1]

Death

Washbond died on August 18, 2006 in Wethersfield, Connecticut.[1] He was survived by his second wife of 27 years, one son, three stepsons, 12 grandchildren, and numerous nieces and nephews.[1]

gollark: This lets me do this```javascriptconst getPage = name => SQL`SELECT * FROM pages WHERE name = ${name} ORDER BY updated DESC LIMIT 1`.get() || null```*without* the glaring SQL injection vulnerabilities!
gollark: ```javascriptexport const SQL = (strings, ...params) => { const sql = strings.join("?") let stmt const cachedValue = preparedStatements.get(sql) if (!cachedValue) { stmt = DB.prepare(sql) preparedStatements.set(sql, stmt) } else { stmt = cachedValue } return { get: () => stmt.get.apply(stmt, params), run: () => stmt.run.apply(stmt, params), all: () => stmt.all.apply(stmt, params), statement: stmt }}```observe some stuff from my code.
gollark: I've never written that.
gollark: They do have more brackets though, sadly.
gollark: Even my (Node.)JS programs are probably faster.

References

  1. D'Espo Funeral Home announcement of Washbond's 2006 death. - accessed May 8, 2008.
  2. Wallechinsky, David (1984). "Bobsled:Two-man". In The Complete Book of the Olympics: 1896-1980. New York: Penguin Books. pp. 558-9.
  3. 1956 bobsleigh two-man results
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.