1. しゅらの"今ここ"ラジオ!
  2. #51 自己肯定感と自己肯定力
{ 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': '#51 自己肯定感と自己肯定力', 'audio_url': 'https://listen.style/p/asura/yr76dure', '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/01h3f1t9vwfj5pdgryj9m3dmdh/update_position', { method: 'POST', body: JSON.stringify({ time: this.time }), headers: { 'Content-Type': 'application/json','X-CSRF-TOKEN': 'kAaNxZp6GcBeo3pJpZHAfwy4EQ4S9pAaXPsMdUMH'} }); }, 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': 'kAaNxZp6GcBeo3pJpZHAfwy4EQ4S9pAaXPsMdUMH'} }); }, 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(); ">
#51 自己肯定感と自己肯定力
2023-06-21 06:24

#51 自己肯定感と自己肯定力

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件を書きましょう!

サマリー

自己肯定感と自己肯定力の違いについて話しています。そして、自己肯定感について詳しく解説しています。

自己肯定感とは
こんにちは、しゅらです。
今日は、自己肯定感と自己肯定力の違いについて話してみたいと思います。
前回、共感と同感の話から、共感は自己肯定感を育んでいくよという話をして、
理解すること、同感することは、根拠のある自信を育んでいくよという話をしたんですけど、
その中で、自己肯定感の話をしたんですけど、
ちょっと説明が不足している部分もあるなと思ったので、
自己肯定感について、もう少し詳しく話していきたいと思います。
自己肯定感ってワード的には、だいぶ昔から比べると流行ってきていて、
いろんな書籍だったり、SNSで見かけることもあるんですよね。
自己肯定感を爆上げする方法とか、という感じで紹介されていて、
よく筋トレが爆上げするとか、いろいろSNSで目にするのは、
自己肯定感じゃなくて、根拠のある自信、他者から評価されやすい、しやすいものなんじゃないかなと思うんですよね。
筋トレで筋肉がしっかりついているというのも、
自己肯定力というか、自分で自分を肯定する力の方を上げていくのかなという感じがしているんですよね。
自己肯定力というのは、私の中では根拠のある自信に結びついていると思っていて、
あってもなくても大丈夫というのが自己肯定感。
いるだけで大丈夫なんだよ、あなたは尊いんだよというのが自己肯定感なので、
筋トレとかそういうので爆上がりするというのは、
筋トレして筋肉がつかなかったら爆上がりしないという話になっちゃうので、
それは根拠のない自信ではないですね。根拠のある自信になるので、
自己肯定力に分類されるのかなと思っています。
自己肯定感の育て方
あと、自己肯定感を育てるためには子育ての方法で、
否定しないとか褒めるとかそういうのを書かれている方もいらっしゃって、
本というよりはウェブの記事とかかな。
自己肯定感を育てる、自己肯定感が高い子供に育つための25のルールとかね、
それは本かもしれないですけど、そういう感じのウェブの記事とかで、
否定はしないとか肯定してあげるみたいなのが載っているんですけど、
肯定と承認
それも全部が全部というわけではないですけど、ある意味褒めるというのは、
条件付きの承認、OKというのを出してあげるということなので、
良い悪いというジャッジがどうしても這い込んじゃっているので、
根拠のある自身の方になっちゃうんですよね。
自己肯定感じゃなくなっちゃうんですよね。
じゃあ肯定してあげればいいじゃん、という話にはなるんですけど、
何事も全部肯定してあげればいいんでしょ、という話になっちゃうかもしれないんですけど、
それはそれで違ってですね。
次回に続きます。
06:24

コメント

スクロール