Go Arisue

Go Arisue (有末 剛, Arisue Gō) is one of the world's top kinbakushi (Japanese bondage artists).

Born in 1954 he became interested in rope bondage at an early age inspired by paintings of the legendary bondage artist Seiu Ito and the works of Akira Minomura.

His career began in the 1970s when he worked for SM magazines like SM Select and SM Fan. He also did the bondage for movies, including the erotic romance Angel Guts:"Akai Nawa Hateru Made" (Until the Red Rope Runs Out), directed by Suzuki Junichi in 1987.[1] In 2004 he did the rope work and appeared in the movie Flower and Snake, starring Aya Sugimoto and directed by Takashi Ishii.[2][3] This was a remake of the 1974 film Flower and Snake, a soft-core classic based on the SM novel by Oniroku Dan. He is also featured in Bakushi, a documentary about the art of Japanese bondage, by Ryūichi Hiroki.[4]

Today Arisue lives in Tokyo and works as a kinbaku performer, tutor and author, occasionally giving workshops abroad.[5]

Works

  • Kinbakushi A's Ecstasy And Gloom, Ohta Publishing, 2008
  • Arisue's Kinbaku Theory and Practices, Sanwa Publishing, 2008
  • Kinbaku Mind and Techniques 1, Jugoya, 2009
  • Kinbaku Mind and Techniques 2 (Floor Works 1), Jugoya, 2009
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!
gollark: I'm unlikely to have stupidly large autocrafting trees.
gollark: As long as it doesn't take more than a second it fits within my performance goals.

References

  1. "Arisue Go official website". Archived from the original on 2010-04-11. Retrieved 2010-04-05.
  2. "Hana to hebi (2004)". IMDb. Retrieved 2010-04-05.
  3. Robert Michael Poole (2008-01-18). "Cool Erotica". Metropolis (free magazine). Archived from the original on 2009-12-27. Retrieved 2011-05-03.
  4. "Bakushi (2007)". IMDb. Retrieved 2010-04-05.
  5. "Schwelle 7: Arisue Go (Tokyo)" (in German and English). Archived from the original on 2010-04-18. Retrieved 2010-04-05.



This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.