こどく と いぞん

やりたいことにふり回されてしまう時には どうすればいいか

COTA
こた - COTA
こた - COTA

心は「よく」と「徳(とく)」でできていると思います。「よく」はほしいものだからわかりやすい。「あいされたいからがんばる」と自分を高めることもできる。

でも「よく」だけだと相手のために行動しているようで「自分がどう見られるか」と、結局自分勝手で関係は終わる。

そこで必要なのが「徳」です。

「徳(とく)」は相手や相手の先にいる家族、相手のパートナー、相手が大切な人とか、ようするに世の中のためになること。

徳(とく)の中にも人の見てるとこでする良い行いと、人に見えないところでする良い行いがあったりします。

徳を積むことで長い年月がたって楽になるのは他でも無い自分自身です。

世の中を分かったように思ってえらそうに見下したり、悪口やかげ口ばかり思ってると、「自分もそう思われてるんじゃないか?」と世界がくらく見えてきます。

あなたがもし生きることに苦しいのなら。それは反対側から言えば自分ばかりで世の中を大切にしていないからあたえられてる苦しみかもしれない。

すぐに結果は出ない。だから徳を積むわけです。徳がなにかというのは人それぞれの考えによります。

「よく」が高いと「いろんな人にいい顔を見せようとする」ので不安定になります。自分の考えを持って、他人にどうにかして気に入られようとすることよりも、時に「それはちがう」「好みではない」と伝えることも、世界全体の中でのあなたの立ち位置がはっきりします。そうすることで、他人によけいな期待感を持たせずにすみますし、自分もまたまよいがなくなる。それこそが本当のやさしさであって、世界にとっても「良いあなた」だと思います。

この気持ちに関すること
  • いますぐ楽になる

  • 藤

    いますぐ楽になる

    2024年10月29日
  • 2007 09 23 12 21 34ハリストス教会

    だれかにしてあげたい・ねがいたい

    2024年11月1日
  • 2021 12 24 14;32 田川後藤寺 上本町商店街のベンチに腰かけるcota

    つよくなる・しっかりしたい

    2024年11月1日
  • 祭り

    気持ちよく感じるようにする

    2024年11月1日
  • 2015 07 05 17 36 伊予灘ものがたりの乗客・みきゃんさん

    みとめられたい

    2024年11月1日
  • 海

    いろんなことをどう受け止めるかを知る

    2024年11月1日
'; window._nslWebViewNoticeElement.insertAdjacentHTML("afterbegin", webviewNoticeHTML); document.body.appendChild(window._nslWebViewNoticeElement); } }); } } window._nslDOMReady(function () { window.nslRedirect = function (url) { if (scriptOptions._redirectOverlay) { const overlay = document.createElement('div'); overlay.id = "nsl-redirect-overlay"; let overlayHTML = ''; const overlayContainer = "
", overlayContainerClose = "
", overlaySpinner = "
", overlayTitle = "

" + scriptOptions._localizedStrings.redirect_overlay_title + "

", overlayText = "

" + scriptOptions._localizedStrings.redirect_overlay_text + "

"; switch (scriptOptions._redirectOverlay) { case "overlay-only": break; case "overlay-with-spinner": overlayHTML = overlayContainer + overlaySpinner + overlayContainerClose; break; default: overlayHTML = overlayContainer + overlaySpinner + overlayTitle + overlayText + overlayContainerClose; break; } overlay.insertAdjacentHTML("afterbegin", overlayHTML); document.body.appendChild(overlay); } window.location = url; }; let targetWindow = scriptOptions._targetWindow || 'prefer-popup', lastPopup = false; document.addEventListener('click', function (e) { if (e.target) { const buttonLinkElement = e.target.closest('a[data-plugin="nsl"][data-action="connect"]') || e.target.closest('a[data-plugin="nsl"][data-action="link"]'); if (buttonLinkElement) { if (lastPopup && !lastPopup.closed) { e.preventDefault(); lastPopup.focus(); } else { let href = buttonLinkElement.href, success = false; if (href.indexOf('?') !== -1) { href += '&'; } else { href += '?'; } const redirectTo = buttonLinkElement.dataset.redirect; if (redirectTo === 'current') { href += 'redirect=' + encodeURIComponent(window.location.href) + '&'; } else if (redirectTo && redirectTo !== '') { href += 'redirect=' + encodeURIComponent(redirectTo) + '&'; } if (targetWindow !== 'prefer-same-window' && checkWebView()) { targetWindow = 'prefer-same-window'; } if (targetWindow === 'prefer-popup') { lastPopup = NSLPopup(href + 'display=popup', 'nsl-social-connect', buttonLinkElement.dataset.popupwidth, buttonLinkElement.dataset.popupheight); if (lastPopup) { success = true; e.preventDefault(); } } else if (targetWindow === 'prefer-new-tab') { const newTab = window.open(href + 'display=popup', '_blank'); if (newTab) { if (window.focus) { newTab.focus(); } success = true; window._nslHasOpenedPopup = true; e.preventDefault(); } } if (!success) { window.location = href; e.preventDefault(); } } } } }); let buttonCountChanged = false; const googleLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="google"]'); if (googleLoginButtons.length && checkWebView()) { googleLoginButtons.forEach(function (googleLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(googleLoginButton); } else { googleLoginButton.remove(); buttonCountChanged = true; } }); } const facebookLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="facebook"]'); if (facebookLoginButtons.length && checkWebView() && /Android/.test(window.navigator.userAgent) && !isAllowedWebViewForUserAgent('facebook')) { facebookLoginButtons.forEach(function (facebookLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(facebookLoginButton); } else { facebookLoginButton.remove(); buttonCountChanged = true; } }); } const separators = document.querySelectorAll('div.nsl-separator'); if (buttonCountChanged && separators.length) { separators.forEach(function (separator) { const separatorParentNode = separator.parentNode; if (separatorParentNode) { const separatorButtonContainer = separatorParentNode.querySelector('div.nsl-container-buttons'); if (separatorButtonContainer && !separatorButtonContainer.hasChildNodes()) { separator.remove(); } } }) } });})();
記事URLをコピーしました