2026年8月22日のブックマーク (4件)

  • AI時代のPR管理画面 gh pr-graph を激推ししている - ともにかける

    PR同士の関係を可視化するgh pr-graphコマンドがとてつもなく良かったので、利用者目線でのユースケースを紹介したいと思います。 家の紹介ブログは以下です。 orangain.hatenablog.com 顧客が欲しかったもの AIでたくさんのPRが作られ、我々は皆レビュアーになりました。PRの依存関係がわからなくなって混乱するという課題をうっすらと感じつつ、GitHubの仕組みの中でなんとかやり過ごしていました。 そんな中 gh pr-graph を使い、感動しました。大衆として、与えられた環境の中で頑張って作業していた自分が恥ずかしくなります。枠を壊し、課題を解決する。イノベーションというのはこうやって生まれていくのですね。 以降では「最高やな」と思った機能をユースケースベースで紹介していきます。 PRに必要なアクションがわかる レビュー依頼が来ているとPRが緑色で表示されます

    AI時代のPR管理画面 gh pr-graph を激推ししている - ともにかける
  • 現代経済理論1 講評.pdf

    読み込んでいます…

    oooooooo
    oooooooo 2026/08/22
    “50歳になった今、自分が学生を評価する立場になって、あの時の恩師たちの「苦笑い」の意味がようやく、心の底から理解できるようになりました。”
  • HTML Can Do That

    HTML has been gobbling up swathes of what used to be JavaScript’s remit. This page lists a bunch of dynamic functionality that we can now achieve with just HTML. Update 2026-08-20: I originally built this page in one hour during HTML Day 2026 to write and celebrate HTML, but I’ve since made some edits to better express and highlight where the browser implementation of some of this stuff is severel

    HTML Can Do That
  • How's Linear so fast? A technical breakdown

    A few milliseconds is all it takes to update an issue in Linear. A traditional CRUD app doing the same thing takes about 300ms. How do they do it? There's no secret silver bullet to performance. The reality is that it's built from the ground up on the right foundation, then improved by countless decisions. My goal is to walk through some of the techniques that make Linear feel the way it does and

    How's Linear so fast? A technical breakdown
    oooooooo
    oooooooo 2026/08/22
    "Font loading is one of those details a lot of apps get wrong. The failure modes are visible: invisible text for half a second, layout shifts as the real font swaps in, double-fetched resources because the preload didn't match." / "Render first, authenticate second"