2024年2月16日のブックマーク (8件)

  • Observable: Build expressive charts and dashboards with code

    Observable offers a modern way to create powerful, performant, polyglot data apps built on open source. Deploy on Observable to share instantly, privately, and securely.

    Observable: Build expressive charts and dashboards with code
    ogawa0071
    ogawa0071 2024/02/16
  • 追記有)有名配信者と付き合ったことあるけどスパチャはマジでやめたほうがい

    今年に入って別れたので公共の利益のために書くことにした。 配信者に対して、「認知されたい」とか軽微な動機も含めて、ワンチャン狙いで高額なスパチャをするのはマジで勿体ないからやめたほうがいい。 数年付き合ったことでよくわかったので書いていく。 ■「リスナー」が「リスナー」の枠を超えることはない 最初に言っておくと、高額少額問わずスパチャをしてくれるリスナーに対して、感謝してないということは無いよ。 彼女たちは、自分のために金銭を贈与してくれるリスナーにはしっかりと感謝の心を持ってる。これは間違いない。 けど、その感謝の対象が、スパチャを投げている「あなた=個人」になることはほとんどない。もしあっても、「リスナーの中のあなた」という枠組みを出ることは、確実に無い。 例えるのが難しいけど、被災者が寄付に感謝するとかそんな感じに近いかな。(災害を例に出してすみません。他意はありません。) 寄付をし

    追記有)有名配信者と付き合ったことあるけどスパチャはマジでやめたほうがい
    ogawa0071
    ogawa0071 2024/02/16
  • Sora: Creating video from text

    Sora Creating video from text Sora is an AI model that can create realistic and imaginative scenes from text instructions. Read technical report We’re teaching AI to understand and simulate the physical world in motion, with the goal of training models that help people solve problems that require real-world interaction. Introducing Sora, our text-to-video model. Sora can generate videos up to a mi

    Sora: Creating video from text
    ogawa0071
    ogawa0071 2024/02/16
  • Rye Grows With UV

    Rye Grows With UV written on Thursday, February 15, 2024 Two weeks ago I asked the question again about What Rye should be. There has been one thing that I have not publicly shared before and that is that ever since Rye exists I have also been talking to Charlie Marsh about Python packaging and Python tooling. It turns out that we had some shared ideas of what an ideal Python tooling landscape wou

    ogawa0071
    ogawa0071 2024/02/16
  • 味の素は(とっくに)化学調味料じゃないよ

    https://b.hatena.ne.jp/entry/s/news.yahoo.co.jp/articles/45027695e530e051763275a72d54d44c1509526a 昆布(自然?)と味の素(化学?)が対立概念である、という図式をスンナリ受け入れている人々が多いようだけれど、そういう人々はいまだに味の素を石油化学合成品だと考えているのだろうか。 味の素が化学合成を中止して発酵製法に切り替えたのは1973年のことだ。 味の素グループの100年史 第7章 第2節 1973年5月14日にMSGの最終晶析、23日に最終分割を行い、試運転開始以来10年10カ月にわたり続けてきた合成法によるMSG生産に終止符を打った。 (※MSG = グルタミン酸ナトリウム) 60年代~70年代の日では公害が大きな社会問題となっていて、石油化学工業全体に対する消費者からの風当たりは非常

    味の素は(とっくに)化学調味料じゃないよ
    ogawa0071
    ogawa0071 2024/02/16
    発酵で作ってるのは知らなかった!とはいえ摂取しすぎは何事もダメって話では?塩分みたいなもんで。
  • Webサービスを作るときのテンプレートを作った - hiroppy's site

    週末に自分がよく使っている技術をまとめたら反応が良かったので、テンプレートを作りました。 なにかWebサービスを作るときに、自分はこれらのライブラリを基的には入れます。 ベースはcreate-next-appとなりますが、そこで生成された状態だと認証もDBも何もありません。 しかし、サービスを作るにあたって必要なケースがほとんどです。 このテンプレートには特定のライブラリを入れると毎回書かないといけない項目等を事前に作っておき、 開発に集中できる仕組みを作るのがゴールとなります。また、例を示しつつ削除するコード量を最小限に抑えます。 主にNext.js固有のハマるポイントや環境構築などめんどくさいけど毎回書いている点をカバーします。 linterと関連があるVSCode, pre-commit等の設定NextAuthに指定されたDB Schemaの作成やAPI routeの設置開発、テス

    Webサービスを作るときのテンプレートを作った - hiroppy's site
    ogawa0071
    ogawa0071 2024/02/16
  • React Labs: What We've Been Working On – February 2024 – React

    In React Labs posts, we write about projects in active research and development. We’ve made significant progress since our last update, and we’d like to share our progress. React Conf 2024 is scheduled for May 15–16 in Henderson, Nevada! If you’re interested in attending React Conf in person, you can sign up for the ticket lottery until February 28th. For more info on tickets, free streaming, spon

    React Labs: What We've Been Working On – February 2024 – React
    ogawa0071
    ogawa0071 2024/02/16
  • uv: Python packaging in Rust

    TL;DR: uv is an extremely fast Python package installer and resolver, written in Rust, and designed as a drop-in replacement for pip and pip-tools workflows. uv represents a milestone in our pursuit of a "Cargo for Python": a comprehensive Python project and package manager that's fast, reliable, and easy to use. As part of this release, we're also taking stewardship of Rye, an experimental Python

    uv: Python packaging in Rust
    ogawa0071
    ogawa0071 2024/02/16
    Ruffの会社だ。これでPythonツールのスタンダードが1社のエコシステムにまとまるといいな。Ryeは統合予定。