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
|
@@ -12,448 +12,449 @@
|
|
|
12
12
|
- row:
|
|
13
13
|
- cell "1."
|
|
14
14
|
- cell:
|
|
15
|
-
- link [id="
|
|
16
|
-
- cell "
|
|
17
|
-
- role=link[name="
|
|
18
|
-
- role=link[name="
|
|
15
|
+
- link [id="up_47719602"]
|
|
16
|
+
- cell "You can't trust macOS Privacy and Security settings (eclecticlight.co)":
|
|
17
|
+
- role=link[name="You can't trust macOS Privacy and Security settings"]
|
|
18
|
+
- role=link[name="eclecticlight.co"]
|
|
19
19
|
- row:
|
|
20
20
|
- cell
|
|
21
|
-
- cell "
|
|
22
|
-
- role=link[name="
|
|
23
|
-
- role=link[name="
|
|
21
|
+
- cell "320 points by zdw 3 hours ago | hide | 114 comments":
|
|
22
|
+
- role=link[name="zdw"]
|
|
23
|
+
- role=link[name="3 hours ago"] >> nth=0
|
|
24
24
|
- role=link[name="hide"] >> nth=0
|
|
25
|
-
- role=link[name="
|
|
25
|
+
- role=link[name="114 comments"]
|
|
26
26
|
- row
|
|
27
27
|
- row:
|
|
28
28
|
- cell "2."
|
|
29
29
|
- cell:
|
|
30
|
-
- link [id="
|
|
31
|
-
- cell "
|
|
32
|
-
- role=link[name="
|
|
33
|
-
- role=link[name="
|
|
30
|
+
- link [id="up_47719942"]
|
|
31
|
+
- cell "WireGuard makes new Windows release following Microsoft signing resolution (zx2c4.com)":
|
|
32
|
+
- role=link[name="WireGuard makes new Windows release following Microsoft signing resolution"]
|
|
33
|
+
- role=link[name="zx2c4.com"]
|
|
34
34
|
- row:
|
|
35
35
|
- cell
|
|
36
|
-
- cell "
|
|
37
|
-
- role=link[name="
|
|
38
|
-
- role=link[name="
|
|
36
|
+
- cell "241 points by zx2c4 3 hours ago | hide | 74 comments":
|
|
37
|
+
- role=link[name="zx2c4"]
|
|
38
|
+
- role=link[name="3 hours ago"] >> nth=1
|
|
39
39
|
- role=link[name="hide"] >> nth=1
|
|
40
|
-
- role=link[name="
|
|
40
|
+
- role=link[name="74 comments"]
|
|
41
41
|
- row
|
|
42
42
|
- row:
|
|
43
43
|
- cell "3."
|
|
44
44
|
- cell:
|
|
45
|
-
- link [id="
|
|
46
|
-
- cell "
|
|
47
|
-
- role=link[name="
|
|
48
|
-
- role=link[name="github.
|
|
45
|
+
- link [id="up_47719740"]
|
|
46
|
+
- cell "1D Chess (rowan441.github.io)":
|
|
47
|
+
- role=link[name="1D Chess"]
|
|
48
|
+
- role=link[name="rowan441.github.io"]
|
|
49
49
|
- row:
|
|
50
50
|
- cell
|
|
51
|
-
- cell "
|
|
52
|
-
- role=link[name="
|
|
53
|
-
- role=link[name="
|
|
51
|
+
- cell "298 points by burnt-resistor 3 hours ago | hide | 56 comments":
|
|
52
|
+
- role=link[name="burnt-resistor"]
|
|
53
|
+
- role=link[name="3 hours ago"] >> nth=2
|
|
54
54
|
- role=link[name="hide"] >> nth=2
|
|
55
|
-
- role=link[name="
|
|
55
|
+
- role=link[name="56 comments"]
|
|
56
56
|
- row
|
|
57
57
|
- row:
|
|
58
58
|
- cell "4."
|
|
59
59
|
- cell:
|
|
60
|
-
- link [id="
|
|
61
|
-
- cell "
|
|
62
|
-
- role=link[name="
|
|
63
|
-
- role=link[name="github.com/
|
|
60
|
+
- link [id="up_47720419"]
|
|
61
|
+
- cell "Industrial design files for Keychron keyboards and mice (github.com/keychron)":
|
|
62
|
+
- role=link[name="Industrial design files for Keychron keyboards and mice"]
|
|
63
|
+
- role=link[name="github.com/keychron"]
|
|
64
64
|
- row:
|
|
65
65
|
- cell
|
|
66
|
-
- cell "
|
|
67
|
-
- role=link[name="
|
|
68
|
-
- role=link[name="
|
|
66
|
+
- cell "152 points by stingraycharles 3 hours ago | hide | 40 comments":
|
|
67
|
+
- role=link[name="stingraycharles"]
|
|
68
|
+
- role=link[name="3 hours ago"] >> nth=3
|
|
69
69
|
- role=link[name="hide"] >> nth=3
|
|
70
|
-
- role=link[name="
|
|
70
|
+
- role=link[name="40 comments"]
|
|
71
71
|
- row
|
|
72
72
|
- row:
|
|
73
73
|
- cell "5."
|
|
74
74
|
- cell:
|
|
75
|
-
- link [id="
|
|
76
|
-
- cell "
|
|
77
|
-
- role=link[name="
|
|
78
|
-
- role=link[name="
|
|
75
|
+
- link [id="up_47719274"]
|
|
76
|
+
- cell "Helium Is Hard to Replace (construction-physics.com)":
|
|
77
|
+
- role=link[name="Helium Is Hard to Replace"]
|
|
78
|
+
- role=link[name="construction-physics.com"]
|
|
79
79
|
- row:
|
|
80
80
|
- cell
|
|
81
|
-
- cell "
|
|
82
|
-
- role=link[name="
|
|
83
|
-
- role=link[name="
|
|
81
|
+
- cell "152 points by JumpCrisscross 4 hours ago | hide | 87 comments":
|
|
82
|
+
- role=link[name="JumpCrisscross"]
|
|
83
|
+
- role=link[name="4 hours ago"] >> nth=0
|
|
84
84
|
- role=link[name="hide"] >> nth=4
|
|
85
|
-
- role=link[name="
|
|
85
|
+
- role=link[name="87 comments"]
|
|
86
86
|
- row
|
|
87
87
|
- row:
|
|
88
88
|
- cell "6."
|
|
89
89
|
- cell:
|
|
90
|
-
- link [id="
|
|
91
|
-
- cell "
|
|
92
|
-
- role=link[name="
|
|
93
|
-
- 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
94
|
- row:
|
|
95
95
|
- cell
|
|
96
|
-
- cell "
|
|
97
|
-
- role=link[name="
|
|
98
|
-
- role=link[name="
|
|
96
|
+
- cell "149 points by pashadee 5 hours ago | hide | 66 comments":
|
|
97
|
+
- role=link[name="pashadee"]
|
|
98
|
+
- role=link[name="5 hours ago"] >> nth=0
|
|
99
99
|
- role=link[name="hide"] >> nth=5
|
|
100
|
-
- role=link[name="
|
|
100
|
+
- role=link[name="66 comments"]
|
|
101
101
|
- row
|
|
102
102
|
- row:
|
|
103
103
|
- cell "7."
|
|
104
104
|
- cell:
|
|
105
|
-
- link [id="
|
|
106
|
-
- cell "
|
|
107
|
-
- role=link[name="
|
|
108
|
-
- role=link[name="
|
|
105
|
+
- link [id="up_47719975"]
|
|
106
|
+
- cell "Bluesky April 2026 Outage Post-Mortem (pckt.blog)":
|
|
107
|
+
- role=link[name="Bluesky April 2026 Outage Post-Mortem"]
|
|
108
|
+
- role=link[name="pckt.blog"]
|
|
109
109
|
- row:
|
|
110
110
|
- cell
|
|
111
|
-
- cell "
|
|
112
|
-
- role=link[name="
|
|
113
|
-
- role=link[name="
|
|
111
|
+
- cell "89 points by jcalabro 3 hours ago | hide | 32 comments":
|
|
112
|
+
- role=link[name="jcalabro"]
|
|
113
|
+
- role=link[name="3 hours ago"] >> nth=4
|
|
114
114
|
- role=link[name="hide"] >> nth=6
|
|
115
|
-
- role=link[name="
|
|
115
|
+
- role=link[name="32 comments"]
|
|
116
116
|
- row
|
|
117
117
|
- row:
|
|
118
118
|
- cell "8."
|
|
119
119
|
- cell:
|
|
120
|
-
- link [id="
|
|
121
|
-
- cell "Launch HN:
|
|
122
|
-
- role=link[name="Launch HN:
|
|
123
|
-
- role=link[name="
|
|
120
|
+
- link [id="up_47720418"]
|
|
121
|
+
- cell "Launch HN: Twill.ai (YC S25) – Delegate to cloud agents, get back PRs (twill.ai)":
|
|
122
|
+
- role=link[name="Launch HN: Twill.ai (YC S25) – Delegate to cloud agents, get back PRs"]
|
|
123
|
+
- role=link[name="twill.ai"]
|
|
124
124
|
- row:
|
|
125
125
|
- cell
|
|
126
|
-
- cell "
|
|
127
|
-
- role=link[name="
|
|
128
|
-
- role=link[name="
|
|
126
|
+
- cell "19 points by danoandco 1 hour ago | hide | 12 comments":
|
|
127
|
+
- role=link[name="danoandco"]
|
|
128
|
+
- role=link[name="1 hour ago"] >> nth=0
|
|
129
129
|
- role=link[name="hide"] >> nth=7
|
|
130
|
-
- role=link[name="
|
|
130
|
+
- role=link[name="12 comments"]
|
|
131
131
|
- row
|
|
132
132
|
- row:
|
|
133
133
|
- cell "9."
|
|
134
134
|
- cell:
|
|
135
|
-
- link [id="
|
|
136
|
-
- cell "
|
|
137
|
-
- role=link[name="
|
|
138
|
-
- role=link[name="
|
|
135
|
+
- link [id="up_47721997"]
|
|
136
|
+
- cell "Show HN: FluidCAD – Parametric CAD with JavaScript (fluidcad.io)":
|
|
137
|
+
- role=link[name="Show HN: FluidCAD – Parametric CAD with JavaScript"]
|
|
138
|
+
- role=link[name="fluidcad.io"]
|
|
139
139
|
- row:
|
|
140
140
|
- cell
|
|
141
|
-
- cell "
|
|
142
|
-
- role=link[name="
|
|
143
|
-
- role=link[name="
|
|
141
|
+
- cell "15 points by maouida 44 minutes ago | hide | 5 comments":
|
|
142
|
+
- role=link[name="maouida"]
|
|
143
|
+
- role=link[name="44 minutes ago"]
|
|
144
144
|
- role=link[name="hide"] >> nth=8
|
|
145
|
-
- role=link[name="
|
|
145
|
+
- role=link[name="5 comments"] >> nth=0
|
|
146
146
|
- row
|
|
147
147
|
- row:
|
|
148
148
|
- cell "10."
|
|
149
149
|
- cell:
|
|
150
|
-
- link [id="
|
|
151
|
-
- cell "
|
|
152
|
-
- role=link[name="
|
|
153
|
-
- role=link[name="
|
|
150
|
+
- link [id="up_47722262"]
|
|
151
|
+
- cell "Watgo – A WebAssembly Toolkit for Go (thegreenplace.net)":
|
|
152
|
+
- role=link[name="Watgo – A WebAssembly Toolkit for Go"]
|
|
153
|
+
- role=link[name="thegreenplace.net"]
|
|
154
154
|
- row:
|
|
155
155
|
- cell
|
|
156
|
-
- cell "
|
|
157
|
-
- role=link[name="
|
|
158
|
-
- role=link[name="
|
|
156
|
+
- cell "7 points by ibobev 20 minutes ago | hide | discuss":
|
|
157
|
+
- role=link[name="ibobev"] >> nth=0
|
|
158
|
+
- role=link[name="20 minutes ago"]
|
|
159
159
|
- role=link[name="hide"] >> nth=9
|
|
160
|
-
- role=link[name="
|
|
160
|
+
- role=link[name="discuss"] >> nth=0
|
|
161
161
|
- row
|
|
162
162
|
- row:
|
|
163
163
|
- cell "11."
|
|
164
|
-
- cell
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
- role=link[name="
|
|
168
|
-
- role=link[name="codeberg.org/techpaula"]
|
|
164
|
+
- cell
|
|
165
|
+
- cell "Bild AI (YC W25) Is Hiring a Founding Product Engineer (ycombinator.com)":
|
|
166
|
+
- role=link[name="Bild AI (YC W25) Is Hiring a Founding Product Engineer"]
|
|
167
|
+
- role=link[name="ycombinator.com"]
|
|
169
168
|
- row:
|
|
170
169
|
- cell
|
|
171
|
-
- cell "
|
|
172
|
-
- role=link[name="
|
|
173
|
-
- role=link[name="5 hours ago"]
|
|
170
|
+
- cell "2 hours ago | hide":
|
|
171
|
+
- role=link[name="2 hours ago"] >> nth=0
|
|
174
172
|
- role=link[name="hide"] >> nth=10
|
|
175
|
-
- role=link[name="2 comments"] >> nth=1
|
|
176
173
|
- row
|
|
177
174
|
- row:
|
|
178
175
|
- cell "12."
|
|
179
176
|
- cell:
|
|
180
|
-
- link [id="
|
|
181
|
-
- cell "
|
|
182
|
-
- role=link[name="
|
|
183
|
-
- role=link[name="
|
|
177
|
+
- link [id="up_47721946"]
|
|
178
|
+
- cell "JSON Formatter Chrome Plugin Now Closed and Injecting Adware (github.com/callumlocke)":
|
|
179
|
+
- role=link[name="JSON Formatter Chrome Plugin Now Closed and Injecting Adware"]
|
|
180
|
+
- role=link[name="github.com/callumlocke"]
|
|
184
181
|
- row:
|
|
185
182
|
- cell
|
|
186
|
-
- cell "
|
|
187
|
-
- role=link[name="
|
|
188
|
-
- role=link[name="
|
|
183
|
+
- cell "14 points by jkl5xx 49 minutes ago | hide | 4 comments":
|
|
184
|
+
- role=link[name="jkl5xx"]
|
|
185
|
+
- role=link[name="49 minutes ago"]
|
|
189
186
|
- role=link[name="hide"] >> nth=11
|
|
190
|
-
- role=link[name="
|
|
187
|
+
- role=link[name="4 comments"] >> nth=0
|
|
191
188
|
- row
|
|
192
189
|
- row:
|
|
193
190
|
- cell "13."
|
|
194
191
|
- cell:
|
|
195
|
-
- link [id="
|
|
196
|
-
- cell "
|
|
197
|
-
- role=link[name="
|
|
198
|
-
- role=link[name="
|
|
192
|
+
- link [id="up_47669923"]
|
|
193
|
+
- cell "Clojure on Fennel Part One: Persistent Data Structures (andreyor.st)":
|
|
194
|
+
- role=link[name="Clojure on Fennel Part One: Persistent Data Structures"]
|
|
195
|
+
- role=link[name="andreyor.st"]
|
|
199
196
|
- row:
|
|
200
197
|
- cell
|
|
201
|
-
- cell "
|
|
202
|
-
- role=link[name="
|
|
203
|
-
- role=link[name="
|
|
198
|
+
- cell "86 points by roxolotl 3 hours ago | hide | 4 comments":
|
|
199
|
+
- role=link[name="roxolotl"]
|
|
200
|
+
- role=link[name="3 hours ago"] >> nth=5
|
|
204
201
|
- role=link[name="hide"] >> nth=12
|
|
205
|
-
- role=link[name="
|
|
202
|
+
- role=link[name="4 comments"] >> nth=1
|
|
206
203
|
- row
|
|
207
204
|
- row:
|
|
208
205
|
- cell "14."
|
|
209
206
|
- cell:
|
|
210
|
-
- link [id="
|
|
211
|
-
- cell "
|
|
212
|
-
- role=link[name="
|
|
213
|
-
- role=link[name="
|
|
207
|
+
- link [id="up_47720827"]
|
|
208
|
+
- cell "A compelling title that is cryptic enough to get you to take action on it (ericwbailey.website)":
|
|
209
|
+
- role=link[name="A compelling title that is cryptic enough to get you to take action on it"]
|
|
210
|
+
- role=link[name="ericwbailey.website"]
|
|
214
211
|
- row:
|
|
215
212
|
- cell
|
|
216
|
-
- cell "
|
|
217
|
-
- role=link[name="
|
|
218
|
-
- role=link[name="2 hours ago"]
|
|
213
|
+
- cell "75 points by mooreds 2 hours ago | hide | 43 comments":
|
|
214
|
+
- role=link[name="mooreds"]
|
|
215
|
+
- role=link[name="2 hours ago"] >> nth=1
|
|
219
216
|
- role=link[name="hide"] >> nth=13
|
|
220
|
-
- role=link[name="
|
|
217
|
+
- role=link[name="43 comments"]
|
|
221
218
|
- row
|
|
222
219
|
- row:
|
|
223
220
|
- cell "15."
|
|
224
221
|
- cell:
|
|
225
|
-
- link [id="
|
|
226
|
-
- cell "
|
|
227
|
-
- role=link[name="
|
|
228
|
-
- role=link[name="
|
|
222
|
+
- link [id="up_47720719"]
|
|
223
|
+
- cell "The difficulty of making sure your website is broken (letsencrypt.org)":
|
|
224
|
+
- role=link[name="The difficulty of making sure your website is broken"]
|
|
225
|
+
- role=link[name="letsencrypt.org"]
|
|
229
226
|
- row:
|
|
230
227
|
- cell
|
|
231
|
-
- cell "
|
|
232
|
-
- role=link[name="
|
|
233
|
-
- role=link[name="
|
|
228
|
+
- cell "30 points by mcpherrinm 2 hours ago | hide | 9 comments":
|
|
229
|
+
- role=link[name="mcpherrinm"]
|
|
230
|
+
- role=link[name="2 hours ago"] >> nth=2
|
|
234
231
|
- role=link[name="hide"] >> nth=14
|
|
235
|
-
- role=link[name="
|
|
232
|
+
- role=link[name="9 comments"]
|
|
236
233
|
- row
|
|
237
234
|
- row:
|
|
238
235
|
- cell "16."
|
|
239
236
|
- cell:
|
|
240
|
-
- link [id="
|
|
241
|
-
- cell "
|
|
242
|
-
- role=link[name="
|
|
243
|
-
- role=link[name="
|
|
237
|
+
- link [id="up_47705187"]
|
|
238
|
+
- cell "The best seat in town (torched.la)":
|
|
239
|
+
- role=link[name="The best seat in town"]
|
|
240
|
+
- role=link[name="torched.la"]
|
|
244
241
|
- row:
|
|
245
242
|
- cell
|
|
246
|
-
- cell "
|
|
247
|
-
- role=link[name="
|
|
248
|
-
- role=link[name="
|
|
243
|
+
- cell "10 points by NaOH 2 hours ago | hide | 1 comment":
|
|
244
|
+
- role=link[name="NaOH"]
|
|
245
|
+
- role=link[name="2 hours ago"] >> nth=3
|
|
249
246
|
- role=link[name="hide"] >> nth=15
|
|
250
|
-
- role=link[name="
|
|
247
|
+
- role=link[name="1 comment"] >> nth=0
|
|
251
248
|
- row
|
|
252
249
|
- row:
|
|
253
250
|
- cell "17."
|
|
254
251
|
- cell:
|
|
255
|
-
- link [id="
|
|
256
|
-
- cell "
|
|
257
|
-
- role=link[name="
|
|
258
|
-
- role=link[name="
|
|
252
|
+
- link [id="up_47722011"]
|
|
253
|
+
- cell "Show HN: A WYSIWYG word processor in Python (codeberg.org/chrisecker)":
|
|
254
|
+
- role=link[name="Show HN: A WYSIWYG word processor in Python"]
|
|
255
|
+
- role=link[name="codeberg.org/chrisecker"]
|
|
259
256
|
- row:
|
|
260
257
|
- cell
|
|
261
|
-
- cell "
|
|
262
|
-
- role=link[name="
|
|
263
|
-
- role=link[name="
|
|
258
|
+
- cell "6 points by chrisecker 43 minutes ago | hide | 1 comment":
|
|
259
|
+
- role=link[name="chrisecker"]
|
|
260
|
+
- role=link[name="43 minutes ago"]
|
|
264
261
|
- role=link[name="hide"] >> nth=16
|
|
265
|
-
- role=link[name="
|
|
262
|
+
- role=link[name="1 comment"] >> nth=1
|
|
266
263
|
- row
|
|
267
264
|
- row:
|
|
268
265
|
- cell "18."
|
|
269
266
|
- cell:
|
|
270
|
-
- link [id="
|
|
271
|
-
- cell "
|
|
272
|
-
- role=link[name="
|
|
273
|
-
- role=link[name="
|
|
267
|
+
- link [id="up_47722096"]
|
|
268
|
+
- cell "Molotov Cocktail Is Hurled at Home of OpenAI CEO Sam Altman (nytimes.com)":
|
|
269
|
+
- role=link[name="Molotov Cocktail Is Hurled at Home of OpenAI CEO Sam Altman"]
|
|
270
|
+
- role=link[name="nytimes.com"]
|
|
274
271
|
- row:
|
|
275
272
|
- cell
|
|
276
|
-
- cell "
|
|
277
|
-
- role=link[name="
|
|
278
|
-
- role=link[name="
|
|
273
|
+
- cell "49 points by enraged_camel 35 minutes ago | hide | 44 comments":
|
|
274
|
+
- role=link[name="enraged_camel"]
|
|
275
|
+
- role=link[name="35 minutes ago"]
|
|
279
276
|
- role=link[name="hide"] >> nth=17
|
|
280
|
-
- role=link[name="
|
|
277
|
+
- role=link[name="44 comments"]
|
|
281
278
|
- row
|
|
282
279
|
- row:
|
|
283
280
|
- cell "19."
|
|
284
281
|
- cell:
|
|
285
|
-
- link [id="
|
|
286
|
-
- cell "
|
|
287
|
-
- role=link[name="
|
|
288
|
-
- role=link[name="
|
|
282
|
+
- link [id="up_47676174"]
|
|
283
|
+
- cell "Mysteries of Dropbox: Testing of a Distributed Sync Service (2016) [pdf] (upenn.edu)":
|
|
284
|
+
- role=link[name="Mysteries of Dropbox: Testing of a Distributed Sync Service (2016) [pdf]"]
|
|
285
|
+
- role=link[name="upenn.edu"]
|
|
289
286
|
- row:
|
|
290
287
|
- cell
|
|
291
|
-
- cell "
|
|
292
|
-
- role=link[name="
|
|
293
|
-
- role=link[name="
|
|
288
|
+
- cell "91 points by JackeJR 7 hours ago | hide | 19 comments":
|
|
289
|
+
- role=link[name="JackeJR"]
|
|
290
|
+
- role=link[name="7 hours ago"] >> nth=0
|
|
294
291
|
- role=link[name="hide"] >> nth=18
|
|
295
|
-
- role=link[name="
|
|
292
|
+
- role=link[name="19 comments"]
|
|
296
293
|
- row
|
|
297
294
|
- row:
|
|
298
295
|
- cell "20."
|
|
299
296
|
- cell:
|
|
300
|
-
- link [id="
|
|
301
|
-
- cell "
|
|
302
|
-
- role=link[name="
|
|
303
|
-
- role=link[name="
|
|
297
|
+
- link [id="up_47716490"]
|
|
298
|
+
- cell "FBI used iPhone notification data to retrieve deleted Signal messages (9to5mac.com)":
|
|
299
|
+
- role=link[name="FBI used iPhone notification data to retrieve deleted Signal messages"]
|
|
300
|
+
- role=link[name="9to5mac.com"]
|
|
304
301
|
- row:
|
|
305
302
|
- cell
|
|
306
|
-
- cell "
|
|
307
|
-
- role=link[name="
|
|
308
|
-
- role=link[name="
|
|
303
|
+
- cell "486 points by 01-_- 7 hours ago | hide | 247 comments":
|
|
304
|
+
- role=link[name="01-_-"]
|
|
305
|
+
- role=link[name="7 hours ago"] >> nth=1
|
|
309
306
|
- role=link[name="hide"] >> nth=19
|
|
310
|
-
- role=link[name="
|
|
307
|
+
- role=link[name="247 comments"]
|
|
311
308
|
- row
|
|
312
309
|
- row:
|
|
313
310
|
- cell "21."
|
|
314
311
|
- cell:
|
|
315
|
-
- link [id="
|
|
316
|
-
- cell "
|
|
317
|
-
- role=link[name="
|
|
318
|
-
- role=link[name="
|
|
312
|
+
- link [id="up_47721207"]
|
|
313
|
+
- cell "HBO Obtains DMCA Subpoena to Unmask 'Euphoria' Spoiler Account on X (torrentfreak.com)":
|
|
314
|
+
- role=link[name="HBO Obtains DMCA Subpoena to Unmask 'Euphoria' Spoiler Account on X"]
|
|
315
|
+
- role=link[name="torrentfreak.com"]
|
|
319
316
|
- row:
|
|
320
317
|
- cell
|
|
321
|
-
- cell "
|
|
322
|
-
- role=link[name="
|
|
323
|
-
- role=link[name="
|
|
318
|
+
- cell "42 points by speckx 1 hour ago | hide | 26 comments":
|
|
319
|
+
- role=link[name="speckx"]
|
|
320
|
+
- role=link[name="1 hour ago"] >> nth=1
|
|
324
321
|
- role=link[name="hide"] >> nth=20
|
|
325
|
-
- role=link[name="
|
|
322
|
+
- role=link[name="26 comments"]
|
|
326
323
|
- row
|
|
327
324
|
- row:
|
|
328
325
|
- cell "22."
|
|
329
326
|
- cell:
|
|
330
|
-
- link [id="
|
|
331
|
-
- cell "
|
|
332
|
-
- role=link[name="
|
|
333
|
-
- role=link[name="
|
|
327
|
+
- link [id="up_47712718"]
|
|
328
|
+
- cell "I still prefer MCP over skills (david.coffee)":
|
|
329
|
+
- role=link[name="I still prefer MCP over skills"]
|
|
330
|
+
- role=link[name="david.coffee"]
|
|
334
331
|
- row:
|
|
335
332
|
- cell
|
|
336
|
-
- cell "
|
|
337
|
-
- role=link[name="
|
|
338
|
-
- role=link[name="
|
|
333
|
+
- cell "408 points by gmays 17 hours ago | hide | 331 comments":
|
|
334
|
+
- role=link[name="gmays"]
|
|
335
|
+
- role=link[name="17 hours ago"]
|
|
339
336
|
- role=link[name="hide"] >> nth=21
|
|
340
|
-
- role=link[name="
|
|
337
|
+
- role=link[name="331 comments"]
|
|
341
338
|
- row
|
|
342
339
|
- row:
|
|
343
340
|
- cell "23."
|
|
344
341
|
- cell:
|
|
345
|
-
- link [id="
|
|
346
|
-
- cell "
|
|
347
|
-
- role=link[name="
|
|
348
|
-
- role=link[name="
|
|
342
|
+
- link [id="up_47681701"]
|
|
343
|
+
- cell "RSoC 2026: A new CPU scheduler for Redox OS (redox-os.org)":
|
|
344
|
+
- role=link[name="RSoC 2026: A new CPU scheduler for Redox OS"]
|
|
345
|
+
- role=link[name="redox-os.org"]
|
|
349
346
|
- row:
|
|
350
347
|
- cell
|
|
351
|
-
- cell "
|
|
352
|
-
- role=link[name="
|
|
353
|
-
- role=link[name="
|
|
348
|
+
- cell "29 points by akyuu 4 hours ago | hide | 4 comments":
|
|
349
|
+
- role=link[name="akyuu"]
|
|
350
|
+
- role=link[name="4 hours ago"] >> nth=1
|
|
354
351
|
- role=link[name="hide"] >> nth=22
|
|
355
|
-
- role=link[name="
|
|
352
|
+
- role=link[name="4 comments"] >> nth=2
|
|
356
353
|
- row
|
|
357
354
|
- row:
|
|
358
355
|
- cell "24."
|
|
359
356
|
- cell:
|
|
360
|
-
- link [id="
|
|
361
|
-
- cell "
|
|
362
|
-
- role=link[name="
|
|
363
|
-
- role=link[name="
|
|
357
|
+
- link [id="up_47714273"]
|
|
358
|
+
- cell "Penguin 'Toxicologists' Find PFAS Chemicals in Remote Patagonia (ucdavis.edu)":
|
|
359
|
+
- role=link[name="Penguin 'Toxicologists' Find PFAS Chemicals in Remote Patagonia"]
|
|
360
|
+
- role=link[name="ucdavis.edu"]
|
|
364
361
|
- row:
|
|
365
362
|
- cell
|
|
366
|
-
- cell "
|
|
367
|
-
- role=link[name="
|
|
368
|
-
- role=link[name="
|
|
363
|
+
- cell "129 points by giuliomagnifico 13 hours ago | hide | 59 comments":
|
|
364
|
+
- role=link[name="giuliomagnifico"]
|
|
365
|
+
- role=link[name="13 hours ago"]
|
|
369
366
|
- role=link[name="hide"] >> nth=23
|
|
370
|
-
- role=link[name="
|
|
367
|
+
- role=link[name="59 comments"]
|
|
371
368
|
- row
|
|
372
369
|
- row:
|
|
373
370
|
- cell "25."
|
|
374
371
|
- cell:
|
|
375
|
-
- link [id="
|
|
376
|
-
- cell "
|
|
377
|
-
- role=link[name="
|
|
378
|
-
- role=link[name="
|
|
372
|
+
- link [id="up_47686431"]
|
|
373
|
+
- cell "C++: Freestanding Standard Library (sandordargo.com)":
|
|
374
|
+
- role=link[name="C++: Freestanding Standard Library"]
|
|
375
|
+
- role=link[name="sandordargo.com"]
|
|
379
376
|
- row:
|
|
380
377
|
- cell
|
|
381
|
-
- cell "
|
|
382
|
-
- role=link[name="
|
|
383
|
-
- role=link[name="
|
|
378
|
+
- cell "35 points by ingve 5 hours ago | hide | 5 comments":
|
|
379
|
+
- role=link[name="ingve"]
|
|
380
|
+
- role=link[name="5 hours ago"] >> nth=1
|
|
384
381
|
- role=link[name="hide"] >> nth=24
|
|
385
|
-
- role=link[name="
|
|
382
|
+
- role=link[name="5 comments"] >> nth=1
|
|
386
383
|
- row
|
|
387
384
|
- row:
|
|
388
385
|
- cell "26."
|
|
389
386
|
- cell:
|
|
390
|
-
- link [id="
|
|
391
|
-
- cell "
|
|
392
|
-
- role=link[name="
|
|
393
|
-
- role=link[name="
|
|
387
|
+
- link [id="up_47690609"]
|
|
388
|
+
- cell "Deterministic Primality Testing for Limited Bit Width (jeremykun.com)":
|
|
389
|
+
- role=link[name="Deterministic Primality Testing for Limited Bit Width"]
|
|
390
|
+
- role=link[name="jeremykun.com"]
|
|
394
391
|
- row:
|
|
395
392
|
- cell
|
|
396
|
-
- cell "
|
|
397
|
-
- role=link[name="
|
|
398
|
-
- role=link[name="
|
|
393
|
+
- cell "24 points by ibobev 6 hours ago | hide | 3 comments":
|
|
394
|
+
- role=link[name="ibobev"] >> nth=1
|
|
395
|
+
- role=link[name="6 hours ago"]
|
|
399
396
|
- role=link[name="hide"] >> nth=25
|
|
400
|
-
- role=link[name="
|
|
397
|
+
- role=link[name="3 comments"]
|
|
401
398
|
- row
|
|
402
399
|
- row:
|
|
403
400
|
- cell "27."
|
|
404
401
|
- cell:
|
|
405
|
-
- link [id="
|
|
406
|
-
- cell "
|
|
407
|
-
- role=link[name="
|
|
408
|
-
- role=link[name="
|
|
402
|
+
- link [id="up_47713495"]
|
|
403
|
+
- cell "A new trick brings stability to quantum operations (ethz.ch)":
|
|
404
|
+
- role=link[name="A new trick brings stability to quantum operations"]
|
|
405
|
+
- role=link[name="ethz.ch"]
|
|
409
406
|
- row:
|
|
410
407
|
- cell
|
|
411
|
-
- cell "
|
|
412
|
-
- role=link[name="
|
|
413
|
-
- role=link[name="
|
|
408
|
+
- cell "212 points by joko42 15 hours ago | hide | 47 comments":
|
|
409
|
+
- role=link[name="joko42"]
|
|
410
|
+
- role=link[name="15 hours ago"]
|
|
414
411
|
- role=link[name="hide"] >> nth=26
|
|
415
|
-
- role=link[name="
|
|
412
|
+
- role=link[name="47 comments"]
|
|
416
413
|
- row
|
|
417
414
|
- row:
|
|
418
415
|
- cell "28."
|
|
419
416
|
- cell:
|
|
420
|
-
- link [id="
|
|
421
|
-
- cell "
|
|
422
|
-
- role=link[name="
|
|
423
|
-
- role=link[name="
|
|
417
|
+
- link [id="up_47708818"]
|
|
418
|
+
- cell "Native Instant Space Switching on macOS (arhan.sh)":
|
|
419
|
+
- role=link[name="Native Instant Space Switching on macOS"]
|
|
420
|
+
- role=link[name="arhan.sh"]
|
|
424
421
|
- row:
|
|
425
422
|
- cell
|
|
426
|
-
- cell "
|
|
427
|
-
- role=link[name="
|
|
428
|
-
- role=link[name="
|
|
423
|
+
- cell "614 points by PaulHoule 23 hours ago | hide | 295 comments":
|
|
424
|
+
- role=link[name="PaulHoule"]
|
|
425
|
+
- role=link[name="23 hours ago"]
|
|
429
426
|
- role=link[name="hide"] >> nth=27
|
|
430
|
-
- role=link[name="
|
|
427
|
+
- role=link[name="295 comments"]
|
|
431
428
|
- row
|
|
432
429
|
- row:
|
|
433
430
|
- cell "29."
|
|
434
|
-
- cell
|
|
435
431
|
- cell:
|
|
436
|
-
-
|
|
432
|
+
- link [id="up_47721516"]
|
|
433
|
+
- cell "\"Not Even Government Agencies\" - Proton's misleading marketing (ppb1701.com)":
|
|
434
|
+
- role=link[name="\"Not Even Government Agencies\" - Proton's misleading marketing"]
|
|
435
|
+
- role=link[name="ppb1701.com"]
|
|
437
436
|
- row:
|
|
438
437
|
- cell
|
|
439
|
-
- cell "
|
|
440
|
-
- role=link[name="
|
|
438
|
+
- cell "5 points by leotravis10 1 hour ago | hide | discuss":
|
|
439
|
+
- role=link[name="leotravis10"]
|
|
440
|
+
- role=link[name="1 hour ago"] >> nth=2
|
|
441
441
|
- role=link[name="hide"] >> nth=28
|
|
442
|
+
- role=link[name="discuss"] >> nth=1
|
|
442
443
|
- row
|
|
443
444
|
- row:
|
|
444
445
|
- cell "30."
|
|
445
446
|
- cell:
|
|
446
|
-
- link [id="
|
|
447
|
-
- cell "
|
|
448
|
-
- role=link[name="
|
|
449
|
-
- role=link[name="
|
|
447
|
+
- link [id="up_47719486"]
|
|
448
|
+
- cell "France to ditch Windows for Linux to reduce reliance on US tech (techcrunch.com)":
|
|
449
|
+
- role=link[name="France to ditch Windows for Linux to reduce reliance on US tech"]
|
|
450
|
+
- role=link[name="techcrunch.com"]
|
|
450
451
|
- row:
|
|
451
452
|
- cell
|
|
452
|
-
- cell "
|
|
453
|
-
- role=link[name="
|
|
454
|
-
- role=link[name="
|
|
453
|
+
- cell "335 points by Teever 4 hours ago | hide | 149 comments":
|
|
454
|
+
- role=link[name="Teever"]
|
|
455
|
+
- role=link[name="4 hours ago"] >> nth=2
|
|
455
456
|
- role=link[name="hide"] >> nth=29
|
|
456
|
-
- role=link[name="
|
|
457
|
+
- role=link[name="149 comments"]
|
|
457
458
|
- row
|
|
458
459
|
- row
|
|
459
460
|
- row:
|
|
@@ -468,4 +469,6 @@
|
|
|
468
469
|
- role=link[name="Legal"]
|
|
469
470
|
- role=link[name="Apply to YC"]
|
|
470
471
|
- role=link[name="Contact"]
|
|
471
|
-
- role=textbox
|
|
472
|
+
- role=textbox
|
|
473
|
+
- role=button[name="Pin element — click any element to copy its Playwriter reference"]
|
|
474
|
+
- role=button[name="Close Playwriter toolbar"]
|