commit 65588127be57d06b5f9e78abe803a26ef83c5fab
Author: ffff:12.186.22.250 <ffff:12.186.22.250@news.pub>
Date: 2024-12-24 19:49:31 +0000
Subject: updated index.scroll
diff --git a/index.scroll b/index.scroll
index 3713db4..de3797c 100644
--- a/index.scroll
+++ b/index.scroll
@@ -3,6 +3,7 @@ title BuilderNews
header.scroll
+
jsonScript tries.json
jsonScript builders.json
commit fafdaf8353c77d287e6fdfa50a7e3449e1115599
Author: ffff:50.213.9.210 <ffff:50.213.9.210@news.pub>
Date: 2024-12-18 18:56:09 +0000
Subject: updated tries.scroll
diff --git a/tries.scroll b/tries.scroll
index b00fe6e..d628913 100644
--- a/tries.scroll
+++ b/tries.scroll
@@ -4,6 +4,12 @@ tries.parsers
// Put new tries up top
+url https://www.anky.bot/
+creation anky
+try https://www.youtube.com/embed/H-IJyPOwIQ0?si=q3m3_TDlMK4At-MQ
+date 12/18/2024
+buildername breck
+
url https://computer.tldraw.com/
creation tldraw computer
try https://www.youtube.com/embed/lsg6mRoMcjI?si=4yoHDarhVjkS7d95
commit b1faca22f15632e35fe2dfc482122b7b4e9f55ba
Author: ffff:12.186.22.250 <ffff:12.186.22.250@news.pub>
Date: 2024-12-18 17:05:59 +0000
Subject: updated tries.scroll
diff --git a/tries.scroll b/tries.scroll
index edb8fd9..b00fe6e 100644
--- a/tries.scroll
+++ b/tries.scroll
@@ -4,6 +4,12 @@ tries.parsers
// Put new tries up top
+url https://computer.tldraw.com/
+creation tldraw computer
+try https://www.youtube.com/embed/lsg6mRoMcjI?si=4yoHDarhVjkS7d95
+date 12/18/2024
+buildername breck
+
url https://www.quantamagazine.org/what-is-entropy-a-measure-of-just-how-little-we-really-know-20241213/
creation What is Entropy?
try https://www.youtube.com/embed/hu7AW-z3lWw?si=Kp7DIxVF8LyehvMs
commit 37a2623551e21b94e8e7485716e990a1b4b45fe5
Author: ffff:12.186.22.250 <ffff:12.186.22.250@news.pub>
Date: 2024-12-17 00:36:06 +0000
Subject: updated tries.parsers
diff --git a/tries.parsers b/tries.parsers
index 62e29d9..22dcd3b 100644
--- a/tries.parsers
+++ b/tries.parsers
@@ -1,53 +1,54 @@
-urlParser
- extends abstractIdParser
- description URL to the creation being tried?
- float sortIndex 1.1
- required
-
-creationParser
- extends abstractStringMeasureParser
- description What is the title of the creation?
- float sortIndex 1.12
-
-tryParser
- extends abstractUrlMeasureParser
- float sortIndex 1.3
- description URL to the builder test video?
- required
-
-rankParser
- extends abstractFloatMeasureParser
- float sortIndex 1.05
- description What is the current rank?
- boolean isComputed true
- javascript
- computeValue(concept, name, parsedProgram) {
- if (!Particle.ranks) {
- Particle.ranks = {}
- const urls = parsedProgram.topDownArray.filter(particle => particle.cue === "url").map(particle => particle.content)
- urls.forEach(url => {
- if (!Particle.ranks[url])
- Particle.ranks[url] = {url, count: 0}
- Particle.ranks[url].count++
- })
- const sortedRanks = Object.values(Particle.ranks).sort((a, b) => b.count - a.count);
- sortedRanks.forEach((rank, index) => {
- Particle.ranks[rank.url] = index + 1
- })
- }
- return Particle.ranks[concept.get("url")]
- }
-
-triesDateParser
- cue date
- extends abstractStringMeasureParser
- float sortIndex 1.4
- description When did they try?
- required
-
-buildernameParser
- extends abstractStringMeasureParser
- description Buildername of the trier?
- float sortIndex 1.5
- required
-
+urlParser
+ extends abstractIdParser
+ description URL to the creation being tried?
+ atoms cueAtom urlAtom
+ float sortIndex 1.1
+ required
+
+creationParser
+ extends abstractStringMeasureParser
+ description What is the title of the creation?
+ float sortIndex 1.12
+
+tryParser
+ extends abstractUrlMeasureParser
+ float sortIndex 1.3
+ description URL to the builder test video?
+ required
+
+rankParser
+ extends abstractFloatMeasureParser
+ float sortIndex 1.05
+ description What is the current rank?
+ boolean isComputed true
+ javascript
+ computeValue(concept, name, parsedProgram) {
+ if (!Particle.ranks) {
+ Particle.ranks = {}
+ const urls = parsedProgram.topDownArray.filter(particle => particle.cue === "url").map(particle => particle.content)
+ urls.forEach(url => {
+ if (!Particle.ranks[url])
+ Particle.ranks[url] = {url, count: 0}
+ Particle.ranks[url].count++
+ })
+ const sortedRanks = Object.values(Particle.ranks).sort((a, b) => b.count - a.count);
+ sortedRanks.forEach((rank, index) => {
+ Particle.ranks[rank.url] = index + 1
+ })
+ }
+ return Particle.ranks[concept.get("url")]
+ }
+
+triesDateParser
+ cue date
+ extends abstractStringMeasureParser
+ float sortIndex 1.4
+ description When did they try?
+ required
+
+buildernameParser
+ extends abstractStringMeasureParser
+ description Buildername of the trier?
+ float sortIndex 1.5
+ required
+
commit 60af2d1004ba3dd8c6cab662868ba609b0c41916
Author: ffff:12.186.22.250 <ffff:12.186.22.250@news.pub>
Date: 2024-12-15 02:55:07 +0000
Subject: updated tries.scroll
diff --git a/tries.scroll b/tries.scroll
index 9a862b2..edb8fd9 100644
--- a/tries.scroll
+++ b/tries.scroll
@@ -4,6 +4,12 @@ tries.parsers
// Put new tries up top
+url https://www.quantamagazine.org/what-is-entropy-a-measure-of-just-how-little-we-really-know-20241213/
+creation What is Entropy?
+try https://www.youtube.com/embed/hu7AW-z3lWw?si=Kp7DIxVF8LyehvMs
+date 12/14/2024
+buildername breck
+
url https://www.indie.vc/
creation Indie.vc
try https://www.loom.com/embed/b715318c683042be8a4bf9a8e8fa84ff?sid=fdc80848-6340-4e44-863f-41b8b938feaa
commit 47b54bd52318c97a63bb04a73f5921b0922e7b7b
Author: ffff:72.234.190.31 <ffff:72.234.190.31@news.pub>
Date: 2024-12-10 06:46:48 +0000
Subject: updated tries.scroll
diff --git a/tries.scroll b/tries.scroll
index 758e537..9a862b2 100644
--- a/tries.scroll
+++ b/tries.scroll
@@ -4,6 +4,12 @@ tries.parsers
// Put new tries up top
+url https://www.indie.vc/
+creation Indie.vc
+try https://www.loom.com/embed/b715318c683042be8a4bf9a8e8fa84ff?sid=fdc80848-6340-4e44-863f-41b8b938feaa
+date 12/09/2024
+buildername breck
+
url https://webb.page
creation Webb.page
try https://www.youtube.com/embed/knll9Qv1IZs?si=rMb2SospBGTuxiiK
commit 3657282e1b98b427106a51c235bfae76fed56e12
Author: ffff:72.234.190.31 <ffff:72.234.190.31@news.pub>
Date: 2024-12-09 23:59:03 +0000
Subject: updated tries.scroll
diff --git a/tries.scroll b/tries.scroll
index c4e0c70..758e537 100644
--- a/tries.scroll
+++ b/tries.scroll
@@ -5,7 +5,7 @@ tries.parsers
// Put new tries up top
url https://webb.page
-creation Web.page
+creation Webb.page
try https://www.youtube.com/embed/knll9Qv1IZs?si=rMb2SospBGTuxiiK
date 12/09/2024
buildername breck
commit 03cd5edf0aa239bf98883530b9e3f06b5f42694e
Author: ffff:72.234.190.31 <ffff:72.234.190.31@news.pub>
Date: 2024-12-09 23:57:50 +0000
Subject: updated tries.scroll
diff --git a/tries.scroll b/tries.scroll
index 172bd32..c4e0c70 100644
--- a/tries.scroll
+++ b/tries.scroll
@@ -4,6 +4,12 @@ tries.parsers
// Put new tries up top
+url https://webb.page
+creation Web.page
+try https://www.youtube.com/embed/knll9Qv1IZs?si=rMb2SospBGTuxiiK
+date 12/09/2024
+buildername breck
+
url https://dbos.dev/
creation DBOS
try https://www.youtube.com/embed/p7i4qOcLbr8?si=ZWDjUHUZuuyuprgY
commit 6a5f4b5393d21815f5119bd8ce6f6db7bb3bb13e
Author: ffff:72.234.190.31 <ffff:72.234.190.31@news.pub>
Date: 2024-12-09 21:00:09 +0000
Subject: updated tries.scroll
diff --git a/tries.scroll b/tries.scroll
index 26d5bd1..172bd32 100644
--- a/tries.scroll
+++ b/tries.scroll
@@ -4,6 +4,12 @@ tries.parsers
// Put new tries up top
+url https://dbos.dev/
+creation DBOS
+try https://www.youtube.com/embed/p7i4qOcLbr8?si=ZWDjUHUZuuyuprgY
+date 12/09/2024
+buildername breck
+
url https://github.com/farcasterxyz/protocol/discussions/207
creation SnapChain
try https://www.youtube.com/embed/MLhJRBOqzZw?si=IymPi0F6-iqMioTo
commit bf99291f45eaa94d5834a46ebb454cdb0b60802e
Author: ffff:173.198.69.239 <ffff:173.198.69.239@news.pub>
Date: 2024-12-06 19:14:16 +0000
Subject: updated tries.scroll
diff --git a/tries.scroll b/tries.scroll
index 768cfb1..26d5bd1 100644
--- a/tries.scroll
+++ b/tries.scroll
@@ -4,6 +4,12 @@ tries.parsers
// Put new tries up top
+url https://github.com/farcasterxyz/protocol/discussions/207
+creation SnapChain
+try https://www.youtube.com/embed/MLhJRBOqzZw?si=IymPi0F6-iqMioTo
+date 12/06/2024
+buildername breck
+
url https://github.com/viktorchernev/DescribeCompiler
creation Describe Markup Language
try https://www.youtube.com/embed/-L6V9Bvdvvg?si=FVIUgJZBgj8HRumV