1. しゅらの"今ここ"ラジオ!
  2. #52 ダブルバインド
{ 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': '#52 ダブルバインド', 'audio_url': 'https://listen.style/p/asura/mq0qydhj', '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/01h3s78sps7w4hv1db77wpm5mh/update_position', { method: 'POST', body: JSON.stringify({ time: this.time }), headers: { 'Content-Type': 'application/json','X-CSRF-TOKEN': 'xe8C0Y7ajjjrNaEXPvsb5gMHtOHgmqIWDZrmsV7x'} }); }, 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': 'xe8C0Y7ajjjrNaEXPvsb5gMHtOHgmqIWDZrmsV7x'} }); }, 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(); ">
#52 ダブルバインド
2023-06-25 07:38

#52 ダブルバインド

自己肯定感を下げるどころか、感情表現も疎かにしてしまうダブルバインド。たとえば、パートナーにイラッとして、怒っているのに、「怒ってない!」「何でもない!」と語気を強めてしまう。これはダブルバインドですね。       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件を書きましょう!

サマリー

脳の違いについて、メラビアンの法則を用いて説明されました。また、大人がダブルバインドを行うと、子どもが嫌悪感や違和感を引き起こし、自己肯定感や感情表現が難しくなる可能性があることが指摘されました。

子どもと大人の脳の違い
前回からの続き
子どもが見ている、感じている世界と、大人が見ている、感じている世界は明らかに違って、
というのも、メラビアンの法則という、コミュニケーションの法則があるんですけど、
人は非言語のコミュニケーション、身振り手振りとか、仕草とか、そういうものですね。
視覚的な情報から、10割、非言語のところで受け取っていて、残りの8から10%は、その声だったり、話している内容から受け取っている。
という法則というか、学習的に調べた方がいらっしゃるんですね。
特に、子どもは敏感なんですよね。仕草だとか、声の感じとかに敏感なんですよ。
使っている脳が違って、敏感に察知しているんですよ。
例えば、赤ちゃんは言語的には通じないわけですけど、言葉を覚えていないので、
でも、お父さんの雰囲気を感じ取って、やばいとか、お母さんお父さんが悲しんでいるとか思うと、泣いたりするわけなんですね。
赤ちゃんは泣くということしか表現する方法がないので、泣くんですけど、
おそらく、いろんな感情は伝わっていたりすると思うんですよ。
それは、僕の子育ての経験だったり、他の書籍を見たりすることが多いので、科学的に論文で証明されていますとまでは言えないんですけど、
それだけ子どもと大人の脳は違うんですね。
ダブルバインドと自己肯定感
そんな中で、例えば大人が、本当は自分がこうしてほしいと思っていることに対して、子どもができていない。
だけど、肯定感を育てるためには、否定しちゃいけないな、肯定しなきゃいけないなと思って、言葉だけは肯定を投げる。
だけど自分の態度として、逆の、本当は肯定したくないけど肯定するということをすると、
態度とアウトプットはその言葉と違うことが起こるじゃないですか。
それをダブルバインドと呼んでるんですね。
ダブルシグナルとも呼ぶんですけど、これは子どもにとってめちゃくちゃ傷つくし、めちゃくちゃ違和感になるし、めちゃくちゃ気持ち悪いというか嫌悪感になるんですね。
これが一番最悪のパターンで、自己肯定感が育たないどころか、感情表現がすごい難しくなります。
どうしていいのか。
子どもは戸惑ってしまって、逆に感情が表現できなくなったりする子がいたり、感情表現が難しくなって、難しく育ってしまう可能性があります。
だから肯定をし続ければいいというわけじゃなくて、自分の気持ちに素直に。
伝え方はいろいろあると思うんですけど、ある程度オブラートに包んだりとか、相手が受け取りやすいようにボールを投げてあげるとかコミュニケーションの方法はいろいろあると思うんですけど、
ただ単に褒める、肯定するということが、自己肯定感を育むことに繋がるかというと、そういうわけでもないんですね。
まとめると、今日言いたいことは、巷であふれている情報の中で、自己肯定感が爆上がりするとか、自己肯定感を育む方法などいろいろありますが、
ぜひ皆さん、根拠のある自信、見えやすくて他人からも評価しやすいものなのか、根拠のない自信、他人からは見えなくて比べることができなくて、
良い悪いを評価するのが難しいものから始まっているのか、その2つの視点で見ていただいて判断していただければなと思います。
根拠のある自信が決して悪いわけではないので、ただバランスとして根拠のない自信を育むということがなかなか難しいので、
どっちなのかなというふうな視点を持って、そういう記事だったりSNSの投稿だったりに触れてもらえるといいんじゃないかなと思います。
今日は、自己肯定感と自己肯定力、根拠のある自信についての違いについて話してみました。
感想などお待ちしておりますので、ぜひツイッターやウェブなどでご連絡いただければと思います。
本日はありがとうございました。またねー。
07:38

コメント

スクロール