Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
import { hnCommentToHTML } from "https://esm.town/v/rodrigotello/hnCommentToHTML?v=43";
export const untitled_BtS7uxqd = hnCommentToHTML({
created_at: "2023-05-18T16:36:39.000Z",
title: null,
url: null,
author: "realjohng",
points: null,
story_text: null,
comment_text: "Oh boy, jarring coming out of that dark background website",
num_comments: null,
story_id: 35988604,
story_title:
"The Alan Turing Institute has failed to develop modern AI in the UK",
story_url:
"https://rssdsaisection.substack.com/p/the-alan-turing-institute-has-failed",
parent_id: 35988604,
created_at_i: 1684427799,
_tags: ["comment", "author_realjohng", "story_35988604"],
objectID: "35990501",
_highlightResult: {
author: { value: "realjohng", matchLevel: "none", matchedWords: [] },
comment_text: {
value: "Oh boy, jarring coming out of that dark background website",
matchLevel: "none",
matchedWords: [],
},
story_title: {
value:
"The Alan Turing Institute has failed to develop modern AI in the UK",
matchLevel: "none",
matchedWords: [],
},
story_url: {
value:
"https://rssdsaisection.substack.com/p/the-alan-turing-institute-has-failed",
matchLevel: "none",
matchedWords: [],
},
},
});
October 23, 2023