13849日・星は消えて光が届く [HDR]

1710155021 Maxresdefault.jpg
COTA


遠い昔に消えている星の光が目に届くとき、それでもあなたは星は無いと言えるのか?死と言うものを特別にしすぎている今に問う。死は日常にある。

おばあちゃんと歩めた13849日の記録。退屈なホームビデオですがこれは現代の墓です。

この動画の元記事「諦めない星が輝く 13,849日 21時間 41分」
/28951/

追悼サイト「いのちの理由」
/sincere/

メインサイト: この動画はサイトのコンテンツの一部です

https://www.threads.net/@cota

https://instagram.com/cota

https://www.tiktok.com/@cota.jp

Youtube 登録: https://www.youtube.com/c/CotaJp?sub_confirmation=1

00:00 空の下見と死亡確認

01:12 初のVHS一体カメラについて

01:39 ヘリ・昔

02:04 37年058日 はじめてのカメラ撮影

…(省略)…

▼ 「生きている人、いますか」シリーズとは 生き方のブイログ。友達になって欲しい……なんて無責任なことは言えないけれど。悲しい時もつらい時も、生きるという散策を共にしませんか? COTAや映像に関することはコメント欄へ。そのほか追悼やおばあちゃんに関連する書き込みは下記のURLよりお願いいたします
/sincere/futari/flower/

01:04:48 – 2023-12-29 19:45:00 – 参照元:Youtube

この着想からできた記録・更新履歴
  • Thu

    デッド・ウィズ・アライブ 13,849日 21時間 41分

このとき居た場所
  • 2018 11 18 11;18 小平聖地公園セントソフィア お墓1
    小平聖地公園セントソフィア
  • 庭先にある紅白の梅
    花の家

    祖先が享保の改革でおじいちゃんの先祖が開拓したCOTAはじまりの場所

  • 藤

    いますぐ楽になりたい

    2025年1月27日
  • 2007 09 23 12 21 34ハリストス教会

    何かをしてあげたい・祈りたい

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

    しっかりしたい

    2025年1月27日
  • 祭り

    発散したい

    2025年1月27日
  • 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をコピーしました