Skip to content

Commit 336815f

Browse files
authored
Update links.md
1 parent 27ecc92 commit 336815f

File tree

1 file changed

+36
-6
lines changed

1 file changed

+36
-6
lines changed

links.md

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ title: Link Research
66

77
## To Research
88

9-
* https://www.youtube.com/watch?v=5V1ynVyud4M
10-
* https://medium.com/open-collective/cycle-js-a-unified-theory-of-everything-for-javascript-e266ac9a59ad
11-
* https://vimeo.com/217444733
12-
* https://github.com/Widdershin/bonsai-editor
13-
* https://github.com/Widdershin/stream-tree
149
* making sure everything can be visual (pool, math.random) https://github.com/cyclejs/cyclejs/issues/581
1510
* https://github.com/gelisam/frp-zoo
1611
* http://conal.net/papers/push-pull-frp/
@@ -36,7 +31,7 @@ title: Link Research
3631
* [CycleJS Component Difficulties](https://www.youtube.com/watch?v=CU8jtb6UBGg&feature=youtu.be&t=46m15s)
3732
* [Joe Edelman - citizen logisitics](http://nxhx.org/) and [Chatterbase](http://alpha.trycarbide.com/@jxe/6d5e19369ddb9cc4728510e11a3f7586)
3833
* http://explorabl.es/reading/
39-
34+
* https://github.com/raymestalez/nulis
4035

4136
### Unordered
4237

@@ -128,6 +123,41 @@ title: Link Research
128123
* Hacker's Delight: Despite the cringingly misleading title, this is the best book ever written. I'm in rapture. TODO add this to the top of the list as well.
129124
* I'm really enjoying reading his blog from when he, like me now, was 23. Sounds like he was trying to find his way, post-hell-grad-school, and post-break-up with Joanne (which is heartbreaking).
130125
* TODO continue reading his blawg after 5/11/01.
126+
127+
128+
* [Andre Staltz: The Past, Present, and Future of Cycle.js. Part I – CycleConf 2017](https://vimeo.com/216787869)
129+
* fun to see the whole history of how he came to CycleJS through intuition
130+
* crazy to see how collaborative this project is! Makes me glad I'm now a supporter.
131+
* Great talk, very informative. I wouldn't have needed to chat with Andre as much if I had just found this video (which I almost did, because I did find the slides for this talk)
132+
133+
134+
* [Andre Staltz: The Past, Present, and Future of Cycle.js. Part II – CycleConf 2017](https://vimeo.com/216975979)
135+
* TODO
136+
137+
138+
* https://github.com/Widdershin/bonsai-editor
139+
* it's like stream-tree but with a GUI. drag and drop editor for dataflow diagrams
140+
* first version was with mouse-controls, but now working on keyboard shortcuts
141+
142+
143+
* https://github.com/Widdershin/stream-tree
144+
* write application by writing an ASCI graph, which turns in JS code
145+
146+
147+
* https://medium.com/open-collective/cycle-js-a-unified-theory-of-everything-for-javascript-e266ac9a59ad
148+
* [convinced me to support on open collective!](https://twitter.com/stevekrouse/status/908773352873037826)
149+
150+
151+
* [Nick Johnstone: The Hitchhiker’s Guide to Cycle.js – CycleConf2017](https://vimeo.com/217444733)
152+
* Great story about doing time travel, hot reloading, collaborating with Andre
153+
* Gotta send him an email TODO
154+
155+
* [Chris Granger Eve at Strangeloop 2015](https://www.youtube.com/watch?v=5V1ynVyud4M)
156+
* Holy crap Andre Staltz was right! I really needed to re-watch this video. It's almost identical to my pitch for StreamSheets.
157+
* They explain how they came to datalog from the Berkley BLOOM project
158+
* They have a spreadsheet like interface but stuck to a text-based datalog interface to speed up prototyping (but in my opinion CycleJS is the real text-based prototype of this)
159+
* However, they did try doing it with a spreadsheet GUI thig! Even an HTML WYSIWYG with layers!
160+
* When trying to explain queries to each other, they drew diagrams for them (sounds like CycleJS dataflow diagrams)
131161

132162

133163
* [isomorf.io](http://isomorf.io/)

0 commit comments

Comments
 (0)