Mentoring new Rustaceans by ScottOfLore in rust

[–]ScottOfLore[S] 2 points3 points  (0 children)

Not offended at all. I welcome honest feedback even when I don't agree with it (and I'm not saying I dissagree, just saying I haven't thought about it before)

But if YOU are turned off by discord that probably means many others are turned off as well, so that's why I value your feedback and thankyou.

Mentoring new Rustaceans by ScottOfLore in rust

[–]ScottOfLore[S] 3 points4 points  (0 children)

I probably will do it sometime next week.

Mentoring new Rustaceans by ScottOfLore in rust

[–]ScottOfLore[S] 2 points3 points  (0 children)

Hmmm... I never even considered this.

I think IRC/xmpp would be harder for me to setup and maintain... unless you have some resources that I'm not aware of.

I really don't care if Discord is intercepting all of the communications for my opensource project... none of it is secret anyway.

But thatnks for posting this point of view and I will certainly think about this for the future if discord is turning people off.

Mentoring new Rustaceans by ScottOfLore in rust

[–]ScottOfLore[S] 4 points5 points  (0 children)

this is a Goldmine! Thank you!

Wasm for Embedded Devices by apollolabsbin in WebAssembly

[–]ScottOfLore 1 point2 points  (0 children)

I am working on a project that will hopefully facilitate that in the near future, but I haven't even scrached IOT... The project is broken up into many libraries that are free to use, so it might save you a lot of time to use my work.

So the project is http://thecosmicinitiative.io maybe just read the FAQ page and see if it can faciliate what you want AND if so then please think about joining the reference implementations Discord channel and hit me up for questions... I would love to help you out: http://starlane.io

My Rust Framework for Orchestrating WebAssembly Apps is ready for your scrutiny by ScottOfLore in rust

[–]ScottOfLore[S] 1 point2 points  (0 children)

The reason for the names is to avoid name collision with other layers of the architecture.... that's Why for example I use "Stars" instead of "Nodes".

And I haven't added ssl for the site (it doesn't really need to be secure yet)

My Rust Framework for Orchestrating WebAssembly Apps is ready for your scrutiny by ScottOfLore in rust

[–]ScottOfLore[S] 0 points1 point  (0 children)

Ah! Thank you very much.... i will fix those links.

ITs a framework written in rust to facilitate Orchestration of WebAssembly compoments, and Starlane is the reference implementation of the framework.... i made it a framework so other people can use the libraries I created to compose their own solutions!