playwriter 0.0.63 → 0.0.80
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 +41 -3
- package/dist/aria-snapshot.d.ts.map +1 -1
- package/dist/aria-snapshot.js +131 -54
- package/dist/aria-snapshot.js.map +1 -1
- package/dist/aria-snapshot.test.js +5 -2
- package/dist/aria-snapshot.test.js.map +1 -1
- package/dist/aria-snapshot.unit.test.js +83 -41
- package/dist/aria-snapshot.unit.test.js.map +1 -1
- package/dist/assets/cursors/screen-studio/pointer-macos-tahoe-data-url.d.ts +5 -0
- package/dist/assets/cursors/screen-studio/pointer-macos-tahoe-data-url.d.ts.map +1 -0
- package/dist/assets/cursors/screen-studio/pointer-macos-tahoe-data-url.js +5 -0
- package/dist/assets/cursors/screen-studio/pointer-macos-tahoe-data-url.js.map +1 -0
- package/dist/bippy.js +1 -1
- package/dist/cdp-log.d.ts +1 -1
- package/dist/cdp-log.d.ts.map +1 -1
- package/dist/cdp-log.js +1 -1
- package/dist/cdp-log.js.map +1 -1
- package/dist/cdp-relay.d.ts.map +1 -1
- package/dist/cdp-relay.js +408 -298
- package/dist/cdp-relay.js.map +1 -1
- package/dist/cdp-session.d.ts.map +1 -1
- package/dist/cdp-session.js.map +1 -1
- package/dist/cdp-types.d.ts.map +1 -1
- package/dist/cdp-types.js +7 -7
- package/dist/cdp-types.js.map +1 -1
- package/dist/clean-html.d.ts.map +1 -1
- package/dist/clean-html.js +4 -5
- package/dist/clean-html.js.map +1 -1
- package/dist/cli.js +45 -27
- package/dist/cli.js.map +1 -1
- package/dist/create-logger.d.ts.map +1 -1
- package/dist/create-logger.js +3 -1
- package/dist/create-logger.js.map +1 -1
- package/dist/debugger-examples-types.d.ts.map +1 -1
- package/dist/debugger.d.ts.map +1 -1
- package/dist/debugger.js +1 -3
- package/dist/debugger.js.map +1 -1
- package/dist/diff-utils.d.ts.map +1 -1
- package/dist/diff-utils.js +1 -4
- package/dist/diff-utils.js.map +1 -1
- package/dist/editor-api.md +12 -2
- package/dist/editor-examples.d.ts +1 -1
- package/dist/editor-examples.d.ts.map +1 -1
- package/dist/editor-examples.js +1 -1
- package/dist/editor-examples.js.map +1 -1
- package/dist/editor.d.ts +1 -1
- package/dist/editor.d.ts.map +1 -1
- package/dist/editor.js +1 -1
- package/dist/editor.js.map +1 -1
- package/dist/executor.d.ts +26 -3
- package/dist/executor.d.ts.map +1 -1
- package/dist/executor.js +295 -64
- package/dist/executor.js.map +1 -1
- package/dist/executor.unit.test.js +38 -1
- package/dist/executor.unit.test.js.map +1 -1
- package/dist/extension-connection.test.js +139 -36
- package/dist/extension-connection.test.js.map +1 -1
- package/dist/ffmpeg.d.ts +148 -0
- package/dist/ffmpeg.d.ts.map +1 -0
- package/dist/ffmpeg.js +523 -0
- package/dist/ffmpeg.js.map +1 -0
- package/dist/ghost-browser.d.ts.map +1 -1
- package/dist/ghost-browser.js.map +1 -1
- package/dist/ghost-cursor-client.js +281 -0
- package/dist/ghost-cursor.d.ts +27 -0
- package/dist/ghost-cursor.d.ts.map +1 -0
- package/dist/ghost-cursor.js +63 -0
- package/dist/ghost-cursor.js.map +1 -0
- package/dist/htmlrewrite.d.ts.map +1 -1
- package/dist/htmlrewrite.js +17 -55
- package/dist/htmlrewrite.js.map +1 -1
- package/dist/htmlrewrite.test.js.map +1 -1
- package/dist/kill-port.d.ts.map +1 -1
- package/dist/kill-port.js +1 -3
- package/dist/kill-port.js.map +1 -1
- package/dist/locator-selector.test.d.ts +2 -0
- package/dist/locator-selector.test.d.ts.map +1 -0
- package/dist/locator-selector.test.js +96 -0
- package/dist/locator-selector.test.js.map +1 -0
- package/dist/mcp-client.js.map +1 -1
- package/dist/mcp.d.ts.map +1 -1
- package/dist/mcp.js +8 -3
- package/dist/mcp.js.map +1 -1
- package/dist/on-mouse-action.test.d.ts +2 -0
- package/dist/on-mouse-action.test.d.ts.map +1 -0
- package/dist/on-mouse-action.test.js +155 -0
- package/dist/on-mouse-action.test.js.map +1 -0
- package/dist/page-markdown.js +4 -4
- package/dist/page-markdown.js.map +1 -1
- package/dist/prompt.md +594 -255
- package/dist/protocol.d.ts +4 -0
- package/dist/protocol.d.ts.map +1 -1
- package/dist/readability.js +1 -1
- package/dist/recording-ghost-cursor.d.ts +41 -0
- package/dist/recording-ghost-cursor.d.ts.map +1 -0
- package/dist/recording-ghost-cursor.js +79 -0
- package/dist/recording-ghost-cursor.js.map +1 -0
- package/dist/recording-relay.d.ts.map +1 -1
- package/dist/recording-relay.js +8 -8
- package/dist/recording-relay.js.map +1 -1
- package/dist/relay-client.d.ts +17 -4
- package/dist/relay-client.d.ts.map +1 -1
- package/dist/relay-client.js +44 -10
- package/dist/relay-client.js.map +1 -1
- package/dist/relay-core.test.d.ts.map +1 -1
- package/dist/relay-core.test.js +187 -26
- 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 +54 -31
- package/dist/relay-navigation.test.js.map +1 -1
- package/dist/relay-session.test.d.ts.map +1 -1
- package/dist/relay-session.test.js +113 -65
- package/dist/relay-session.test.js.map +1 -1
- package/dist/relay-state.d.ts +158 -0
- package/dist/relay-state.d.ts.map +1 -0
- package/dist/relay-state.js +306 -0
- package/dist/relay-state.js.map +1 -0
- package/dist/relay-state.test.d.ts +2 -0
- package/dist/relay-state.test.d.ts.map +1 -0
- package/dist/relay-state.test.js +472 -0
- package/dist/relay-state.test.js.map +1 -0
- package/dist/scoped-fs.d.ts.map +1 -1
- package/dist/scoped-fs.js.map +1 -1
- package/dist/screen-recording.d.ts +42 -4
- package/dist/screen-recording.d.ts.map +1 -1
- package/dist/screen-recording.js +88 -13
- package/dist/screen-recording.js.map +1 -1
- package/dist/selector-generator.js +1 -1
- package/dist/snapshot-tools.test.js +71 -28
- package/dist/snapshot-tools.test.js.map +1 -1
- package/dist/start-relay-server.d.ts +1 -1
- package/dist/start-relay-server.d.ts.map +1 -1
- package/dist/start-relay-server.js +1 -1
- package/dist/start-relay-server.js.map +1 -1
- package/dist/styles-api.md +8 -1
- package/dist/styles-examples.d.ts +1 -1
- package/dist/styles-examples.d.ts.map +1 -1
- package/dist/styles-examples.js +1 -1
- package/dist/styles-examples.js.map +1 -1
- package/dist/styles.d.ts.map +1 -1
- package/dist/styles.js +1 -3
- package/dist/styles.js.map +1 -1
- package/dist/test-declarations.d.ts.map +1 -1
- package/dist/test-utils.d.ts +1 -1
- package/dist/test-utils.d.ts.map +1 -1
- package/dist/test-utils.js +7 -5
- package/dist/test-utils.js.map +1 -1
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js.map +1 -1
- package/dist/wait-for-page-load.d.ts.map +1 -1
- package/dist/wait-for-page-load.js +1 -1
- package/dist/wait-for-page-load.js.map +1 -1
- package/package.json +4 -3
- package/src/a11y-client.ts +5 -4
- package/src/aria-snapshot.test.ts +5 -2
- package/src/aria-snapshot.ts +303 -116
- package/src/aria-snapshot.unit.test.ts +199 -141
- package/src/aria-snapshots/github-raw.txt +1 -1
- package/src/aria-snapshots/hackernews-interactive.txt +240 -240
- package/src/aria-snapshots/hackernews-raw.txt +270 -270
- package/src/assets/aria-labels-example.png +0 -0
- package/src/assets/aria-labels-github.png +0 -0
- package/src/assets/aria-labels-hacker-news.png +0 -0
- package/src/assets/aria-labels-old-reddit.png +0 -0
- package/src/assets/cursors/screen-studio/pointer-macos-tahoe-data-url.ts +5 -0
- package/src/assets/cursors/screen-studio/pointer-macos-tahoe.svg +18 -0
- package/src/cdp-log.ts +4 -1
- package/src/cdp-relay.ts +949 -737
- package/src/cdp-session.ts +12 -3
- package/src/cdp-types.ts +51 -51
- package/src/clean-html.ts +4 -5
- package/src/cli.ts +82 -55
- package/src/create-logger.ts +5 -3
- package/src/debugger-examples-types.ts +4 -1
- package/src/debugger.ts +1 -5
- package/src/diff-utils.ts +2 -5
- package/src/editor-examples.ts +11 -1
- package/src/editor.ts +10 -2
- package/src/executor.ts +372 -73
- package/src/executor.unit.test.ts +48 -1
- package/src/extension-connection.test.ts +612 -488
- package/src/ffmpeg.ts +769 -0
- package/src/ghost-browser.ts +4 -6
- package/src/ghost-cursor-client.ts +368 -0
- package/src/ghost-cursor.ts +110 -0
- package/src/htmlrewrite.test.ts +6 -2
- package/src/htmlrewrite.ts +348 -386
- package/src/kill-port.ts +1 -3
- package/src/locator-selector.test.ts +115 -0
- package/src/mcp-client.ts +1 -1
- package/src/mcp.ts +21 -15
- package/src/on-mouse-action.test.ts +196 -0
- package/src/page-markdown.ts +7 -7
- package/src/protocol.ts +73 -57
- package/src/recording-ghost-cursor.ts +107 -0
- package/src/recording-relay.ts +20 -12
- package/src/relay-client.ts +84 -17
- package/src/relay-core.test.ts +761 -583
- package/src/relay-navigation.test.ts +517 -484
- package/src/relay-session.test.ts +984 -929
- package/src/relay-state.test.ts +570 -0
- package/src/relay-state.ts +497 -0
- package/src/resource.md +21 -49
- package/src/scoped-fs.ts +9 -3
- package/src/screen-recording.ts +175 -31
- package/src/skill.md +619 -271
- package/src/snapshot-tools.test.ts +580 -528
- package/src/snapshots/shadcn-ui-accessibility-full.md +181 -183
- package/src/snapshots/shadcn-ui-accessibility-interactive.md +119 -121
- package/src/start-relay-server.ts +14 -11
- package/src/styles-examples.ts +8 -1
- package/src/styles.ts +20 -21
- package/src/test-declarations.ts +6 -6
- package/src/test-utils.ts +104 -91
- package/src/utils.ts +2 -1
- package/src/wait-for-page-load.ts +6 -1
|
@@ -12,452 +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_47193478"]
|
|
16
|
+
- cell "OpenAI – How to delete your account (help.openai.com)":
|
|
17
|
+
- role=link[name="OpenAI – How to delete your account"]
|
|
18
|
+
- role=link[name="help.openai.com"]
|
|
19
19
|
- row:
|
|
20
20
|
- cell
|
|
21
|
-
- cell "
|
|
22
|
-
- role=link[name="
|
|
23
|
-
- role=link[name="
|
|
21
|
+
- cell "1184 points by carlosrg 3 hours ago | hide | 216 comments":
|
|
22
|
+
- role=link[name="carlosrg"]
|
|
23
|
+
- role=link[name="3 hours ago"]
|
|
24
24
|
- role=link[name="hide"] >> nth=0
|
|
25
|
-
- role=link[name="
|
|
25
|
+
- role=link[name="216 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_47194611"]
|
|
31
|
+
- cell "Don't trust AI agents (nanoclaw.dev)":
|
|
32
|
+
- role=link[name="Don't trust AI agents"]
|
|
33
|
+
- role=link[name="nanoclaw.dev"]
|
|
34
34
|
- row:
|
|
35
35
|
- cell
|
|
36
|
-
- cell "
|
|
37
|
-
- role=link[name="
|
|
38
|
-
- role=link[name="
|
|
36
|
+
- cell "88 points by gronky_ 1 hour ago | hide | 43 comments":
|
|
37
|
+
- role=link[name="gronky_"]
|
|
38
|
+
- role=link[name="1 hour ago"] >> nth=0
|
|
39
39
|
- role=link[name="hide"] >> nth=1
|
|
40
|
-
- role=link[name="
|
|
40
|
+
- role=link[name="43 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_47195530"]
|
|
46
|
+
- cell "Show HN: Decided to play god this morning, so I built an agent civilisation (github.com/nocodemf)":
|
|
47
|
+
- role=link[name="Show HN: Decided to play god this morning, so I built an agent civilisation"]
|
|
48
|
+
- role=link[name="github.com/nocodemf"]
|
|
49
49
|
- row:
|
|
50
50
|
- cell
|
|
51
|
-
- cell "
|
|
52
|
-
- role=link[name="
|
|
53
|
-
- role=link[name="
|
|
51
|
+
- cell "9 points by urav 17 minutes ago | hide | 5 comments":
|
|
52
|
+
- role=link[name="urav"]
|
|
53
|
+
- role=link[name="17 minutes ago"]
|
|
54
54
|
- role=link[name="hide"] >> nth=2
|
|
55
|
-
- role=link[name="
|
|
55
|
+
- role=link[name="5 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="
|
|
60
|
+
- link [id="up_47195371"]
|
|
61
|
+
- cell "Addressing Antigravity Bans and Reinstating Access (github.com/google-gemini)":
|
|
62
|
+
- role=link[name="Addressing Antigravity Bans and Reinstating Access"]
|
|
63
|
+
- role=link[name="github.com/google-gemini"]
|
|
64
64
|
- row:
|
|
65
65
|
- cell
|
|
66
|
-
- cell "
|
|
67
|
-
- role=link[name="
|
|
68
|
-
- role=link[name="
|
|
66
|
+
- cell "8 points by RyanShook 33 minutes ago | hide | 2 comments":
|
|
67
|
+
- role=link[name="RyanShook"]
|
|
68
|
+
- role=link[name="33 minutes ago"]
|
|
69
69
|
- role=link[name="hide"] >> nth=3
|
|
70
|
-
- role=link[name="
|
|
70
|
+
- role=link[name="2 comments"] >> nth=0
|
|
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_47195085"]
|
|
76
|
+
- cell "Timeline: Anthropic, OpenAI, and U.S. Government (anthropic-timeline.vercel.app)":
|
|
77
|
+
- role=link[name="Timeline: Anthropic, OpenAI, and U.S. Government"]
|
|
78
|
+
- role=link[name="anthropic-timeline.vercel.app"]
|
|
79
79
|
- row:
|
|
80
80
|
- cell
|
|
81
|
-
- cell "
|
|
82
|
-
- role=link[name="
|
|
83
|
-
- role=link[name="
|
|
81
|
+
- cell "16 points by vldszn 57 minutes ago | hide | 2 comments":
|
|
82
|
+
- role=link[name="vldszn"]
|
|
83
|
+
- role=link[name="57 minutes ago"]
|
|
84
84
|
- role=link[name="hide"] >> nth=4
|
|
85
|
-
- role=link[name="
|
|
85
|
+
- role=link[name="2 comments"] >> nth=1
|
|
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_47195582"]
|
|
91
|
+
- cell "Please do not use auto-scrolling content on the web and in applications (cerovac.com)":
|
|
92
|
+
- role=link[name="Please do not use auto-scrolling content on the web and in applications"]
|
|
93
|
+
- role=link[name="cerovac.com"]
|
|
94
94
|
- row:
|
|
95
95
|
- cell
|
|
96
|
-
- cell "
|
|
97
|
-
- role=link[name="
|
|
98
|
-
- role=link[name="
|
|
96
|
+
- cell "5 points by speckx 13 minutes ago | hide | discuss":
|
|
97
|
+
- role=link[name="speckx"]
|
|
98
|
+
- role=link[name="13 minutes ago"]
|
|
99
99
|
- role=link[name="hide"] >> nth=5
|
|
100
|
-
- role=link[name="
|
|
100
|
+
- role=link[name="discuss"] >> nth=0
|
|
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_47195123"]
|
|
106
|
+
- cell "Show HN: Now I Get It – Translate scientific papers into interactive webpages (nowigetit.us)":
|
|
107
|
+
- role=link[name="Show HN: Now I Get It – Translate scientific papers into interactive webpages"]
|
|
108
|
+
- role=link[name="nowigetit.us"]
|
|
109
109
|
- row:
|
|
110
110
|
- cell
|
|
111
|
-
- cell "
|
|
112
|
-
- role=link[name="
|
|
113
|
-
- role=link[name="
|
|
111
|
+
- cell "8 points by jbdamask 53 minutes ago | hide | 4 comments":
|
|
112
|
+
- role=link[name="jbdamask"]
|
|
113
|
+
- role=link[name="53 minutes ago"]
|
|
114
114
|
- role=link[name="hide"] >> nth=6
|
|
115
|
-
- role=link[name="
|
|
115
|
+
- role=link[name="4 comments"] >> nth=0
|
|
116
116
|
- row
|
|
117
117
|
- row:
|
|
118
118
|
- cell "8."
|
|
119
119
|
- cell:
|
|
120
|
-
- link [id="
|
|
121
|
-
- cell "
|
|
122
|
-
- role=link[name="
|
|
123
|
-
- role=link[name="
|
|
120
|
+
- link [id="up_47188473"]
|
|
121
|
+
- cell "We Will Not Be Divided (notdivided.org)":
|
|
122
|
+
- role=link[name="We Will Not Be Divided"]
|
|
123
|
+
- role=link[name="notdivided.org"]
|
|
124
124
|
- row:
|
|
125
125
|
- cell
|
|
126
|
-
- cell "
|
|
127
|
-
- role=link[name="
|
|
128
|
-
- role=link[name="
|
|
126
|
+
- cell "2065 points by BloondAndDoom 13 hours ago | hide | 644 comments":
|
|
127
|
+
- role=link[name="BloondAndDoom"]
|
|
128
|
+
- role=link[name="13 hours ago"] >> nth=0
|
|
129
129
|
- role=link[name="hide"] >> nth=7
|
|
130
|
-
- role=link[name="
|
|
130
|
+
- role=link[name="644 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_47195093"]
|
|
136
|
+
- cell "Customer Update on Simplenote (simplenote.com)":
|
|
137
|
+
- role=link[name="Customer Update on Simplenote"]
|
|
138
|
+
- role=link[name="simplenote.com"]
|
|
139
139
|
- row:
|
|
140
140
|
- cell
|
|
141
|
-
- cell "
|
|
142
|
-
- role=link[name="
|
|
143
|
-
- role=link[name="
|
|
141
|
+
- cell "7 points by 0in 56 minutes ago | hide | 3 comments":
|
|
142
|
+
- role=link[name="0in"]
|
|
143
|
+
- role=link[name="56 minutes ago"]
|
|
144
144
|
- role=link[name="hide"] >> nth=8
|
|
145
|
-
- role=link[name="
|
|
145
|
+
- role=link[name="3 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_47195157"]
|
|
151
|
+
- cell "The Life Cycle of Money (bohyen.space)":
|
|
152
|
+
- role=link[name="The Life Cycle of Money"]
|
|
153
|
+
- role=link[name="bohyen.space"]
|
|
154
154
|
- row:
|
|
155
155
|
- cell
|
|
156
|
-
- cell "
|
|
157
|
-
- role=link[name="
|
|
158
|
-
- role=link[name="
|
|
156
|
+
- cell "5 points by nanacnote 50 minutes ago | hide | discuss":
|
|
157
|
+
- role=link[name="nanacnote"]
|
|
158
|
+
- role=link[name="50 minutes ago"]
|
|
159
159
|
- role=link[name="hide"] >> nth=9
|
|
160
|
-
- role=link[name="
|
|
160
|
+
- role=link[name="discuss"] >> nth=1
|
|
161
161
|
- row
|
|
162
162
|
- row:
|
|
163
163
|
- cell "11."
|
|
164
164
|
- cell:
|
|
165
|
-
- link [id="
|
|
166
|
-
- cell "
|
|
167
|
-
- role=link[name="
|
|
168
|
-
- role=link[name="
|
|
165
|
+
- link [id="up_47192505"]
|
|
166
|
+
- cell "Unsloth Dynamic 2.0 GGUFs (unsloth.ai)":
|
|
167
|
+
- role=link[name="Unsloth Dynamic 2.0 GGUFs"]
|
|
168
|
+
- role=link[name="unsloth.ai"]
|
|
169
169
|
- row:
|
|
170
170
|
- cell
|
|
171
|
-
- cell "
|
|
172
|
-
- role=link[name="
|
|
173
|
-
- role=link[name="
|
|
171
|
+
- cell "105 points by tosh 5 hours ago | hide | 37 comments":
|
|
172
|
+
- role=link[name="tosh"]
|
|
173
|
+
- role=link[name="5 hours ago"]
|
|
174
174
|
- role=link[name="hide"] >> nth=10
|
|
175
|
-
- role=link[name="
|
|
175
|
+
- role=link[name="37 comments"]
|
|
176
176
|
- row
|
|
177
177
|
- row:
|
|
178
178
|
- cell "12."
|
|
179
179
|
- cell:
|
|
180
|
-
- link [id="
|
|
181
|
-
- cell "A
|
|
182
|
-
- role=link[name="A
|
|
183
|
-
- role=link[name="
|
|
180
|
+
- link [id="up_47193832"]
|
|
181
|
+
- cell "Show HN: SplatHash – A lightweight alternative to BlurHash and ThumbHash (github.com/junevm)":
|
|
182
|
+
- role=link[name="Show HN: SplatHash – A lightweight alternative to BlurHash and ThumbHash"]
|
|
183
|
+
- role=link[name="github.com/junevm"]
|
|
184
184
|
- row:
|
|
185
185
|
- cell
|
|
186
|
-
- cell "
|
|
187
|
-
- role=link[name="
|
|
188
|
-
- role=link[name="
|
|
186
|
+
- cell "24 points by unsorted2270 2 hours ago | hide | 11 comments":
|
|
187
|
+
- role=link[name="unsorted2270"]
|
|
188
|
+
- role=link[name="2 hours ago"]
|
|
189
189
|
- role=link[name="hide"] >> nth=11
|
|
190
|
-
- role=link[name="
|
|
190
|
+
- role=link[name="11 comments"]
|
|
191
191
|
- row
|
|
192
192
|
- row:
|
|
193
193
|
- cell "13."
|
|
194
194
|
- cell:
|
|
195
|
-
- link [id="
|
|
196
|
-
- cell "
|
|
197
|
-
- role=link[name="
|
|
198
|
-
- role=link[name="
|
|
195
|
+
- link [id="up_47147597"]
|
|
196
|
+
- cell "The Eternal Promise: A History of Attempts to Eliminate Programmers (ivanturkovic.com)":
|
|
197
|
+
- role=link[name="The Eternal Promise: A History of Attempts to Eliminate Programmers"]
|
|
198
|
+
- role=link[name="ivanturkovic.com"]
|
|
199
199
|
- row:
|
|
200
200
|
- cell
|
|
201
|
-
- cell "
|
|
202
|
-
- role=link[name="
|
|
203
|
-
- role=link[name="8 hours ago"]
|
|
201
|
+
- cell "108 points by dinvlad 8 hours ago | hide | 65 comments":
|
|
202
|
+
- role=link[name="dinvlad"]
|
|
203
|
+
- role=link[name="8 hours ago"]
|
|
204
204
|
- role=link[name="hide"] >> nth=12
|
|
205
|
-
- role=link[name="
|
|
205
|
+
- role=link[name="65 comments"]
|
|
206
206
|
- row
|
|
207
207
|
- row:
|
|
208
208
|
- cell "14."
|
|
209
209
|
- cell:
|
|
210
|
-
- link [id="
|
|
211
|
-
- cell "
|
|
212
|
-
- role=link[name="
|
|
213
|
-
- role=link[name="
|
|
210
|
+
- link [id="up_47152967"]
|
|
211
|
+
- cell "More Cows, More Wives (worksinprogress.news)":
|
|
212
|
+
- role=link[name="More Cows, More Wives"]
|
|
213
|
+
- role=link[name="worksinprogress.news"]
|
|
214
214
|
- row:
|
|
215
215
|
- cell
|
|
216
|
-
- cell "
|
|
217
|
-
- role=link[name="
|
|
218
|
-
- role=link[name="
|
|
216
|
+
- cell "25 points by oxw 4 hours ago | hide | 4 comments":
|
|
217
|
+
- role=link[name="oxw"]
|
|
218
|
+
- role=link[name="4 hours ago"]
|
|
219
219
|
- role=link[name="hide"] >> nth=13
|
|
220
|
-
- role=link[name="
|
|
220
|
+
- role=link[name="4 comments"] >> nth=1
|
|
221
221
|
- row
|
|
222
222
|
- row:
|
|
223
223
|
- cell "15."
|
|
224
224
|
- cell:
|
|
225
|
-
- link [id="
|
|
226
|
-
- cell "
|
|
227
|
-
- role=link[name="
|
|
228
|
-
- role=link[name="
|
|
225
|
+
- link [id="up_47189650"]
|
|
226
|
+
- cell "OpenAI agrees with Dept. of War to deploy models in their classified network (twitter.com/sama)":
|
|
227
|
+
- role=link[name="OpenAI agrees with Dept. of War to deploy models in their classified network"]
|
|
228
|
+
- role=link[name="twitter.com/sama"]
|
|
229
229
|
- row:
|
|
230
230
|
- cell
|
|
231
|
-
- cell "
|
|
232
|
-
- role=link[name="
|
|
233
|
-
- role=link[name="
|
|
231
|
+
- cell "1032 points by eoskx 11 hours ago | hide | 489 comments":
|
|
232
|
+
- role=link[name="eoskx"]
|
|
233
|
+
- role=link[name="11 hours ago"] >> nth=0
|
|
234
234
|
- role=link[name="hide"] >> nth=14
|
|
235
|
-
- role=link[name="
|
|
235
|
+
- role=link[name="489 comments"]
|
|
236
236
|
- row
|
|
237
237
|
- row:
|
|
238
238
|
- cell "16."
|
|
239
239
|
- cell:
|
|
240
|
-
- link [id="
|
|
241
|
-
- cell "A
|
|
242
|
-
- role=link[name="A
|
|
243
|
-
- role=link[name="
|
|
240
|
+
- link [id="up_47181208"]
|
|
241
|
+
- cell "A new California law says all operating systems need to have age verification (pcgamer.com)":
|
|
242
|
+
- role=link[name="A new California law says all operating systems need to have age verification"]
|
|
243
|
+
- role=link[name="pcgamer.com"]
|
|
244
244
|
- row:
|
|
245
245
|
- cell
|
|
246
|
-
- cell "
|
|
247
|
-
- role=link[name="
|
|
248
|
-
- role=link[name="
|
|
246
|
+
- cell "675 points by WalterSobchak 23 hours ago | hide | 584 comments":
|
|
247
|
+
- role=link[name="WalterSobchak"]
|
|
248
|
+
- role=link[name="23 hours ago"]
|
|
249
249
|
- role=link[name="hide"] >> nth=15
|
|
250
|
-
- role=link[name="
|
|
250
|
+
- role=link[name="584 comments"]
|
|
251
251
|
- row
|
|
252
252
|
- row:
|
|
253
253
|
- cell "17."
|
|
254
254
|
- cell:
|
|
255
|
-
- link [id="
|
|
256
|
-
- cell "
|
|
257
|
-
- role=link[name="
|
|
258
|
-
- role=link[name="
|
|
255
|
+
- link [id="up_47195210"]
|
|
256
|
+
- cell "Everything Changes, and Nothing Changes (btao.org)":
|
|
257
|
+
- role=link[name="Everything Changes, and Nothing Changes"]
|
|
258
|
+
- role=link[name="btao.org"]
|
|
259
259
|
- row:
|
|
260
260
|
- cell
|
|
261
|
-
- cell "
|
|
262
|
-
- role=link[name="
|
|
263
|
-
- role=link[name="
|
|
261
|
+
- cell "4 points by todsacerdoti 47 minutes ago | hide | discuss":
|
|
262
|
+
- role=link[name="todsacerdoti"]
|
|
263
|
+
- role=link[name="47 minutes ago"]
|
|
264
264
|
- role=link[name="hide"] >> nth=16
|
|
265
|
-
- role=link[name="
|
|
265
|
+
- role=link[name="discuss"] >> nth=2
|
|
266
266
|
- row
|
|
267
267
|
- row:
|
|
268
268
|
- cell "18."
|
|
269
269
|
- cell:
|
|
270
|
-
- link [id="
|
|
271
|
-
- cell "
|
|
272
|
-
- role=link[name="
|
|
273
|
-
- role=link[name="
|
|
270
|
+
- link [id="up_47195317"]
|
|
271
|
+
- cell "OpenAI Fires an Employee for Prediction Market Insider Trading (wired.com)":
|
|
272
|
+
- role=link[name="OpenAI Fires an Employee for Prediction Market Insider Trading"]
|
|
273
|
+
- role=link[name="wired.com"]
|
|
274
274
|
- row:
|
|
275
275
|
- cell
|
|
276
|
-
- cell "
|
|
277
|
-
- role=link[name="
|
|
278
|
-
- role=link[name="
|
|
276
|
+
- cell "18 points by bookofjoe 36 minutes ago | hide | 3 comments":
|
|
277
|
+
- role=link[name="bookofjoe"]
|
|
278
|
+
- role=link[name="36 minutes ago"]
|
|
279
279
|
- role=link[name="hide"] >> nth=17
|
|
280
|
-
- role=link[name="
|
|
280
|
+
- role=link[name="3 comments"] >> nth=1
|
|
281
281
|
- row
|
|
282
282
|
- row:
|
|
283
283
|
- cell "19."
|
|
284
284
|
- cell:
|
|
285
|
-
- link [id="
|
|
286
|
-
- cell "
|
|
287
|
-
- role=link[name="
|
|
288
|
-
- role=link[name="
|
|
285
|
+
- link [id="up_47191232"]
|
|
286
|
+
- cell "US and Israel launch strikes on Iran, as Trump says ‘massive’ campaign underway (cnn.com)":
|
|
287
|
+
- role=link[name="US and Israel launch strikes on Iran, as Trump says ‘massive’ campaign underway"]
|
|
288
|
+
- role=link[name="cnn.com"]
|
|
289
289
|
- row:
|
|
290
290
|
- cell
|
|
291
|
-
- cell "
|
|
292
|
-
- role=link[name="
|
|
293
|
-
- role=link[name="
|
|
291
|
+
- cell "454 points by lavp 7 hours ago | hide | 1144 comments":
|
|
292
|
+
- role=link[name="lavp"]
|
|
293
|
+
- role=link[name="7 hours ago"]
|
|
294
294
|
- role=link[name="hide"] >> nth=18
|
|
295
|
-
- role=link[name="
|
|
295
|
+
- role=link[name="1144 comments"]
|
|
296
296
|
- row
|
|
297
297
|
- row:
|
|
298
298
|
- cell "20."
|
|
299
299
|
- cell:
|
|
300
|
-
- link [id="
|
|
301
|
-
- cell "
|
|
302
|
-
- role=link[name="
|
|
303
|
-
- role=link[name="
|
|
300
|
+
- link [id="up_47181211"]
|
|
301
|
+
- cell "OpenAI raises $110B on $730B pre-money valuation (techcrunch.com)":
|
|
302
|
+
- role=link[name="OpenAI raises $110B on $730B pre-money valuation"]
|
|
303
|
+
- role=link[name="techcrunch.com"]
|
|
304
304
|
- row:
|
|
305
305
|
- cell
|
|
306
|
-
- cell "
|
|
307
|
-
- role=link[name="
|
|
308
|
-
- role=link[name="
|
|
306
|
+
- cell "530 points by zlatkov 21 hours ago | hide | 561 comments":
|
|
307
|
+
- role=link[name="zlatkov"]
|
|
308
|
+
- role=link[name="21 hours ago"]
|
|
309
309
|
- role=link[name="hide"] >> nth=19
|
|
310
|
-
- role=link[name="
|
|
310
|
+
- role=link[name="561 comments"]
|
|
311
311
|
- row
|
|
312
312
|
- row:
|
|
313
313
|
- cell "21."
|
|
314
314
|
- cell:
|
|
315
|
-
- link [id="
|
|
316
|
-
- cell "Show HN:
|
|
317
|
-
- role=link[name="Show HN:
|
|
318
|
-
- role=link[name="
|
|
315
|
+
- link [id="up_47194679"]
|
|
316
|
+
- cell "Show HN: Gitcredits – movie-style end credits for any Git repo in your terminal (github.com/higangssh)":
|
|
317
|
+
- role=link[name="Show HN: Gitcredits – movie-style end credits for any Git repo in your terminal"]
|
|
318
|
+
- role=link[name="github.com/higangssh"]
|
|
319
319
|
- row:
|
|
320
320
|
- cell
|
|
321
|
-
- cell "
|
|
322
|
-
- role=link[name="
|
|
323
|
-
- role=link[name="
|
|
321
|
+
- cell "6 points by swq115 1 hour ago | hide | discuss":
|
|
322
|
+
- role=link[name="swq115"]
|
|
323
|
+
- role=link[name="1 hour ago"] >> nth=1
|
|
324
324
|
- role=link[name="hide"] >> nth=20
|
|
325
|
-
- role=link[name="
|
|
325
|
+
- role=link[name="discuss"] >> nth=3
|
|
326
326
|
- row
|
|
327
327
|
- row:
|
|
328
328
|
- cell "22."
|
|
329
329
|
- cell:
|
|
330
|
-
- link [id="
|
|
331
|
-
- cell "
|
|
332
|
-
- role=link[name="
|
|
333
|
-
- role=link[name="
|
|
330
|
+
- link [id="up_47194994"]
|
|
331
|
+
- cell "Show HN: Reclaim Flowers – A 2D physics-based \"Digital Altar\" protocol (github.com/voice-of-japan)":
|
|
332
|
+
- role=link[name="Show HN: Reclaim Flowers – A 2D physics-based \"Digital Altar\" protocol"]
|
|
333
|
+
- role=link[name="github.com/voice-of-japan"]
|
|
334
334
|
- row:
|
|
335
335
|
- cell
|
|
336
|
-
- cell "
|
|
337
|
-
- role=link[name="
|
|
338
|
-
- role=link[name="
|
|
336
|
+
- cell "3 points by sakanakana00 1 hour ago | hide | 1 comment":
|
|
337
|
+
- role=link[name="sakanakana00"]
|
|
338
|
+
- role=link[name="1 hour ago"] >> nth=2
|
|
339
339
|
- role=link[name="hide"] >> nth=21
|
|
340
|
-
- role=link[name="
|
|
340
|
+
- role=link[name="1 comment"] >> nth=0
|
|
341
341
|
- row
|
|
342
342
|
- row:
|
|
343
343
|
- cell "23."
|
|
344
344
|
- cell:
|
|
345
|
-
- link [id="
|
|
346
|
-
- cell "
|
|
347
|
-
- role=link[name="
|
|
348
|
-
- role=link[name="
|
|
345
|
+
- link [id="up_47170030"]
|
|
346
|
+
- cell "Smallest transformer that can add two 10-digit numbers (github.com/anadim)":
|
|
347
|
+
- role=link[name="Smallest transformer that can add two 10-digit numbers"]
|
|
348
|
+
- role=link[name="github.com/anadim"]
|
|
349
349
|
- row:
|
|
350
350
|
- cell
|
|
351
|
-
- cell "
|
|
352
|
-
- role=link[name="
|
|
353
|
-
- role=link[name="
|
|
351
|
+
- cell "191 points by ks2048 15 hours ago | hide | 83 comments":
|
|
352
|
+
- role=link[name="ks2048"]
|
|
353
|
+
- role=link[name="15 hours ago"]
|
|
354
354
|
- role=link[name="hide"] >> nth=22
|
|
355
|
-
- role=link[name="
|
|
355
|
+
- role=link[name="83 comments"]
|
|
356
356
|
- row
|
|
357
357
|
- row:
|
|
358
358
|
- cell "24."
|
|
359
359
|
- cell:
|
|
360
|
-
- link [id="
|
|
361
|
-
- cell "
|
|
362
|
-
- role=link[name="
|
|
363
|
-
- role=link[name="
|
|
360
|
+
- link [id="up_47194847"]
|
|
361
|
+
- cell "What AI coding costs you (tomwojcik.com)":
|
|
362
|
+
- role=link[name="What AI coding costs you"]
|
|
363
|
+
- role=link[name="tomwojcik.com"]
|
|
364
364
|
- row:
|
|
365
365
|
- cell
|
|
366
|
-
- cell "
|
|
367
|
-
- role=link[name="
|
|
368
|
-
- role=link[name="
|
|
366
|
+
- cell "5 points by tomwojcik 1 hour ago | hide | 3 comments":
|
|
367
|
+
- role=link[name="tomwojcik"]
|
|
368
|
+
- role=link[name="1 hour ago"] >> nth=3
|
|
369
369
|
- role=link[name="hide"] >> nth=23
|
|
370
|
-
- role=link[name="
|
|
370
|
+
- role=link[name="3 comments"] >> nth=2
|
|
371
371
|
- row
|
|
372
372
|
- row:
|
|
373
373
|
- cell "25."
|
|
374
374
|
- cell:
|
|
375
|
-
- link [id="
|
|
376
|
-
- cell "
|
|
377
|
-
- role=link[name="
|
|
378
|
-
- role=link[name="
|
|
375
|
+
- link [id="up_47190806"]
|
|
376
|
+
- cell "Cash issuing terminals (computer.rip)":
|
|
377
|
+
- role=link[name="Cash issuing terminals"]
|
|
378
|
+
- role=link[name="computer.rip"]
|
|
379
379
|
- row:
|
|
380
380
|
- cell
|
|
381
|
-
- cell "
|
|
382
|
-
- role=link[name="
|
|
383
|
-
- role=link[name="
|
|
381
|
+
- cell "80 points by zdw 9 hours ago | hide | 12 comments":
|
|
382
|
+
- role=link[name="zdw"]
|
|
383
|
+
- role=link[name="9 hours ago"]
|
|
384
384
|
- role=link[name="hide"] >> nth=24
|
|
385
|
-
- role=link[name="
|
|
385
|
+
- role=link[name="12 comments"]
|
|
386
386
|
- row
|
|
387
387
|
- row:
|
|
388
388
|
- cell "26."
|
|
389
389
|
- cell:
|
|
390
|
-
- link [id="
|
|
391
|
-
- cell "
|
|
392
|
-
- role=link[name="
|
|
393
|
-
- role=link[name="
|
|
390
|
+
- link [id="up_47194781"]
|
|
391
|
+
- cell "Latency numbers every programmer should know (cheat.sh)":
|
|
392
|
+
- role=link[name="Latency numbers every programmer should know"]
|
|
393
|
+
- role=link[name="cheat.sh"]
|
|
394
394
|
- row:
|
|
395
395
|
- cell
|
|
396
|
-
- cell "
|
|
397
|
-
- role=link[name="
|
|
398
|
-
- role=link[name="
|
|
396
|
+
- cell "5 points by ksec 1 hour ago | hide | 1 comment":
|
|
397
|
+
- role=link[name="ksec"]
|
|
398
|
+
- role=link[name="1 hour ago"] >> nth=4
|
|
399
399
|
- role=link[name="hide"] >> nth=25
|
|
400
|
-
- role=link[name="
|
|
400
|
+
- role=link[name="1 comment"] >> nth=1
|
|
401
401
|
- row
|
|
402
402
|
- row:
|
|
403
403
|
- cell "27."
|
|
404
404
|
- cell:
|
|
405
|
-
- link [id="
|
|
406
|
-
- cell "
|
|
407
|
-
- role=link[name="
|
|
408
|
-
- role=link[name="
|
|
405
|
+
- link [id="up_47189535"]
|
|
406
|
+
- cell "Croatia declared free of landmines after 31 years (hrt.hr)":
|
|
407
|
+
- role=link[name="Croatia declared free of landmines after 31 years"]
|
|
408
|
+
- role=link[name="hrt.hr"]
|
|
409
409
|
- row:
|
|
410
410
|
- cell
|
|
411
|
-
- cell "
|
|
412
|
-
- role=link[name="
|
|
413
|
-
- role=link[name="
|
|
411
|
+
- cell "387 points by toomuchtodo 11 hours ago | hide | 89 comments":
|
|
412
|
+
- role=link[name="toomuchtodo"]
|
|
413
|
+
- role=link[name="11 hours ago"] >> nth=1
|
|
414
414
|
- role=link[name="hide"] >> nth=26
|
|
415
|
-
- role=link[name="
|
|
415
|
+
- role=link[name="89 comments"]
|
|
416
416
|
- row
|
|
417
417
|
- row:
|
|
418
418
|
- cell "28."
|
|
419
419
|
- cell:
|
|
420
|
-
- link [id="
|
|
421
|
-
- cell "
|
|
422
|
-
- role=link[name="
|
|
423
|
-
- role=link[name="
|
|
420
|
+
- link [id="up_47194690"]
|
|
421
|
+
- cell "No Bookmarks (nik.art)":
|
|
422
|
+
- role=link[name="No Bookmarks"]
|
|
423
|
+
- role=link[name="nik.art"]
|
|
424
424
|
- row:
|
|
425
425
|
- cell
|
|
426
|
-
- cell "
|
|
427
|
-
- role=link[name="
|
|
428
|
-
- role=link[name="
|
|
426
|
+
- cell "4 points by herbertl 1 hour ago | hide | 1 comment":
|
|
427
|
+
- role=link[name="herbertl"]
|
|
428
|
+
- role=link[name="1 hour ago"] >> nth=5
|
|
429
429
|
- role=link[name="hide"] >> nth=27
|
|
430
|
-
- role=link[name="
|
|
430
|
+
- role=link[name="1 comment"] >> nth=2
|
|
431
431
|
- row
|
|
432
432
|
- row:
|
|
433
433
|
- cell "29."
|
|
434
434
|
- cell:
|
|
435
|
-
- link [id="
|
|
436
|
-
- cell "
|
|
437
|
-
- role=link[name="
|
|
438
|
-
- role=link[name="
|
|
435
|
+
- link [id="up_47180569"]
|
|
436
|
+
- cell "A better streams API is possible for JavaScript (cloudflare.com)":
|
|
437
|
+
- role=link[name="A better streams API is possible for JavaScript"]
|
|
438
|
+
- role=link[name="cloudflare.com"]
|
|
439
439
|
- row:
|
|
440
440
|
- cell
|
|
441
|
-
- cell "
|
|
442
|
-
- role=link[name="
|
|
443
|
-
- role=link[name="
|
|
441
|
+
- cell "427 points by nnx 1 day ago | hide | 147 comments":
|
|
442
|
+
- role=link[name="nnx"]
|
|
443
|
+
- role=link[name="1 day ago"]
|
|
444
444
|
- role=link[name="hide"] >> nth=28
|
|
445
|
-
- role=link[name="
|
|
445
|
+
- role=link[name="147 comments"]
|
|
446
446
|
- row
|
|
447
447
|
- row:
|
|
448
448
|
- cell "30."
|
|
449
449
|
- cell:
|
|
450
|
-
- link [id="
|
|
451
|
-
- cell "
|
|
452
|
-
- role=link[name="
|
|
453
|
-
- role=link[name="
|
|
450
|
+
- link [id="up_47188697"]
|
|
451
|
+
- cell "Statement on the comments from Secretary of War Pete Hegseth (anthropic.com)":
|
|
452
|
+
- role=link[name="Statement on the comments from Secretary of War Pete Hegseth"]
|
|
453
|
+
- role=link[name="anthropic.com"]
|
|
454
454
|
- row:
|
|
455
455
|
- cell
|
|
456
|
-
- cell "
|
|
457
|
-
- role=link[name="
|
|
458
|
-
- role=link[name="
|
|
456
|
+
- cell "1051 points by surprisetalk 13 hours ago | hide | 341 comments":
|
|
457
|
+
- role=link[name="surprisetalk"]
|
|
458
|
+
- role=link[name="13 hours ago"] >> nth=1
|
|
459
459
|
- role=link[name="hide"] >> nth=29
|
|
460
|
-
- role=link[name="
|
|
460
|
+
- role=link[name="341 comments"]
|
|
461
461
|
- row
|
|
462
462
|
- row
|
|
463
463
|
- row:
|