",tipClass:"tooltip"},addEffect:function(t,o,n){e[t]=[o,n]}};var e={toggle:[function(t){var e=this.getConf(),o=this.getTip(),n=e.opacity;n<1&&o.css({opacity:n}),o.show(),t.call()},function(t){this.getTip().hide(),t.call()}],fade:[function(t){var e=this.getConf();this.getTip().fadeTo(e.fadeInSpeed,e.opacity,t)},function(t){var e=this.getConf();this.getTip().fadeOut(e.fadeOutSpeed,t)}]};function o(e,o,n){var i=n.relative?e.position().top:e.offset().top,s=n.relative?e.position().left:e.offset().left,r=n.position[0];i-=o.outerHeight()-n.offset[0],s+=e.outerWidth()+n.offset[1],/iPad/i.test(navigator.userAgent)&&(i-=t(window).scrollTop());var a=o.outerHeight()+e.outerHeight();"center"===r&&(i+=a/2),"bottom"===r&&(i+=a),r=n.position[1];var l=o.outerWidth()+e.outerWidth();return"center"===r&&(s-=l/2),"left"===r&&(s-=l),{top:i,left:s}}function n(n,i){var s,r,a=this,l=n.add(a),c=0,f=0,u=n.attr("title"),d=n.attr("data-tooltip"),h=e[i.effect],p=n.is(":input"),g=p&&n.is(":checkbox, :radio, select, :button, :submit"),v=n.attr("type"),w=i.events[v]||i.events[p?g?"widget":"input":"def"];if(!h)throw'Nonexistent effect "'+i.effect+'"';if(2!=(w=w.split(/,\s*/)).length)throw"Tooltip: bad events configuration for "+v;n.on(w[0],(function(t){clearTimeout(c),i.predelay?f=setTimeout((function(){a.show(t)}),i.predelay):a.show(t)})).on(w[1],(function(t){clearTimeout(f),i.delay?c=setTimeout((function(){a.hide(t)}),i.delay):a.hide(t)})),u&&i.cancelDefault&&(n.removeAttr("title"),n.data("title",u)),t.extend(a,{show:function(e){if(!s&&(d?s=t(d):i.tip?s=t(i.tip).eq(0):u?s=t(i.layout).addClass(i.tipClass).appendTo(document.body).hide().append(u):(s=n.next()).length||(s=n.parent().next()),!s.length))throw"Cannot find tooltip for "+n;if(a.isShown())return a;s.stop(!0,!0);var p=o(n,s,i);if(i.tip&&s.html(n.data("title")),(e=t.Event()).type="onBeforeShow",l.trigger(e,[p]),e.isDefaultPrevented())return a;p=o(n,s,i),s.css({position:"absolute",top:p.top,left:p.left}),r=!0,h[0].call(a,(function(){e.type="onShow",r="full",l.trigger(e)}));var g=i.events.tooltip.split(/,\s*/);return s.data("__set")||(s.off(g[0]).on(g[0],(function(){clearTimeout(c),clearTimeout(f)})),g[1]&&!n.is("input:not(:checkbox, :radio), textarea")&&s.off(g[1]).on(g[1],(function(t){t.relatedTarget!=n[0]&&n.trigger(w[1].split(" ")[0])})),i.tip||s.data("__set",!0)),a},hide:function(o){return s&&a.isShown()?((o=t.Event()).type="onBeforeHide",l.trigger(o),o.isDefaultPrevented()?void 0:(r=!1,e[i.effect][1].call(a,(function(){o.type="onHide",l.trigger(o)})),a)):a},isShown:function(t){return t?"full"===r:r},getConf:function(){return i},getTip:function(){return s},getTrigger:function(){return n}}),t.each("onHide,onBeforeShow,onShow,onBeforeHide".split(","),(function(e,o){"function"==typeof i[o]&&t(a).on(o,i[o]),a[o]=function(e){return e&&t(a).on(o,e),a}}))}t.fn.tooltip=function(e){var o=this.data("tooltip");return o||("string"==typeof(e=t.extend(!0,{},t.tools.tooltip.conf,e)).position&&(e.position=e.position.split(/,?\s/)),this.each((function(){o=new n(t(this),e),t(this).data("tooltip",o)})),e.api?o:this)}}(jQuery),function(t){var e=t.tools.tooltip;e.dynamic={conf:{classNames:"top right bottom left"}},t.fn.dynamic=function(o){"number"==typeof o&&(o={speed:o}),o=t.extend({},e.dynamic.conf,o);var n,i=t.extend(!0,{},o),s=o.classNames.split(/\s/);return this.each((function(){var e=t(this).tooltip().onBeforeShow((function(e,o){var r=this.getTip(),a=this.getConf();n||(n=[a.position[0],a.position[1],a.offset[0],a.offset[1],t.extend({},a)]),t.extend(a,n[4]),a.position=[n[0],n[1]],a.offset=[n[2],n[3]],r.css({visibility:"hidden",position:"absolute",top:o.top,left:o.left}).show();var l=t.extend(!0,{},i),c=function(e){var o=t(window),n=o.width()+o.scrollLeft(),i=o.height()+o.scrollTop();return[e.offset().top<=o.scrollTop(),n<=e.offset().left+e.width(),i<=e.offset().top+e.height(),o.scrollLeft()>=e.offset().left]}(r);(function(t){for(var e=t.length;e--;)if(t[e])return!1;return!0})(c)||(c[2]&&(t.extend(a,l.top),a.position[0]="top",r.addClass(s[0])),c[3]&&(t.extend(a,l.right),a.position[1]="right",r.addClass(s[1])),c[0]&&(t.extend(a,l.bottom),a.position[0]="bottom",r.addClass(s[2])),c[1]&&(t.extend(a,l.left),a.position[1]="left",r.addClass(s[3])),(c[0]||c[2])&&(a.offset[0]*=-1),(c[1]||c[3])&&(a.offset[1]*=-1)),r.css({visibility:"visible"}).hide()}));e.onBeforeShow((function(){var t=this.getConf();this.getTip();setTimeout((function(){t.position=[n[0],n[1]],t.offset=[n[2],n[3]]}),0)})),e.onHide((function(){this.getTip().removeClass(o.classNames)})),ret=e})),o.api?ret:this}}(jQuery),function(t){var e=t.tools.tooltip;t.extend(e.conf,{direction:"up",bounce:!1,slideOffset:10,slideInSpeed:200,slideOutSpeed:200,slideFade:!0});var o={up:["-","top"],down:["+","top"],left:["-","left"],right:["+","left"]};e.addEffect("slide",(function(t){var e=this.getConf(),n=this.getTip(),i=e.slideFade?{opacity:e.opacity}:{},s=o[e.direction]||o.up;i[s[1]]=s[0]+"="+e.slideOffset,e.slideFade&&n.css({opacity:0}),n.show().animate(i,e.slideInSpeed,t)}),(function(e){var n=this.getConf(),i=n.slideOffset,s=n.slideFade?{opacity:0}:{},r=o[n.direction]||o.up,a=""+r[0];n.bounce&&(a="+"===a?"-":"+"),s[r[1]]=a+"="+i,this.getTip().animate(s,n.slideOutSpeed,(function(){t(this).hide(),e.call()}))}))}(jQuery)
カント先生とセックス (1) いちおう「人間性の定式」の確認
2014.07.28
哲学者・倫理学者といえばカント先生。しかしそのカント先生を専門的に勉強していた人が犯罪で逮捕されたというので話題になっているようです。まあ正直なところまったく同世代なのでいろいろ考えちゃいます。でもまあ別に倫理学勉強したから犯罪しなくなるってわけじゃないですからね。物理学勉強したってビルから飛んだら落ちるし、医学や生物学勉強したって100年ぐらい生きたら死んでしまう。私には因果関係とかよくわからんですし、限られた報道からは容疑者の人がどういうことを考えていたのかは想像もつかない。
しかしまあカント先生は本当に影響力のある先生で、道徳の一番基本的な形は「あなたは、あなた自身のうちにあるものにせよ、他の人のうちにあるものにせよ、その人間性を単なる手段として扱わず、常に同時に目的として扱いなさい」っていうものだっていうのは(もうちょっと別の訳の仕方もありますが)、倫理学者の言葉で一番有名な文句になってます。「定言命法の人間性の定式」とか呼ばれてる。おそらく一番有名なんじゃないですかね。これより有名なのはイエス様の「あなたがしてほしいように他の人にしなさい」とか孔子様の「汝の欲せざることを人に為すことなかれ」ぐらいになっちゃって預言者聖人はては神様の領域になってしまう。
しかしこの「単なる手段としてではなく〜」ってやつはけっこう解釈が難しくて、これがどういう意味かってことと、カント先生はなぜそうしなきゃならないって考えたのか、ってことをすっきり説明できれば哲学の修士論文としては十分すぎるくらいになってしまう。博士論文でもいけるだろう。実はわたしはうまく説明できません。
でもまあぱっと見たらわかることもある。とりあえず人を手段・道具として使ったらいかんのだな、と。性犯罪とかってのは(上の犯罪は誘拐や監禁でしょうから性犯罪なのかどうかよくわかりませんが)、他人を自分の性的な目的、性的な快楽のための単なる道具とすることだ。もう相手の気持ちとかどうでもいいから、あれをあれしてあれしてしまいたい、とそういうことでしょうからね。性犯罪だけじゃなく、多くの不道徳な行動ってのがけっきょくは他人をなんらかの利己的な目的のための道具とすることなのだ、というのはまあわかる気がします。
「常に同時に目的として」の方はちょっとわかりにくい。授業していても一番難しいのはここですね。私はまあ標準的な解釈として、「その人の自由、自律、自己決定を尊重するということなのだ」ぐらいでお茶を濁しています。実はそんなうまくいかないんですが。他人を道具として使わないってことは、自分の目的の手段として使わないということで、その人の自由な意思を尊重することだ、ぐらいに読むんですね。私らは社会のなかでいろいろ他人を手段として使わないと生きていけない。床屋さんにいったら床屋さんを自分の髪の毛を短くするという目的のための手段として使うことになる。でも床屋さんは自由意思で床屋さんになることを選び、そういうサービスを提供することで私から4000円もらいたいと思っていて、サービスを提供してくれる。床屋さんのそういう意思を尊重して髪切ってもらって4000円払うことによって、私は床屋さんを単なる手段としてではなく同時に目的として扱うことになるのです、ぐらい。
まあそんで、この「人間性の定式」っていうのは非常に影響力があって、それ以降のふつうの人びとの道徳的な思考に巨大な影響を与えてるんじゃないかと思いますね。「人を道具として扱うな!」ってのはまさにフランス革命から19世紀〜20世紀にかけての奴隷解放とか女性解放とかそういうのの原動力になっている信念です。カント先生のころはまだ身分とか奴隷とかあった時代ですからね。
セックスの哲学にもこの「道具として扱うな!」てのはすごい大きな影響を与えてます。たとえば、痴漢強姦はもちろん、売春とかってのが批判されるのは、お金で女性を性的快楽のための道具とするからだ、っていう考え方ですね。あるいは専業主婦とかってのも家事とセックスのための道具として妻を見ているのだ、とか。グラビアアイドルも女性をモノとして見ていて許せん、ミスコンも女を商品として扱ってる!現代的な感じではこれは「モノ化」「物象化」objectificationの問題と呼ばれていてすごくおもしろいネタです。
カント先生のセックス哲学がおもしろいのは、強姦とか誘拐監禁だけじゃなくて、実は結婚してない人びとがするセックスはぜんぶだめ、それにマスターベーションとかも許せん、って主張していることなんですが、今日はこれくらいで。続きます。
「モノ化」については昔1本論文書いて、最初の方でカント先生の文章紹介しているので、だめな論文ですがよかったら読んでみてください。ここらへんからセックスの哲学・倫理学やりたいと思ってたんですが、なかなかうまいこといかないんですよね。
http://repo.kyoto-wu.ac.jp/dspace/bitstream/11173/380/1/0130_009_008.pdf
カント
中央公論新社
売り上げランキング: 131,743
Views: 240
")).children()[0],x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),n=t-i)},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.width
W(C(n),C(o))?s.important="horizontal":s.important="vertical",f.using.call(this,t,s)}),r.offset(x.extend(h,{using:t}))})):h.apply(this,arguments)},x.ui.position={fit:{left:function(t,e){var i,n=e.within,o=n.isWindow?n.scrollLeft:n.offset.left,n=n.width,s=t.left-e.collisionPosition.marginLeft,r=o-s,l=s+e.collisionWidth-n-o;e.collisionWidth>n?0o?0",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=c++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,n,o,s=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(s={},t=(i=t.split(".")).shift(),i.length){for(n=s[t]=x.widget.extend({},this.options[t]),o=0;o
タイトルとURLをコピーしました
コメント