ようこそ、silverbirder のジブンノートへ!
記事数: 284枚
連続投稿日数: 137日
最新更新: 2026年03月12日
Web開発や技術支援のご相談は、X または Bluesky のDMからお気軽にご連絡ください!
Webページのアーカイブ新手法 Gwtar がすごいらしい。
Gwtar: a static efficient single-file HTML format · Gwern.net
Gwtar is a new polyglot HTML archival format which provides a single, self-contained, HTML file which still can be efficiently lazy-loaded by a web browser. This is done by a header’s JavaScript making HTTP range requests. It is used on Gwern.net to serve large HTML archives.
gwern.net
Liquid Glass を CSSとSVGで実現するらしい。 読んだけど、全然分からなった...。
Liquid Glass in the Browser: Refraction with CSS and SVG — kube.io
Explore how to recreate Apple's stunning Liquid Glass effect using CSS, SVG Displacement Maps, and refraction calculations.
kube.io
GitHub Actionsでzip以外のアーティファクトもアップロードできるようになった!
GitHub Actions now supports uploading and downloading non-zipped artifacts - GitHub Changelog
GitHub Actions now supports uploading and downloading non-zipped artifacts within workflows. Previously, when you uploaded an artifact using the actions/upload-artifact action it was automatically zipped. Downloading it using the actions/download-artifact…
The GitHub Blog
Webブラウザエンジニアリング
Webブラウザは、現代のコンピューティング環境において欠かせない存在であり、最も広く使われているプラットフォームの一つです。本書は、その仕組みを実践的に学ぶための解説書です。実際にWebブラウザを構築する過程をたどりながら、レンダリング、HTMLパーサー、CSS、JavaScript、マルチスレッド対応、セキュリティモデル、アニメーションとコンポジット処理、ブラウザAPI、アクセシビリティなど、モダンなWebブラウザの主要な要素を順を追って解説していきます。 章ごとにコードを動かしながら、ブラウザに機能が積み重なっていく過程を通じて、ソフトウェアを成長させ改善していく経験を自然に体得できます。ブラウザ技術の研究者とChrome開発者による豊富な知見をもとに、Webの進化をたどりながら、手を動かしてブラウザの内部構造を深く理解できる一冊です。
oreilly.co.jp
3月17日発売予定の本。読みたい...!
State of JavaScript 2025 が公開されたので、後で読む。
State of JavaScript 2025
The 2025 edition of the annual survey about the latest trends in the JavaScript ecosystem.
2025.stateofjs.com