Skip to content

Commit 85357a2

Browse files
committed
Добавляет 496-й
1 parent 1cea795 commit 85357a2

File tree

4 files changed

+83
-1
lines changed

4 files changed

+83
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
|| | | | | | | | | |
3030
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
31-
| 500 | 499 | 498 | 497 | 496 | [495][] | [494][] | [493][] | [492][] | [491][] |
31+
| 500 | 499 | 498 | 497 | [496][] | [495][] | [494][] | [493][] | [492][] | [491][] |
3232
| [490][] | [489][] | [488][] | [487][] | [486][] | [485][] | [484][] | [483][] | [482][] | [481][] |
3333
| [480][] | [479][] | [478][] | [477][] | [476][] | [475][] | [474][] | [473][] | [472][] | [471][] |
3434
| [470][] | [469][] | [468][] | [467][] | [466][] | [465][] | [464][] | [463][] | [462][] | [461][] |
@@ -113,6 +113,7 @@
113113

114114
</details>
115115

116+
[496]: src/episodes/496/index.md
116117
[495]: src/episodes/495/index.md
117118
[494]: src/episodes/494/index.md
118119
[493]: src/episodes/493/index.md

src/episodes/496/index.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"fileSize": 111971644,
3+
"duration": 6984046
4+
}

src/episodes/496/index.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
## Смотрите нас
2+
3+
- [Лайв на Ютубе](https://youtu.be/I9lfkT6M8DU)
4+
5+
## Новинки Chrome 141
6+
7+
- [Chrome 141](https://developer.chrome.com/release-notes/141)
8+
- [Devtools MCP features](https://github.com/ChromeDevTools/chrome-devtools-mcp/blob/main/docs/tool-reference.md)
9+
10+
## Гриды как таблицы
11+
12+
- [CSS Grid: A helpful mental model and the power of grid lines](https://webkit.org/blog/17474/css-grid-a-helpful-mental-model-and-the-power-of-grid-lines/)
13+
14+
## Всё уже есть в Node.js
15+
16+
- [15 Recent Node.js Features that Replace Popular npm Packages](https://nodesource.com/blog/nodejs-features-replacing-npm-packages)
17+
18+
## Современные цвета в CSS
19+
20+
- [A pragmatic guide to modern CSS colours - part one](https://piccalil.li/blog/a-pragmatic-guide-to-modern-css-colours-part-one/)
21+
22+
## Какой if() в CSS нам нужен
23+
24+
- [CSS if() — breakthrough or breakdown?](https://htmlacademy.org/blog/css-if)
25+
26+
## История Prettier
27+
28+
- [Birth of Prettier](https://blog.vjeux.com/2025/javascript/birth-of-prettier.html)
29+
- [The Hardest Program I’ve Ever Written](https://journal.stuffwithstuff.com/2015/09/08/the-hardest-program-ive-ever-written/)
30+
- [A Prettier JavaScript Formatter](https://archive.jlongster.com/A-Prettier-Formatter)
31+
- [A prettier printer](https://homepages.inf.ed.ac.uk/wadler/papers/prettier/prettier.pdf)
32+
33+
## Агенты в Playwright
34+
35+
- [Playwright Agents](https://playwright.dev/docs/test-agents)
36+
37+
## Вайб-инжиниринг
38+
39+
- [Vibe engineering](https://simonwillison.net/2025/Oct/7/vibe-engineering/)
40+
41+
## Ответы на вопросы
42+
43+
- [A deep dive into Cloudflare’s September 12, 2025 dashboard and API outage](https://blog.cloudflare.com/deep-dive-into-cloudflares-sept-12-dashboard-and-api-outage/)
44+
45+
[podcast@web-standards.ru](mailto:podcast@web-standards.ru)

src/episodes/496/index.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
title: Chrome 141, гриды, Node.js, if() и цвета в CSS, Prettier, агенты в Playwright, вайб-инжиниринг
2+
3+
date: 2025-10-13T09:00
4+
5+
hosts:
6+
- Андрей Мелихов
7+
- Алексей Симоненко
8+
- Полина Гуртовая
9+
10+
chapters:
11+
- time: 00:00:00
12+
title: 'Интро'
13+
- time: 00:01:38
14+
title: 'Новинки Chrome 141'
15+
- time: 00:23:11
16+
title: 'Гриды как таблицы'
17+
- time: 00:30:40
18+
title: 'Всё уже есть в Node.js'
19+
- time: 00:45:23
20+
title: 'Современные цвета в CSS'
21+
- time: 00:53:15
22+
title: 'Какой if() в CSS нам нужен'
23+
- time: 01:01:26
24+
title: 'История Prettier'
25+
- time: 01:25:50
26+
title: 'Агенты в Playwright'
27+
- time: 01:34:23
28+
title: 'Вайб-инжиниринг'
29+
- time: 01:51:56
30+
title: 'Ответы на вопросы'
31+
32+
duration: 01:56:24

0 commit comments

Comments
 (0)