Gerd B. Achenbach

Gerd B. Achenbach (born February 11, 1947 in Hameln as Gerd Böttcher) is a German philosopher. He is widely noted for founding the world's first philosophical practice in 1981, a contemporary movement in practical philosophy. He received a doctorate in philosophy under Odo Marquard in 1981.

Philosophical practice

Developing since the 1980s, practitioners of philosophical counseling ordinarily have a doctorate or minimally a master's degree in philosophy and offer their philosophical counseling or consultation services to clients in lieu of, or in conjunction with, more traditional psychotherapy. According to Shlomit C. Schuster, "Achenbach maintains that philosophy is really understood only through its practice, through a personal empathic experience and intellectual cultivation of the subjects of thought".[1]

Bibliography

  • Philosophische Praxis (1984) (German; not yet translated into English)
  • Lebenskönnerschaft (2001) (German; not yet translated into English)
gollark: ????
gollark: <@111608748027445248> I should have fixed it, try now.
gollark: Also, parser combinators are sorely needed.
gollark: What I need to do is make the escape bit handle `\uXXXX` sequences...
gollark: ```luafunction parseString(str) str = str:sub(2) local s = "" while str:sub(1,1) ~= "\"" do local next = str:sub(1,1) str = str:sub(2) assert(next ~= "\n", "Unclosed string") if next == "\\" then local escape = str:sub(1,1) str = str:sub(2) next = assert(decodeControls[next..escape], "Invalid escape character") end s = s .. next end return s, removeWhite(str:sub(2))end```

References

  1. Schuster, Shlomit C. (1999). Philosophy Practice. Greenwood Press. p. 35.

Further reading


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