playwriter 0.0.103 → 0.1.0

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 (74) hide show
  1. package/dist/bippy.js +1 -1
  2. package/dist/cdp-relay.d.ts.map +1 -1
  3. package/dist/cdp-relay.js +5 -0
  4. package/dist/cdp-relay.js.map +1 -1
  5. package/dist/cli-help.test.d.ts +2 -0
  6. package/dist/cli-help.test.d.ts.map +1 -0
  7. package/dist/cli-help.test.js +31 -0
  8. package/dist/cli-help.test.js.map +1 -0
  9. package/dist/cli.js +13 -5
  10. package/dist/cli.js.map +1 -1
  11. package/dist/executor.d.ts +2 -1
  12. package/dist/executor.d.ts.map +1 -1
  13. package/dist/executor.js +32 -22
  14. package/dist/executor.js.map +1 -1
  15. package/dist/extension/background.js +516 -22
  16. package/dist/extension/manifest.json +4 -2
  17. package/dist/extension-connection.test.d.ts.map +1 -1
  18. package/dist/extension-connection.test.js +79 -0
  19. package/dist/extension-connection.test.js.map +1 -1
  20. package/dist/ghost-cursor-client.js +170 -83
  21. package/dist/{recording-ghost-cursor.d.ts → ghost-cursor-controller.d.ts} +15 -10
  22. package/dist/ghost-cursor-controller.d.ts.map +1 -0
  23. package/dist/ghost-cursor-controller.js +98 -0
  24. package/dist/ghost-cursor-controller.js.map +1 -0
  25. package/dist/ghost-cursor.d.ts.map +1 -1
  26. package/dist/ghost-cursor.js +42 -26
  27. package/dist/ghost-cursor.js.map +1 -1
  28. package/dist/on-mouse-action.test.js +25 -0
  29. package/dist/on-mouse-action.test.js.map +1 -1
  30. package/dist/popup-relocation.test.d.ts +7 -0
  31. package/dist/popup-relocation.test.d.ts.map +1 -0
  32. package/dist/popup-relocation.test.js +139 -0
  33. package/dist/popup-relocation.test.js.map +1 -0
  34. package/dist/prompt.md +13 -12
  35. package/dist/readability.js +1 -1
  36. package/dist/relay-core.test.d.ts.map +1 -1
  37. package/dist/relay-core.test.js +101 -1
  38. package/dist/relay-core.test.js.map +1 -1
  39. package/dist/relay-state.d.ts +1 -0
  40. package/dist/relay-state.d.ts.map +1 -1
  41. package/dist/relay-state.js.map +1 -1
  42. package/dist/screen-recording.d.ts +2 -2
  43. package/dist/screen-recording.d.ts.map +1 -1
  44. package/dist/screen-recording.js +0 -3
  45. package/dist/screen-recording.js.map +1 -1
  46. package/dist/selector-generator.js +1 -1
  47. package/package.json +6 -6
  48. package/src/aria-snapshots/github-interactive.txt +5 -3
  49. package/src/aria-snapshots/github-raw.txt +8 -5
  50. package/src/aria-snapshots/hackernews-interactive.txt +241 -242
  51. package/src/aria-snapshots/hackernews-raw.txt +267 -268
  52. package/src/aria-snapshots/prosemirror-interactive.txt +3 -1
  53. package/src/aria-snapshots/prosemirror-raw.txt +4 -1
  54. package/src/assets/aria-labels-hacker-news.png +0 -0
  55. package/src/assets/aria-labels-old-reddit.png +0 -0
  56. package/src/cdp-relay.ts +5 -0
  57. package/src/cli-help.test.ts +41 -0
  58. package/src/cli.ts +14 -9
  59. package/src/executor.ts +33 -22
  60. package/src/extension-connection.test.ts +88 -0
  61. package/src/ghost-cursor-client.ts +221 -96
  62. package/src/{recording-ghost-cursor.ts → ghost-cursor-controller.ts} +50 -34
  63. package/src/ghost-cursor.ts +54 -41
  64. package/src/on-mouse-action.test.ts +30 -0
  65. package/src/popup-relocation.test.ts +163 -0
  66. package/src/relay-core.test.ts +117 -0
  67. package/src/relay-state.ts +1 -1
  68. package/src/screen-recording.ts +3 -6
  69. package/src/skill.md +13 -12
  70. package/src/snapshots/shadcn-ui-accessibility-full.md +174 -181
  71. package/src/snapshots/shadcn-ui-accessibility-interactive.md +6 -14
  72. package/dist/recording-ghost-cursor.d.ts.map +0 -1
  73. package/dist/recording-ghost-cursor.js +0 -79
  74. package/dist/recording-ghost-cursor.js.map +0 -1
@@ -22,393 +22,389 @@
22
22
  - row:
23
23
  - cell "1."
24
24
  - cell:
25
- - link [id="up_47640728"]
26
- - cell "Show HN: A game where you build a GPU (jaso1024.com)":
27
- - role=link[name="Show HN: A game where you build a GPU"]
28
- - role=link[name="jaso1024.com"]
29
- - row:
30
- - cell "751 points by Jaso1024 17 hours ago | hide | 157 comments":
31
- - role=link[name="Jaso1024"]
32
- - role=link[name="17 hours ago"] >> nth=0
25
+ - link [id="up_47719602"]
26
+ - cell "You can't trust macOS Privacy and Security settings (eclecticlight.co)":
27
+ - role=link[name="You can't trust macOS Privacy and Security settings"]
28
+ - role=link[name="eclecticlight.co"]
29
+ - row:
30
+ - cell "320 points by zdw 3 hours ago | hide | 114 comments":
31
+ - role=link[name="zdw"]
32
+ - role=link[name="3 hours ago"] >> nth=0
33
33
  - role=link[name="hide"] >> nth=0
34
- - role=link[name="157 comments"]
34
+ - role=link[name="114 comments"]
35
35
  - row:
36
36
  - cell "2."
37
37
  - cell:
38
- - link [id="up_47646843"]
39
- - cell "Lisette a little language inspired by Rust that compiles to Go (lisette.run)":
40
- - role=link[name="Lisette a little language inspired by Rust that compiles to Go"]
41
- - role=link[name="lisette.run"]
38
+ - link [id="up_47719942"]
39
+ - cell "WireGuard makes new Windows release following Microsoft signing resolution (zx2c4.com)":
40
+ - role=link[name="WireGuard makes new Windows release following Microsoft signing resolution"]
41
+ - role=link[name="zx2c4.com"]
42
42
  - row:
43
- - cell "45 points by jspdown 2 hours ago | hide | 22 comments":
44
- - role=link[name="jspdown"]
45
- - role=link[name="2 hours ago"] >> nth=0
43
+ - cell "241 points by zx2c4 3 hours ago | hide | 74 comments":
44
+ - role=link[name="zx2c4"]
45
+ - role=link[name="3 hours ago"] >> nth=1
46
46
  - role=link[name="hide"] >> nth=1
47
- - role=link[name="22 comments"]
47
+ - role=link[name="74 comments"]
48
48
  - row:
49
49
  - cell "3."
50
50
  - cell:
51
- - link [id="up_47645432"]
52
- - cell "Introduction to Computer Music (2009) [pdf] (composerprogrammer.com)":
53
- - role=link[name="Introduction to Computer Music (2009) [pdf]"]
54
- - role=link[name="composerprogrammer.com"]
55
- - row:
56
- - cell "155 points by luu 7 hours ago | hide | 50 comments":
57
- - role=link[name="luu"]
58
- - role=link[name="7 hours ago"] >> nth=0
51
+ - link [id="up_47719740"]
52
+ - cell "1D Chess (rowan441.github.io)":
53
+ - role=link[name="1D Chess"]
54
+ - role=link[name="rowan441.github.io"]
55
+ - row:
56
+ - cell "298 points by burnt-resistor 3 hours ago | hide | 56 comments":
57
+ - role=link[name="burnt-resistor"]
58
+ - role=link[name="3 hours ago"] >> nth=2
59
59
  - role=link[name="hide"] >> nth=2
60
- - role=link[name="50 comments"] >> nth=0
60
+ - role=link[name="56 comments"]
61
61
  - row:
62
62
  - cell "4."
63
63
  - cell:
64
- - link [id="up_47595695"]
65
- - cell "OpenScreen is an open-source alternative to Screen Studio (github.com/siddharthvaddem)":
66
- - role=link[name="OpenScreen is an open-source alternative to Screen Studio"]
67
- - role=link[name="github.com/siddharthvaddem"]
68
- - row:
69
- - cell "287 points by jskopek 12 hours ago | hide | 50 comments":
70
- - role=link[name="jskopek"]
71
- - role=link[name="12 hours ago"] >> nth=0
64
+ - link [id="up_47720419"]
65
+ - cell "Industrial design files for Keychron keyboards and mice (github.com/keychron)":
66
+ - role=link[name="Industrial design files for Keychron keyboards and mice"]
67
+ - role=link[name="github.com/keychron"]
68
+ - row:
69
+ - cell "152 points by stingraycharles 3 hours ago | hide | 40 comments":
70
+ - role=link[name="stingraycharles"]
71
+ - role=link[name="3 hours ago"] >> nth=3
72
72
  - role=link[name="hide"] >> nth=3
73
- - role=link[name="50 comments"] >> nth=1
73
+ - role=link[name="40 comments"]
74
74
  - row:
75
75
  - cell "5."
76
76
  - cell:
77
- - link [id="up_47644406"]
78
- - cell "German implementation of eIDAS will require an Apple/Google account to function (opencode.de)":
79
- - role=link[name="German implementation of eIDAS will require an Apple/Google account to function"]
80
- - role=link[name="opencode.de"]
81
- - row:
82
- - cell "255 points by DyslexicAtheist 10 hours ago | hide | 189 comments":
83
- - role=link[name="DyslexicAtheist"]
84
- - role=link[name="10 hours ago"] >> nth=0
77
+ - link [id="up_47719274"]
78
+ - cell "Helium Is Hard to Replace (construction-physics.com)":
79
+ - role=link[name="Helium Is Hard to Replace"]
80
+ - role=link[name="construction-physics.com"]
81
+ - row:
82
+ - cell "152 points by JumpCrisscross 4 hours ago | hide | 87 comments":
83
+ - role=link[name="JumpCrisscross"]
84
+ - role=link[name="4 hours ago"] >> nth=0
85
85
  - role=link[name="hide"] >> nth=4
86
- - role=link[name="189 comments"]
86
+ - role=link[name="87 comments"]
87
87
  - row:
88
88
  - cell "6."
89
89
  - cell:
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
- - row:
95
- - cell "192 points by tamnd 12 hours ago | hide | 56 comments":
96
- - role=link[name="tamnd"]
97
- - role=link[name="12 hours ago"] >> nth=1
90
+ - link [id="up_47717847"]
91
+ - cell "CPU-Z and HWMonitor compromised (theregister.com)":
92
+ - role=link[name="CPU-Z and HWMonitor compromised"]
93
+ - role=link[name="theregister.com"]
94
+ - row:
95
+ - cell "149 points by pashadee 5 hours ago | hide | 66 comments":
96
+ - role=link[name="pashadee"]
97
+ - role=link[name="5 hours ago"] >> nth=0
98
98
  - role=link[name="hide"] >> nth=5
99
- - role=link[name="56 comments"]
99
+ - role=link[name="66 comments"]
100
100
  - row:
101
101
  - cell "7."
102
102
  - cell:
103
- - link [id="up_47598835"]
104
- - cell "Rubysyn: Clarifying Ruby's Syntax and Semantics (github.com/squadette)":
105
- - role=link[name="Rubysyn: Clarifying Ruby's Syntax and Semantics"]
106
- - role=link[name="github.com/squadette"]
107
- - row:
108
- - cell "45 points by petalmind 7 hours ago | hide | 3 comments":
109
- - role=link[name="petalmind"]
110
- - role=link[name="7 hours ago"] >> nth=1
103
+ - link [id="up_47719975"]
104
+ - cell "Bluesky April 2026 Outage Post-Mortem (pckt.blog)":
105
+ - role=link[name="Bluesky April 2026 Outage Post-Mortem"]
106
+ - role=link[name="pckt.blog"]
107
+ - row:
108
+ - cell "89 points by jcalabro 3 hours ago | hide | 32 comments":
109
+ - role=link[name="jcalabro"]
110
+ - role=link[name="3 hours ago"] >> nth=4
111
111
  - role=link[name="hide"] >> nth=6
112
- - role=link[name="3 comments"] >> nth=0
112
+ - role=link[name="32 comments"]
113
113
  - row:
114
114
  - cell "8."
115
115
  - cell:
116
- - link [id="up_47607408"]
117
- - cell "Scientists Figured Out How Eels Reproduce (2022) (intelligentliving.co)":
118
- - role=link[name="Scientists Figured Out How Eels Reproduce (2022)"]
119
- - role=link[name="intelligentliving.co"]
120
- - row:
121
- - cell "23 points by thunderbong 4 hours ago | hide | discuss":
122
- - role=link[name="thunderbong"]
123
- - role=link[name="4 hours ago"] >> nth=0
116
+ - link [id="up_47720418"]
117
+ - cell "Launch HN: Twill.ai (YC S25) Delegate to cloud agents, get back PRs (twill.ai)":
118
+ - role=link[name="Launch HN: Twill.ai (YC S25) Delegate to cloud agents, get back PRs"]
119
+ - role=link[name="twill.ai"]
120
+ - row:
121
+ - cell "19 points by danoandco 1 hour ago | hide | 12 comments":
122
+ - role=link[name="danoandco"]
123
+ - role=link[name="1 hour ago"] >> nth=0
124
124
  - role=link[name="hide"] >> nth=7
125
- - role=link[name="discuss"] >> nth=0
125
+ - role=link[name="12 comments"]
126
126
  - row:
127
127
  - cell "9."
128
128
  - cell:
129
- - link [id="up_47587089"]
130
- - cell "Zml-smi: universal monitoring tool for GPUs, TPUs and NPUs (zml.ai)":
131
- - role=link[name="Zml-smi: universal monitoring tool for GPUs, TPUs and NPUs"]
132
- - role=link[name="zml.ai"]
133
- - row:
134
- - cell "44 points by steeve 6 hours ago | hide | 7 comments":
135
- - role=link[name="steeve"]
136
- - role=link[name="6 hours ago"] >> nth=0
129
+ - link [id="up_47721997"]
130
+ - cell "Show HN: FluidCAD Parametric CAD with JavaScript (fluidcad.io)":
131
+ - role=link[name="Show HN: FluidCAD Parametric CAD with JavaScript"]
132
+ - role=link[name="fluidcad.io"]
133
+ - row:
134
+ - cell "15 points by maouida 44 minutes ago | hide | 5 comments":
135
+ - role=link[name="maouida"]
136
+ - role=link[name="44 minutes ago"]
137
137
  - role=link[name="hide"] >> nth=8
138
- - role=link[name="7 comments"]
138
+ - role=link[name="5 comments"] >> nth=0
139
139
  - row:
140
140
  - cell "10."
141
141
  - cell:
142
- - link [id="up_47642569"]
143
- - cell "How many products does Microsoft have named 'Copilot'? (teybannerman.com)":
144
- - role=link[name="How many products does Microsoft have named 'Copilot'?"]
145
- - role=link[name="teybannerman.com"]
146
- - row:
147
- - cell "641 points by gpi 14 hours ago | hide | 306 comments":
148
- - role=link[name="gpi"]
149
- - role=link[name="14 hours ago"] >> nth=0
142
+ - link [id="up_47722262"]
143
+ - cell "Watgo A WebAssembly Toolkit for Go (thegreenplace.net)":
144
+ - role=link[name="Watgo A WebAssembly Toolkit for Go"]
145
+ - role=link[name="thegreenplace.net"]
146
+ - row:
147
+ - cell "7 points by ibobev 20 minutes ago | hide | discuss":
148
+ - role=link[name="ibobev"] >> nth=0
149
+ - role=link[name="20 minutes ago"]
150
150
  - role=link[name="hide"] >> nth=9
151
- - role=link[name="306 comments"]
151
+ - role=link[name="discuss"] >> nth=0
152
152
  - row:
153
153
  - cell "11."
154
- - cell:
155
- - link [id="up_47644864"]
156
- - cell "AWS engineer reports PostgreSQL perf halved by Linux 7.0, fix may not be easy (phoronix.com)":
157
- - role=link[name="AWS engineer reports PostgreSQL perf halved by Linux 7.0, fix may not be easy"]
158
- - role=link[name="phoronix.com"]
159
- - row:
160
- - cell "287 points by crcastle 9 hours ago | hide | 85 comments":
161
- - role=link[name="crcastle"]
162
- - role=link[name="9 hours ago"] >> nth=0
154
+ - cell "Bild AI (YC W25) Is Hiring a Founding Product Engineer (ycombinator.com)":
155
+ - role=link[name="Bild AI (YC W25) Is Hiring a Founding Product Engineer"]
156
+ - role=link[name="ycombinator.com"]
157
+ - row:
158
+ - cell "2 hours ago | hide":
159
+ - role=link[name="2 hours ago"] >> nth=0
163
160
  - role=link[name="hide"] >> nth=10
164
- - role=link[name="85 comments"]
165
161
  - row:
166
162
  - cell "12."
167
163
  - cell:
168
- - link [id="up_47613118"]
169
- - cell "Show HN: I built a small app for FSI German Course (detawk.com)":
170
- - role=link[name="Show HN: I built a small app for FSI German Course"]
171
- - role=link[name="detawk.com"]
172
- - row:
173
- - cell "30 points by syedmsawaid 6 hours ago | hide | 10 comments":
174
- - role=link[name="syedmsawaid"]
175
- - role=link[name="6 hours ago"] >> nth=1
164
+ - link [id="up_47721946"]
165
+ - cell "JSON Formatter Chrome Plugin Now Closed and Injecting Adware (github.com/callumlocke)":
166
+ - role=link[name="JSON Formatter Chrome Plugin Now Closed and Injecting Adware"]
167
+ - role=link[name="github.com/callumlocke"]
168
+ - row:
169
+ - cell "14 points by jkl5xx 49 minutes ago | hide | 4 comments":
170
+ - role=link[name="jkl5xx"]
171
+ - role=link[name="49 minutes ago"]
176
172
  - role=link[name="hide"] >> nth=11
177
- - role=link[name="10 comments"] >> nth=0
173
+ - role=link[name="4 comments"] >> nth=0
178
174
  - row:
179
175
  - cell "13."
180
176
  - cell:
181
- - link [id="up_47646472"]
182
- - cell "Aegis open-source FPGA silicon (github.com/midstallsoftware)":
183
- - role=link[name="Aegis open-source FPGA silicon"]
184
- - role=link[name="github.com/midstallsoftware"]
185
- - row:
186
- - cell "22 points by rosscomputerguy 4 hours ago | hide | 3 comments":
187
- - role=link[name="rosscomputerguy"]
188
- - role=link[name="4 hours ago"] >> nth=1
177
+ - link [id="up_47669923"]
178
+ - cell "Clojure on Fennel Part One: Persistent Data Structures (andreyor.st)":
179
+ - role=link[name="Clojure on Fennel Part One: Persistent Data Structures"]
180
+ - role=link[name="andreyor.st"]
181
+ - row:
182
+ - cell "86 points by roxolotl 3 hours ago | hide | 4 comments":
183
+ - role=link[name="roxolotl"]
184
+ - role=link[name="3 hours ago"] >> nth=5
189
185
  - role=link[name="hide"] >> nth=12
190
- - role=link[name="3 comments"] >> nth=1
186
+ - role=link[name="4 comments"] >> nth=1
191
187
  - row:
192
188
  - cell "14."
193
189
  - cell:
194
- - link [id="up_47645025"]
195
- - cell "Show HN: Contrapunk Real-time counterpoint harmony from guitar input, in Rust (contrapunk.com)":
196
- - role=link[name="Show HN: Contrapunk Real-time counterpoint harmony from guitar input, in Rust"]
197
- - role=link[name="contrapunk.com"]
198
- - row:
199
- - cell "69 points by waveywaves 9 hours ago | hide | 27 comments":
200
- - role=link[name="waveywaves"]
201
- - role=link[name="9 hours ago"] >> nth=1
190
+ - link [id="up_47720827"]
191
+ - cell "A compelling title that is cryptic enough to get you to take action on it (ericwbailey.website)":
192
+ - role=link[name="A compelling title that is cryptic enough to get you to take action on it"]
193
+ - role=link[name="ericwbailey.website"]
194
+ - row:
195
+ - cell "75 points by mooreds 2 hours ago | hide | 43 comments":
196
+ - role=link[name="mooreds"]
197
+ - role=link[name="2 hours ago"] >> nth=1
202
198
  - role=link[name="hide"] >> nth=13
203
- - role=link[name="27 comments"]
199
+ - role=link[name="43 comments"]
204
200
  - row:
205
201
  - cell "15."
206
202
  - cell:
207
- - link [id="up_47639303"]
208
- - cell "Show HN: I made open source, zero power PCB hackathon badges (github.com/kaipereira)":
209
- - role=link[name="Show HN: I made open source, zero power PCB hackathon badges"]
210
- - role=link[name="github.com/kaipereira"]
203
+ - link [id="up_47720719"]
204
+ - cell "The difficulty of making sure your website is broken (letsencrypt.org)":
205
+ - role=link[name="The difficulty of making sure your website is broken"]
206
+ - role=link[name="letsencrypt.org"]
211
207
  - row:
212
- - cell "103 points by kaipereira 13 hours ago | hide | 10 comments":
213
- - role=link[name="kaipereira"]
214
- - role=link[name="13 hours ago"]
208
+ - cell "30 points by mcpherrinm 2 hours ago | hide | 9 comments":
209
+ - role=link[name="mcpherrinm"]
210
+ - role=link[name="2 hours ago"] >> nth=2
215
211
  - role=link[name="hide"] >> nth=14
216
- - role=link[name="10 comments"] >> nth=1
212
+ - role=link[name="9 comments"]
217
213
  - row:
218
214
  - cell "16."
219
215
  - cell:
220
- - link [id="up_47646363"]
221
- - cell "Modern Generic SVGA driver for Windows 3.1 (github.com/plumgmk)":
222
- - role=link[name="Modern Generic SVGA driver for Windows 3.1"]
223
- - role=link[name="github.com/plumgmk"]
224
- - row:
225
- - cell "39 points by userbinator 4 hours ago | hide | 6 comments":
226
- - role=link[name="userbinator"]
227
- - role=link[name="4 hours ago"] >> nth=2
216
+ - link [id="up_47705187"]
217
+ - cell "The best seat in town (torched.la)":
218
+ - role=link[name="The best seat in town"]
219
+ - role=link[name="torched.la"]
220
+ - row:
221
+ - cell "10 points by NaOH 2 hours ago | hide | 1 comment":
222
+ - role=link[name="NaOH"]
223
+ - role=link[name="2 hours ago"] >> nth=3
228
224
  - role=link[name="hide"] >> nth=15
229
- - role=link[name="6 comments"] >> nth=0
225
+ - role=link[name="1 comment"] >> nth=0
230
226
  - row:
231
227
  - cell "17."
232
228
  - cell:
233
- - link [id="up_47639779"]
234
- - cell "Show HN: sllm Split a GPU node with other developers, unlimited tokens (sllm.cloud)":
235
- - role=link[name="Show HN: sllm Split a GPU node with other developers, unlimited tokens"]
236
- - role=link[name="sllm.cloud"]
237
- - row:
238
- - cell "159 points by jrandolf 18 hours ago | hide | 78 comments":
239
- - role=link[name="jrandolf"]
240
- - role=link[name="18 hours ago"] >> nth=0
229
+ - link [id="up_47722011"]
230
+ - cell "Show HN: A WYSIWYG word processor in Python (codeberg.org/chrisecker)":
231
+ - role=link[name="Show HN: A WYSIWYG word processor in Python"]
232
+ - role=link[name="codeberg.org/chrisecker"]
233
+ - row:
234
+ - cell "6 points by chrisecker 43 minutes ago | hide | 1 comment":
235
+ - role=link[name="chrisecker"]
236
+ - role=link[name="43 minutes ago"]
241
237
  - role=link[name="hide"] >> nth=16
242
- - role=link[name="78 comments"]
238
+ - role=link[name="1 comment"] >> nth=1
243
239
  - row:
244
240
  - cell "18."
245
241
  - cell:
246
- - link [id="up_47638810"]
247
- - cell "Components of a Coding Agent (sebastianraschka.com)":
248
- - role=link[name="Components of a Coding Agent"]
249
- - role=link[name="sebastianraschka.com"]
250
- - row:
251
- - cell "233 points by MindGods 20 hours ago | hide | 75 comments":
252
- - role=link[name="MindGods"]
253
- - role=link[name="20 hours ago"]
242
+ - link [id="up_47722096"]
243
+ - cell "Molotov Cocktail Is Hurled at Home of OpenAI CEO Sam Altman (nytimes.com)":
244
+ - role=link[name="Molotov Cocktail Is Hurled at Home of OpenAI CEO Sam Altman"]
245
+ - role=link[name="nytimes.com"]
246
+ - row:
247
+ - cell "49 points by enraged_camel 35 minutes ago | hide | 44 comments":
248
+ - role=link[name="enraged_camel"]
249
+ - role=link[name="35 minutes ago"]
254
250
  - role=link[name="hide"] >> nth=17
255
- - role=link[name="75 comments"]
251
+ - role=link[name="44 comments"]
256
252
  - row:
257
253
  - cell "19."
258
254
  - cell:
259
- - link [id="up_47639291"]
260
- - cell "The Indie Internet Index submit your favorite sites (iii.social)":
261
- - role=link[name="The Indie Internet Index submit your favorite sites"]
262
- - role=link[name="iii.social"]
263
- - row:
264
- - cell "143 points by freshman_dev 19 hours ago | hide | 28 comments":
265
- - role=link[name="freshman_dev"]
266
- - role=link[name="19 hours ago"] >> nth=0
255
+ - link [id="up_47676174"]
256
+ - cell "Mysteries of Dropbox: Testing of a Distributed Sync Service (2016) [pdf] (upenn.edu)":
257
+ - role=link[name="Mysteries of Dropbox: Testing of a Distributed Sync Service (2016) [pdf]"]
258
+ - role=link[name="upenn.edu"]
259
+ - row:
260
+ - cell "91 points by JackeJR 7 hours ago | hide | 19 comments":
261
+ - role=link[name="JackeJR"]
262
+ - role=link[name="7 hours ago"] >> nth=0
267
263
  - role=link[name="hide"] >> nth=18
268
- - role=link[name="28 comments"]
264
+ - role=link[name="19 comments"]
269
265
  - row:
270
266
  - cell "20."
271
267
  - cell:
272
- - link [id="up_47610593"]
273
- - cell "Elizabeth I's Manuscript of Pierre Boaistuau's Histoires Prodigieuses (1559) (publicdomainreview.org)":
274
- - role=link[name="Elizabeth I's Manuscript of Pierre Boaistuau's Histoires Prodigieuses (1559)"]
275
- - role=link[name="publicdomainreview.org"]
268
+ - link [id="up_47716490"]
269
+ - cell "FBI used iPhone notification data to retrieve deleted Signal messages (9to5mac.com)":
270
+ - role=link[name="FBI used iPhone notification data to retrieve deleted Signal messages"]
271
+ - role=link[name="9to5mac.com"]
276
272
  - row:
277
- - cell "3 points by benbreen 2 hours ago | hide | 1 comment":
278
- - role=link[name="benbreen"]
279
- - role=link[name="2 hours ago"] >> nth=1
273
+ - cell "486 points by 01-_- 7 hours ago | hide | 247 comments":
274
+ - role=link[name="01-_-"]
275
+ - role=link[name="7 hours ago"] >> nth=1
280
276
  - role=link[name="hide"] >> nth=19
281
- - role=link[name="1 comment"]
277
+ - role=link[name="247 comments"]
282
278
  - row:
283
279
  - cell "21."
284
280
  - cell:
285
- - link [id="up_47646566"]
286
- - cell "Unverified: What Practitioners Post About OCR, Agents, and Tables (idp-software.com)":
287
- - role=link[name="Unverified: What Practitioners Post About OCR, Agents, and Tables"]
288
- - role=link[name="idp-software.com"]
289
- - row:
290
- - cell "4 points by chelm 3 hours ago | hide | discuss":
291
- - role=link[name="chelm"]
292
- - role=link[name="3 hours ago"] >> nth=0
281
+ - link [id="up_47721207"]
282
+ - cell "HBO Obtains DMCA Subpoena to Unmask 'Euphoria' Spoiler Account on X (torrentfreak.com)":
283
+ - role=link[name="HBO Obtains DMCA Subpoena to Unmask 'Euphoria' Spoiler Account on X"]
284
+ - role=link[name="torrentfreak.com"]
285
+ - row:
286
+ - cell "42 points by speckx 1 hour ago | hide | 26 comments":
287
+ - role=link[name="speckx"]
288
+ - role=link[name="1 hour ago"] >> nth=1
293
289
  - role=link[name="hide"] >> nth=20
294
- - role=link[name="discuss"] >> nth=1
290
+ - role=link[name="26 comments"]
295
291
  - row:
296
292
  - cell "22."
297
293
  - cell:
298
- - link [id="up_47614532"]
299
- - cell "Ruckus: Racket for iOS (defn.io)":
300
- - role=link[name="Ruckus: Racket for iOS"]
301
- - role=link[name="defn.io"]
302
- - row:
303
- - cell "129 points by nsm 15 hours ago | hide | 11 comments":
304
- - role=link[name="nsm"]
305
- - role=link[name="15 hours ago"]
294
+ - link [id="up_47712718"]
295
+ - cell "I still prefer MCP over skills (david.coffee)":
296
+ - role=link[name="I still prefer MCP over skills"]
297
+ - role=link[name="david.coffee"]
298
+ - row:
299
+ - cell "408 points by gmays 17 hours ago | hide | 331 comments":
300
+ - role=link[name="gmays"]
301
+ - role=link[name="17 hours ago"]
306
302
  - role=link[name="hide"] >> nth=21
307
- - role=link[name="11 comments"]
303
+ - role=link[name="331 comments"]
308
304
  - row:
309
305
  - cell "23."
310
306
  - cell:
311
- - link [id="up_47645305"]
312
- - cell "Demonstrating Real Time AV2 Decoding on Consumer Laptops (aomedia.org)":
313
- - role=link[name="Demonstrating Real Time AV2 Decoding on Consumer Laptops"]
314
- - role=link[name="aomedia.org"]
315
- - row:
316
- - cell "22 points by breve 8 hours ago | hide | 2 comments":
317
- - role=link[name="breve"]
318
- - role=link[name="8 hours ago"]
307
+ - link [id="up_47681701"]
308
+ - cell "RSoC 2026: A new CPU scheduler for Redox OS (redox-os.org)":
309
+ - role=link[name="RSoC 2026: A new CPU scheduler for Redox OS"]
310
+ - role=link[name="redox-os.org"]
311
+ - row:
312
+ - cell "29 points by akyuu 4 hours ago | hide | 4 comments":
313
+ - role=link[name="akyuu"]
314
+ - role=link[name="4 hours ago"] >> nth=1
319
315
  - role=link[name="hide"] >> nth=22
320
- - role=link[name="2 comments"]
316
+ - role=link[name="4 comments"] >> nth=2
321
317
  - row:
322
318
  - cell "24."
323
319
  - cell:
324
- - link [id="up_47646871"]
325
- - cell "Dynamics of (Not) Being Perceived: Grief and Relief After Leaving Social Media (networkcultures.org)":
326
- - role=link[name="Dynamics of (Not) Being Perceived: Grief and Relief After Leaving Social Media"]
327
- - role=link[name="networkcultures.org"]
320
+ - link [id="up_47714273"]
321
+ - cell "Penguin 'Toxicologists' Find PFAS Chemicals in Remote Patagonia (ucdavis.edu)":
322
+ - role=link[name="Penguin 'Toxicologists' Find PFAS Chemicals in Remote Patagonia"]
323
+ - role=link[name="ucdavis.edu"]
328
324
  - row:
329
- - cell "4 points by glovink 2 hours ago | hide | discuss":
330
- - role=link[name="glovink"]
331
- - role=link[name="2 hours ago"] >> nth=2
325
+ - cell "129 points by giuliomagnifico 13 hours ago | hide | 59 comments":
326
+ - role=link[name="giuliomagnifico"]
327
+ - role=link[name="13 hours ago"]
332
328
  - role=link[name="hide"] >> nth=23
333
- - role=link[name="discuss"] >> nth=2
329
+ - role=link[name="59 comments"]
334
330
  - row:
335
331
  - cell "25."
336
332
  - cell:
337
- - link [id="up_47646504"]
338
- - cell "Show HN: OsintRadar Curated directory for osint tools (osintradar.com)":
339
- - role=link[name="Show HN: OsintRadar – Curated directory for osint tools"]
340
- - role=link[name="osintradar.com"]
341
- - row:
342
- - cell "4 points by lexalizer 3 hours ago | hide | discuss":
343
- - role=link[name="lexalizer"]
344
- - role=link[name="3 hours ago"] >> nth=1
333
+ - link [id="up_47686431"]
334
+ - cell "C++: Freestanding Standard Library (sandordargo.com)":
335
+ - role=link[name="C++: Freestanding Standard Library"]
336
+ - role=link[name="sandordargo.com"]
337
+ - row:
338
+ - cell "35 points by ingve 5 hours ago | hide | 5 comments":
339
+ - role=link[name="ingve"]
340
+ - role=link[name="5 hours ago"] >> nth=1
345
341
  - role=link[name="hide"] >> nth=24
346
- - role=link[name="discuss"] >> nth=3
342
+ - role=link[name="5 comments"] >> nth=1
347
343
  - row:
348
344
  - cell "26."
349
345
  - cell:
350
- - link [id="up_47604887"]
351
- - cell "Electrical transformer manufacturing is throttling the electrified future (bloomberg.com)":
352
- - role=link[name="Electrical transformer manufacturing is throttling the electrified future"]
353
- - role=link[name="bloomberg.com"]
354
- - row:
355
- - cell "87 points by toomuchtodo 18 hours ago | hide | 76 comments":
356
- - role=link[name="toomuchtodo"]
357
- - role=link[name="18 hours ago"] >> nth=1
346
+ - link [id="up_47690609"]
347
+ - cell "Deterministic Primality Testing for Limited Bit Width (jeremykun.com)":
348
+ - role=link[name="Deterministic Primality Testing for Limited Bit Width"]
349
+ - role=link[name="jeremykun.com"]
350
+ - row:
351
+ - cell "24 points by ibobev 6 hours ago | hide | 3 comments":
352
+ - role=link[name="ibobev"] >> nth=1
353
+ - role=link[name="6 hours ago"]
358
354
  - role=link[name="hide"] >> nth=25
359
- - role=link[name="76 comments"]
355
+ - role=link[name="3 comments"]
360
356
  - row:
361
357
  - cell "27."
362
358
  - cell:
363
- - link [id="up_47642601"]
364
- - cell "Show HN: M. C. Escher spiral in WebGL inspired by 3Blue1Brown (laszlokorte.de)":
365
- - role=link[name="Show HN: M. C. Escher spiral in WebGL inspired by 3Blue1Brown"]
366
- - role=link[name="laszlokorte.de"]
367
- - row:
368
- - cell "79 points by laszlokorte 14 hours ago | hide | 12 comments":
369
- - role=link[name="laszlokorte"]
370
- - role=link[name="14 hours ago"] >> nth=1
359
+ - link [id="up_47713495"]
360
+ - cell "A new trick brings stability to quantum operations (ethz.ch)":
361
+ - role=link[name="A new trick brings stability to quantum operations"]
362
+ - role=link[name="ethz.ch"]
363
+ - row:
364
+ - cell "212 points by joko42 15 hours ago | hide | 47 comments":
365
+ - role=link[name="joko42"]
366
+ - role=link[name="15 hours ago"]
371
367
  - role=link[name="hide"] >> nth=26
372
- - role=link[name="12 comments"]
368
+ - role=link[name="47 comments"]
373
369
  - row:
374
370
  - cell "28."
375
371
  - cell:
376
- - link [id="up_47640380"]
377
- - cell "Apple approves driver that lets Nvidia eGPUs work with Arm Macs (theverge.com)":
378
- - role=link[name="Apple approves driver that lets Nvidia eGPUs work with Arm Macs"]
379
- - role=link[name="theverge.com"]
380
- - row:
381
- - cell "433 points by naves 17 hours ago | hide | 192 comments":
382
- - role=link[name="naves"]
383
- - role=link[name="17 hours ago"] >> nth=1
372
+ - link [id="up_47708818"]
373
+ - cell "Native Instant Space Switching on macOS (arhan.sh)":
374
+ - role=link[name="Native Instant Space Switching on macOS"]
375
+ - role=link[name="arhan.sh"]
376
+ - row:
377
+ - cell "614 points by PaulHoule 23 hours ago | hide | 295 comments":
378
+ - role=link[name="PaulHoule"]
379
+ - role=link[name="23 hours ago"]
384
380
  - role=link[name="hide"] >> nth=27
385
- - role=link[name="192 comments"]
381
+ - role=link[name="295 comments"]
386
382
  - row:
387
383
  - cell "29."
388
384
  - cell:
389
- - link [id="up_47644566"]
390
- - cell "Advice to young people, the lies I tell myself (2024) (jxnl.co)":
391
- - role=link[name="Advice to young people, the lies I tell myself (2024)"]
392
- - role=link[name="jxnl.co"]
393
- - row:
394
- - cell "105 points by mooreds 10 hours ago | hide | 31 comments":
395
- - role=link[name="mooreds"]
396
- - role=link[name="10 hours ago"] >> nth=1
385
+ - link [id="up_47721516"]
386
+ - cell "\"Not Even Government Agencies\" - Proton's misleading marketing (ppb1701.com)":
387
+ - role=link[name="\"Not Even Government Agencies\" - Proton's misleading marketing"]
388
+ - role=link[name="ppb1701.com"]
389
+ - row:
390
+ - cell "5 points by leotravis10 1 hour ago | hide | discuss":
391
+ - role=link[name="leotravis10"]
392
+ - role=link[name="1 hour ago"] >> nth=2
397
393
  - role=link[name="hide"] >> nth=28
398
- - role=link[name="31 comments"]
394
+ - role=link[name="discuss"] >> nth=1
399
395
  - row:
400
396
  - cell "30."
401
397
  - cell:
402
- - link [id="up_47639567"]
403
- - cell "Show HN: TurboQuant-WASM Google's vector quantization in the browser (github.com/teamchong)":
404
- - role=link[name="Show HN: TurboQuant-WASM Google's vector quantization in the browser"]
405
- - role=link[name="github.com/teamchong"]
406
- - row:
407
- - cell "154 points by teamchong 19 hours ago | hide | 6 comments":
408
- - role=link[name="teamchong"]
409
- - role=link[name="19 hours ago"] >> nth=1
398
+ - link [id="up_47719486"]
399
+ - cell "France to ditch Windows for Linux to reduce reliance on US tech (techcrunch.com)":
400
+ - role=link[name="France to ditch Windows for Linux to reduce reliance on US tech"]
401
+ - role=link[name="techcrunch.com"]
402
+ - row:
403
+ - cell "335 points by Teever 4 hours ago | hide | 149 comments":
404
+ - role=link[name="Teever"]
405
+ - role=link[name="4 hours ago"] >> nth=2
410
406
  - role=link[name="hide"] >> nth=29
411
- - role=link[name="6 comments"] >> nth=1
407
+ - role=link[name="149 comments"]
412
408
  - row:
413
409
  - cell:
414
410
  - role=link[name="More"]
@@ -422,4 +418,7 @@
422
418
  - role=link[name="Legal"]
423
419
  - role=link[name="Apply to YC"]
424
420
  - role=link[name="Contact"]
425
- - role=textbox
421
+ - role=textbox
422
+ - toolbar "Playwriter tools":
423
+ - role=button[name="Pin element — click any element to copy its Playwriter reference"]
424
+ - role=button[name="Close Playwriter toolbar"]