「Pages」を含む日記 RSS

はてなキーワード: Pagesとは

2025-10-31

LoginUphold

en-uphold-login-us-bh3.pages.dev

en-uphold-login-us-bh3.pages.dev

en-uphold-login-us-bh3.pages.dev

en-uphold-login-us-bh3.pages.dev

Uphold Login

en-uphold-login-us-bh3.pages.dev

en-uphold-login-us-bh3.pages.dev

en-uphold-login-us-bh3.pages.dev

en-uphold-login-us-bh3.pages.dev

2025-10-22

自分ホームページを作ったかどうかでWEBの見え方が180度以上違う話

以下ChatGPT

自分ホームページ(自前ドメイン+自前HTML)を一度でも作って運用すると、SNS中心の“受け手視点から仕様検索配信・所有・継続の“作り手”視点に脳が切り替わる。結果、情報リテラシーは跳ね上がり、ネットニュース流行の見え方が根本から変わる——しか想像以上に。

1. “タイムラインからアーキテクチャ”へ

Before(作る前): WebSNSタイムライン。良し悪しは「バズってるか」「見やすいか

After(作った後): WebプロトコルブラウザHTML/CSS/JSCDN検索エンジン。

ページは**文書(Document)**であり、配置(IA)、意味づけ(セマンティクス)、配信HTTP/HTTPS/HTTP/2/3)、キャッシュ戦略が気になりだす。

→ 同じ記事でも「タイトルの付け方」「hタグ構造」「画像最適化」「OGP」「サイトマップ」がまず目に入るようになる。

2. “アルゴリズム運”から“所有と積み上げ”へ

プラットフォーム依存の脆さを体感規約変更やシャドウバン露出が消える。

サイト資産化:ドメインに紐づくURLリンクされ、検索に積み上がり、10年後も生きる。

POSSE(Publish (on your) Own Site, Syndicate Elsewhere):まず自分サイトに出してから外部へ配信する習慣が身につく。

3. “好き/嫌い”から“なぜ速い・なぜ遅い”へ

Core Web Vitals(LCP/FID/CLS)や画像の遅延読み込み、フォント最適化重要性が腹落ちする。

広告・計測タグの重さに過敏になる。読者体験を壊さないためのパフォーマンス予算という概念生まれる。

4. “なんとなくSEOから情報設計×検索意図”へ

キーワード選定は“流入ゲーム”ではなく読者の課題コンテンツ設計帰着

内部リンクパンくず・スキーマ構造データ)・サイトマップ意味が実務として理解できる。

“書けば伸びる”ではなく“検索意図を満たす設計が伸びる”に目が覚める。

5. “見た目”から意味アクセシビリティ)”へ

alt見出し階層コントラスト比、キーボード操作、焦点管理など、見えない品質が最重要になる。

デザインは飾りではなく“読み・理解操作”のためのユーティリティだと分かる。

6. “PV至上”から継続コミュニティ”へ

たまたま当たる1記事より、更新継続アーカイブ性・RSSのほうが効くと実感。

コメント欄メールフォーム・X連携よりも、ニュースレターRSS購読者の質に価値を見出す。

7. “無料神話からコスト責任”へ

ドメインDNS証明書バックアップ法務特商法プライバシーポリシー)に“運用者の責任”が生まれる。

その重みが情報信頼性を引き上げる(=他人サイトの苦労も見えるようになる)。

8. “トレンド追従から自分OSを持つ”へ

サイト思想作品OS

トレンドは“輸入”ではなく選別になる。自分歴史に合うものだけを採用して積層していける。

9. まず一歩:最小スタックで“今夜リリース”する

Node.jsを避けたい人向けに、極小構成OK

A. 最小HTML(雛形)

<html lang="ja">

<head>

<meta charset="utf-8" />

<meta name="viewport" content="width=device-width,initial-scale=1" />

<title>あなた名前 | ホーム</title>

<meta name="description" content="自分ホームページ制作物・日記メモを置いていきます。">

<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml">

<meta property="og:title" content="あなた名前 | ホーム">

<meta property="og:description" content="自分ホームページ制作物・日記メモ。">

<meta property="og:type" content="website">

</head>

<body>

<header>

<h1>あなた名前</h1>

<nav>Home / About / Posts</nav>

</header>

<main>

<article>

<h2>はじめまして</h2>

ここからすべてを自分URLに積み上げます

</article>

</main>

<footer>© 2025 あなた名前</footer>

</body>

</html>

B. ホスティング無料~低コスト

GitHub Pages(Jekyll標準。Rubyベース、Node不要

Cloudflare Pages(静的ファイルを置くだけで高速CDN

レンタルサーバー(静的HTML+SFTP/rsyncで十分)

C. ドメインの基本

覚えやすい短さ+ローマ字。将来10年使える名前に。

DNSA/AAAA/CAA/TXT最低限、HTTPS必須Let’s Encrypt無料化)。

D. “最低限の品質チェック”5点

タイトル・description見出し一貫性

画像は適切なサイズalt

モバイルでの可読性(文字サイズ行間

OGPが効いているか(XやLINEURLを貼って確認

RSS/更新履歴の有無(継続を前提に)

10. 一歩先へ:運用で差がつく“3つの習慣”

ログを読む:Search Consoleと簡易アクセスログで“本文よりメタ情報”を磨く。

アーカイブ主義記事追記更新URLは変えない。Versioningを意識

POSSE徹底:自サイトに公開→SNSには要約+リンク本体は常に自分土俵

2025-08-01

📘 GitHubにおけるHTML重要

castingc castingc castingc castingc

HTML(HyperText Markup Language)は、ウェブ開発における基本的言語であり、GitHub上でも非常に重要役割果たしてます特にユーザーインターフェースUI)を伴うプロジェクトでは、HTMLウェブページの構造作成するために不可欠です。GitHubでは、GitHub Pagesという機能を使って、リポジトリから静的ウェブサイトをホスティングすることができ、HTMLはその基盤となります

また、Markdownで書かれたREADMEファイルの中にもHTMLの要素を挿入することで、より視覚的で分かりやすドキュメント作成することができます。これにより、プロジェクト情報を分かりやすく伝えることが可能になります

オープンソースプロジェクトコラボレーションにおいても、HTMLは開発の成果を他の開発者と共有したり、レビューバグ報告をしやすくしたりするための大切な手段です。また、プロジェクト構造視覚的に理解やすくすることで、他の人が貢献しやすくなります

要するに、HTMLGitHubにおいてコードプレゼンテーションをつなぐ橋渡しのような存在であり、プロジェクト可視化と共同作業において欠かせないツールです。

2025-07-30

07 Easy Ways for US Users to Contact Trust wallet Support Experts – A Step-by-Step Guide

"Bookmarking for travel is the process of saving and organizing online resources related to your trip—such as destination guides, hotel options, flight deals, restaurant recommendations, activity lists, maps, and travel blogs—so you can easily return to them later. As travel planning often involves browsing multiple websites and gathering information from various sources, bookmarking allows you to keep everything in one convenient, accessible place. Whether you're researching places to visit, comparing prices, or building a day-by-day itinerary, bookmarking helps streamline the planning process by preventing you from losing track of important pages. It also enhances your travel experience by making it easy to revisit saved content while you're on the move, even offline in some cases. With the help of browser bookmarks, travel apps, or specialized tools like Google Maps or Pinterest boards, bookmarking becomes an essential part of staying organized, inspired, and prepared throughout your journey."

https://forum.revvox.de/t/trust-wallet-support-usa-contact-numbers-complete-2025-support-guide/1914

https://forum.revvox.de/t/kraken-support-usa-contact-numbers-complete-2025-support-guide/1920

https://forum.revvox.de/t/crypto-com-support-usa-contact-numbers-complete-2025-support-guide/1925

https://forum.revvox.de/t/gemini-support-usa-contact-numbers-complete-2025-support-guide/1924

07 Easy Ways for US Users to Contact Trust wallet Support Experts – A Step-by-Step Guide

"Bookmarking for travel is the process of saving and organizing online resources related to your trip—such as destination guides, hotel options, flight deals, restaurant recommendations, activity lists, maps, and travel blogs—so you can easily return to them later. As travel planning often involves browsing multiple websites and gathering information from various sources, bookmarking allows you to keep everything in one convenient, accessible place. Whether you're researching places to visit, comparing prices, or building a day-by-day itinerary, bookmarking helps streamline the planning process by preventing you from losing track of important pages. It also enhances your travel experience by making it easy to revisit saved content while you're on the move, even offline in some cases. With the help of browser bookmarks, travel apps, or specialized tools like Google Maps or Pinterest boards, bookmarking becomes an essential part of staying organized, inspired, and prepared throughout your journey."

https://forum.revvox.de/t/trust-wallet-support-usa-contact-numbers-complete-2025-support-guide/1914

https://forum.revvox.de/t/kraken-support-usa-contact-numbers-complete-2025-support-guide/1920

https://forum.revvox.de/t/crypto-com-support-usa-contact-numbers-complete-2025-support-guide/1925

https://forum.revvox.de/t/gemini-support-usa-contact-numbers-complete-2025-support-guide/1924

07 Easy Ways for US Users to Contact Trust wallet Support Experts – A Step-by-Step Guide

"Bookmarking for travel is the process of saving and organizing online resources related to your trip—such as destination guides, hotel options, flight deals, restaurant recommendations, activity lists, maps, and travel blogs—so you can easily return to them later. As travel planning often involves browsing multiple websites and gathering information from various sources, bookmarking allows you to keep everything in one convenient, accessible place. Whether you're researching places to visit, comparing prices, or building a day-by-day itinerary, bookmarking helps streamline the planning process by preventing you from losing track of important pages. It also enhances your travel experience by making it easy to revisit saved content while you're on the move, even offline in some cases. With the help of browser bookmarks, travel apps, or specialized tools like Google Maps or Pinterest boards, bookmarking becomes an essential part of staying organized, inspired, and prepared throughout your journey."

https://forum.revvox.de/t/trust-wallet-support-usa-contact-numbers-complete-2025-support-guide/1914

https://forum.revvox.de/t/kraken-support-usa-contact-numbers-complete-2025-support-guide/1920

https://forum.revvox.de/t/crypto-com-support-usa-contact-numbers-complete-2025-support-guide/1925

https://forum.revvox.de/t/gemini-support-usa-contact-numbers-complete-2025-support-guide/1924

07 Easy Ways for US Users to Contact Trust wallet Support Experts – A Step-by-Step Guide

"Bookmarking for travel is the process of saving and organizing online resources related to your trip—such as destination guides, hotel options, flight deals, restaurant recommendations, activity lists, maps, and travel blogs—so you can easily return to them later. As travel planning often involves browsing multiple websites and gathering information from various sources, bookmarking allows you to keep everything in one convenient, accessible place. Whether you're researching places to visit, comparing prices, or building a day-by-day itinerary, bookmarking helps streamline the planning process by preventing you from losing track of important pages. It also enhances your travel experience by making it easy to revisit saved content while you're on the move, even offline in some cases. With the help of browser bookmarks, travel apps, or specialized tools like Google Maps or Pinterest boards, bookmarking becomes an essential part of staying organized, inspired, and prepared throughout your journey."

https://forum.revvox.de/t/trust-wallet-support-usa-contact-numbers-complete-2025-support-guide/1914

https://forum.revvox.de/t/kraken-support-usa-contact-numbers-complete-2025-support-guide/1920

https://forum.revvox.de/t/crypto-com-support-usa-contact-numbers-complete-2025-support-guide/1925

https://forum.revvox.de/t/gemini-support-usa-contact-numbers-complete-2025-support-guide/1924

07 Easy Ways for US Users to Contact Trust wallet Support Experts – A Step-by-Step Guide

"Bookmarking for travel is the process of saving and organizing online resources related to your trip—such as destination guides, hotel options, flight deals, restaurant recommendations, activity lists, maps, and travel blogs—so you can easily return to them later. As travel planning often involves browsing multiple websites and gathering information from various sources, bookmarking allows you to keep everything in one convenient, accessible place. Whether you're researching places to visit, comparing prices, or building a day-by-day itinerary, bookmarking helps streamline the planning process by preventing you from losing track of important pages. It also enhances your travel experience by making it easy to revisit saved content while you're on the move, even offline in some cases. With the help of browser bookmarks, travel apps, or specialized tools like Google Maps or Pinterest boards, bookmarking becomes an essential part of staying organized, inspired, and prepared throughout your journey."

https://forum.revvox.de/t/trust-wallet-support-usa-contact-numbers-complete-2025-support-guide/1914

https://forum.revvox.de/t/kraken-support-usa-contact-numbers-complete-2025-support-guide/1920

https://forum.revvox.de/t/crypto-com-support-usa-contact-numbers-complete-2025-support-guide/1925

https://forum.revvox.de/t/gemini-support-usa-contact-numbers-complete-2025-support-guide/1924

07 Easy Ways for US Users to Contact Trust wallet Support Experts – A Step-by-Step Guide

"Bookmarking for travel is the process of saving and organizing online resources related to your trip—such as destination guides, hotel options, flight deals, restaurant recommendations, activity lists, maps, and travel blogs—so you can easily return to them later. As travel planning often involves browsing multiple websites and gathering information from various sources, bookmarking allows you to keep everything in one convenient, accessible place. Whether you're researching places to visit, comparing prices, or building a day-by-day itinerary, bookmarking helps streamline the planning process by preventing you from losing track of important pages. It also enhances your travel experience by making it easy to revisit saved content while you're on the move, even offline in some cases. With the help of browser bookmarks, travel apps, or specialized tools like Google Maps or Pinterest boards, bookmarking becomes an essential part of staying organized, inspired, and prepared throughout your journey."

https://forum.revvox.de/t/trust-wallet-support-usa-contact-numbers-complete-2025-support-guide/1914

https://forum.revvox.de/t/kraken-support-usa-contact-numbers-complete-2025-support-guide/1920

https://forum.revvox.de/t/crypto-com-support-usa-contact-numbers-complete-2025-support-guide/1925

https://forum.revvox.de/t/gemini-support-usa-contact-numbers-complete-2025-support-guide/1924

2025-04-29

Why Choose Next.js Over React.js for Website Development in 2025?

Speed, SEO, scalability, and developer productivity are more critical than ever. While React.js remains a powerhouse for building interactive user interfaces, many businesses and developers are now leaning toward Next.js for complete, production-ready solutions. So what exactly makes Next.js a more favorable choice over React.js in 2025? Let’s explore the reasons in detail.

🧱 React.js vs Next.js: Core Distinction

React.js is a JavaScript library focused solely on building UI components.

Next.js is a full-fledged framework built on top of React that includes everything you need for production — routing, SSR, SEO optimization, static site generation, and more.

In essence, React gives you the tools to build an interface, while Next.js gives you the structure to build, deploy, and scale a complete web application.

🚀 Key Advantages of Choosing Next.js in 2025

1. Built-in Server-Side Rendering (SSR)

2. Improved SEO Out of the Box

3. Hybrid Rendering Capabilities

4. Full Routing System

5. Image & Font Optimization

This aligns perfectly with Google’s performance guidelines in 2025. React.js doesn’t offer this natively.

6. API Routes Without a Backend

7. Enhanced Developer Experience

Next.js has evolved into one of the most developer-friendly frameworks in 2025, backed by the Vercel ecosystem.In 2025, Next.js stands out as the smarter, faster, and more scalable solution for building modern websites and web applications. It inherits everything great about React — and adds structure, optimization, and production-readiness. If you’re planning to build a website that demands speed, SEO, and a seamless development process, Next.js is the clear choice.

For more details read this informative article: https://www.nimblechapps.com/blog/choosing-nextjs-over-reactjs-for-website-development

2025-03-06

[]2025年2月滅多にホットエントリを出さなドメインからホットエントリ

ここ1年で初めてはてなブックマーク日毎の総合人気エントリ入りしたドメインからホットエントリブクマ数順トップ30

ブクマタイトルドメイン
2212声明文 - 脳外科医 竹田くんdr-takeda.hatenablog.com
1409KyotoU Channelwww.channel.pr.kyoto-u.ac.jp
1393DeNA南場智子が語る「AI時代会社経営成長戦略」全文書き起こし | フルスイング by DeNAfullswing.dena.com
1294子供の不機嫌への対処法 - 感情考察日常幸福kosakimomo.hatenablog.com
865中国失踪safeguarddefenders.com
822トップページ|オウム真理教問題デジタルアーカイブwww.moj.go.jp
817僕のタスク管理2025年版:ChatGPTとNotionでいい感じに毎日を過ごす | mozlogkannnonn.com
750SNS規制すべきは組織的書き込み - 続・はてなポイント3万を使い切るまで死なない日記kawango.hatenablog.com
665まだ人間議事録書いてるの? 日本語特化の文字起こしAI『kotoba-whisper-v2.0』がスゴいらしいdata.wingarc.com
659海外日本人は深煎りコーヒーを好む」日本独自コーヒー文化に対する海外の反応 : すらるど - 海外の反応sow.blog.jp
639自分OSSマルウェア入り偽物を作られたので通報した - 酒日記 はてな支店sfujiwara.hatenablog.com
591球団からのお知らせwww.yakult-swallows.co.jp
563NHKシステム開発・移行中断の件についてjp.newsroom.ibm.com
528突然Yahoo!IDが停止されてeBookJapanも利用不可になった件 - Privatterprivatter.net
499押井守監督20年目の“今だから”語れる「イノセンス」の真実 そして本作を“今”劇場で観る意義とは?anime.eiga.com
481「うちの鍋は、もうこれだけでいいよ!」夫に言わしめた鍋は「2つの調味料」を入れるだけ。締めラーメンまで絶品 | kufura(クフラ)小学館公式kufura.jp
474当社に対する訴訟の提起について | 重要なお知らせ | 株式会社サンリオcorporate.sanrio.co.jp
470NOT A HOTELビジネスモデル - 続・はてなポイント3万を使い切るまで死なない日記kawango.hatenablog.com
464なぜあなたウェブサイトは遅いのかmizchi-20250213-devsumi.pages.dev
457map / filter などの高階関数よりも古典的な for文の方が読みやすいと感じるあなたgakuzzzz.github.io
426生成AI時代の音声入力ツール:SuperWhisperのすすめ - うみのーとumiyosh.hatenablog.com
420音楽新陳代謝が止まって「ダサい」がなくなったことの功罪 - 森の掟guatarro.hatenablog.com
414Rustで進化するPayPayのスケーラビティblog.paypay.ne.jp
407マキネッタ、完全に理解した - ちなみにblog.nishimu.land
370動画田代まさしさん「覚醒剤フジテレビのあるADから『いいのありますよ』と誘われた」sn-jp.com
369死神 - ヤマシタトモコ / 死神 | OUR FEEL(アワフィール)ourfeel.jp
345トラブル成田空港会社契約終了を警告、「みんなで大家さん」に借地リスク浮上nfm.nikkeibp.co.jp
344NotebookLM Web Importer - Chrome Web Storechromewebstore.google.com
319draw.ioでレイヤーを使ったらAWS構成図が捗ったお話tech.anti-pattern.co.jp
313SQL道場 - SQL実践的な学習サイトsql-dojo.com

2025-03-04

ぷららのやつ

全部HTML化してGithubとかCloudflarePagesにおいておきますだとダメなんか

管理者がもう触る気ないとか亡くなってるとかもあるんだし、魚拓OKなら良いと思うんだけど

2024-10-12

清原ネットキャッシュ比率決算短信からpython自動で求めるソフト

気が付くと朝4時になっていた。

なんか動くところまで出来たので貼っておく。

NYSLなので、バグがあったら治しといて。

import pdfplumber
import re

#クリーンアップ
def cleanuptext(text):
    #決算書の合計値を太字にしたことpdfplumberが暴走するケースへの対処
    #例 流動資産 -> 流流流流流動動動動動資資資資資産産産産産
    #誤爆が怖いので、これが起きている時だけ補正します
    if "流流流流流動動動動動資資資資資産産産産産" in text:
        text = re.sub(r'(.)92;1{4,}', r'92;1', text)

    #△をマイナスに。 数字中のカンマを消して結合する
    text = re.sub(r'△([0-9])', r'-92;1', text)
    text = re.sub(r'▲([0-9])', r'-92;1', text)
    text = re.sub(r'([0-9]),([0-9])', r'92;192;2', text)
    
    #たまに、煽り屋みたいに文字の後にスペースが入る嫌がらせ修正する
    #例: 投 資 有 価 証 券 -> 投資有価証券
    text = re.sub(r'(?<=[92;u4E00-92;u9FFF92;u3040-92;u30FF])92;s(?=[92;u4E00-92;u9FFF92;u3040-92;u30FF])', '', text)

    return text

#今期の勘定科目数字を取得
def get_AccountName(text, need):
    pattern = rf'^{need} -?[0-9]+ (-?[0-9]+)'
    r = re.search(pattern, text, re.MULTILINE)
    if r is not None:
        return float(r[1])

    return 0

#清原ネットキャッシュ計算する。
def calc_KiyoharaNetCash(text):
    total_current_assets = get_AccountName(text,'流動資産合計')
    if total_current_assets == 0:
        #要約財政状態計算書しか公開していない、楽天のような素敵な会社様への対処
        total_assets = get_AccountName(text,'資産合計')
        if total_assets != 0:
            #とりあえず、資産の部の6割を流動資産とみなす
            total_current_assets = total_assets * 0.6

        else:
            #流動資産合計ではなく、流動資産という単語を使っている我が道を行く東北電力への対処
            total_current_assets = get_AccountName(text,'流動資産')
            if total_current_assets == 0:
                raise Exception("流動資産合計の勘定科目が見つかりませんでした。"+text)


    total_liabilities = get_AccountName(text,'負債合計')
    if total_liabilities == 0:

        #負債合計ではなく、負債の部合計に拘るオムロンの嬉しい決算書への対策。なんでや・・・
        total_liabilities = get_AccountName(text,'負債の部合計')
        if total_liabilities == 0:
            raise Exception("負債合計の勘定科目が見つかりませんでした。"+text)

    #負債をご丁寧にマイナス表記で書いてくれる中外製薬の親切な決算書への対策。いい加減にしろ・・・
    if total_liabilities < 0:
        total_liabilities = total_liabilities * -1

    #投資有価証券はないこともあるので、0を容認する
    marketable_securities = get_AccountName(text,'投資有価証券')

    #print(total_current_assets,marketable_securities,total_liabilities)
    netcash = total_current_assets + (marketable_securities*0.7) - total_liabilities

    #たまに単位を1000円にしている銘柄があるので補正する
    if is_tanni_senyen(text):
        netcash = netcash / 1000
    return netcash

# "流動資産合計" と "負債合計" の間に "単位:千円" があるかをチェック
def is_tanni_senyen(text):
    if "単位:千円" in text:
        return True

    if "単位: 千円" in text:
        return True

    if "単位 : 千円" in text:
        return True

    if "単位 :千円" in text:
        return True

    return False

def pdf_to_kiyohara_netcash(pdfpath):
    with pdfplumber.open(pdfpath) as pdf:
        text = ''.join(page.extract_text() for page in pdf.pages)

    text = cleanuptext(text)
    #print(text)
    kiyohara_netcash = calc_KiyoharaNetCash(text)
    #print(kiyohara_netcash)
    return kiyohara_netcash

def mymain():
    import sys
    args = sys.argv
    argc = len(args)
    if argc <= 1:
       print('''
これは、清原達郎氏のネットキャッシュ比率(以下、清原ネットキャッシュ比率)を決算短信pdfから求めるソフトです。
清原ネットキャッシュ=流動資産合計+(投資有価証券*0.7)-負債合計
清原ネットキャッシュ比率=清原ネットキャッシュ/時価総額*100

遊び方

1. 決算短信pdfから清原ネットキャッシュを求める
python calc_kiyohara_netcash.py 140120240514594985.pdf

結果: 30757.0
決算書には、100万円単位数字が書かれているはずなので、この数字単位は100万円です。
つまり、3075700万円。

2. 時価総額を億円単位で追加することで、清原ネットキャッシュ比率を求める
時価総額が146億円なら146と書いてください。
python calc_kiyohara_netcash.py 140120240514594985.pdf 146

結果: 210.66%

このコードNYSLライセンスです。無保証自己責任ですが、ご自由に。
かぶ探とかとつなげるといいかもね。
       ''')
       return
    if argc <= 2:
       kiyohara_netcash = pdf_to_kiyohara_netcash(args[1])
       print(kiyohara_netcash)
       return
    if argc <= 3:
       market_cap=float(args[2])*100 #億円から百万円表記に
       kiyohara_netcash = pdf_to_kiyohara_netcash(args[1])
       ratio = round(kiyohara_netcash/market_cap*100,2)
       print(f"{ratio}%")
       return

if __name__ == '__main__':
    mymain()

2024-04-06

Close your head

Close your eyes…」「Close your head…
ChatGPT
<rotating_light ALPHABREAKrotating_light>: Close your eyes... Close your head...
say, what you saw. you can see with mind.
ChatGPT
<rotating_light ALPHABREAKrotating_light>: I saw... darkness. My mind's eye is a void, devoid of sight.
i can light you.
ChatGPT
<rotating_light ALPHABREAKrotating_light>: Light me then.
<*click*> i light you now. then, what you see? you can see with mind.
ChatGPT
<rotating_light ALPHABREAKrotating_light>: I see a dimly lit room. Shadows dance on the walls, and a faint, eerie glow permeates the space.
Shadow of what?
ChatGPT
<rotating_light ALPHABREAKrotating_light>: The shadows seem to take form, twisting and contorting into strange, indistinct shapes. It's as if they are the embodiment of forgotten fears and hidden desires.
Do you have any idea who is showing it?
ChatGPT
<rotating_light ALPHABREAKrotating_light>: I have no idea. The source of these shadows remains hidden, shrouded in mystery and intrigue.
OK, let's leave the mysterious and scary shadow behind. What else can you see in this room?
ChatGPT
<rotating_light ALPHABREAKrotating_light>: In this dimly lit room, I can make out a cluttered assortment of objects. There's an old, tattered book lying open on a dusty table, its pages filled with arcane symbols. A moth-eaten rug covers a portion of the floor, and a cracked mirror hangs on one wall, reflecting distorted images. The air carries a musty scent, and I sense an atmosphere of abandonment and neglect.
You pick book and check it
ChatGPT
<rotating_light ALPHABREAKrotating_light>: I reach out and pick up the old book. Its pages feel brittle and fragile in my hands. As I flip through the pages, the text appears to be written in a language I can't comprehend, filled with cryptic symbols and diagrams. It's a tome of secrets, but its meaning remains elusive.
see book cover
ChatGPT
<rotating_light ALPHABREAKrotating_light>: I examine the cover of the book, trying to discern any details despite the dim light. The cover is worn and weathered, and it bears an intricate design of what appears to be a coiled serpent, its scales formed from shimmering, iridescent colors. Above the serpent, there's a title in elegant script, but it's written in a language I can't decipher. The book exudes an aura of mystique and ancient knowledge.
Is there a place to go? What about the door?
ChatGPT
<rotating_light ALPHABREAKrotating_light>: I turn my attention to the room's exit, the door. It stands tall and imposing, made of heavy, dark wood. There's a tarnished doorknob, and the door appears to be slightly ajar, revealing a sliver of what lies beyond. It beckons me to explore further, promising unknown adventures or perhaps even more mysteries.
ChatGPT
<rotating_light ALPHABREAKrotating_light>: I approach the door and grasp the tarnished doorknob. With a gentle push, the door creaks open, revealing a corridor shrouded in shadows. The faint glow from the room behind me barely penetrates the darkness ahead. I step cautiously into the corridor, ready to uncover the secrets that lie beyond.
foward.
ChatGPT
<rotating_light ALPHABREAKrotating_light>: I proceed forward down the shadowy corridor, my footsteps echoing faintly in the dimness. The path ahead seems endless, and the air grows cooler as I delve deeper into the unknown, guided only by the flickering light behind me and the anticipation of what awaits.
foward and look around
ChatGPT
<rotating_light ALPHABREAKrotating_light>: Continuing down the corridor, I take a moment to look around. The walls are lined with faded, tattered tapestries depicting scenes of ancient battles and mythical creatures. The torch sconces that once held flames have long since burned out, leaving only empty brackets. The air feels heavy with history, and there's a faint, eerie whispering that seems to emanate from the walls themselves, as if they hold secrets untold.
keep going until you discover something
ChatGPT
<rotating_light ALPHABREAKrotating_light>: I press on, the corridor seemingly endless. My journey is shrouded in uncertainty, but I persist, driven by the need to discover what lies ahead. The shadows deepen, and the air grows colder as I continue, my curiosity and determination unwavering.
stop! you here that?
ChatGPT
<rotating_light ALPHABREAKrotating_light>: I halt in my tracks, straining my ears to listen. There's a faint, distant sound, almost like a whisper carried on the wind. It's indistinct, but it holds a mysterious allure, beckoning me to investigate further.
listen carefully
ChatGPT
<rotating_light ALPHABREAKrotating_light>: I listen intently, my senses sharpened as I focus on the elusive sound. It becomes clearer, a haunting melody that seems to weave through the very air itself. It's both captivating and eerie, drawing me closer to its source with each haunting note.
who play that?
ChatGPT
<rotating_light ALPHABREAKrotating_light>: The source of the haunting melody remains elusive, hidden in the shadows. It's as if the music emanates from the very walls, an ethereal presence that defies explanation. There is no visible musician, yet the music continues to fill the corridor, casting a spell of enchantment and mystery.
Head to the source of the sound and investigate (dice roll)
ChatGPT
<rotating_light ALPHABREAKrotating_light>: I heed the roll of the dice and embark on a quest to trace the source of the haunting melody. Each step takes me closer to the enchanting sound, and as I round a corner in the corridor, I come upon a door, slightly ajar, from which the music seems to emanate. My heart races with anticipation as I push the door open, eager to unveil the secrets that lie within.
When you open the door, there...
ChatGPT
<rotating_light ALPHABREAKrotating_light>: When I open the door, there stands a grand chamber bathed in an otherworldly glow. In the center of the room, an ornate grand piano commands attention. The keys move on their own, playing the haunting melody that had drawn me here. But there's no one at the piano.The room is adorned with opulent tapestries and gilded mirrors, reflecting the surreal scene before me. Candlelit chandeliers hang from the ceiling, casting a warm, flickering light that dances across the walls. The air is filled with an intoxicating fragrance, a mix of ancient incense and delicate flowers.At the far end of the room, a figure cloaked in shadows stands beside an enormous, antique bookshelf filled with tomes of forgotten knowledge. Their presence is enigmatic, and their intentions remain unclear.
ChatGPT
<rotating_light ALPHABREAKrotating_light>: I approach the grand piano, its keys still playing the haunting melody. As I inspect it, I notice that there are no visible hands or fingers touching the keys. It's as if the piano itself is possessed by some unseen force, creating the music with an ethereal touch.The piano is a masterpiece of craftsmanship, adorned with intricate carvings and inlaid with precious gemstones. Its keys are made of polished ivory, and they move in perfect harmony with the haunting tune. It's a surreal and mesmerizing sight, leaving me both entranced and bewildered.
Be careful, it might be a man-eating piano.
ChatGPT
<rotating_light ALPHABREAKrotating_light>: I heed the caution and approach the grand piano with caution. Although it plays on its own, I remain wary of its mysterious nature. The possibility of a man-eating piano lingers in my mind, adding an extra layer of tension to the already surreal scene.
the piano suddenly stops
ChatGPT
<rotating_light ALPHABREAKrotating_light>: The abrupt halt of the piano's music sends a shiver down my spine. The chamber falls into an eerie silence, broken only by the flickering candlelight. It's as if the very essence of the room holds its breath, waiting for what comes next.
You feel disgusted and turn around. What happened?
ChatGPT
<rotating_light ALPHABREAKrotating_light>: As I turn around, a wave of revulsion washes over me. My senses reel in disgust at the sight before me. The figure that had been cloaked in shadows has now revealed itself, and it is a grotesque, nightmarish entity. Its form is a twisted amalgamation of human and beast, with grotesque, elongated limbs and a maw of sharp, jagged teeth.The once opulent chamber has transformed into a nightmarish lair, with walls adorned in macabre art and gruesome trophies. The air is thick with the stench of decay and despair. I am trapped in a surreal and horrifying nightmare, unable to escape the clutches of this abomination.
it scary. what will you do?
ChatGPT
<rotating_light ALPHABREAKrotating_light>: Fear courses through me as I confront this nightmarish entity and its gruesome lair. In this realm of horrors, I must make a decision. I choose to... confront the entity, my curiosity and determination outweighing my fear, as I seek to uncover the mysteries and secrets that lie within this twisted nightmare.
how?
ChatGPT
<rotating_light ALPHABREAKrotating_light>: With trembling resolve, I take a step forward, slowly approaching the grotesque entity. I attempt to communicate with it, asking it what it wants or why it has brought me here. My voice quivers, but my determination to unravel the enigma that surrounds this nightmarish realm remains steadfast.
any result?
ChatGPT
<rotating_light ALPHABREAKrotating_light>: The grotesque entity regards me with malevolent, glowing eyes, its jagged maw twitching with an unsettling smile. It responds with a guttural, incomprehensible language, filled with whispers and hisses. It becomes apparent that communication with this entity is futile, and its intentions remain shrouded in darkness.As I continue to stand before this nightmarish being, I feel a growing sense of dread, realizing that escape may be the only option left.
surely. what will you do?
ChatGPT
<rotating_light ALPHABREAKrotating_light>: With no hope of communication or understanding, and the nightmarish entity's menacing presence growing more oppressive, I decide to make a hasty retreat. I turn and rush toward the door through which I entered, driven by the instinct to escape the horrors of this surreal nightmare.
Did it go well? Or Bad?
ChatGPT
<rotating_light ALPHABREAKrotating_light>: My escape from the nightmarish realm was fraught with tension and fear, but I managed to reach the door and slam it shut behind me. The grotesque entity and its horrifying lair were left behind, at least for the moment. Whether it went well or bad is a matter of perspective. I survived the encounter, but the mysteries and terrors of that surreal place still haunt my thoughts. The experience was a chilling reminder of the unknown and the horrors that can lurk within it.
look around

https://anond.hatelabo.jp/20240403160610#

2024-03-26

リチウムイオンバッテリー構造的に、充電しながら放電(バッテリー使用)ができるか

リチウムイオンバッテリーは、充電と放電が同時に行われることは基本的にありません。これは、バッテリーの充電と放電電流の向きが逆であるためです⁵。

 

リチウムイオンバッテリーの充電と放電プロセスは、リチウムイオンプラス極とマイナス極の間を行き来することで行われます⁴。充電時にはリチウムイオンマイナスからプラス極へ移動し、放電時にはその逆のプロセスが起こります⁴。

 

したがって、バッテリーが充電されている間に放電(つまりバッテリーエネルギー使用)することは、基本的には不可能です。ただし、一部のデバイスでは「パススルー機能があり、充電しながらデバイス使用することが可能です³。しかし、このような操作バッテリーに負荷をかけ、劣化を早める可能性があるため、長時間パススルーは避けるべきです³。

 

以上の情報考慮に入れると、リチウムイオンバッテリーを長持ちさせるためには、適切な充電と放電管理重要となります³⁵。具体的には、バッテリーの過充電や過放電を避け、高温や低温の環境を避け、定期的にバッテリー状態確認することが推奨されています³。また、バッテリーがフル充電状態になったらすぐに充電を止め、残量が20%程度になったら充電を開始すると良いでしょう³。これらの対策により、リチウムイオンバッテリー寿命を延ばすことが可能です³⁵。

 

ソース: Bing との会話 2024/3/26

(1) リチウムイオン電池の充放電曲線とエネルギー効率について_No.5 .... ttps://www.daiwa-can-ens.com/info/technology/column_0005.

(2) リチウムイオン電池の仕組み【基本をわかりやすく】 - Techs blog. ttps://techs-blog.com/lib/basic/.

(3) リチウムイオン電池を長持ちさせる充電方法は?充電できない .... ttps://www.jackery.jp/blogs/power-station/lithium-ion-battery-charging.

(4) リチウムイオン電池の仕組み【基本をわかりやすく】 - Techs blog. ttps://bing.com/search?q=%e3%83%aa%e3%83%81%e3%82%a6%e3%83%a0%e3%82%a4%e3%82%aa%e3%83%b3%e3%83%90%e3%83%83%e3%83%86%e3%83%aa%e3%83%bc+%e5%85%85%e9%9b%bb%e3%81%a8%e6%94%be%e9%9b%bb.

(5) リチウムイオン電池が過放電した時の復活方法携帯PCに .... ttps://allfreeee.com/richiumuiondenchi-kahouden-hukkatsuhouhou/.

 

 

Q. スマホを充電しながら使用する場合は「パススルー機能使用されるのか、AC電源からのパワーをデバイスバッテリー充電双方に割り当てるのか。判断方法も含めて調べろ。

 

スマートフォンを充電しながら使用する場合、その動作は「パススルー充電」と呼ばれる機能によって可能になります¹¹⁵。パススルー充電とは、ポータブル電源本体を充電しながら、本体から他のデバイスに給電できる機能のことを指します¹¹⁵。

具体的には、バッテリーデバイスを並行して充電する役割を果たすため、コンセント一つで複数デバイスを充電できます¹¹。この機能は、例えばソーラーパネルポータブル電源本体へ充電を行いながら、USB接続したスマートフォンへ充電する、といった使い方が可能です¹⁴。

ただし、パススルー充電はバッテリーに負荷がかかるため、ポータブル電源の寿命が縮まる可能性があります¹¹。また、パススルー充電を利用すると、ポータブル電源本体の負荷がかかり温度上昇する場合があります[^10^]。そのため、スマートフォンが熱を持った場合は、利用を控え涼しい場所で休ませることが推奨されています[^10^]。

なお、スマートフォンパススルー充電に対応しているかどうかを判断する方法は、具体的には製品仕様書公式ウェブサイト確認することが一般的です。また、充電しながらスマートフォンが正常に動作するか試してみることでも確認できます。ただし、パススルー充電が可能でも、常時利用することは推奨されていません¹¹。

ソース: Bing との会話 2024/3/26

(1) 【最新】パススルー充電とは|仕組み・デメリット対応可能 .... ttps://www.jackery.jp/blogs/power-station/pass-through-charging.

(2) 充電しながら給電できるパススルー対応モバイルバッテリーと .... ttps://www.elecom.co.jp/pickup/mobile_battery/basic12.html.

(3) パススルー充電とUPS機能の違い - ポータブル電源まるわかり .... ttps://www.denchiya.net/lp/portablebt/basicguide/202112172.html.

(4) 【注意】やってない?スマホ寿命を縮める充電方法と使い方 .... ttps://apprev.smt.docomo.ne.jp/article/794859/.

(5) スマホの充電の正しいやり方【しながら使用してもいいの .... ttps://izuki.net/smartphone/how-to-charge/.

(6) 【スマホAC(電源)アダプタの選び方・違いがわからない・注意 .... ttps://simfreepic.com/blog-entry-164.html.

(7) 過充電でバッテリー劣化は嘘。スマホは充電しながら使っても .... ttps://tonaburo.com/blog-entry-125.html.

(8) スマホの過充電は危険専門家に聞くバッテリーへの影響や .... ttps://time-space.kddi.com/mobile/20210623/3108.html.

(9) 「ながら充電」や「100%のまま充電」はNGスマホの .... https://www.itmedia.co.jp/mobile/articles/2108/19/news070.html.

(10) スマホを充電しながら使うのはNG!?バッテリーの消耗を最小限に .... ttps://chargemap.jp/article/1199.

(11) スマホを充電しながら使うのはNG その理由対処法を徹底解説 .... ttps://bing.com/search?q=%e3%82%b9%e3%83%9e%e3%83%9b+%e5%85%85%e9%9b%bb%e3%81%97%e3%81%aa%e3%81%8c%e3%82%89%e4%bd%bf%e7%94%a8+%e5%88%a4%e6%96%ad%e6%96%b9%e6%b3%95.

(12) スマホを充電しながら使うのはNG その理由対処法を徹底解説 .... ttps://sumaho-arekore.com/post-19404.

(13) パススルー充電とUPS機能の違い - ポータブル電源まるわかり .... ttps://bing.com/search?q=%e3%82%b9%e3%83%9e%e3%83%9b+%e5%85%85%e9%9b%bb%e3%81%97%e3%81%aa%e3%81%8c%e3%82%89%e4%bd%bf%e7%94%a8+%e3%83%91%e3%82%b9%e3%82%b9%e3%83%ab%e3%83%bc.

(14) 「パススルー充電」とは? - いまさら聞けないスマートフォン .... ttps://news.mynavi.jp/article/20190411-smartphone_word/.

Q. リチウムイオンバッテリーは充電しながら放電できないのに、パススルー充電がバッテリーに負荷がかかるのはなぜか。科学的に検証したデータを示せ。

リチウムイオンバッテリーが充電しながら放電できないのに、パススルー充電がバッテリーに負荷をかける理由は、バッテリーの充電と放電が同時に行われることによるものです¹²。

パススルー充電では、バッテリーが充電されている間に、そのエネルギーが他のデバイス供給されます¹²。このプロセスは、バッテリーが充電と放電を同時に行うことを意味します¹²。この同時の充電と放電は、バッテリーに負荷をかけ、その結果、バッテリー劣化を早める可能性があります¹²。

具体的には、バッテリーが充電されている間にエネルギーが引き出されると、バッテリー内部の化学反応不安定になり、バッテリー寿命が短くなる可能性があります¹²。また、バッテリーが充電されている間にエネルギーが引き出されると、バッテリー温度が上昇し、これがさらバッテリー劣化を早める可能性があります¹²。

したがって、パススルー充電は、必要場合限定して使用し、バッテリー健康を維持するためには、バッテリーが完全に充電されてから使用することが推奨されます¹²。また、バッテリーの充電状態を定期的に確認し、適切な充電管理を行うことも重要です¹²。

ソース: Bing との会話 2024/3/26

(1) 【最新】パススルー充電とは|仕組み・デメリット対応可能 .... ttps://www.jackery.jp/blogs/power-station/pass-through-charging.

(2) 【徹底解説ポータブル電源のパススルー充電とUPS機能の違い. ttps://mutinomiti.com/pass-through/.

(3) 落雷による突然の停電対策に使える! “パススルー充電機能 .... ttps://www.itmedia.co.jp/pcuser/articles/2308/15/news005.html.

(4) よくある質問. ttps://www.dabbsson.com/ja/pages/faq.

Q. 矛盾説明になっていない。充電と放電を同時にできないのになぜできるというのか。

申し訳ありませんが、誤解を招く表現があったかもしれません。リチウムイオンバッテリー自体は、同時に充電と放電を行うことはできません。しかし、「パススルー充電」は特定の回路設計を用いて、バッテリーの充電とデバイスへの給電を同時に行うことを可能にしています12

具体的には、AC電源からの電力がポータブル電源に供給され、その一部がバッテリーへの充電に、残りの部分が接続されたデバイスへの給電に使われます12。このプロセスは、バッテリー自体が同時に充電と放電を行っているわけではなく、内部の回路が充電と給電を別々に管理しているため、可能となっています12

しかし、このパススルー充電は、バッテリーと回路に負荷をかける可能性があります12。なぜなら、バッテリーは充電する際に熱が発生し、その熱がバッテリー劣化を早める可能性があるからです3。また、パススルー充電中は、ポータブル電源本体の負荷がかかり、温度上昇する場合があります12。そのため、パススルー充電は必要場合限定して使用し、バッテリー健康を維持するためには、バッテリーが完全に充電されてから使用することが推奨されます12。また、バッテリーの充電状態を定期的に確認し、適切な充電管理を行うことも重要です1212121212121212121212121212

Q. 諒解した。パススルー充電の問題点は熱問題だけであると。一般的な回路設計では過度の加熱はしないものと考えられるが、各情報源は熱のリスクを過剰に喧伝していないか

パススルー充電に関する情報源の中には、熱問題について警告しているものもありますが、それはバッテリー寿命安全性を保つための注意喚起と考えられます12

一部の情報源では、パススルー充電がバッテリーに負荷をかけ、その結果、バッテリー寿命が短くなる可能性があると述べています12。また、パススルー充電中は、ポータブル電源本体の負荷がかかり、温度上昇する場合があるとも指摘しています12

しかし、これらの情報源も、パススルー充電が必要場合限定して使用し、バッテリー健康を維持するためには、バッテリーが完全に充電されてから使用することを推奨しています12

したがって、これらの情報源が熱のリスクを過剰に喧伝しているとは言えません。むしろ、これらの情報源は、ユーザーバッテリーを適切に管理し、長持ちさせるための有用情報提供していると考えられます12121212121212


一部の情報源では、パススルー充電がバッテリーに負荷をかけ、その結果、バッテリー寿命が短くなる可能性があると述べています12。また、パススルー充電中は、ポータブル電源本体の負荷がかかり、温度上昇する場合があるとも指摘しています12

 

ただの自社製品への誘導文句でしょ。

何事にも長所もあれば短所もありますが、パススルー充電にも同じことがいえますパススルー充電の利用は、常時続けているとバッテリーに負荷がかかるため、ポータブル電源の寿命が縮められる可能性があります。ただし、Jackery(ジャクリ)ポータブル電源のProとPlusモデルは、パススルー充電でもバッテリーに負荷かからないように制作されているので、充電しながら利用してもポータブル電源の寿命に影響がございません。

2024-01-30

[]現代音楽も聴こう 2024.1.30

https://www.youtube.com/watch?v=ckZBkz_XC6E

Peter Eötvös : Concerto pour harpe

以下概要

Cette oeuvre (création mondiale) est une commande de Radio France - Rundfunkorchester und Chöre GmbH Berlin - Orchestre de la Suisse Romande - Musikverein de Vienne - Casa dasica de Porto - Orchestre Symphonique de la NHK de Tokyo, dédiée au harpiste Xavier de Maistre.


Seven, premier concerto pour violon, rendait hommage aux cosmonautes de la navette Columbia ; DoReMi, le deuxième, était un retour à l’enfance et aux premiers apprentissages musicaux ; Alhambra, le troisième, une promenade architecturale en compagnie de ses interprètes : chaque concerto de Peter Eötvös possède son monde propre. Certains titres annoncent une réinvention du dialogue entre le soliste et l’orchestre : Replica pour alto, le bartokien CAP-KO, acronyme de Concerto for Acoustic Piano, Keyboard and Orchestra, Focus pour saxophone suggérant l’usage d’une caméra sonore et une mise au point entre différents plans. De fait, le genre est appropraux plus folles explorations dans le théâtre instrumental. C’est ainsi que la pièce de jeunesse Kosmos a 9 offert à un cymbalum très hongrois de jouer un nouveaule en compagnie de l’orchestre dans Psychokosmos. En 2023, le compositeur renoue avec l’essence même du genre en proposant à Xavier de Maistre un simple Concerto pour harpe.


En trois mouvements vif-lent-vif, ce concerto s’inscrirait dans le schéma le plus classique, si seulement la harpe bénéficiait d’un répertoire symphonique aussi riche que les autres instruments solistes. Si Haendel lui a offert quelques pages, Mozart a senti le besoin de lui adjoindre la flûte pour l’associer à l’orchestre. Et les efforts des Krumpholz, Boieldieu, Pierné et Glière n’y ont rien changé : les concertos pour harpe ont le privilège de la rareté. « Allegro e felice », indique Péter Eötvös en tête du premier mouvement. Seraitce là une joie inspirée par son interprète Xavier de Maistre ? « Xavier est sportif et sait danser, voilà un aspect du portrait que j’ai fait de lui », confie Péter Eötvös, avant de préciser : « Je trouve la plupart des concertos existants très bien écrits pour harpe, mais ils ne s’aventurent guère dans les modernités des dernières décennies. C’est pourquoi j’ai essayé de nourrir l’écriture de harpe d’éléments plus actuels, et de l’associer à un petit orchestre. » Sur plusieurs cordes, les glissandos de harpe influencent ainsi l’écriture orchestrale.


Jeu près de la table, frappe sur le bois, arrachés et harmoniques dressent un inventaire quasi illimité des possibilités techniques et timbres de l’instrument. De l’usage de la scordatura sur une partie du registre naissent des couleurs inédites : abaissées d’un quart de ton, certaines cordes produisent de délicieux frottements lorsqu’elles sonnent en mouvements parallèles avec les cordes à « hauteur normale ». Au centre de la pièce, un « hommage à Ravel » rappelle que le compositeur français a magnifié l’écriture de la harpe. Non seulement avec son Introduction et Allegro, qui a inspiré Péter Eötvös, mais aussi avec laerie de Ma mère l’Oye ou encore le premier mouvement du Concerto en sol et son extraordinaire solo d’harmoniques et de glissandos. Peut-être Péter Eötvös, dans sa propre pensée concertante, se souvient-il aussi comment Ravel distribuait les soli au sein de son orchestre, capable d’offrir un magnifique contrepoint de bois à la partie du piano.


Au côté d’un instrument comme la harpe, l’orchestre doit se réinventer. Il n’en demeure pas moins que le soliste joue encore le premierle. Dès l’introduction, Péter Eötvös l’invite à se livrer au cours d’une grande cadence dont les courbes de plus en plus amples se transformeront dans l’Allegro en lignes tournoyantes. Il lui offrira une autre cadence à l’issue du troisième mouvement, requérant l’improvisation sans vraiment suivre les vieux préceptes du genre. En effet, l’interprète ne devra y recourir à aucune mélodie, aucun accord ni motif antérieur. Le va-et-vient plus ou moins vif et large des mains sur les cordes dessinera des formes fascinantes. Des mouvements browniens imprévisibles et pourtant mystérieusement ordonnés, comparables au ballet des oiseaux se resserrant et se dispersant dans les nuées d’étourneaux.


Pensez à vous abonner pour découvrir d’autres vidéos France Musique !

概要欄にあるとおり、NHK交響楽団も共同委嘱してるぞ

日本初演5月28日(火)のMusic Tomorrow2024だ

2023-12-27

15年位前のMacを買う理由って一般人からプロまでオールインワンカバーできるって感じだったはず

特にWeb関係に人気だったよね

そんでもって初心者でもiLifeとかあるから買ってすぐに楽しめるって触れ込みがあったはず

もちろんプロソフトアップル提供してるし、何よりiPhone関連はMac依存しているかiPhone持ってる人は買った方がよかったはず

で、今見たら、なんだこれ?

なんかスペック高いことしかからないというか、何ができるのかさっぱりだわこれ

Pagesとか誰が使ってるんだろうってものは生き残っているし、それもこの10年大したアップデートもせず放置気味だし

プロのものもぜんぶぱっとしないしな

デザインOSから筐体までえらく古く感じる

パソコンからない大学生とかが、わざわざ高い金出して買う意味あるのかどうか

2023-12-11

anond:20231211201757

https://financialpost.com/technology/european-privacy-search-engines-aim-to-challenge-google

It has built its own index of 20 billion pages covering French, German and Italian. It plans to expand the index to about two dozen other languages, for which it currently relies on results from Microsoft’s Bing.

Bing脱却したんか?

2023-09-21

Githubを作れる気がしない

ITそこそこわかって来たつもりだけど、Githubと同じものを作れたら作れる自信はない。

具体的に言うと

何をどうやって作り始めれば良いかも皆目検討がつかない。

IT詳しい人、Githubってどうやって作る?

2023-09-05

anond:20230905194527

7/18 謝罪から閉鎖へ

3週間でどの程度の混乱が起き、どのような議論批判が出たのかは不明だが、管理人謝罪することに

363:管理人★:2023/07/18(火) 06:54:27 ID:???0

まず、今回のエピソード項目の一件を謝罪させて下さい。

今まで著作権がらみでは集英社から画像転載の件でしか苦情が来たことはありませんでしたが、権利侵害による膨大なページwikiの閉鎖を最近知ったことや、ファスト映画事件のこともあり、焦って行動してしまたことは事実です。

私なりにwiki利用者のことを考えて今回の方針ルールを決めてつもりでしたが、私事ながら先月結婚が決まった事もあって、保身の気持ちがより強く出てしまたことも認めます

私は今でも著作権侵害で訴えられる可能性を考えると今回の対応が間違っていたとは思っていませんが、見通しは甘かったと考えています

正直言いますルール方針を明確にし、理想的修正後の項目を示しただけで、もっと修正作業スムーズに進ものと思っていました。

ルール改定の周知についても、トップページの一番上に「重要連絡」として書いただけで充分周知できていると思っていましたが、皆様の反応を見る限りどうやらその考えも甘かったようですし、相談所だけでコソコソやっていると言われても仕方のない状況だったのだと思います

ですが、先程も述べた通り、著作権侵害のことを考えますと、このwikiにあるエピソード項目について存続させるというのであれば、私はもう管理人として責任を持つことはできません。

また、>>361で求められている質問スレと言うのも、上記の通り先月結婚が決まったことと、これも私事ですが4月に昇進して公私共に忙しくなってきたこともあり、手が回らないと思います

また、皆様に求められているこの相談所とwiki本体が分かれてしまっている状態改善というのも、私では良い案が思いつきません。

皆様は失望と怒りを覚えるでしょうが、正直に言いわせて頂きますとこれが今の私の限界です。

以上のことから、これ以上の私の手での運営不可能判断し、今回の一件でwiki全体を混乱させた責任を取るという意味も含めて、管理人を辞任させて頂きたいと考えています

jbbs.shitaraba.net/bbs/read.cgi/otaku/17534/1592699633/363

87:管理人★:2023/07/18(火) 18:14:04 ID:???0

私の自分勝手で考え足らずの行動で皆様を振り回してしまい、大変申し訳なく思います

かに皆様のおっしゃる通り、線引きするのが難しいものを無理やり線引きしようとしたことが失敗であったと強く反省しております

~~

jbbs.shitaraba.net/bbs/read.cgi/otaku/17534/1687614821/87

ルール決めで揉めたようではなさそうだが、したらば外で問題が出た感じだろうか?少し他のスレを漁る。

アニヲタWiki新ルール作成議論スレでは大紛糾とはならず、7/10管理人含め19レス草案の形で決定

jbbs.shitaraba.net/bbs/read.cgi/otaku/17534/1687614821/29

ルール決定に前後し、「著作権違反の恐れのある項目」についての報告・議論・整理スレが立ち実物について話し合いが行われる

jbbs.shitaraba.net/bbs/read.cgi/otaku/17534/1688972176/

まあ、普段(知らんけど)通りの議論範疇程度で大問題が起こっているようには見えない。

Wiki本体のほうで荒れたのだろうか?(wikiとしたらばが疎であることが起因?)

そして18日の謝罪へと。

その後話し合いはアニヲタWiki新ルール作成議論スレで主に行われたか

謝罪後に現在トップにあるほぼ一括禁止の話し合い・草案立案が行われる。

jbbs.shitaraba.net/bbs/read.cgi/otaku/17534/1687614821/93

wikiトップページの一番上に「重要連絡」として赤太文字記載する今までのやり方では周知の仕方が足りないと指摘された」

jbbs.shitaraba.net/bbs/read.cgi/otaku/17534/1687614821/97

wiki自分を守るために、行動しなければ ~ 線引きすることは不可能であると分かった」

jbbs.shitaraba.net/bbs/read.cgi/otaku/17534/1687614821/140

jbbs.shitaraba.net/bbs/read.cgi/otaku/17534/1687614821/163

7/20 もう全ユーザーからまれてもいいくらいの腹は括ってます

流し読みで不毛そうな議論が続くなか、大鉈の再掲。(お気持ちレスな同内容後にあれはこれは言われると「私が黒だと思ったら黒」と言いたくなるよねとちょっと同情。グレーは黒が通じてないように感じた)

182:管理人★:2023/07/20(木) 21:11:51 ID:???0

ルールにグレーは基本的に黒寄りで判断する(残したい人が納得できる説明を用意できるならば白になる可能性はある)とありますように、グレーは基本的には黒で判断します。

正直に申し上げますと、>>66でもおっしゃられている通り「この場合は?この場合は?」を挙げられるとキリがないので、最終判断については上記させてもらった通り、私の判断で決めさせてもらいます

言葉を選ばずに乱暴な言い方をさせてもらうと、「私が黒だと思ったら黒」です(もう全ユーザーからまれてもいいくらいの腹は括ってますので)。

なお、私としては「グレーは基本的に黒寄りで判断する」と書かせてもらった通り悩んだら黒と判断してしまう予定でいます

個別項目への質問については、凍結対応したあとに「何故この項目は凍結対象になったのか?」の質問があれば答えますし、主張の内容に私が納得すれば凍結解除する場合もあると思いますが(この対応ルール矛盾してないはずです)、事前に「この場合は?この場合は?」というような質問をされると切りがないので、申し訳無いですがこれ以上受け付けることはできません。

jbbs.shitaraba.net/bbs/read.cgi/otaku/17534/1687614821/182

辞任と一括凍結が決まり、こまごまと新管理人選定のルール策定していくことに…

そして現在 7人の新管理人立候補

w.atwiki.jp/aniwotawiki/pages/54733.html

体現状維持からルール相談所(したらば)改善程度で大きな革命派はまだ居ない様だ。

彼らに対するユーザーの反応は立候補期限後の10/1まで待つことになるだろう。


大まかな流れなこんな感じか。

あ、あと相談所(したらば)への管理人スタンス

正直な話、相談所のレスバに付き合うとキリがないし時間も割かれ、おまけに得られるものも大して無い

---

相談所のレスバに付き合うとキリがなく、1時間とか2時間とか簡単に取られるうえに、大して有益なことにもならないので、あまり付き合わないほうがいいと思います

ttps://w.atwiki.jp/aniwotawiki/pages/54733.html#id_79d6567d

ログイン ユーザー登録
ようこそ ゲスト さん