playwriter 0.0.89 → 0.0.103

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/dist/aria-snapshot.d.ts +7 -3
  2. package/dist/aria-snapshot.d.ts.map +1 -1
  3. package/dist/aria-snapshot.js +76 -18
  4. package/dist/aria-snapshot.js.map +1 -1
  5. package/dist/aria-snapshot.test.js +94 -0
  6. package/dist/aria-snapshot.test.js.map +1 -1
  7. package/dist/bippy.js +1 -1
  8. package/dist/browser-config.d.ts +12 -1
  9. package/dist/browser-config.d.ts.map +1 -1
  10. package/dist/browser-config.js +101 -38
  11. package/dist/browser-config.js.map +1 -1
  12. package/dist/browser-launch.d.ts +17 -0
  13. package/dist/browser-launch.d.ts.map +1 -0
  14. package/dist/browser-launch.js +44 -0
  15. package/dist/browser-launch.js.map +1 -0
  16. package/dist/cdp-relay.d.ts.map +1 -1
  17. package/dist/cdp-relay.js +34 -10
  18. package/dist/cdp-relay.js.map +1 -1
  19. package/dist/channel-owner-inspect.test.d.ts +2 -0
  20. package/dist/channel-owner-inspect.test.d.ts.map +1 -0
  21. package/dist/channel-owner-inspect.test.js +75 -0
  22. package/dist/channel-owner-inspect.test.js.map +1 -0
  23. package/dist/chrome-discovery.d.ts +65 -0
  24. package/dist/chrome-discovery.d.ts.map +1 -0
  25. package/dist/chrome-discovery.js +165 -0
  26. package/dist/chrome-discovery.js.map +1 -0
  27. package/dist/chrome-discovery.test.d.ts +2 -0
  28. package/dist/chrome-discovery.test.d.ts.map +1 -0
  29. package/dist/chrome-discovery.test.js +41 -0
  30. package/dist/chrome-discovery.test.js.map +1 -0
  31. package/dist/cli.js +357 -53
  32. package/dist/cli.js.map +1 -1
  33. package/dist/executor.d.ts +44 -11
  34. package/dist/executor.d.ts.map +1 -1
  35. package/dist/executor.js +121 -55
  36. package/dist/executor.js.map +1 -1
  37. package/dist/executor.unit.test.js +29 -1
  38. package/dist/executor.unit.test.js.map +1 -1
  39. package/dist/extension/background.js +1704 -0
  40. package/dist/extension/icons/SolarCursorSquareBold.png +0 -0
  41. package/dist/extension/icons/icon-black-128.png +0 -0
  42. package/dist/extension/icons/icon-black-16.png +0 -0
  43. package/dist/extension/icons/icon-black-32.png +0 -0
  44. package/dist/extension/icons/icon-black-48.png +0 -0
  45. package/dist/extension/icons/icon-gray-128.png +0 -0
  46. package/dist/extension/icons/icon-gray-16.png +0 -0
  47. package/dist/extension/icons/icon-gray-32.png +0 -0
  48. package/dist/extension/icons/icon-gray-48.png +0 -0
  49. package/dist/extension/icons/icon-green-128.png +0 -0
  50. package/dist/extension/icons/icon-green-16.png +0 -0
  51. package/dist/extension/icons/icon-green-32.png +0 -0
  52. package/dist/extension/icons/icon-green-48.png +0 -0
  53. package/dist/extension/icons/playwriter-icon-black.png +0 -0
  54. package/dist/extension/icons/playwriter-icon-gray-disabled.png +0 -0
  55. package/dist/extension/icons/playwriter-icon-gray-disabled.svg +1 -0
  56. package/dist/extension/manifest.json +40 -0
  57. package/dist/extension/offscreen.js +214 -0
  58. package/dist/extension/src/offscreen.html +9 -0
  59. package/dist/extension/src/prism-bash.min.js +1 -0
  60. package/dist/extension/src/prism.min.js +1 -0
  61. package/dist/extension/src/welcome.html +399 -0
  62. package/dist/kitty-graphics.d.ts +22 -0
  63. package/dist/kitty-graphics.d.ts.map +1 -0
  64. package/dist/kitty-graphics.js +71 -0
  65. package/dist/kitty-graphics.js.map +1 -0
  66. package/dist/kitty-graphics.test.d.ts +2 -0
  67. package/dist/kitty-graphics.test.d.ts.map +1 -0
  68. package/dist/kitty-graphics.test.js +125 -0
  69. package/dist/kitty-graphics.test.js.map +1 -0
  70. package/dist/mcp.d.ts.map +1 -1
  71. package/dist/mcp.js +76 -12
  72. package/dist/mcp.js.map +1 -1
  73. package/dist/package-paths.d.ts +3 -0
  74. package/dist/package-paths.d.ts.map +1 -0
  75. package/dist/package-paths.js +29 -0
  76. package/dist/package-paths.js.map +1 -0
  77. package/dist/prompt.md +4 -2
  78. package/dist/readability.js +1 -1
  79. package/dist/relay-core.test.js +14 -4
  80. package/dist/relay-core.test.js.map +1 -1
  81. package/dist/relay-navigation.test.d.ts.map +1 -1
  82. package/dist/relay-navigation.test.js +95 -1
  83. package/dist/relay-navigation.test.js.map +1 -1
  84. package/dist/scoped-fs.d.ts +5 -4
  85. package/dist/scoped-fs.d.ts.map +1 -1
  86. package/dist/scoped-fs.js +11 -9
  87. package/dist/scoped-fs.js.map +1 -1
  88. package/dist/scoped-fs.test.d.ts +5 -0
  89. package/dist/scoped-fs.test.d.ts.map +1 -0
  90. package/dist/scoped-fs.test.js +70 -0
  91. package/dist/scoped-fs.test.js.map +1 -0
  92. package/dist/screen-recording.d.ts +3 -6
  93. package/dist/screen-recording.d.ts.map +1 -1
  94. package/dist/screen-recording.js +7 -21
  95. package/dist/screen-recording.js.map +1 -1
  96. package/dist/selector-generator.js +1 -1
  97. package/dist/snapshot-tools.test.js +3 -4
  98. package/dist/snapshot-tools.test.js.map +1 -1
  99. package/dist/test-utils.d.ts +3 -1
  100. package/dist/test-utils.d.ts.map +1 -1
  101. package/dist/test-utils.js +24 -12
  102. package/dist/test-utils.js.map +1 -1
  103. package/package.json +6 -5
  104. package/src/aria-snapshot.test.ts +110 -0
  105. package/src/aria-snapshot.ts +86 -19
  106. package/src/aria-snapshots/contenteditable-interactive.txt +7 -0
  107. package/src/aria-snapshots/contenteditable-raw.txt +14 -0
  108. package/src/aria-snapshots/github-interactive.txt +0 -2
  109. package/src/aria-snapshots/github-raw.txt +0 -4
  110. package/src/aria-snapshots/hackernews-interactive.txt +240 -237
  111. package/src/aria-snapshots/hackernews-raw.txt +262 -258
  112. package/src/aria-snapshots/prosemirror-interactive.txt +63 -0
  113. package/src/aria-snapshots/prosemirror-raw.txt +141 -0
  114. package/src/assets/aria-labels-hacker-news.png +0 -0
  115. package/src/browser-config.ts +143 -37
  116. package/src/browser-launch.ts +75 -0
  117. package/src/cdp-relay.ts +46 -11
  118. package/src/channel-owner-inspect.test.ts +94 -0
  119. package/src/chrome-discovery.test.ts +50 -0
  120. package/src/chrome-discovery.ts +211 -0
  121. package/src/cli.ts +432 -59
  122. package/src/executor.ts +171 -72
  123. package/src/executor.unit.test.ts +32 -1
  124. package/src/kitty-graphics.test.ts +139 -0
  125. package/src/kitty-graphics.ts +79 -0
  126. package/src/mcp.ts +82 -12
  127. package/src/package-paths.ts +36 -0
  128. package/src/relay-core.test.ts +14 -4
  129. package/src/relay-navigation.test.ts +106 -1
  130. package/src/scoped-fs.test.ts +77 -0
  131. package/src/scoped-fs.ts +12 -9
  132. package/src/screen-recording.ts +7 -22
  133. package/src/skill.md +32 -2
  134. package/src/snapshot-tools.test.ts +3 -4
  135. package/src/snapshots/shadcn-ui-accessibility-full.md +181 -183
  136. package/src/snapshots/shadcn-ui-accessibility-interactive.md +119 -121
  137. package/src/test-utils.ts +25 -11
@@ -12,449 +12,452 @@
12
12
  - row:
13
13
  - cell "1."
14
14
  - cell:
15
- - link [id="up_47351239"]
16
- - cell "Suburban school district uses license plate readers to verify student residency (nbcchicago.com)":
17
- - role=link[name="Suburban school district uses license plate readers to verify student residency"]
18
- - role=link[name="nbcchicago.com"]
15
+ - link [id="up_47640728"]
16
+ - cell "Show HN: A game where you build a GPU (jaso1024.com)":
17
+ - role=link[name="Show HN: A game where you build a GPU"]
18
+ - role=link[name="jaso1024.com"]
19
19
  - row:
20
20
  - cell
21
- - cell "37 points by josephcsible 16 minutes ago | hide | 18 comments":
22
- - role=link[name="josephcsible"]
23
- - role=link[name="16 minutes ago"]
21
+ - cell "751 points by Jaso1024 17 hours ago | hide | 157 comments":
22
+ - role=link[name="Jaso1024"]
23
+ - role=link[name="17 hours ago"] >> nth=0
24
24
  - role=link[name="hide"] >> nth=0
25
- - role=link[name="18 comments"] >> nth=0
25
+ - role=link[name="157 comments"]
26
26
  - row
27
27
  - row:
28
28
  - cell "2."
29
29
  - cell:
30
- - link [id="up_47349798"]
31
- - cell "US banks' exposure to private credit hits $300B (2025) (alternativecreditinvestor.com)":
32
- - role=link[name="US banks' exposure to private credit hits $300B (2025)"]
33
- - role=link[name="alternativecreditinvestor.com"]
30
+ - link [id="up_47646843"]
31
+ - cell "Lisette a little language inspired by Rust that compiles to Go (lisette.run)":
32
+ - role=link[name="Lisette a little language inspired by Rust that compiles to Go"]
33
+ - role=link[name="lisette.run"]
34
34
  - row:
35
35
  - cell
36
- - cell "85 points by JumpCrisscross 2 hours ago | hide | 45 comments":
37
- - role=link[name="JumpCrisscross"]
36
+ - cell "45 points by jspdown 2 hours ago | hide | 22 comments":
37
+ - role=link[name="jspdown"]
38
38
  - role=link[name="2 hours ago"] >> nth=0
39
39
  - role=link[name="hide"] >> nth=1
40
- - role=link[name="45 comments"]
40
+ - role=link[name="22 comments"]
41
41
  - row
42
42
  - row:
43
43
  - cell "3."
44
44
  - cell:
45
- - link [id="up_47350416"]
46
- - cell "Show HN: We analyzed 1,573 Claude Code sessions to see how AI agents work (github.com/obsessiondb)":
47
- - role=link[name="Show HN: We analyzed 1,573 Claude Code sessions to see how AI agents work"]
48
- - role=link[name="github.com/obsessiondb"]
45
+ - link [id="up_47645432"]
46
+ - cell "Introduction to Computer Music (2009) [pdf] (composerprogrammer.com)":
47
+ - role=link[name="Introduction to Computer Music (2009) [pdf]"]
48
+ - role=link[name="composerprogrammer.com"]
49
49
  - row:
50
50
  - cell
51
- - cell "52 points by keks0r 1 hour ago | hide | 28 comments":
52
- - role=link[name="keks0r"]
53
- - role=link[name="1 hour ago"] >> nth=0
51
+ - cell "155 points by luu 7 hours ago | hide | 50 comments":
52
+ - role=link[name="luu"]
53
+ - role=link[name="7 hours ago"] >> nth=0
54
54
  - role=link[name="hide"] >> nth=2
55
- - role=link[name="28 comments"]
55
+ - role=link[name="50 comments"] >> nth=0
56
56
  - row
57
57
  - row:
58
58
  - cell "4."
59
59
  - cell:
60
- - link [id="up_47350424"]
61
- - cell "Malus Clean Room as a Service (malus.sh)":
62
- - role=link[name="Malus Clean Room as a Service"]
63
- - role=link[name="malus.sh"]
60
+ - link [id="up_47595695"]
61
+ - cell "OpenScreen is an open-source alternative to Screen Studio (github.com/siddharthvaddem)":
62
+ - role=link[name="OpenScreen is an open-source alternative to Screen Studio"]
63
+ - role=link[name="github.com/siddharthvaddem"]
64
64
  - row:
65
65
  - cell
66
- - cell "37 points by microflash 1 hour ago | hide | 13 comments":
67
- - role=link[name="microflash"]
68
- - role=link[name="1 hour ago"] >> nth=1
66
+ - cell "287 points by jskopek 12 hours ago | hide | 50 comments":
67
+ - role=link[name="jskopek"]
68
+ - role=link[name="12 hours ago"] >> nth=0
69
69
  - role=link[name="hide"] >> nth=3
70
- - role=link[name="13 comments"]
70
+ - role=link[name="50 comments"] >> nth=1
71
71
  - row
72
72
  - row:
73
73
  - cell "5."
74
74
  - cell:
75
- - link [id="up_47350516"]
76
- - cell "Show HN: Axe A 12MB binary that replaces your AI framework (github.com/jrswab)":
77
- - role=link[name="Show HN: Axe A 12MB binary that replaces your AI framework"]
78
- - role=link[name="github.com/jrswab"]
75
+ - link [id="up_47644406"]
76
+ - cell "German implementation of eIDAS will require an Apple/Google account to function (opencode.de)":
77
+ - role=link[name="German implementation of eIDAS will require an Apple/Google account to function"]
78
+ - role=link[name="opencode.de"]
79
79
  - row:
80
80
  - cell
81
- - cell "26 points by jrswab 1 hour ago | hide | 16 comments":
82
- - role=link[name="jrswab"]
83
- - role=link[name="1 hour ago"] >> nth=2
81
+ - cell "255 points by DyslexicAtheist 10 hours ago | hide | 189 comments":
82
+ - role=link[name="DyslexicAtheist"]
83
+ - role=link[name="10 hours ago"] >> nth=0
84
84
  - role=link[name="hide"] >> nth=4
85
- - role=link[name="16 comments"]
85
+ - role=link[name="189 comments"]
86
86
  - row
87
87
  - row:
88
88
  - cell "6."
89
89
  - cell:
90
- - link [id="up_47348304"]
91
- - cell "Dolphin Progress Release 2603 (dolphin-emu.org)":
92
- - role=link[name="Dolphin Progress Release 2603"]
93
- - role=link[name="dolphin-emu.org"]
90
+ - link [id="up_47640875"]
91
+ - cell "LLM Wiki example of an \"idea file\" (gist.github.com)":
92
+ - role=link[name="LLM Wiki example of an \"idea file\""]
93
+ - role=link[name="gist.github.com"]
94
94
  - row:
95
95
  - cell
96
- - cell "166 points by BitPirate 5 hours ago | hide | 18 comments":
97
- - role=link[name="BitPirate"]
98
- - role=link[name="5 hours ago"] >> nth=0
96
+ - cell "192 points by tamnd 12 hours ago | hide | 56 comments":
97
+ - role=link[name="tamnd"]
98
+ - role=link[name="12 hours ago"] >> nth=1
99
99
  - role=link[name="hide"] >> nth=5
100
- - role=link[name="18 comments"] >> nth=1
100
+ - role=link[name="56 comments"]
101
101
  - row
102
102
  - row:
103
103
  - cell "7."
104
- - cell
105
- - cell "Hive (YC S14) is hiring scrappy product managers and product/data engineers (ashbyhq.com)":
106
- - role=link[name="Hive (YC S14) is hiring scrappy product managers and product/data engineers"]
107
- - role=link[name="ashbyhq.com"]
104
+ - cell:
105
+ - link [id="up_47598835"]
106
+ - cell "Rubysyn: Clarifying Ruby's Syntax and Semantics (github.com/squadette)":
107
+ - role=link[name="Rubysyn: Clarifying Ruby's Syntax and Semantics"]
108
+ - role=link[name="github.com/squadette"]
108
109
  - row:
109
110
  - cell
110
- - cell "25 minutes ago | hide":
111
- - role=link[name="25 minutes ago"]
111
+ - cell "45 points by petalmind 7 hours ago | hide | 3 comments":
112
+ - role=link[name="petalmind"]
113
+ - role=link[name="7 hours ago"] >> nth=1
112
114
  - role=link[name="hide"] >> nth=6
115
+ - role=link[name="3 comments"] >> nth=0
113
116
  - row
114
117
  - row:
115
118
  - cell "8."
116
119
  - cell:
117
- - link [id="up_47349277"]
118
- - cell "Big Data on the Cheapest MacBook (duckdb.org)":
119
- - role=link[name="Big Data on the Cheapest MacBook"]
120
- - role=link[name="duckdb.org"]
120
+ - link [id="up_47607408"]
121
+ - cell "Scientists Figured Out How Eels Reproduce (2022) (intelligentliving.co)":
122
+ - role=link[name="Scientists Figured Out How Eels Reproduce (2022)"]
123
+ - role=link[name="intelligentliving.co"]
121
124
  - row:
122
125
  - cell
123
- - cell "189 points by bcye 3 hours ago | hide | 157 comments":
124
- - role=link[name="bcye"]
125
- - role=link[name="3 hours ago"] >> nth=0
126
+ - cell "23 points by thunderbong 4 hours ago | hide | discuss":
127
+ - role=link[name="thunderbong"]
128
+ - role=link[name="4 hours ago"] >> nth=0
126
129
  - role=link[name="hide"] >> nth=7
127
- - role=link[name="157 comments"]
130
+ - role=link[name="discuss"] >> nth=0
128
131
  - row
129
132
  - row:
130
133
  - cell "9."
131
134
  - cell:
132
- - link [id="up_47348192"]
133
- - cell "Avoiding Trigonometry (2013) (iquilezles.org)":
134
- - role=link[name="Avoiding Trigonometry (2013)"]
135
- - role=link[name="iquilezles.org"]
135
+ - link [id="up_47587089"]
136
+ - cell "Zml-smi: universal monitoring tool for GPUs, TPUs and NPUs (zml.ai)":
137
+ - role=link[name="Zml-smi: universal monitoring tool for GPUs, TPUs and NPUs"]
138
+ - role=link[name="zml.ai"]
136
139
  - row:
137
140
  - cell
138
- - cell "129 points by WithinReason 5 hours ago | hide | 26 comments":
139
- - role=link[name="WithinReason"]
140
- - role=link[name="5 hours ago"] >> nth=1
141
+ - cell "44 points by steeve 6 hours ago | hide | 7 comments":
142
+ - role=link[name="steeve"]
143
+ - role=link[name="6 hours ago"] >> nth=0
141
144
  - role=link[name="hide"] >> nth=8
142
- - role=link[name="26 comments"]
145
+ - role=link[name="7 comments"]
143
146
  - row
144
147
  - row:
145
148
  - cell "10."
146
149
  - cell:
147
- - link [id="up_47311634"]
148
- - cell "The purpose of Continuous Integration is to fail (nix-ci.com)":
149
- - role=link[name="The purpose of Continuous Integration is to fail"]
150
- - role=link[name="nix-ci.com"]
150
+ - link [id="up_47642569"]
151
+ - cell "How many products does Microsoft have named 'Copilot'? (teybannerman.com)":
152
+ - role=link[name="How many products does Microsoft have named 'Copilot'?"]
153
+ - role=link[name="teybannerman.com"]
151
154
  - row:
152
155
  - cell
153
- - cell "16 points by Norfair 2 hours ago | hide | 20 comments":
154
- - role=link[name="Norfair"]
155
- - role=link[name="2 hours ago"] >> nth=1
156
+ - cell "641 points by gpi 14 hours ago | hide | 306 comments":
157
+ - role=link[name="gpi"]
158
+ - role=link[name="14 hours ago"] >> nth=0
156
159
  - role=link[name="hide"] >> nth=9
157
- - role=link[name="20 comments"]
160
+ - role=link[name="306 comments"]
158
161
  - row
159
162
  - row:
160
163
  - cell "11."
161
164
  - cell:
162
- - link [id="up_47351371"]
163
- - cell "ATMs didn't kill bank Teller jobs, but the iPhone did (davidoks.blog)":
164
- - role=link[name="ATMs didn't kill bank Teller jobs, but the iPhone did"]
165
- - role=link[name="davidoks.blog"]
165
+ - link [id="up_47644864"]
166
+ - cell "AWS engineer reports PostgreSQL perf halved by Linux 7.0, fix may not be easy (phoronix.com)":
167
+ - role=link[name="AWS engineer reports PostgreSQL perf halved by Linux 7.0, fix may not be easy"]
168
+ - role=link[name="phoronix.com"]
166
169
  - row:
167
170
  - cell
168
- - cell "3 points by colinprince 8 minutes ago | hide | discuss":
169
- - role=link[name="colinprince"]
170
- - role=link[name="8 minutes ago"]
171
+ - cell "287 points by crcastle 9 hours ago | hide | 85 comments":
172
+ - role=link[name="crcastle"]
173
+ - role=link[name="9 hours ago"] >> nth=0
171
174
  - role=link[name="hide"] >> nth=10
172
- - role=link[name="discuss"]
175
+ - role=link[name="85 comments"]
173
176
  - row
174
177
  - row:
175
178
  - cell "12."
176
179
  - cell:
177
- - link [id="up_47347945"]
178
- - cell "3D-Knitting: The Ultimate Guide (oliver-charles.com)":
179
- - role=link[name="3D-Knitting: The Ultimate Guide"]
180
- - role=link[name="oliver-charles.com"]
180
+ - link [id="up_47613118"]
181
+ - cell "Show HN: I built a small app for FSI German Course (detawk.com)":
182
+ - role=link[name="Show HN: I built a small app for FSI German Course"]
183
+ - role=link[name="detawk.com"]
181
184
  - row:
182
185
  - cell
183
- - cell "157 points by ChadNauseam 6 hours ago | hide | 57 comments":
184
- - role=link[name="ChadNauseam"]
185
- - role=link[name="6 hours ago"] >> nth=0
186
+ - cell "30 points by syedmsawaid 6 hours ago | hide | 10 comments":
187
+ - role=link[name="syedmsawaid"]
188
+ - role=link[name="6 hours ago"] >> nth=1
186
189
  - role=link[name="hide"] >> nth=11
187
- - role=link[name="57 comments"]
190
+ - role=link[name="10 comments"] >> nth=0
188
191
  - row
189
192
  - row:
190
193
  - cell "13."
191
194
  - cell:
192
- - link [id="up_47350108"]
193
- - cell "Show HN: Calyx Ghostty-Based macOS Terminal with Liquid Glass UI (github.com/yuuichieguchi)":
194
- - role=link[name="Show HN: Calyx Ghostty-Based macOS Terminal with Liquid Glass UI"]
195
- - role=link[name="github.com/yuuichieguchi"]
195
+ - link [id="up_47646472"]
196
+ - cell "Aegisopen-source FPGA silicon (github.com/midstallsoftware)":
197
+ - role=link[name="Aegisopen-source FPGA silicon"]
198
+ - role=link[name="github.com/midstallsoftware"]
196
199
  - row:
197
200
  - cell
198
- - cell "13 points by yuu1ch13 1 hour ago | hide | 19 comments":
199
- - role=link[name="yuu1ch13"]
200
- - role=link[name="1 hour ago"] >> nth=3
201
+ - cell "22 points by rosscomputerguy 4 hours ago | hide | 3 comments":
202
+ - role=link[name="rosscomputerguy"]
203
+ - role=link[name="4 hours ago"] >> nth=1
201
204
  - role=link[name="hide"] >> nth=12
202
- - role=link[name="19 comments"] >> nth=0
205
+ - role=link[name="3 comments"] >> nth=1
203
206
  - row
204
207
  - row:
205
208
  - cell "14."
206
209
  - cell:
207
- - link [id="up_47344548"]
208
- - cell "Show HN: s@: decentralized social networking over static sites (satproto.org)":
209
- - role=link[name="Show HN: s@: decentralized social networking over static sites"]
210
- - role=link[name="satproto.org"]
210
+ - link [id="up_47645025"]
211
+ - cell "Show HN: Contrapunk Real-time counterpoint harmony from guitar input, in Rust (contrapunk.com)":
212
+ - role=link[name="Show HN: Contrapunk Real-time counterpoint harmony from guitar input, in Rust"]
213
+ - role=link[name="contrapunk.com"]
211
214
  - row:
212
215
  - cell
213
- - cell "362 points by remywang 14 hours ago | hide | 161 comments":
214
- - role=link[name="remywang"]
215
- - role=link[name="14 hours ago"] >> nth=0
216
+ - cell "69 points by waveywaves 9 hours ago | hide | 27 comments":
217
+ - role=link[name="waveywaves"]
218
+ - role=link[name="9 hours ago"] >> nth=1
216
219
  - role=link[name="hide"] >> nth=13
217
- - role=link[name="161 comments"] >> nth=0
220
+ - role=link[name="27 comments"]
218
221
  - row
219
222
  - row:
220
223
  - cell "15."
221
224
  - cell:
222
- - link [id="up_47350931"]
223
- - cell "Kotlin creator's new language: a formal way to talk to LLMs instead of English (codespeak.dev)":
224
- - role=link[name="Kotlin creator's new language: a formal way to talk to LLMs instead of English"]
225
- - role=link[name="codespeak.dev"]
225
+ - link [id="up_47639303"]
226
+ - cell "Show HN: I made open source, zero power PCB hackathon badges (github.com/kaipereira)":
227
+ - role=link[name="Show HN: I made open source, zero power PCB hackathon badges"]
228
+ - role=link[name="github.com/kaipereira"]
226
229
  - row:
227
230
  - cell
228
- - cell "7 points by souvlakee 35 minutes ago | hide | 6 comments":
229
- - role=link[name="souvlakee"]
230
- - role=link[name="35 minutes ago"]
231
+ - cell "103 points by kaipereira 13 hours ago | hide | 10 comments":
232
+ - role=link[name="kaipereira"]
233
+ - role=link[name="13 hours ago"]
231
234
  - role=link[name="hide"] >> nth=14
232
- - role=link[name="6 comments"] >> nth=0
235
+ - role=link[name="10 comments"] >> nth=1
233
236
  - row
234
237
  - row:
235
238
  - cell "16."
236
239
  - cell:
237
- - link [id="up_47347362"]
238
- - cell "SBCL: A Sanely-Bootstrappable Common Lisp (2008) [pdf] (gold.ac.uk)":
239
- - role=link[name="SBCL: A Sanely-Bootstrappable Common Lisp (2008) [pdf]"]
240
- - role=link[name="gold.ac.uk"]
240
+ - link [id="up_47646363"]
241
+ - cell "Modern Generic SVGA driver for Windows 3.1 (github.com/plumgmk)":
242
+ - role=link[name="Modern Generic SVGA driver for Windows 3.1"]
243
+ - role=link[name="github.com/plumgmk"]
241
244
  - row:
242
245
  - cell
243
- - cell "89 points by pabs3 8 hours ago | hide | 47 comments":
244
- - role=link[name="pabs3"]
245
- - role=link[name="8 hours ago"] >> nth=0
246
+ - cell "39 points by userbinator 4 hours ago | hide | 6 comments":
247
+ - role=link[name="userbinator"]
248
+ - role=link[name="4 hours ago"] >> nth=2
246
249
  - role=link[name="hide"] >> nth=15
247
- - role=link[name="47 comments"]
250
+ - role=link[name="6 comments"] >> nth=0
248
251
  - row
249
252
  - row:
250
253
  - cell "17."
251
254
  - cell:
252
- - link [id="up_47296645"]
253
- - cell "Printf-Tac-Toe (github.com/carlini)":
254
- - role=link[name="Printf-Tac-Toe"]
255
- - role=link[name="github.com/carlini"]
255
+ - link [id="up_47639779"]
256
+ - cell "Show HN: sllm – Split a GPU node with other developers, unlimited tokens (sllm.cloud)":
257
+ - role=link[name="Show HN: sllm – Split a GPU node with other developers, unlimited tokens"]
258
+ - role=link[name="sllm.cloud"]
256
259
  - row:
257
260
  - cell
258
- - cell "75 points by carlos-menezes 7 hours ago | hide | 7 comments":
259
- - role=link[name="carlos-menezes"]
260
- - role=link[name="7 hours ago"]
261
+ - cell "159 points by jrandolf 18 hours ago | hide | 78 comments":
262
+ - role=link[name="jrandolf"]
263
+ - role=link[name="18 hours ago"] >> nth=0
261
264
  - role=link[name="hide"] >> nth=16
262
- - role=link[name="7 comments"] >> nth=0
265
+ - role=link[name="78 comments"]
263
266
  - row
264
267
  - row:
265
268
  - cell "18."
266
269
  - cell:
267
- - link [id="up_47349780"]
268
- - cell "Emacs internals: Tagged pointers vs. C++ std:variant and LLVM (Part 3) (thecloudlet.github.io)":
269
- - role=link[name="Emacs internals: Tagged pointers vs. C++ std:variant and LLVM (Part 3)"]
270
- - role=link[name="thecloudlet.github.io"]
270
+ - link [id="up_47638810"]
271
+ - cell "Components of a Coding Agent (sebastianraschka.com)":
272
+ - role=link[name="Components of a Coding Agent"]
273
+ - role=link[name="sebastianraschka.com"]
271
274
  - row:
272
275
  - cell
273
- - cell "12 points by thecloudlet 2 hours ago | hide | 4 comments":
274
- - role=link[name="thecloudlet"]
275
- - role=link[name="2 hours ago"] >> nth=2
276
+ - cell "233 points by MindGods 20 hours ago | hide | 75 comments":
277
+ - role=link[name="MindGods"]
278
+ - role=link[name="20 hours ago"]
276
279
  - role=link[name="hide"] >> nth=17
277
- - role=link[name="4 comments"]
280
+ - role=link[name="75 comments"]
278
281
  - row
279
282
  - row:
280
283
  - cell "19."
281
284
  - cell:
282
- - link [id="up_47347064"]
283
- - cell "Returning to Rails in 2026 (markround.com)":
284
- - role=link[name="Returning to Rails in 2026"]
285
- - role=link[name="markround.com"]
285
+ - link [id="up_47639291"]
286
+ - cell "The Indie Internet Index submit your favorite sites (iii.social)":
287
+ - role=link[name="The Indie Internet Index – submit your favorite sites"]
288
+ - role=link[name="iii.social"]
286
289
  - row:
287
290
  - cell
288
- - cell "250 points by stanislavb 8 hours ago | hide | 161 comments":
289
- - role=link[name="stanislavb"]
290
- - role=link[name="8 hours ago"] >> nth=1
291
+ - cell "143 points by freshman_dev 19 hours ago | hide | 28 comments":
292
+ - role=link[name="freshman_dev"]
293
+ - role=link[name="19 hours ago"] >> nth=0
291
294
  - role=link[name="hide"] >> nth=18
292
- - role=link[name="161 comments"] >> nth=1
295
+ - role=link[name="28 comments"]
293
296
  - row
294
297
  - row:
295
298
  - cell "20."
296
299
  - cell:
297
- - link [id="up_47350244"]
298
- - cell "ArcaOS 5.1.2 (based on OS/2 Warp 4.52) now available (arcanoae.com)":
299
- - role=link[name="ArcaOS 5.1.2 (based on OS/2 Warp 4.52) now available"]
300
- - role=link[name="arcanoae.com"]
300
+ - link [id="up_47610593"]
301
+ - cell "Elizabeth I's Manuscript of Pierre Boaistuau's Histoires Prodigieuses (1559) (publicdomainreview.org)":
302
+ - role=link[name="Elizabeth I's Manuscript of Pierre Boaistuau's Histoires Prodigieuses (1559)"]
303
+ - role=link[name="publicdomainreview.org"]
301
304
  - row:
302
305
  - cell
303
- - cell "22 points by speckx 1 hour ago | hide | 7 comments":
304
- - role=link[name="speckx"] >> nth=0
305
- - role=link[name="1 hour ago"] >> nth=4
306
+ - cell "3 points by benbreen 2 hours ago | hide | 1 comment":
307
+ - role=link[name="benbreen"]
308
+ - role=link[name="2 hours ago"] >> nth=1
306
309
  - role=link[name="hide"] >> nth=19
307
- - role=link[name="7 comments"] >> nth=1
310
+ - role=link[name="1 comment"]
308
311
  - row
309
312
  - row:
310
313
  - cell "21."
311
314
  - cell:
312
- - link [id="up_47308190"]
313
- - cell "High fidelity font synthesis for CJK languages (github.com/kaonashi-tyc)":
314
- - role=link[name="High fidelity font synthesis for CJK languages"]
315
- - role=link[name="github.com/kaonashi-tyc"]
315
+ - link [id="up_47646566"]
316
+ - cell "Unverified: What Practitioners Post About OCR, Agents, and Tables (idp-software.com)":
317
+ - role=link[name="Unverified: What Practitioners Post About OCR, Agents, and Tables"]
318
+ - role=link[name="idp-software.com"]
316
319
  - row:
317
320
  - cell
318
- - cell "19 points by kaonashi-tyc-01 3 hours ago | hide | 2 comments":
319
- - role=link[name="kaonashi-tyc-01"]
320
- - role=link[name="3 hours ago"] >> nth=1
321
+ - cell "4 points by chelm 3 hours ago | hide | discuss":
322
+ - role=link[name="chelm"]
323
+ - role=link[name="3 hours ago"] >> nth=0
321
324
  - role=link[name="hide"] >> nth=20
322
- - role=link[name="2 comments"]
325
+ - role=link[name="discuss"] >> nth=1
323
326
  - row
324
327
  - row:
325
328
  - cell "22."
326
329
  - cell:
327
- - link [id="up_47339164"]
328
- - cell "I was interviewed by an AI bot for a job (theverge.com)":
329
- - role=link[name="I was interviewed by an AI bot for a job"]
330
- - role=link[name="theverge.com"]
330
+ - link [id="up_47614532"]
331
+ - cell "Ruckus: Racket for iOS (defn.io)":
332
+ - role=link[name="Ruckus: Racket for iOS"]
333
+ - role=link[name="defn.io"]
331
334
  - row:
332
335
  - cell
333
- - cell "381 points by speckx 20 hours ago | hide | 385 comments":
334
- - role=link[name="speckx"] >> nth=1
335
- - role=link[name="20 hours ago"]
336
+ - cell "129 points by nsm 15 hours ago | hide | 11 comments":
337
+ - role=link[name="nsm"]
338
+ - role=link[name="15 hours ago"]
336
339
  - role=link[name="hide"] >> nth=21
337
- - role=link[name="385 comments"]
340
+ - role=link[name="11 comments"]
338
341
  - row
339
342
  - row:
340
343
  - cell "23."
341
344
  - cell:
342
- - link [id="up_47310617"]
343
- - cell "Datahäxan (0dd.company)":
344
- - role=link[name="Datahäxan"]
345
- - role=link[name="0dd.company"]
345
+ - link [id="up_47645305"]
346
+ - cell "Demonstrating Real Time AV2 Decoding on Consumer Laptops (aomedia.org)":
347
+ - role=link[name="Demonstrating Real Time AV2 Decoding on Consumer Laptops"]
348
+ - role=link[name="aomedia.org"]
346
349
  - row:
347
350
  - cell
348
- - cell "103 points by akkartik 9 hours ago | hide | 8 comments":
349
- - role=link[name="akkartik"]
350
- - role=link[name="9 hours ago"] >> nth=0
351
+ - cell "22 points by breve 8 hours ago | hide | 2 comments":
352
+ - role=link[name="breve"]
353
+ - role=link[name="8 hours ago"]
351
354
  - role=link[name="hide"] >> nth=22
352
- - role=link[name="8 comments"]
355
+ - role=link[name="2 comments"]
353
356
  - row
354
357
  - row:
355
358
  - cell "24."
356
359
  - cell:
357
- - link [id="up_47296568"]
358
- - cell "Tested: How Many Times Can a DVD±RW Be Rewritten? Methodology and Results (goughlui.com)":
359
- - role=link[name="Tested: How Many Times Can a DVD±RW Be Rewritten? Methodology and Results"]
360
- - role=link[name="goughlui.com"]
360
+ - link [id="up_47646871"]
361
+ - cell "Dynamics of (Not) Being Perceived: Grief and Relief After Leaving Social Media (networkcultures.org)":
362
+ - role=link[name="Dynamics of (Not) Being Perceived: Grief and Relief After Leaving Social Media"]
363
+ - role=link[name="networkcultures.org"]
361
364
  - row:
362
365
  - cell
363
- - cell "198 points by giuliomagnifico 14 hours ago | hide | 65 comments":
364
- - role=link[name="giuliomagnifico"]
365
- - role=link[name="14 hours ago"] >> nth=1
366
+ - cell "4 points by glovink 2 hours ago | hide | discuss":
367
+ - role=link[name="glovink"]
368
+ - role=link[name="2 hours ago"] >> nth=2
366
369
  - role=link[name="hide"] >> nth=23
367
- - role=link[name="65 comments"]
370
+ - role=link[name="discuss"] >> nth=2
368
371
  - row
369
372
  - row:
370
373
  - cell "25."
371
374
  - cell:
372
- - link [id="up_47348440"]
373
- - cell "1B identity records exposed in ID verification data leak (aol.com)":
374
- - role=link[name="1B identity records exposed in ID verification data leak"]
375
- - role=link[name="aol.com"]
375
+ - link [id="up_47646504"]
376
+ - cell "Show HN: OsintRadar Curated directory for osint tools (osintradar.com)":
377
+ - role=link[name="Show HN: OsintRadar Curated directory for osint tools"]
378
+ - role=link[name="osintradar.com"]
376
379
  - row:
377
380
  - cell
378
- - cell "147 points by robtherobber 5 hours ago | hide | 33 comments":
379
- - role=link[name="robtherobber"]
380
- - role=link[name="5 hours ago"] >> nth=2
381
+ - cell "4 points by lexalizer 3 hours ago | hide | discuss":
382
+ - role=link[name="lexalizer"]
383
+ - role=link[name="3 hours ago"] >> nth=1
381
384
  - role=link[name="hide"] >> nth=24
382
- - role=link[name="33 comments"]
385
+ - role=link[name="discuss"] >> nth=3
383
386
  - row
384
387
  - row:
385
388
  - cell "26."
386
389
  - cell:
387
- - link [id="up_47347901"]
388
- - cell "Reliable Software in the LLM Era (quint-lang.org)":
389
- - role=link[name="Reliable Software in the LLM Era"]
390
- - role=link[name="quint-lang.org"]
390
+ - link [id="up_47604887"]
391
+ - cell "Electrical transformer manufacturing is throttling the electrified future (bloomberg.com)":
392
+ - role=link[name="Electrical transformer manufacturing is throttling the electrified future"]
393
+ - role=link[name="bloomberg.com"]
391
394
  - row:
392
395
  - cell
393
- - cell "44 points by mempirate 6 hours ago | hide | 19 comments":
394
- - role=link[name="mempirate"]
395
- - role=link[name="6 hours ago"] >> nth=1
396
+ - cell "87 points by toomuchtodo 18 hours ago | hide | 76 comments":
397
+ - role=link[name="toomuchtodo"]
398
+ - role=link[name="18 hours ago"] >> nth=1
396
399
  - role=link[name="hide"] >> nth=25
397
- - role=link[name="19 comments"] >> nth=1
400
+ - role=link[name="76 comments"]
398
401
  - row
399
402
  - row:
400
403
  - cell "27."
401
404
  - cell:
402
- - link [id="up_47340079"]
403
- - cell "Don't post generated/AI-edited comments. HN is for conversation between humans (news.ycombinator.com)":
404
- - role=link[name="Don't post generated/AI-edited comments. HN is for conversation between humans"]
405
- - role=link[name="news.ycombinator.com"]
405
+ - link [id="up_47642601"]
406
+ - cell "Show HN: M. C. Escher spiral in WebGL inspired by 3Blue1Brown (laszlokorte.de)":
407
+ - role=link[name="Show HN: M. C. Escher spiral in WebGL inspired by 3Blue1Brown"]
408
+ - role=link[name="laszlokorte.de"]
406
409
  - row:
407
410
  - cell
408
- - cell "3884 points by usefulposter 19 hours ago | hide | 1451 comments":
409
- - role=link[name="usefulposter"]
410
- - role=link[name="19 hours ago"]
411
+ - cell "79 points by laszlokorte 14 hours ago | hide | 12 comments":
412
+ - role=link[name="laszlokorte"]
413
+ - role=link[name="14 hours ago"] >> nth=1
411
414
  - role=link[name="hide"] >> nth=26
412
- - role=link[name="1451 comments"]
415
+ - role=link[name="12 comments"]
413
416
  - row
414
417
  - row:
415
418
  - cell "28."
416
419
  - cell:
417
- - link [id="up_47303044"]
418
- - cell "NASA's DART spacecraft changed an asteroid's orbit around the sun (sciencenews.org)":
419
- - role=link[name="NASA's DART spacecraft changed an asteroid's orbit around the sun"]
420
- - role=link[name="sciencenews.org"]
420
+ - link [id="up_47640380"]
421
+ - cell "Apple approves driver that lets Nvidia eGPUs work with Arm Macs (theverge.com)":
422
+ - role=link[name="Apple approves driver that lets Nvidia eGPUs work with Arm Macs"]
423
+ - role=link[name="theverge.com"]
421
424
  - row:
422
425
  - cell
423
- - cell "61 points by pseudolus 9 hours ago | hide | 36 comments":
424
- - role=link[name="pseudolus"]
425
- - role=link[name="9 hours ago"] >> nth=1
426
+ - cell "433 points by naves 17 hours ago | hide | 192 comments":
427
+ - role=link[name="naves"]
428
+ - role=link[name="17 hours ago"] >> nth=1
426
429
  - role=link[name="hide"] >> nth=27
427
- - role=link[name="36 comments"]
430
+ - role=link[name="192 comments"]
428
431
  - row
429
432
  - row:
430
433
  - cell "29."
431
434
  - cell:
432
- - link [id="up_47348397"]
433
- - cell "U.S. Navy Turns Down Hormuz Escort Requests Because of High Risk (maritime-executive.com)":
434
- - role=link[name="U.S. Navy Turns Down Hormuz Escort Requests Because of High Risk"]
435
- - role=link[name="maritime-executive.com"]
435
+ - link [id="up_47644566"]
436
+ - cell "Advice to young people, the lies I tell myself (2024) (jxnl.co)":
437
+ - role=link[name="Advice to young people, the lies I tell myself (2024)"]
438
+ - role=link[name="jxnl.co"]
436
439
  - row:
437
440
  - cell
438
- - cell "35 points by mytailorisrich 5 hours ago | hide | 6 comments":
439
- - role=link[name="mytailorisrich"]
440
- - role=link[name="5 hours ago"] >> nth=3
441
+ - cell "105 points by mooreds 10 hours ago | hide | 31 comments":
442
+ - role=link[name="mooreds"]
443
+ - role=link[name="10 hours ago"] >> nth=1
441
444
  - role=link[name="hide"] >> nth=28
442
- - role=link[name="6 comments"] >> nth=1
445
+ - role=link[name="31 comments"]
443
446
  - row
444
447
  - row:
445
448
  - cell "30."
446
449
  - cell:
447
- - link [id="up_47308349"]
448
- - cell "WebPKI and You (brycekerley.net)":
449
- - role=link[name="WebPKI and You"]
450
- - role=link[name="brycekerley.net"]
450
+ - link [id="up_47639567"]
451
+ - cell "Show HN: TurboQuant-WASM – Google's vector quantization in the browser (github.com/teamchong)":
452
+ - role=link[name="Show HN: TurboQuant-WASM – Google's vector quantization in the browser"]
453
+ - role=link[name="github.com/teamchong"]
451
454
  - row:
452
455
  - cell
453
- - cell "76 points by aragilar 11 hours ago | hide | 9 comments":
454
- - role=link[name="aragilar"]
455
- - role=link[name="11 hours ago"]
456
+ - cell "154 points by teamchong 19 hours ago | hide | 6 comments":
457
+ - role=link[name="teamchong"]
458
+ - role=link[name="19 hours ago"] >> nth=1
456
459
  - role=link[name="hide"] >> nth=29
457
- - role=link[name="9 comments"]
460
+ - role=link[name="6 comments"] >> nth=1
458
461
  - row
459
462
  - row
460
463
  - row: