{ if (!this.player) return; this.time = this.player.currentTime; if (!this.player.paused) { setTimeout(updateTimeFn, this.interval); } }; setTimeout(updateTimeFn, this.interval); gtag('event', 'audio_start', { 'audio_title': '#49 共感と同感', 'audio_url': 'https://listen.style/p/asura/vfg8nxfs', 'audio_current_time': this.time }); }); this.player.addEventListener('timeupdate', () => { this.updateProgressBar(); if (this.hasPlayed && Math.floor(this.time / 30) != Math.floor(this.lastPosition / 30)) { this.updatePosition(); } // 95%以上再生で完了リクエスト送信 if (this.player.duration > 0 && this.time > (this.player.duration * 0.95) && !this.completedSent) { this.completedSent = true; this.updatePosition(); } // 巻き戻しリセット if (this.player.duration > 0 && this.time < (this.player.duration * 0.9)) { this.completedSent = false; } }); this.player.addEventListener('pause', () => { this.playing = false; if (this.hasPlayed) { this.updatePosition(); } }); window.addEventListener('beforeunload', () => { if (this.player && !this.player.paused) this.updatePosition(); }); this.player.addEventListener('ratechange', () => { this.updatePlaybackRate(); }); this.player.addEventListener('loadeddata', () => { if (this._loadeddataTriggered) return; this._loadeddataTriggered = true; this.player.currentTime = this.time; this.lastPosition = this.time; this.player.playbackRate = this.speed; }, { once: true }); }, playEpisode(start) { // console.log('play', this.time); if ((start <= this.player.currentTime) && (this.player.currentTime <= (start + 5))) { if (this.player.paused) { this.player.play(); } return; } this.time = start; this.player.currentTime = this.time; this.player.play(); // console.log(this.time); }, togglePlay() { this.player.paused ? this.player.play() : this.player.pause(); }, updatePosition() { this.lastPosition = this.time; fetch('https://listen.style/p/01h1tkm7j03hdk3kmmmjgrfhsx/01h2jh5cmre4nmczve39qnng21/update_position', { method: 'POST', body: JSON.stringify({ time: this.time }), headers: { 'Content-Type': 'application/json','X-CSRF-TOKEN': 'giF1N2aWbLyLvW2BLCdajsbm8ovbcaY75GiVxHFU'} }); }, updatePlaybackRate() { fetch('https://listen.style/update_playback_rate', { method: 'POST', body: JSON.stringify({ rate: this.player.playbackRate }), headers: { 'Content-Type': 'application/json','X-CSRF-TOKEN': 'giF1N2aWbLyLvW2BLCdajsbm8ovbcaY75GiVxHFU'} }); }, updateTime(t) { if (t < 0) { t = 0; } else if (this.player.duration < t) { t = Math.max(this.player.duration - 3, 0); } this.time = t; this.player.currentTime = t; this.updateProgressBar(); }, updateProgressBar(percent) { if (!percent) { percent = this.time * 100 / this.player.duration; } this.progressBar.style.width = percent + '%'; this.progressBar.parentElement.setAttribute('aria-valuenow', Math.floor(percent)); }, setupKeyboardShortcuts() { document.addEventListener('keydown', (event) => { const playerElement = document.activeElement.tagName === 'INPUT' || document.activeElement.tagName === 'TEXTAREA' || document.activeElement.isContentEditable; if (playerElement) return; // Ignore key events when input or textarea is focused const shiftNotAllowedShortcuts = ['Space', 'KeyK', 'KeyM', 'ArrowLeft', 'ArrowRight', 'KeyJ', 'KeyL', 'KeyS', 'ArrowUp', 'ArrowDown']; if (shiftNotAllowedShortcuts.includes(event.code) && event.shiftKey) { // If shift is pressed and the shortcut should not allow shift, return return; } switch (event.code) { case 'Space': case 'KeyK': event.preventDefault(); this.togglePlay(); break; case 'KeyM': event.preventDefault(); this.player.muted = !this.player.muted; break; case 'ArrowLeft': event.preventDefault(); this.updateTime(this.time - 5); break; case 'ArrowRight': event.preventDefault(); this.updateTime(this.time + 5); break; case 'KeyJ': event.preventDefault(); this.updateTime(this.time - 10); break; case 'KeyL': event.preventDefault(); this.updateTime(this.time + 10); break; case 'KeyS': event.preventDefault(); this.addStar(); break; case 'Period': // > event.preventDefault(); if (event.shiftKey) { this.speed = Math.min(Math.max(parseFloat(this.speed) + 0.1, 0.5), 4.0); this.speed = parseFloat(this.speed); this.player.playbackRate = this.speed; } break; case 'Comma': // < event.preventDefault(); if (event.shiftKey) { this.speed = Math.min(Math.max(parseFloat(this.speed) - 0.1, 0.5), 4.0); this.speed = parseFloat(this.speed); this.player.playbackRate = this.speed; } break; case 'ArrowUp': event.preventDefault(); this.changeVolume(parseFloat(this.volume) + 0.05); break; case 'ArrowDown': event.preventDefault(); this.changeVolume(parseFloat(this.volume) - 0.05); break; default: break; } }); }, changeVolume(volume) { if (this.player && (volume >= 0 && volume <= 1)) { this.volume = volume; this.player.volume = this.volume; } } }" x-init=" window.addEventListener('notify', event => { showNotification(event.detail.message); }); window.addEventListener('replace-text', event => { replaceText(event.detail.searchString, event.detail.replacementString); }); const mediaQuery = window.matchMedia('(prefers-color-scheme: dark)'); if (mediaQuery.matches) { document.documentElement.classList.add('dark'); } setupKeyboardShortcuts(); ">
#49 共感と同感
2023-06-10 08:02

#49 共感と同感

共感力が高めるというと、話を理解する、わかってあげると捉えてしまう人もいるかと思います。

実はそれは全くの別物であるという話をしています。

noteの記事:共感が世界を変えるhttps://note.com/ck_heartfull0809/n/n28cac428ef1e

Instagram:https://www.instagrhttps://www.instagram.com/yusukeshiiki/ am.com/yusukeshiiki/

Twitter:https://twitter.comAwakeningCk

無料メルマガ:https://www.reservestock.jp/subscribe/195881

ナーラーヨガのご紹介https://narayogaclass.wixsite.com/tok

感想

まだ感想はありません。最初の1件を書きましょう!

共感と同感について
こんにちは、しゅらです。
今回のしゅらの今ここラジオは、私が考える共感ということについて、共感とはどういうことを私は考えているかということについて話していきたいと思います。
前回のポッドキャストを聞いてくださった方は、私が共感力を高めるプロジェクトを始めたということを話したので、それを聞いてもらったと思うんですけど、
その中で話した共感とか共感力ということに対して、私がどう思っているかというのを、どう考えているかというのを話していこうと思っています。
まず、共感と聞くと、共感するということは、相手の話を理解する、分かってあげるというふうに捉える方もいるんじゃないかなと思うんですけど、
私は、相手の話に共感するということについては、必ずしも理解する、分かってあげなくてもいいと思っています。
相手の話を理解してあげる、分かってあげるということは、共感ではなく同感だからです。
同感と共感ってどう違うかというと、同感というのは相手の話を分かるということなので、分かることは積極的に関心を持つし、
分からないことは、ちょっと消極的になったり、何て答えていいか分からなくなったり、そういうことがあったりもするんですよね。
それって主体が自分に捨てに置かれてしまっているので、相手に寄り添って話を聞く共感とは違う次元になってしまいます。
共感で一番例にあげると近いのは、相手の話に悩みがあったって、だいだい悩んでるんだね、悩みがあって、こういう理由で悩んでるんですけどって言ったときに、
分かる、俺も前同じような感じで悩んでてっていう話になると思いますね。
俺の時はこうだったよ、だからこうしてみ、そういう解決策を提示してあげたいとか、そういう場面が想像されることが多いと思うんですよ。
逆に分からなかったら、よく分からないな、俺は経験したことないからな、じゃあどうしようかな、どうする?みたいな感じで、
解決策をどうしても分かろうとするあまり。解決策を何とかしようとしてしまうっていうことが起こってくるんですね。
対して共感っていうのは、分からなくてもいいんですよ、究極。
分からないことも分からないなりに受け止めてあげるというか、悩み聞かれたら、こういう理由で悩んでるんですけどって言ったら、
だいだれ君はこういう理由で悩んでて、今悲しい気持ちなんだねとか、こういうことを考えてるんだねとか、
それに対して聞き手が思うこともあると思うんですよ。
それも素直に、俺はこういうふうに今思って、こんなことを感じたんだけど、だい君は今こういうふうに感じてるんだねって。
相手ももちろん認めてあげるし、OKだし、自分もOKだし。
そういう視点で話を聞いてあげるっていうのが共感ということになります。
意外と共感って一言で言ってもいろんなことが混ざってきて、実はちょっと中身が違うっていうこともあり得るので、
共感と同感っていうのは全然違うこと。主体がどちらにあるかっていうのは、話し手にあるか聞き手にあるかっていうのが全然違って、
共感っていうのは話し手に主体を置き続けることでもあるので、その点が非常に違うと思います。
共感と同感の違い
次回は共感しながら話を聞いていくとどうなるのか。
では共感するのは悪いことなの?悪いことじゃないんですけど。
共感のメリットとデメリット
でも共感、理解してあげるということ。一見優しそうに見えるようなこと。
理解しながら話を聞くことによってどういうことがあるのか、それぞれのメリットデメリットを整理しながら話していければと思いますので、
今日は一旦ここまでで終わりにしたいと思います。
ここまで聞いてくださってありがとうございます。
感想やTwitterのDMなどで受け付けていますので、ぜひぜひ感じたことや直接連絡いただけると嬉しいです。
では今日は今、シュラのいまここラジオが以上になります。ありがとうございました。またねー。
チャンネル登録よろしくお願いします。
08:02

コメント

スクロール