From 19738d77ef0f9d52b8fd738b1d8eb61189a7d4cc Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Mon, 16 Dec 2024 12:51:37 +0100 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D1=8F?= =?UTF-8?q?=D0=B5=D1=82=20453-=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- src/episodes/453/index.json | 4 ++++ src/episodes/453/index.md | 37 +++++++++++++++++++++++++++++++++++++ src/episodes/453/index.yml | 26 ++++++++++++++++++++++++++ 4 files changed, 69 insertions(+), 1 deletion(-) create mode 100644 src/episodes/453/index.json create mode 100644 src/episodes/453/index.md create mode 100644 src/episodes/453/index.yml diff --git a/README.md b/README.md index bdc32e5..4fcbb11 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ | 490 | 489 | 488 | 487 | 486 | 485 | 484 | 483 | 482 | 481 | | 480 | 479 | 478 | 477 | 476 | 475 | 474 | 473 | 472 | 471 | | 470 | 469 | 468 | 467 | 466 | 465 | 464 | 463 | 462 | 461 | -| 460 | 459 | 458 | 457 | 456 | 455 | 454 | 453 | [452][] | [451][] | +| 460 | 459 | 458 | 457 | 456 | 455 | 454 | [453][] | [452][] | [451][] | | [450][] | [449][] | [448][] | [447][] | [446][] | [445][] | [444][] | [443][] | [442][] | [441][] | | [440][] | [439][] | [438][] | [437][] | [436][] | [435][] | [434][] | [433][] | [432][] | [431][] | | [430][] | [429][] | [428][] | [427][] | [426][] | [425][] | [424][] | [423][] | [422][] | [421][] | @@ -113,6 +113,7 @@ +[453]: src/episodes/453/index.md [452]: src/episodes/452/index.md [451]: src/episodes/451/index.md [450]: src/episodes/450/index.md diff --git a/src/episodes/453/index.json b/src/episodes/453/index.json new file mode 100644 index 0000000..a39127d --- /dev/null +++ b/src/episodes/453/index.json @@ -0,0 +1,4 @@ +{ + "fileSize": 83478448, + "duration": 5216026 +} diff --git a/src/episodes/453/index.md b/src/episodes/453/index.md new file mode 100644 index 0000000..6f75a8f --- /dev/null +++ b/src/episodes/453/index.md @@ -0,0 +1,37 @@ +## Поддержите нас + +Простой способ сказать «спасибо» и попасть в закрытый чат. + +- [Патреон](https://www.patreon.com/webstandards_ru) +- [Бусти](https://boosty.to/webstandards_ru) + +## Новинки Safari 18.2 + +- [WebKit Features in Safari 18.2](https://webkit.org/blog/16301/webkit-features-in-safari-18-2/) + +## Firefox без DNT + +- [How do I turn on the Do Not Track feature?](https://support.mozilla.org/en-US/kb/how-do-i-turn-do-not-track-feature) + +## Baseline 2024 + +- [Baseline 2024: more tools to help web developers](https://web.dev/blog/baseline-project-2024) +- [Dynamic-range media query](https://web-platform-dx.github.io/web-features-explorer/features/dynamic-range/) +- [Prefers-contrast media query](https://web-platform-dx.github.io/web-features-explorer/features/prefers-contrast/) +- [Exception handling (WebAssembly)](https://web-platform-dx.github.io/web-features-explorer/features/wasm-exception-handling/) +- [RUM Insights](https://rumarchive.com/insights/) + +## Релиз JS-движка Boa + +- [Boa release v0.20](https://boajs.dev/blog/2024/12/05/boa-release-020) + +## Container Queries на Netflix + +- [Unlocking the power of CSS container queries: lessons from the Netflix team](https://web.dev/case-studies/netflix-cq) + +## Ответы на вопросы + +- [Storing times for human events](https://simonwillison.net/2024/Nov/27/storing-times-for-human-events/) +- [Managing Timezones in JavaScript Apps](https://www.nikgraf.com/blog/managing-timezones-in-javascript-apps) + +[podcast@web-standards.ru](mailto:podcast@web-standards.ru) diff --git a/src/episodes/453/index.yml b/src/episodes/453/index.yml new file mode 100644 index 0000000..5ff8762 --- /dev/null +++ b/src/episodes/453/index.yml @@ -0,0 +1,26 @@ +title: Safari 18.2, Firefox без DNT, Baseline 2024, JS-движок Boa, Container Queries на Netflix + +date: 2024-12-16T09:00 + +hosts: + - Алексей Симоненко + - Андрей Мелихов + - Никита Дубко + +chapters: + - time: 00:00:00 + title: 'Интро' + - time: 00:01:23 + title: 'Новинки Safari 18.2' + - time: 00:34:08 + title: 'Firefox без DNT' + - time: 00:43:22 + title: 'Baseline 2024' + - time: 01:06:34 + title: 'Релиз JS-движка Boa' + - time: 01:13:10 + title: 'Container Queries на Netflix' + - time: 01:22:35 + title: 'Ответы на вопросы' + +duration: 01:26:56