Skip to content

Commit 34a5afe

Browse files
committed
adds notes from SC meeting
1 parent 6c5f320 commit 34a5afe

File tree

1 file changed

+81
-0
lines changed

1 file changed

+81
-0
lines changed

meetings/2016-09-06.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
# Meeting September 6, 2016
2+
Moderator: @hipsterbrown
3+
Notes: @frijol
4+
Attending: @tcr
5+
6+
## Agenda
7+
8+
9+
## Notes
10+
### Node 6 CLI compatibility
11+
* @tcr has a PR open, if passes tests it's there :)
12+
* When to release? Node 6 release is Oct sometime (no clear exact date).
13+
* Might as well test & release ASAP to get some testing in before 6 is LTS
14+
15+
### Rust API support
16+
* Great progress at Tesselcamp, including accelerometer release
17+
* @tcr "everything I wanted to be done, is done"
18+
* Leverage semver for continued improvement – API could break, we're pre 1.0
19+
20+
### Mesh networking
21+
* @hipsterbrown got ad hoc networking functional on Tesselcamp day 1
22+
* More networking can be done here
23+
* Specifics of mesh communication might be different
24+
* Overall: good progress, almost have syncing for PouchDB (might need some support from PouchDB folks)
25+
* Pretty close to a syncing database solution between tessel-slack
26+
27+
### Docs fixes
28+
* Lots got done by @frijol at Tesselcamp, many issues resolved
29+
* Always more to do, issues v. contributor friendly
30+
* @frijol and @hipsterbrown had a useful conversation about what is API docs vs. what is tutorial
31+
* @hipsterbrown requests that people make issues for things that would be easier to understand with Fritzing diagrams and examples
32+
* @tcr and @frijol agreed that modules can move from t2-start to t2-docs, pending technical viability
33+
* Still need to figure out thoughts re separating USB and IO modules
34+
35+
### ESP32
36+
* Announced January, came out today! ooo ahh
37+
* Order of magnitude more ROM than ESP8266
38+
* Supports both Wifi and Bluetooth
39+
* ESP8266 has been very well received - delivered on what people actually wanted
40+
* The catch: not ARM or MIPS, their own core architecture.. all they have is jcc compiler
41+
* Might be hard to get Node or Rust on it because there's not yet a way to compile that
42+
* Not well tested or documented yet because it literally came out today
43+
* There will be good support and community for it
44+
* It could be made a Rust target if we decided it was worth it, but we'd have to try it out first
45+
* For Reach, we might have to get creative to make it work. Last time we got creative we ended up rewriting Node core libraries in Lua, so step carefully with that idea
46+
* Not really an ideal chip for Reach, but might as well check it out and find out how compelling it is
47+
* Code is open source
48+
* @tcr: 2 things that would make this compelling for Reach 1) someone starts an LLVM or 2) pick up LLVM C target and see if it works
49+
* @tcr: could throw a wrench into our current concept of supporting Rust - other targets are already Rust-ready
50+
* Easy to see this turning into a massive project with multiple maintenance-requiring toolchain repos
51+
* Could work fine if we don't want to try making Reach user-facing, if we just had Tessel pipe stuff over & we wrote everything in C
52+
* It *is* possible to write Rust for the SAMD21, @tcr has done it
53+
54+
### Moving forward with website redesign
55+
* Need to figure out how to get people involved – timeline, recruiting people, leader?
56+
* Seeking champion, best if SC members aren't also leads of working groups
57+
58+
### Tessel bridged mode
59+
* @nodebotanist might have gotten something working here?
60+
* It is possible to do by toggling wifi --on and --off in a specific order (@hipsterbrown mentions)
61+
* Not a current focus, will try to get to this in a few weeks
62+
63+
## Action items
64+
### Bumped from last week
65+
* [ ] @tcr Write a "Meet a Tesseler" about yourself.
66+
* [ ] @hipsterbrown Draft/write the Captive Portal RFC.
67+
* [ ] @tcr Successfully publish new templated email with SendInBlue
68+
* [ ] @rwaldron Collect best practices for code.
69+
* [ ] @tcr Inventorize Tessel merchandise, dig up Reach
70+
71+
### New
72+
* [ ] @tcr test Node 6 supporting PR, assuming pass @hipsterbrown release CLI by next week
73+
* [ ] @tcr write instructions for Rust T2 init, include any necessary warnings
74+
* [ ] @tcr check feasibility of moving module tutorials with current formatting benefits over to docs
75+
* [ ] @hipsterbrown chat with @rwaldron and @reconbot about database support and tutorial
76+
* [ ] @hipsterbrown move toward getting someone to champion tessel.io redesign: get GH issue to ready state by next week
77+
* [ ] @tcr lead a conversation on #engineering about a Tessel version with more storage
78+
* [ ] @rwaldron discussion about compiler bugs bumped to next agenda
79+
* [ ] @frijol get something started re Learning WG
80+
* [ ] @hipsterbrown @rwaldron @tcr @frijol each write something for the TWIT by Thurs (check out the issue), @frijol send it out Monday
81+
* [ ] @hipsterbrown publish Rahul's blog post

0 commit comments

Comments
 (0)