playwriter 0.0.89 → 0.0.103
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aria-snapshot.d.ts +7 -3
- package/dist/aria-snapshot.d.ts.map +1 -1
- package/dist/aria-snapshot.js +76 -18
- package/dist/aria-snapshot.js.map +1 -1
- package/dist/aria-snapshot.test.js +94 -0
- package/dist/aria-snapshot.test.js.map +1 -1
- package/dist/bippy.js +1 -1
- package/dist/browser-config.d.ts +12 -1
- package/dist/browser-config.d.ts.map +1 -1
- package/dist/browser-config.js +101 -38
- package/dist/browser-config.js.map +1 -1
- package/dist/browser-launch.d.ts +17 -0
- package/dist/browser-launch.d.ts.map +1 -0
- package/dist/browser-launch.js +44 -0
- package/dist/browser-launch.js.map +1 -0
- package/dist/cdp-relay.d.ts.map +1 -1
- package/dist/cdp-relay.js +34 -10
- package/dist/cdp-relay.js.map +1 -1
- package/dist/channel-owner-inspect.test.d.ts +2 -0
- package/dist/channel-owner-inspect.test.d.ts.map +1 -0
- package/dist/channel-owner-inspect.test.js +75 -0
- package/dist/channel-owner-inspect.test.js.map +1 -0
- package/dist/chrome-discovery.d.ts +65 -0
- package/dist/chrome-discovery.d.ts.map +1 -0
- package/dist/chrome-discovery.js +165 -0
- package/dist/chrome-discovery.js.map +1 -0
- package/dist/chrome-discovery.test.d.ts +2 -0
- package/dist/chrome-discovery.test.d.ts.map +1 -0
- package/dist/chrome-discovery.test.js +41 -0
- package/dist/chrome-discovery.test.js.map +1 -0
- package/dist/cli.js +357 -53
- package/dist/cli.js.map +1 -1
- package/dist/executor.d.ts +44 -11
- package/dist/executor.d.ts.map +1 -1
- package/dist/executor.js +121 -55
- package/dist/executor.js.map +1 -1
- package/dist/executor.unit.test.js +29 -1
- package/dist/executor.unit.test.js.map +1 -1
- package/dist/extension/background.js +1704 -0
- package/dist/extension/icons/SolarCursorSquareBold.png +0 -0
- package/dist/extension/icons/icon-black-128.png +0 -0
- package/dist/extension/icons/icon-black-16.png +0 -0
- package/dist/extension/icons/icon-black-32.png +0 -0
- package/dist/extension/icons/icon-black-48.png +0 -0
- package/dist/extension/icons/icon-gray-128.png +0 -0
- package/dist/extension/icons/icon-gray-16.png +0 -0
- package/dist/extension/icons/icon-gray-32.png +0 -0
- package/dist/extension/icons/icon-gray-48.png +0 -0
- package/dist/extension/icons/icon-green-128.png +0 -0
- package/dist/extension/icons/icon-green-16.png +0 -0
- package/dist/extension/icons/icon-green-32.png +0 -0
- package/dist/extension/icons/icon-green-48.png +0 -0
- package/dist/extension/icons/playwriter-icon-black.png +0 -0
- package/dist/extension/icons/playwriter-icon-gray-disabled.png +0 -0
- package/dist/extension/icons/playwriter-icon-gray-disabled.svg +1 -0
- package/dist/extension/manifest.json +40 -0
- package/dist/extension/offscreen.js +214 -0
- package/dist/extension/src/offscreen.html +9 -0
- package/dist/extension/src/prism-bash.min.js +1 -0
- package/dist/extension/src/prism.min.js +1 -0
- package/dist/extension/src/welcome.html +399 -0
- package/dist/kitty-graphics.d.ts +22 -0
- package/dist/kitty-graphics.d.ts.map +1 -0
- package/dist/kitty-graphics.js +71 -0
- package/dist/kitty-graphics.js.map +1 -0
- package/dist/kitty-graphics.test.d.ts +2 -0
- package/dist/kitty-graphics.test.d.ts.map +1 -0
- package/dist/kitty-graphics.test.js +125 -0
- package/dist/kitty-graphics.test.js.map +1 -0
- package/dist/mcp.d.ts.map +1 -1
- package/dist/mcp.js +76 -12
- package/dist/mcp.js.map +1 -1
- package/dist/package-paths.d.ts +3 -0
- package/dist/package-paths.d.ts.map +1 -0
- package/dist/package-paths.js +29 -0
- package/dist/package-paths.js.map +1 -0
- package/dist/prompt.md +4 -2
- package/dist/readability.js +1 -1
- package/dist/relay-core.test.js +14 -4
- package/dist/relay-core.test.js.map +1 -1
- package/dist/relay-navigation.test.d.ts.map +1 -1
- package/dist/relay-navigation.test.js +95 -1
- package/dist/relay-navigation.test.js.map +1 -1
- package/dist/scoped-fs.d.ts +5 -4
- package/dist/scoped-fs.d.ts.map +1 -1
- package/dist/scoped-fs.js +11 -9
- package/dist/scoped-fs.js.map +1 -1
- package/dist/scoped-fs.test.d.ts +5 -0
- package/dist/scoped-fs.test.d.ts.map +1 -0
- package/dist/scoped-fs.test.js +70 -0
- package/dist/scoped-fs.test.js.map +1 -0
- package/dist/screen-recording.d.ts +3 -6
- package/dist/screen-recording.d.ts.map +1 -1
- package/dist/screen-recording.js +7 -21
- package/dist/screen-recording.js.map +1 -1
- package/dist/selector-generator.js +1 -1
- package/dist/snapshot-tools.test.js +3 -4
- package/dist/snapshot-tools.test.js.map +1 -1
- package/dist/test-utils.d.ts +3 -1
- package/dist/test-utils.d.ts.map +1 -1
- package/dist/test-utils.js +24 -12
- package/dist/test-utils.js.map +1 -1
- package/package.json +6 -5
- package/src/aria-snapshot.test.ts +110 -0
- package/src/aria-snapshot.ts +86 -19
- package/src/aria-snapshots/contenteditable-interactive.txt +7 -0
- package/src/aria-snapshots/contenteditable-raw.txt +14 -0
- package/src/aria-snapshots/github-interactive.txt +0 -2
- package/src/aria-snapshots/github-raw.txt +0 -4
- package/src/aria-snapshots/hackernews-interactive.txt +240 -237
- package/src/aria-snapshots/hackernews-raw.txt +262 -258
- package/src/aria-snapshots/prosemirror-interactive.txt +63 -0
- package/src/aria-snapshots/prosemirror-raw.txt +141 -0
- package/src/assets/aria-labels-hacker-news.png +0 -0
- package/src/browser-config.ts +143 -37
- package/src/browser-launch.ts +75 -0
- package/src/cdp-relay.ts +46 -11
- package/src/channel-owner-inspect.test.ts +94 -0
- package/src/chrome-discovery.test.ts +50 -0
- package/src/chrome-discovery.ts +211 -0
- package/src/cli.ts +432 -59
- package/src/executor.ts +171 -72
- package/src/executor.unit.test.ts +32 -1
- package/src/kitty-graphics.test.ts +139 -0
- package/src/kitty-graphics.ts +79 -0
- package/src/mcp.ts +82 -12
- package/src/package-paths.ts +36 -0
- package/src/relay-core.test.ts +14 -4
- package/src/relay-navigation.test.ts +106 -1
- package/src/scoped-fs.test.ts +77 -0
- package/src/scoped-fs.ts +12 -9
- package/src/screen-recording.ts +7 -22
- package/src/skill.md +32 -2
- package/src/snapshot-tools.test.ts +3 -4
- package/src/snapshots/shadcn-ui-accessibility-full.md +181 -183
- package/src/snapshots/shadcn-ui-accessibility-interactive.md +119 -121
- package/src/test-utils.ts +25 -11
|
@@ -12,449 +12,452 @@
|
|
|
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_47640728"]
|
|
16
|
+
- cell "Show HN: A game where you build a GPU (jaso1024.com)":
|
|
17
|
+
- role=link[name="Show HN: A game where you build a GPU"]
|
|
18
|
+
- role=link[name="jaso1024.com"]
|
|
19
19
|
- row:
|
|
20
20
|
- cell
|
|
21
|
-
- cell "
|
|
22
|
-
- role=link[name="
|
|
23
|
-
- role=link[name="
|
|
21
|
+
- cell "751 points by Jaso1024 17 hours ago | hide | 157 comments":
|
|
22
|
+
- role=link[name="Jaso1024"]
|
|
23
|
+
- role=link[name="17 hours ago"] >> nth=0
|
|
24
24
|
- role=link[name="hide"] >> nth=0
|
|
25
|
-
- role=link[name="
|
|
25
|
+
- role=link[name="157 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_47646843"]
|
|
31
|
+
- cell "Lisette a little language inspired by Rust that compiles to Go (lisette.run)":
|
|
32
|
+
- role=link[name="Lisette a little language inspired by Rust that compiles to Go"]
|
|
33
|
+
- role=link[name="lisette.run"]
|
|
34
34
|
- row:
|
|
35
35
|
- cell
|
|
36
|
-
- cell "
|
|
37
|
-
- role=link[name="
|
|
36
|
+
- cell "45 points by jspdown 2 hours ago | hide | 22 comments":
|
|
37
|
+
- role=link[name="jspdown"]
|
|
38
38
|
- role=link[name="2 hours ago"] >> nth=0
|
|
39
39
|
- role=link[name="hide"] >> nth=1
|
|
40
|
-
- role=link[name="
|
|
40
|
+
- role=link[name="22 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="
|
|
45
|
+
- link [id="up_47645432"]
|
|
46
|
+
- cell "Introduction to Computer Music (2009) [pdf] (composerprogrammer.com)":
|
|
47
|
+
- role=link[name="Introduction to Computer Music (2009) [pdf]"]
|
|
48
|
+
- role=link[name="composerprogrammer.com"]
|
|
49
49
|
- row:
|
|
50
50
|
- cell
|
|
51
|
-
- cell "
|
|
52
|
-
- role=link[name="
|
|
53
|
-
- role=link[name="
|
|
51
|
+
- cell "155 points by luu 7 hours ago | hide | 50 comments":
|
|
52
|
+
- role=link[name="luu"]
|
|
53
|
+
- role=link[name="7 hours ago"] >> nth=0
|
|
54
54
|
- role=link[name="hide"] >> nth=2
|
|
55
|
-
- role=link[name="
|
|
55
|
+
- role=link[name="50 comments"] >> nth=0
|
|
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="
|
|
60
|
+
- link [id="up_47595695"]
|
|
61
|
+
- cell "OpenScreen is an open-source alternative to Screen Studio (github.com/siddharthvaddem)":
|
|
62
|
+
- role=link[name="OpenScreen is an open-source alternative to Screen Studio"]
|
|
63
|
+
- role=link[name="github.com/siddharthvaddem"]
|
|
64
64
|
- row:
|
|
65
65
|
- cell
|
|
66
|
-
- cell "
|
|
67
|
-
- role=link[name="
|
|
68
|
-
- role=link[name="
|
|
66
|
+
- cell "287 points by jskopek 12 hours ago | hide | 50 comments":
|
|
67
|
+
- role=link[name="jskopek"]
|
|
68
|
+
- role=link[name="12 hours ago"] >> nth=0
|
|
69
69
|
- role=link[name="hide"] >> nth=3
|
|
70
|
-
- role=link[name="
|
|
70
|
+
- role=link[name="50 comments"] >> nth=1
|
|
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_47644406"]
|
|
76
|
+
- cell "German implementation of eIDAS will require an Apple/Google account to function (opencode.de)":
|
|
77
|
+
- role=link[name="German implementation of eIDAS will require an Apple/Google account to function"]
|
|
78
|
+
- role=link[name="opencode.de"]
|
|
79
79
|
- row:
|
|
80
80
|
- cell
|
|
81
|
-
- cell "
|
|
82
|
-
- role=link[name="
|
|
83
|
-
- role=link[name="
|
|
81
|
+
- cell "255 points by DyslexicAtheist 10 hours ago | hide | 189 comments":
|
|
82
|
+
- role=link[name="DyslexicAtheist"]
|
|
83
|
+
- role=link[name="10 hours ago"] >> nth=0
|
|
84
84
|
- role=link[name="hide"] >> nth=4
|
|
85
|
-
- role=link[name="
|
|
85
|
+
- role=link[name="189 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_47640875"]
|
|
91
|
+
- cell "LLM Wiki – example of an \"idea file\" (gist.github.com)":
|
|
92
|
+
- role=link[name="LLM Wiki – example of an \"idea file\""]
|
|
93
|
+
- role=link[name="gist.github.com"]
|
|
94
94
|
- row:
|
|
95
95
|
- cell
|
|
96
|
-
- cell "
|
|
97
|
-
- role=link[name="
|
|
98
|
-
- role=link[name="
|
|
96
|
+
- cell "192 points by tamnd 12 hours ago | hide | 56 comments":
|
|
97
|
+
- role=link[name="tamnd"]
|
|
98
|
+
- role=link[name="12 hours ago"] >> nth=1
|
|
99
99
|
- role=link[name="hide"] >> nth=5
|
|
100
|
-
- role=link[name="
|
|
100
|
+
- role=link[name="56 comments"]
|
|
101
101
|
- row
|
|
102
102
|
- row:
|
|
103
103
|
- cell "7."
|
|
104
|
-
- cell
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
- role=link[name="
|
|
104
|
+
- cell:
|
|
105
|
+
- link [id="up_47598835"]
|
|
106
|
+
- cell "Rubysyn: Clarifying Ruby's Syntax and Semantics (github.com/squadette)":
|
|
107
|
+
- role=link[name="Rubysyn: Clarifying Ruby's Syntax and Semantics"]
|
|
108
|
+
- role=link[name="github.com/squadette"]
|
|
108
109
|
- row:
|
|
109
110
|
- cell
|
|
110
|
-
- cell "
|
|
111
|
-
- role=link[name="
|
|
111
|
+
- cell "45 points by petalmind 7 hours ago | hide | 3 comments":
|
|
112
|
+
- role=link[name="petalmind"]
|
|
113
|
+
- role=link[name="7 hours ago"] >> nth=1
|
|
112
114
|
- role=link[name="hide"] >> nth=6
|
|
115
|
+
- role=link[name="3 comments"] >> nth=0
|
|
113
116
|
- row
|
|
114
117
|
- row:
|
|
115
118
|
- cell "8."
|
|
116
119
|
- cell:
|
|
117
|
-
- link [id="
|
|
118
|
-
- cell "
|
|
119
|
-
- role=link[name="
|
|
120
|
-
- role=link[name="
|
|
120
|
+
- link [id="up_47607408"]
|
|
121
|
+
- cell "Scientists Figured Out How Eels Reproduce (2022) (intelligentliving.co)":
|
|
122
|
+
- role=link[name="Scientists Figured Out How Eels Reproduce (2022)"]
|
|
123
|
+
- role=link[name="intelligentliving.co"]
|
|
121
124
|
- row:
|
|
122
125
|
- cell
|
|
123
|
-
- cell "
|
|
124
|
-
- role=link[name="
|
|
125
|
-
- role=link[name="
|
|
126
|
+
- cell "23 points by thunderbong 4 hours ago | hide | discuss":
|
|
127
|
+
- role=link[name="thunderbong"]
|
|
128
|
+
- role=link[name="4 hours ago"] >> nth=0
|
|
126
129
|
- role=link[name="hide"] >> nth=7
|
|
127
|
-
- role=link[name="
|
|
130
|
+
- role=link[name="discuss"] >> nth=0
|
|
128
131
|
- row
|
|
129
132
|
- row:
|
|
130
133
|
- cell "9."
|
|
131
134
|
- cell:
|
|
132
|
-
- link [id="
|
|
133
|
-
- cell "
|
|
134
|
-
- role=link[name="
|
|
135
|
-
- role=link[name="
|
|
135
|
+
- link [id="up_47587089"]
|
|
136
|
+
- cell "Zml-smi: universal monitoring tool for GPUs, TPUs and NPUs (zml.ai)":
|
|
137
|
+
- role=link[name="Zml-smi: universal monitoring tool for GPUs, TPUs and NPUs"]
|
|
138
|
+
- role=link[name="zml.ai"]
|
|
136
139
|
- row:
|
|
137
140
|
- cell
|
|
138
|
-
- cell "
|
|
139
|
-
- role=link[name="
|
|
140
|
-
- role=link[name="
|
|
141
|
+
- cell "44 points by steeve 6 hours ago | hide | 7 comments":
|
|
142
|
+
- role=link[name="steeve"]
|
|
143
|
+
- role=link[name="6 hours ago"] >> nth=0
|
|
141
144
|
- role=link[name="hide"] >> nth=8
|
|
142
|
-
- role=link[name="
|
|
145
|
+
- role=link[name="7 comments"]
|
|
143
146
|
- row
|
|
144
147
|
- row:
|
|
145
148
|
- cell "10."
|
|
146
149
|
- cell:
|
|
147
|
-
- link [id="
|
|
148
|
-
- cell "
|
|
149
|
-
- role=link[name="
|
|
150
|
-
- role=link[name="
|
|
150
|
+
- link [id="up_47642569"]
|
|
151
|
+
- cell "How many products does Microsoft have named 'Copilot'? (teybannerman.com)":
|
|
152
|
+
- role=link[name="How many products does Microsoft have named 'Copilot'?"]
|
|
153
|
+
- role=link[name="teybannerman.com"]
|
|
151
154
|
- row:
|
|
152
155
|
- cell
|
|
153
|
-
- cell "
|
|
154
|
-
- role=link[name="
|
|
155
|
-
- role=link[name="
|
|
156
|
+
- cell "641 points by gpi 14 hours ago | hide | 306 comments":
|
|
157
|
+
- role=link[name="gpi"]
|
|
158
|
+
- role=link[name="14 hours ago"] >> nth=0
|
|
156
159
|
- role=link[name="hide"] >> nth=9
|
|
157
|
-
- role=link[name="
|
|
160
|
+
- role=link[name="306 comments"]
|
|
158
161
|
- row
|
|
159
162
|
- row:
|
|
160
163
|
- cell "11."
|
|
161
164
|
- cell:
|
|
162
|
-
- link [id="
|
|
163
|
-
- cell "
|
|
164
|
-
- role=link[name="
|
|
165
|
-
- role=link[name="
|
|
165
|
+
- link [id="up_47644864"]
|
|
166
|
+
- cell "AWS engineer reports PostgreSQL perf halved by Linux 7.0, fix may not be easy (phoronix.com)":
|
|
167
|
+
- role=link[name="AWS engineer reports PostgreSQL perf halved by Linux 7.0, fix may not be easy"]
|
|
168
|
+
- role=link[name="phoronix.com"]
|
|
166
169
|
- row:
|
|
167
170
|
- cell
|
|
168
|
-
- cell "
|
|
169
|
-
- role=link[name="
|
|
170
|
-
- role=link[name="
|
|
171
|
+
- cell "287 points by crcastle 9 hours ago | hide | 85 comments":
|
|
172
|
+
- role=link[name="crcastle"]
|
|
173
|
+
- role=link[name="9 hours ago"] >> nth=0
|
|
171
174
|
- role=link[name="hide"] >> nth=10
|
|
172
|
-
- role=link[name="
|
|
175
|
+
- role=link[name="85 comments"]
|
|
173
176
|
- row
|
|
174
177
|
- row:
|
|
175
178
|
- cell "12."
|
|
176
179
|
- cell:
|
|
177
|
-
- link [id="
|
|
178
|
-
- cell "
|
|
179
|
-
- role=link[name="
|
|
180
|
-
- role=link[name="
|
|
180
|
+
- link [id="up_47613118"]
|
|
181
|
+
- cell "Show HN: I built a small app for FSI German Course (detawk.com)":
|
|
182
|
+
- role=link[name="Show HN: I built a small app for FSI German Course"]
|
|
183
|
+
- role=link[name="detawk.com"]
|
|
181
184
|
- row:
|
|
182
185
|
- cell
|
|
183
|
-
- cell "
|
|
184
|
-
- role=link[name="
|
|
185
|
-
- role=link[name="6 hours ago"] >> nth=
|
|
186
|
+
- cell "30 points by syedmsawaid 6 hours ago | hide | 10 comments":
|
|
187
|
+
- role=link[name="syedmsawaid"]
|
|
188
|
+
- role=link[name="6 hours ago"] >> nth=1
|
|
186
189
|
- role=link[name="hide"] >> nth=11
|
|
187
|
-
- role=link[name="
|
|
190
|
+
- role=link[name="10 comments"] >> nth=0
|
|
188
191
|
- row
|
|
189
192
|
- row:
|
|
190
193
|
- cell "13."
|
|
191
194
|
- cell:
|
|
192
|
-
- link [id="
|
|
193
|
-
- cell "
|
|
194
|
-
- role=link[name="
|
|
195
|
-
- role=link[name="github.com/
|
|
195
|
+
- link [id="up_47646472"]
|
|
196
|
+
- cell "Aegis – open-source FPGA silicon (github.com/midstallsoftware)":
|
|
197
|
+
- role=link[name="Aegis – open-source FPGA silicon"]
|
|
198
|
+
- role=link[name="github.com/midstallsoftware"]
|
|
196
199
|
- row:
|
|
197
200
|
- cell
|
|
198
|
-
- cell "
|
|
199
|
-
- role=link[name="
|
|
200
|
-
- role=link[name="
|
|
201
|
+
- cell "22 points by rosscomputerguy 4 hours ago | hide | 3 comments":
|
|
202
|
+
- role=link[name="rosscomputerguy"]
|
|
203
|
+
- role=link[name="4 hours ago"] >> nth=1
|
|
201
204
|
- role=link[name="hide"] >> nth=12
|
|
202
|
-
- role=link[name="
|
|
205
|
+
- role=link[name="3 comments"] >> nth=1
|
|
203
206
|
- row
|
|
204
207
|
- row:
|
|
205
208
|
- cell "14."
|
|
206
209
|
- cell:
|
|
207
|
-
- link [id="
|
|
208
|
-
- cell "Show HN:
|
|
209
|
-
- role=link[name="Show HN:
|
|
210
|
-
- role=link[name="
|
|
210
|
+
- link [id="up_47645025"]
|
|
211
|
+
- cell "Show HN: Contrapunk – Real-time counterpoint harmony from guitar input, in Rust (contrapunk.com)":
|
|
212
|
+
- role=link[name="Show HN: Contrapunk – Real-time counterpoint harmony from guitar input, in Rust"]
|
|
213
|
+
- role=link[name="contrapunk.com"]
|
|
211
214
|
- row:
|
|
212
215
|
- cell
|
|
213
|
-
- cell "
|
|
214
|
-
- role=link[name="
|
|
215
|
-
- role=link[name="
|
|
216
|
+
- cell "69 points by waveywaves 9 hours ago | hide | 27 comments":
|
|
217
|
+
- role=link[name="waveywaves"]
|
|
218
|
+
- role=link[name="9 hours ago"] >> nth=1
|
|
216
219
|
- role=link[name="hide"] >> nth=13
|
|
217
|
-
- role=link[name="
|
|
220
|
+
- role=link[name="27 comments"]
|
|
218
221
|
- row
|
|
219
222
|
- row:
|
|
220
223
|
- cell "15."
|
|
221
224
|
- cell:
|
|
222
|
-
- link [id="
|
|
223
|
-
- cell "
|
|
224
|
-
- role=link[name="
|
|
225
|
-
- role=link[name="
|
|
225
|
+
- link [id="up_47639303"]
|
|
226
|
+
- cell "Show HN: I made open source, zero power PCB hackathon badges (github.com/kaipereira)":
|
|
227
|
+
- role=link[name="Show HN: I made open source, zero power PCB hackathon badges"]
|
|
228
|
+
- role=link[name="github.com/kaipereira"]
|
|
226
229
|
- row:
|
|
227
230
|
- cell
|
|
228
|
-
- cell "
|
|
229
|
-
- role=link[name="
|
|
230
|
-
- role=link[name="
|
|
231
|
+
- cell "103 points by kaipereira 13 hours ago | hide | 10 comments":
|
|
232
|
+
- role=link[name="kaipereira"]
|
|
233
|
+
- role=link[name="13 hours ago"]
|
|
231
234
|
- role=link[name="hide"] >> nth=14
|
|
232
|
-
- role=link[name="
|
|
235
|
+
- role=link[name="10 comments"] >> nth=1
|
|
233
236
|
- row
|
|
234
237
|
- row:
|
|
235
238
|
- cell "16."
|
|
236
239
|
- cell:
|
|
237
|
-
- link [id="
|
|
238
|
-
- cell "
|
|
239
|
-
- role=link[name="
|
|
240
|
-
- role=link[name="
|
|
240
|
+
- link [id="up_47646363"]
|
|
241
|
+
- cell "Modern Generic SVGA driver for Windows 3.1 (github.com/plumgmk)":
|
|
242
|
+
- role=link[name="Modern Generic SVGA driver for Windows 3.1"]
|
|
243
|
+
- role=link[name="github.com/plumgmk"]
|
|
241
244
|
- row:
|
|
242
245
|
- cell
|
|
243
|
-
- cell "
|
|
244
|
-
- role=link[name="
|
|
245
|
-
- role=link[name="
|
|
246
|
+
- cell "39 points by userbinator 4 hours ago | hide | 6 comments":
|
|
247
|
+
- role=link[name="userbinator"]
|
|
248
|
+
- role=link[name="4 hours ago"] >> nth=2
|
|
246
249
|
- role=link[name="hide"] >> nth=15
|
|
247
|
-
- role=link[name="
|
|
250
|
+
- role=link[name="6 comments"] >> nth=0
|
|
248
251
|
- row
|
|
249
252
|
- row:
|
|
250
253
|
- cell "17."
|
|
251
254
|
- cell:
|
|
252
|
-
- link [id="
|
|
253
|
-
- cell "
|
|
254
|
-
- role=link[name="
|
|
255
|
-
- role=link[name="
|
|
255
|
+
- link [id="up_47639779"]
|
|
256
|
+
- cell "Show HN: sllm – Split a GPU node with other developers, unlimited tokens (sllm.cloud)":
|
|
257
|
+
- role=link[name="Show HN: sllm – Split a GPU node with other developers, unlimited tokens"]
|
|
258
|
+
- role=link[name="sllm.cloud"]
|
|
256
259
|
- row:
|
|
257
260
|
- cell
|
|
258
|
-
- cell "
|
|
259
|
-
- role=link[name="
|
|
260
|
-
- role=link[name="
|
|
261
|
+
- cell "159 points by jrandolf 18 hours ago | hide | 78 comments":
|
|
262
|
+
- role=link[name="jrandolf"]
|
|
263
|
+
- role=link[name="18 hours ago"] >> nth=0
|
|
261
264
|
- role=link[name="hide"] >> nth=16
|
|
262
|
-
- role=link[name="
|
|
265
|
+
- role=link[name="78 comments"]
|
|
263
266
|
- row
|
|
264
267
|
- row:
|
|
265
268
|
- cell "18."
|
|
266
269
|
- cell:
|
|
267
|
-
- link [id="
|
|
268
|
-
- cell "
|
|
269
|
-
- role=link[name="
|
|
270
|
-
- role=link[name="
|
|
270
|
+
- link [id="up_47638810"]
|
|
271
|
+
- cell "Components of a Coding Agent (sebastianraschka.com)":
|
|
272
|
+
- role=link[name="Components of a Coding Agent"]
|
|
273
|
+
- role=link[name="sebastianraschka.com"]
|
|
271
274
|
- row:
|
|
272
275
|
- cell
|
|
273
|
-
- cell "
|
|
274
|
-
- role=link[name="
|
|
275
|
-
- role=link[name="
|
|
276
|
+
- cell "233 points by MindGods 20 hours ago | hide | 75 comments":
|
|
277
|
+
- role=link[name="MindGods"]
|
|
278
|
+
- role=link[name="20 hours ago"]
|
|
276
279
|
- role=link[name="hide"] >> nth=17
|
|
277
|
-
- role=link[name="
|
|
280
|
+
- role=link[name="75 comments"]
|
|
278
281
|
- row
|
|
279
282
|
- row:
|
|
280
283
|
- cell "19."
|
|
281
284
|
- cell:
|
|
282
|
-
- link [id="
|
|
283
|
-
- cell "
|
|
284
|
-
- role=link[name="
|
|
285
|
-
- role=link[name="
|
|
285
|
+
- link [id="up_47639291"]
|
|
286
|
+
- cell "The Indie Internet Index – submit your favorite sites (iii.social)":
|
|
287
|
+
- role=link[name="The Indie Internet Index – submit your favorite sites"]
|
|
288
|
+
- role=link[name="iii.social"]
|
|
286
289
|
- row:
|
|
287
290
|
- cell
|
|
288
|
-
- cell "
|
|
289
|
-
- role=link[name="
|
|
290
|
-
- role=link[name="
|
|
291
|
+
- cell "143 points by freshman_dev 19 hours ago | hide | 28 comments":
|
|
292
|
+
- role=link[name="freshman_dev"]
|
|
293
|
+
- role=link[name="19 hours ago"] >> nth=0
|
|
291
294
|
- role=link[name="hide"] >> nth=18
|
|
292
|
-
- role=link[name="
|
|
295
|
+
- role=link[name="28 comments"]
|
|
293
296
|
- row
|
|
294
297
|
- row:
|
|
295
298
|
- cell "20."
|
|
296
299
|
- cell:
|
|
297
|
-
- link [id="
|
|
298
|
-
- cell "
|
|
299
|
-
- role=link[name="
|
|
300
|
-
- role=link[name="
|
|
300
|
+
- link [id="up_47610593"]
|
|
301
|
+
- cell "Elizabeth I's Manuscript of Pierre Boaistuau's Histoires Prodigieuses (1559) (publicdomainreview.org)":
|
|
302
|
+
- role=link[name="Elizabeth I's Manuscript of Pierre Boaistuau's Histoires Prodigieuses (1559)"]
|
|
303
|
+
- role=link[name="publicdomainreview.org"]
|
|
301
304
|
- row:
|
|
302
305
|
- cell
|
|
303
|
-
- cell "
|
|
304
|
-
- role=link[name="
|
|
305
|
-
- role=link[name="
|
|
306
|
+
- cell "3 points by benbreen 2 hours ago | hide | 1 comment":
|
|
307
|
+
- role=link[name="benbreen"]
|
|
308
|
+
- role=link[name="2 hours ago"] >> nth=1
|
|
306
309
|
- role=link[name="hide"] >> nth=19
|
|
307
|
-
- role=link[name="
|
|
310
|
+
- role=link[name="1 comment"]
|
|
308
311
|
- row
|
|
309
312
|
- row:
|
|
310
313
|
- cell "21."
|
|
311
314
|
- cell:
|
|
312
|
-
- link [id="
|
|
313
|
-
- cell "
|
|
314
|
-
- role=link[name="
|
|
315
|
-
- role=link[name="
|
|
315
|
+
- link [id="up_47646566"]
|
|
316
|
+
- cell "Unverified: What Practitioners Post About OCR, Agents, and Tables (idp-software.com)":
|
|
317
|
+
- role=link[name="Unverified: What Practitioners Post About OCR, Agents, and Tables"]
|
|
318
|
+
- role=link[name="idp-software.com"]
|
|
316
319
|
- row:
|
|
317
320
|
- cell
|
|
318
|
-
- cell "
|
|
319
|
-
- role=link[name="
|
|
320
|
-
- role=link[name="3 hours ago"] >> nth=
|
|
321
|
+
- cell "4 points by chelm 3 hours ago | hide | discuss":
|
|
322
|
+
- role=link[name="chelm"]
|
|
323
|
+
- role=link[name="3 hours ago"] >> nth=0
|
|
321
324
|
- role=link[name="hide"] >> nth=20
|
|
322
|
-
- role=link[name="
|
|
325
|
+
- role=link[name="discuss"] >> nth=1
|
|
323
326
|
- row
|
|
324
327
|
- row:
|
|
325
328
|
- cell "22."
|
|
326
329
|
- cell:
|
|
327
|
-
- link [id="
|
|
328
|
-
- cell "
|
|
329
|
-
- role=link[name="
|
|
330
|
-
- role=link[name="
|
|
330
|
+
- link [id="up_47614532"]
|
|
331
|
+
- cell "Ruckus: Racket for iOS (defn.io)":
|
|
332
|
+
- role=link[name="Ruckus: Racket for iOS"]
|
|
333
|
+
- role=link[name="defn.io"]
|
|
331
334
|
- row:
|
|
332
335
|
- cell
|
|
333
|
-
- cell "
|
|
334
|
-
- role=link[name="
|
|
335
|
-
- role=link[name="
|
|
336
|
+
- cell "129 points by nsm 15 hours ago | hide | 11 comments":
|
|
337
|
+
- role=link[name="nsm"]
|
|
338
|
+
- role=link[name="15 hours ago"]
|
|
336
339
|
- role=link[name="hide"] >> nth=21
|
|
337
|
-
- role=link[name="
|
|
340
|
+
- role=link[name="11 comments"]
|
|
338
341
|
- row
|
|
339
342
|
- row:
|
|
340
343
|
- cell "23."
|
|
341
344
|
- cell:
|
|
342
|
-
- link [id="
|
|
343
|
-
- cell "
|
|
344
|
-
- role=link[name="
|
|
345
|
-
- role=link[name="
|
|
345
|
+
- link [id="up_47645305"]
|
|
346
|
+
- cell "Demonstrating Real Time AV2 Decoding on Consumer Laptops (aomedia.org)":
|
|
347
|
+
- role=link[name="Demonstrating Real Time AV2 Decoding on Consumer Laptops"]
|
|
348
|
+
- role=link[name="aomedia.org"]
|
|
346
349
|
- row:
|
|
347
350
|
- cell
|
|
348
|
-
- cell "
|
|
349
|
-
- role=link[name="
|
|
350
|
-
- role=link[name="
|
|
351
|
+
- cell "22 points by breve 8 hours ago | hide | 2 comments":
|
|
352
|
+
- role=link[name="breve"]
|
|
353
|
+
- role=link[name="8 hours ago"]
|
|
351
354
|
- role=link[name="hide"] >> nth=22
|
|
352
|
-
- role=link[name="
|
|
355
|
+
- role=link[name="2 comments"]
|
|
353
356
|
- row
|
|
354
357
|
- row:
|
|
355
358
|
- cell "24."
|
|
356
359
|
- cell:
|
|
357
|
-
- link [id="
|
|
358
|
-
- cell "
|
|
359
|
-
- role=link[name="
|
|
360
|
-
- role=link[name="
|
|
360
|
+
- link [id="up_47646871"]
|
|
361
|
+
- cell "Dynamics of (Not) Being Perceived: Grief and Relief After Leaving Social Media (networkcultures.org)":
|
|
362
|
+
- role=link[name="Dynamics of (Not) Being Perceived: Grief and Relief After Leaving Social Media"]
|
|
363
|
+
- role=link[name="networkcultures.org"]
|
|
361
364
|
- row:
|
|
362
365
|
- cell
|
|
363
|
-
- cell "
|
|
364
|
-
- role=link[name="
|
|
365
|
-
- role=link[name="
|
|
366
|
+
- cell "4 points by glovink 2 hours ago | hide | discuss":
|
|
367
|
+
- role=link[name="glovink"]
|
|
368
|
+
- role=link[name="2 hours ago"] >> nth=2
|
|
366
369
|
- role=link[name="hide"] >> nth=23
|
|
367
|
-
- role=link[name="
|
|
370
|
+
- role=link[name="discuss"] >> nth=2
|
|
368
371
|
- row
|
|
369
372
|
- row:
|
|
370
373
|
- cell "25."
|
|
371
374
|
- cell:
|
|
372
|
-
- link [id="
|
|
373
|
-
- cell "
|
|
374
|
-
- role=link[name="
|
|
375
|
-
- role=link[name="
|
|
375
|
+
- link [id="up_47646504"]
|
|
376
|
+
- cell "Show HN: OsintRadar – Curated directory for osint tools (osintradar.com)":
|
|
377
|
+
- role=link[name="Show HN: OsintRadar – Curated directory for osint tools"]
|
|
378
|
+
- role=link[name="osintradar.com"]
|
|
376
379
|
- row:
|
|
377
380
|
- cell
|
|
378
|
-
- cell "
|
|
379
|
-
- role=link[name="
|
|
380
|
-
- role=link[name="
|
|
381
|
+
- cell "4 points by lexalizer 3 hours ago | hide | discuss":
|
|
382
|
+
- role=link[name="lexalizer"]
|
|
383
|
+
- role=link[name="3 hours ago"] >> nth=1
|
|
381
384
|
- role=link[name="hide"] >> nth=24
|
|
382
|
-
- role=link[name="
|
|
385
|
+
- role=link[name="discuss"] >> nth=3
|
|
383
386
|
- row
|
|
384
387
|
- row:
|
|
385
388
|
- cell "26."
|
|
386
389
|
- cell:
|
|
387
|
-
- link [id="
|
|
388
|
-
- cell "
|
|
389
|
-
- role=link[name="
|
|
390
|
-
- role=link[name="
|
|
390
|
+
- link [id="up_47604887"]
|
|
391
|
+
- cell "Electrical transformer manufacturing is throttling the electrified future (bloomberg.com)":
|
|
392
|
+
- role=link[name="Electrical transformer manufacturing is throttling the electrified future"]
|
|
393
|
+
- role=link[name="bloomberg.com"]
|
|
391
394
|
- row:
|
|
392
395
|
- cell
|
|
393
|
-
- cell "
|
|
394
|
-
- role=link[name="
|
|
395
|
-
- role=link[name="
|
|
396
|
+
- cell "87 points by toomuchtodo 18 hours ago | hide | 76 comments":
|
|
397
|
+
- role=link[name="toomuchtodo"]
|
|
398
|
+
- role=link[name="18 hours ago"] >> nth=1
|
|
396
399
|
- role=link[name="hide"] >> nth=25
|
|
397
|
-
- role=link[name="
|
|
400
|
+
- role=link[name="76 comments"]
|
|
398
401
|
- row
|
|
399
402
|
- row:
|
|
400
403
|
- cell "27."
|
|
401
404
|
- cell:
|
|
402
|
-
- link [id="
|
|
403
|
-
- cell "
|
|
404
|
-
- role=link[name="
|
|
405
|
-
- role=link[name="
|
|
405
|
+
- link [id="up_47642601"]
|
|
406
|
+
- cell "Show HN: M. C. Escher spiral in WebGL inspired by 3Blue1Brown (laszlokorte.de)":
|
|
407
|
+
- role=link[name="Show HN: M. C. Escher spiral in WebGL inspired by 3Blue1Brown"]
|
|
408
|
+
- role=link[name="laszlokorte.de"]
|
|
406
409
|
- row:
|
|
407
410
|
- cell
|
|
408
|
-
- cell "
|
|
409
|
-
- role=link[name="
|
|
410
|
-
- role=link[name="
|
|
411
|
+
- cell "79 points by laszlokorte 14 hours ago | hide | 12 comments":
|
|
412
|
+
- role=link[name="laszlokorte"]
|
|
413
|
+
- role=link[name="14 hours ago"] >> nth=1
|
|
411
414
|
- role=link[name="hide"] >> nth=26
|
|
412
|
-
- role=link[name="
|
|
415
|
+
- role=link[name="12 comments"]
|
|
413
416
|
- row
|
|
414
417
|
- row:
|
|
415
418
|
- cell "28."
|
|
416
419
|
- cell:
|
|
417
|
-
- link [id="
|
|
418
|
-
- cell "
|
|
419
|
-
- role=link[name="
|
|
420
|
-
- role=link[name="
|
|
420
|
+
- link [id="up_47640380"]
|
|
421
|
+
- cell "Apple approves driver that lets Nvidia eGPUs work with Arm Macs (theverge.com)":
|
|
422
|
+
- role=link[name="Apple approves driver that lets Nvidia eGPUs work with Arm Macs"]
|
|
423
|
+
- role=link[name="theverge.com"]
|
|
421
424
|
- row:
|
|
422
425
|
- cell
|
|
423
|
-
- cell "
|
|
424
|
-
- role=link[name="
|
|
425
|
-
- role=link[name="
|
|
426
|
+
- cell "433 points by naves 17 hours ago | hide | 192 comments":
|
|
427
|
+
- role=link[name="naves"]
|
|
428
|
+
- role=link[name="17 hours ago"] >> nth=1
|
|
426
429
|
- role=link[name="hide"] >> nth=27
|
|
427
|
-
- role=link[name="
|
|
430
|
+
- role=link[name="192 comments"]
|
|
428
431
|
- row
|
|
429
432
|
- row:
|
|
430
433
|
- cell "29."
|
|
431
434
|
- cell:
|
|
432
|
-
- link [id="
|
|
433
|
-
- cell "
|
|
434
|
-
- role=link[name="
|
|
435
|
-
- role=link[name="
|
|
435
|
+
- link [id="up_47644566"]
|
|
436
|
+
- cell "Advice to young people, the lies I tell myself (2024) (jxnl.co)":
|
|
437
|
+
- role=link[name="Advice to young people, the lies I tell myself (2024)"]
|
|
438
|
+
- role=link[name="jxnl.co"]
|
|
436
439
|
- row:
|
|
437
440
|
- cell
|
|
438
|
-
- cell "
|
|
439
|
-
- role=link[name="
|
|
440
|
-
- role=link[name="
|
|
441
|
+
- cell "105 points by mooreds 10 hours ago | hide | 31 comments":
|
|
442
|
+
- role=link[name="mooreds"]
|
|
443
|
+
- role=link[name="10 hours ago"] >> nth=1
|
|
441
444
|
- role=link[name="hide"] >> nth=28
|
|
442
|
-
- role=link[name="
|
|
445
|
+
- role=link[name="31 comments"]
|
|
443
446
|
- row
|
|
444
447
|
- row:
|
|
445
448
|
- cell "30."
|
|
446
449
|
- cell:
|
|
447
|
-
- link [id="
|
|
448
|
-
- cell "
|
|
449
|
-
- role=link[name="
|
|
450
|
-
- role=link[name="
|
|
450
|
+
- link [id="up_47639567"]
|
|
451
|
+
- cell "Show HN: TurboQuant-WASM – Google's vector quantization in the browser (github.com/teamchong)":
|
|
452
|
+
- role=link[name="Show HN: TurboQuant-WASM – Google's vector quantization in the browser"]
|
|
453
|
+
- role=link[name="github.com/teamchong"]
|
|
451
454
|
- row:
|
|
452
455
|
- cell
|
|
453
|
-
- cell "
|
|
454
|
-
- role=link[name="
|
|
455
|
-
- role=link[name="
|
|
456
|
+
- cell "154 points by teamchong 19 hours ago | hide | 6 comments":
|
|
457
|
+
- role=link[name="teamchong"]
|
|
458
|
+
- role=link[name="19 hours ago"] >> nth=1
|
|
456
459
|
- role=link[name="hide"] >> nth=29
|
|
457
|
-
- role=link[name="
|
|
460
|
+
- role=link[name="6 comments"] >> nth=1
|
|
458
461
|
- row
|
|
459
462
|
- row
|
|
460
463
|
- row:
|