playwriter 0.0.105 → 0.2.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.
- package/dist/bippy.js +5 -5
- package/dist/cdp-relay.d.ts.map +1 -1
- package/dist/cdp-relay.js +17 -5
- package/dist/cdp-relay.js.map +1 -1
- package/dist/cli-help.test.d.ts +2 -0
- package/dist/cli-help.test.d.ts.map +1 -0
- package/dist/cli-help.test.js +53 -0
- package/dist/cli-help.test.js.map +1 -0
- package/dist/cli.js +74 -25
- package/dist/cli.js.map +1 -1
- package/dist/executor.d.ts +1 -0
- package/dist/executor.d.ts.map +1 -1
- package/dist/executor.js +55 -12
- package/dist/executor.js.map +1 -1
- package/dist/extension/background.js +675 -27
- package/dist/extension/manifest.json +1 -1
- package/dist/ghost-cursor-client.js +170 -83
- package/dist/{recording-ghost-cursor.d.ts → ghost-cursor-controller.d.ts} +15 -10
- package/dist/ghost-cursor-controller.d.ts.map +1 -0
- package/dist/ghost-cursor-controller.js +98 -0
- package/dist/ghost-cursor-controller.js.map +1 -0
- package/dist/ghost-cursor.d.ts.map +1 -1
- package/dist/ghost-cursor.js +42 -26
- package/dist/ghost-cursor.js.map +1 -1
- package/dist/mcp.d.ts.map +1 -1
- package/dist/mcp.js +6 -1
- package/dist/mcp.js.map +1 -1
- package/dist/on-mouse-action.test.js +25 -0
- package/dist/on-mouse-action.test.js.map +1 -1
- package/dist/performance-examples.d.ts +5 -0
- package/dist/performance-examples.d.ts.map +1 -0
- package/dist/performance-examples.js +112 -0
- package/dist/performance-examples.js.map +1 -0
- package/dist/performance-profiling.md +417 -0
- package/dist/prompt.md +22 -8
- package/dist/react-source.d.ts +44 -0
- package/dist/react-source.d.ts.map +1 -1
- package/dist/react-source.js +207 -20
- package/dist/react-source.js.map +1 -1
- package/dist/readability.js +1 -1
- package/dist/relay-core.test.d.ts.map +1 -1
- package/dist/relay-core.test.js +101 -1
- package/dist/relay-core.test.js.map +1 -1
- package/dist/relay-session.test.js +34 -6
- package/dist/relay-session.test.js.map +1 -1
- package/dist/screen-recording.d.ts +2 -2
- package/dist/screen-recording.d.ts.map +1 -1
- package/dist/screen-recording.js +19 -7
- package/dist/screen-recording.js.map +1 -1
- package/dist/selector-generator.js +1 -1
- package/package.json +7 -7
- package/src/aria-snapshots/github-interactive.txt +5 -3
- package/src/aria-snapshots/github-raw.txt +8 -5
- package/src/aria-snapshots/hackernews-interactive.txt +241 -238
- package/src/aria-snapshots/hackernews-raw.txt +269 -265
- package/src/aria-snapshots/prosemirror-interactive.txt +3 -1
- package/src/aria-snapshots/prosemirror-raw.txt +4 -1
- package/src/assets/aria-labels-hacker-news.png +0 -0
- package/src/assets/aria-labels-old-reddit.png +0 -0
- package/src/cdp-relay.ts +17 -5
- package/src/cli-help.test.ts +63 -0
- package/src/cli.ts +80 -28
- package/src/executor.ts +65 -15
- package/src/ghost-cursor-client.ts +221 -96
- package/src/{recording-ghost-cursor.ts → ghost-cursor-controller.ts} +50 -34
- package/src/ghost-cursor.ts +54 -41
- package/src/mcp.ts +6 -1
- package/src/on-mouse-action.test.ts +30 -0
- package/src/performance-examples.ts +186 -0
- package/src/react-source.ts +310 -24
- package/src/relay-core.test.ts +117 -0
- package/src/relay-session.test.ts +36 -10
- package/src/screen-recording.ts +23 -10
- package/src/skill.md +33 -9
- package/src/snapshots/shadcn-ui-accessibility-full.md +6 -3
- package/src/snapshots/shadcn-ui-accessibility-interactive.md +2 -0
- package/dist/recording-ghost-cursor.d.ts.map +0 -1
- package/dist/recording-ghost-cursor.js +0 -79
- package/dist/recording-ghost-cursor.js.map +0 -1
|
@@ -22,388 +22,389 @@
|
|
|
22
22
|
- row:
|
|
23
23
|
- cell "1."
|
|
24
24
|
- cell:
|
|
25
|
-
- link [id="
|
|
26
|
-
- cell "
|
|
27
|
-
- role=link[name="
|
|
28
|
-
- role=link[name="
|
|
29
|
-
- row:
|
|
30
|
-
- cell "
|
|
31
|
-
- role=link[name="
|
|
32
|
-
- role=link[name="
|
|
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="
|
|
34
|
+
- role=link[name="114 comments"]
|
|
35
35
|
- row:
|
|
36
36
|
- cell "2."
|
|
37
37
|
- cell:
|
|
38
|
-
- link [id="
|
|
39
|
-
- cell "
|
|
40
|
-
- role=link[name="
|
|
41
|
-
- role=link[name="
|
|
42
|
-
- row:
|
|
43
|
-
- cell "
|
|
44
|
-
- role=link[name="
|
|
45
|
-
- role=link[name="
|
|
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
|
+
- row:
|
|
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="
|
|
47
|
+
- role=link[name="74 comments"]
|
|
48
48
|
- row:
|
|
49
49
|
- cell "3."
|
|
50
50
|
- cell:
|
|
51
|
-
- link [id="
|
|
52
|
-
- cell "
|
|
53
|
-
- role=link[name="
|
|
54
|
-
- role=link[name="github.
|
|
55
|
-
- row:
|
|
56
|
-
- cell "
|
|
57
|
-
- role=link[name="
|
|
58
|
-
- role=link[name="
|
|
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="
|
|
60
|
+
- role=link[name="56 comments"]
|
|
61
61
|
- row:
|
|
62
62
|
- cell "4."
|
|
63
63
|
- cell:
|
|
64
|
-
- link [id="
|
|
65
|
-
- cell "
|
|
66
|
-
- role=link[name="
|
|
67
|
-
- role=link[name="github.com/
|
|
68
|
-
- row:
|
|
69
|
-
- cell "
|
|
70
|
-
- role=link[name="
|
|
71
|
-
- role=link[name="
|
|
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="
|
|
73
|
+
- role=link[name="40 comments"]
|
|
74
74
|
- row:
|
|
75
75
|
- cell "5."
|
|
76
76
|
- cell:
|
|
77
|
-
- link [id="
|
|
78
|
-
- cell "
|
|
79
|
-
- role=link[name="
|
|
80
|
-
- role=link[name="
|
|
81
|
-
- row:
|
|
82
|
-
- cell "
|
|
83
|
-
- role=link[name="
|
|
84
|
-
- role=link[name="
|
|
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="
|
|
86
|
+
- role=link[name="87 comments"]
|
|
87
87
|
- row:
|
|
88
88
|
- cell "6."
|
|
89
89
|
- cell:
|
|
90
|
-
- link [id="
|
|
91
|
-
- cell "
|
|
92
|
-
- role=link[name="
|
|
93
|
-
- role=link[name="
|
|
94
|
-
- row:
|
|
95
|
-
- cell "
|
|
96
|
-
- role=link[name="
|
|
97
|
-
- role=link[name="
|
|
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="
|
|
99
|
+
- role=link[name="66 comments"]
|
|
100
100
|
- row:
|
|
101
101
|
- cell "7."
|
|
102
102
|
- cell:
|
|
103
|
-
- link [id="
|
|
104
|
-
- cell "
|
|
105
|
-
- role=link[name="
|
|
106
|
-
- role=link[name="
|
|
107
|
-
- row:
|
|
108
|
-
- cell "
|
|
109
|
-
- role=link[name="
|
|
110
|
-
- role=link[name="
|
|
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="
|
|
112
|
+
- role=link[name="32 comments"]
|
|
113
113
|
- row:
|
|
114
114
|
- cell "8."
|
|
115
115
|
- cell:
|
|
116
|
-
- link [id="
|
|
117
|
-
- cell "Launch HN:
|
|
118
|
-
- role=link[name="Launch HN:
|
|
119
|
-
- role=link[name="
|
|
120
|
-
- row:
|
|
121
|
-
- cell "
|
|
122
|
-
- role=link[name="
|
|
123
|
-
- role=link[name="
|
|
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="
|
|
125
|
+
- role=link[name="12 comments"]
|
|
126
126
|
- row:
|
|
127
127
|
- cell "9."
|
|
128
128
|
- cell:
|
|
129
|
-
- link [id="
|
|
130
|
-
- cell "
|
|
131
|
-
- role=link[name="
|
|
132
|
-
- role=link[name="
|
|
133
|
-
- row:
|
|
134
|
-
- cell "
|
|
135
|
-
- role=link[name="
|
|
136
|
-
- role=link[name="
|
|
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="
|
|
138
|
+
- role=link[name="5 comments"] >> nth=0
|
|
139
139
|
- row:
|
|
140
140
|
- cell "10."
|
|
141
141
|
- cell:
|
|
142
|
-
- link [id="
|
|
143
|
-
- cell "
|
|
144
|
-
- role=link[name="
|
|
145
|
-
- role=link[name="
|
|
146
|
-
- row:
|
|
147
|
-
- cell "
|
|
148
|
-
- role=link[name="
|
|
149
|
-
- role=link[name="
|
|
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="
|
|
151
|
+
- role=link[name="discuss"] >> nth=0
|
|
152
152
|
- row:
|
|
153
153
|
- cell "11."
|
|
154
|
-
- cell:
|
|
155
|
-
- link
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
- cell "32 points by uticus 5 hours ago | hide | 2 comments":
|
|
161
|
-
- role=link[name="uticus"]
|
|
162
|
-
- role=link[name="5 hours ago"]
|
|
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="2 comments"] >> nth=1
|
|
165
161
|
- row:
|
|
166
162
|
- cell "12."
|
|
167
163
|
- cell:
|
|
168
|
-
- link [id="
|
|
169
|
-
- cell "
|
|
170
|
-
- role=link[name="
|
|
171
|
-
- role=link[name="
|
|
172
|
-
- row:
|
|
173
|
-
- cell "
|
|
174
|
-
- role=link[name="
|
|
175
|
-
- role=link[name="
|
|
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="
|
|
173
|
+
- role=link[name="4 comments"] >> nth=0
|
|
178
174
|
- row:
|
|
179
175
|
- cell "13."
|
|
180
176
|
- cell:
|
|
181
|
-
- link [id="
|
|
182
|
-
- cell "
|
|
183
|
-
- role=link[name="
|
|
184
|
-
- role=link[name="
|
|
185
|
-
- row:
|
|
186
|
-
- cell "
|
|
187
|
-
- role=link[name="
|
|
188
|
-
- role=link[name="
|
|
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="
|
|
186
|
+
- role=link[name="4 comments"] >> nth=1
|
|
191
187
|
- row:
|
|
192
188
|
- cell "14."
|
|
193
189
|
- cell:
|
|
194
|
-
- link [id="
|
|
195
|
-
- cell "
|
|
196
|
-
- role=link[name="
|
|
197
|
-
- role=link[name="
|
|
198
|
-
- row:
|
|
199
|
-
- cell "
|
|
200
|
-
- role=link[name="
|
|
201
|
-
- role=link[name="2 hours ago"]
|
|
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="
|
|
199
|
+
- role=link[name="43 comments"]
|
|
204
200
|
- row:
|
|
205
201
|
- cell "15."
|
|
206
202
|
- cell:
|
|
207
|
-
- link [id="
|
|
208
|
-
- cell "
|
|
209
|
-
- role=link[name="
|
|
210
|
-
- role=link[name="
|
|
211
|
-
- row:
|
|
212
|
-
- cell "
|
|
213
|
-
- role=link[name="
|
|
214
|
-
- role=link[name="
|
|
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"]
|
|
207
|
+
- row:
|
|
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="
|
|
212
|
+
- role=link[name="9 comments"]
|
|
217
213
|
- row:
|
|
218
214
|
- cell "16."
|
|
219
215
|
- cell:
|
|
220
|
-
- link [id="
|
|
221
|
-
- cell "
|
|
222
|
-
- role=link[name="
|
|
223
|
-
- role=link[name="
|
|
224
|
-
- row:
|
|
225
|
-
- cell "
|
|
226
|
-
- role=link[name="
|
|
227
|
-
- role=link[name="
|
|
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="
|
|
225
|
+
- role=link[name="1 comment"] >> nth=0
|
|
230
226
|
- row:
|
|
231
227
|
- cell "17."
|
|
232
228
|
- cell:
|
|
233
|
-
- link [id="
|
|
234
|
-
- cell "
|
|
235
|
-
- role=link[name="
|
|
236
|
-
- role=link[name="
|
|
237
|
-
- row:
|
|
238
|
-
- cell "
|
|
239
|
-
- role=link[name="
|
|
240
|
-
- role=link[name="
|
|
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="
|
|
238
|
+
- role=link[name="1 comment"] >> nth=1
|
|
243
239
|
- row:
|
|
244
240
|
- cell "18."
|
|
245
241
|
- cell:
|
|
246
|
-
- link [id="
|
|
247
|
-
- cell "
|
|
248
|
-
- role=link[name="
|
|
249
|
-
- role=link[name="
|
|
250
|
-
- row:
|
|
251
|
-
- cell "
|
|
252
|
-
- role=link[name="
|
|
253
|
-
- role=link[name="
|
|
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="
|
|
251
|
+
- role=link[name="44 comments"]
|
|
256
252
|
- row:
|
|
257
253
|
- cell "19."
|
|
258
254
|
- cell:
|
|
259
|
-
- link [id="
|
|
260
|
-
- cell "
|
|
261
|
-
- role=link[name="
|
|
262
|
-
- role=link[name="
|
|
263
|
-
- row:
|
|
264
|
-
- cell "
|
|
265
|
-
- role=link[name="
|
|
266
|
-
- role=link[name="
|
|
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="
|
|
264
|
+
- role=link[name="19 comments"]
|
|
269
265
|
- row:
|
|
270
266
|
- cell "20."
|
|
271
267
|
- cell:
|
|
272
|
-
- link [id="
|
|
273
|
-
- cell "
|
|
274
|
-
- role=link[name="
|
|
275
|
-
- role=link[name="
|
|
276
|
-
- row:
|
|
277
|
-
- cell "
|
|
278
|
-
- role=link[name="
|
|
279
|
-
- role=link[name="
|
|
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"]
|
|
272
|
+
- row:
|
|
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="
|
|
277
|
+
- role=link[name="247 comments"]
|
|
282
278
|
- row:
|
|
283
279
|
- cell "21."
|
|
284
280
|
- cell:
|
|
285
|
-
- link [id="
|
|
286
|
-
- cell "
|
|
287
|
-
- role=link[name="
|
|
288
|
-
- role=link[name="
|
|
289
|
-
- row:
|
|
290
|
-
- cell "
|
|
291
|
-
- role=link[name="
|
|
292
|
-
- role=link[name="
|
|
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="
|
|
290
|
+
- role=link[name="26 comments"]
|
|
295
291
|
- row:
|
|
296
292
|
- cell "22."
|
|
297
293
|
- cell:
|
|
298
|
-
- link [id="
|
|
299
|
-
- cell "
|
|
300
|
-
- role=link[name="
|
|
301
|
-
- role=link[name="
|
|
302
|
-
- row:
|
|
303
|
-
- cell "
|
|
304
|
-
- role=link[name="
|
|
305
|
-
- role=link[name="
|
|
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="
|
|
303
|
+
- role=link[name="331 comments"]
|
|
308
304
|
- row:
|
|
309
305
|
- cell "23."
|
|
310
306
|
- cell:
|
|
311
|
-
- link [id="
|
|
312
|
-
- cell "
|
|
313
|
-
- role=link[name="
|
|
314
|
-
- role=link[name="
|
|
315
|
-
- row:
|
|
316
|
-
- cell "
|
|
317
|
-
- role=link[name="
|
|
318
|
-
- role=link[name="
|
|
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="
|
|
316
|
+
- role=link[name="4 comments"] >> nth=2
|
|
321
317
|
- row:
|
|
322
318
|
- cell "24."
|
|
323
319
|
- cell:
|
|
324
|
-
- link [id="
|
|
325
|
-
- cell "
|
|
326
|
-
- role=link[name="
|
|
327
|
-
- role=link[name="
|
|
328
|
-
- row:
|
|
329
|
-
- cell "
|
|
330
|
-
- role=link[name="
|
|
331
|
-
- role=link[name="
|
|
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"]
|
|
324
|
+
- row:
|
|
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="
|
|
329
|
+
- role=link[name="59 comments"]
|
|
334
330
|
- row:
|
|
335
331
|
- cell "25."
|
|
336
332
|
- cell:
|
|
337
|
-
- link [id="
|
|
338
|
-
- cell "
|
|
339
|
-
- role=link[name="
|
|
340
|
-
- role=link[name="
|
|
341
|
-
- row:
|
|
342
|
-
- cell "
|
|
343
|
-
- role=link[name="
|
|
344
|
-
- role=link[name="
|
|
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="
|
|
342
|
+
- role=link[name="5 comments"] >> nth=1
|
|
347
343
|
- row:
|
|
348
344
|
- cell "26."
|
|
349
345
|
- cell:
|
|
350
|
-
- link [id="
|
|
351
|
-
- cell "
|
|
352
|
-
- role=link[name="
|
|
353
|
-
- role=link[name="
|
|
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"]
|
|
354
350
|
- row:
|
|
355
|
-
- cell "
|
|
356
|
-
- role=link[name="
|
|
357
|
-
- role=link[name="
|
|
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="
|
|
355
|
+
- role=link[name="3 comments"]
|
|
360
356
|
- row:
|
|
361
357
|
- cell "27."
|
|
362
358
|
- cell:
|
|
363
|
-
- link [id="
|
|
364
|
-
- cell "
|
|
365
|
-
- role=link[name="
|
|
366
|
-
- role=link[name="
|
|
367
|
-
- row:
|
|
368
|
-
- cell "
|
|
369
|
-
- role=link[name="
|
|
370
|
-
- role=link[name="
|
|
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="
|
|
368
|
+
- role=link[name="47 comments"]
|
|
373
369
|
- row:
|
|
374
370
|
- cell "28."
|
|
375
371
|
- cell:
|
|
376
|
-
- link [id="
|
|
377
|
-
- cell "
|
|
378
|
-
- role=link[name="
|
|
379
|
-
- role=link[name="
|
|
380
|
-
- row:
|
|
381
|
-
- cell "
|
|
382
|
-
- role=link[name="
|
|
383
|
-
- role=link[name="
|
|
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="
|
|
381
|
+
- role=link[name="295 comments"]
|
|
386
382
|
- row:
|
|
387
383
|
- cell "29."
|
|
388
384
|
- cell:
|
|
389
|
-
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
- role=link[name="
|
|
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
|
|
393
393
|
- role=link[name="hide"] >> nth=28
|
|
394
|
+
- role=link[name="discuss"] >> nth=1
|
|
394
395
|
- row:
|
|
395
396
|
- cell "30."
|
|
396
397
|
- cell:
|
|
397
|
-
- link [id="
|
|
398
|
-
- cell "
|
|
399
|
-
- role=link[name="
|
|
400
|
-
- role=link[name="
|
|
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"]
|
|
401
402
|
- row:
|
|
402
|
-
- cell "
|
|
403
|
-
- role=link[name="
|
|
404
|
-
- role=link[name="
|
|
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
|
|
405
406
|
- role=link[name="hide"] >> nth=29
|
|
406
|
-
- role=link[name="
|
|
407
|
+
- role=link[name="149 comments"]
|
|
407
408
|
- row:
|
|
408
409
|
- cell:
|
|
409
410
|
- role=link[name="More"]
|
|
@@ -417,4 +418,7 @@
|
|
|
417
418
|
- role=link[name="Legal"]
|
|
418
419
|
- role=link[name="Apply to YC"]
|
|
419
420
|
- role=link[name="Contact"]
|
|
420
|
-
- 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"]
|