SAFE Network Dev Update - February 21, 2019

Thank you, @davidpbrown! I just tried the name with the dot and it went through. :joy: Letā€™s work together to make SAFE Network a success! :wink:

12 Likes

Also thank you to @upstate, @Secretariat415 and @dlux! (Trying not to flood the forum :joy:)

Indeed it looks like an exciting time for MaidSafe and the SAFE Network, Iā€™m very happy to come aboard at such a time. :smile:

14 Likes

Yeh, it definitely makes the transition much smoother.

Iā€™d heard horror stories about typescript compilation times, but Iā€™ve never tried it, ā€˜rawā€™ so to speak. But this way of using it as a test (which you can run separately to any build process, as and when youā€™re ready), really sounds ideal to me. Iā€™m excited to start getting types in and reaping the benefits!

And aye, as we get that going we should look to transition in other repos too!

7 Likes

Iā€™ve never had this issue, but it might be due to limited-sized codebases. Vue with hot-reloading seemed to do it fine. I believe itā€™s an outdated problem, Microsoft worked hard on optimizing the compiler after the most basic features were in. It might also depend on whether you compile everything to a single file or compile every file individually. Individually would be more like how Makefiles work I assume.

I actually hardly compile TypeScript anymore because you can run TypeScript just like Node.js with ts-node, same for tests.

4 Likes

I want to recommend this presentation of Tor on FOSDEM to the crust team @nbaksalyar @ustulation @povilasb @douglas.santos , if they havenā€™t seen it yet. It discusses heavily how to get around for example Chinas firewall and which methods some countries use in attempt to block Tor.

Thanks @draw for recomending this video in previous dev update.

As for the future I would also recommend @dirvine and @nicklambert to watch this presentation if they have not yet watched it. I think when SAFE-network get launched, it would benfit from lobbying who speaks for the SAFE-network and try to give organisations and countries who could see SAFE-netowork as a threat, to give them reason for benefits why they should support the network. The guy from Tor have had alot of talks with political, defense organisations, human rights and so on, giving them different benefits for supporting the tech from the needs they have.

15 Likes

Great update Maidsafe devs,

And welcome @douglas.santos

@dirvine had the shortest time and delivered an infinite message into the audible universe. Moreover these kids on clearnet are making it so easy :rofl: for the SAFE Network

:stuck_out_tongue:

8 Likes

Thanks for another weekā€™s work everyone!

Exciting to see people really starting to build interesting things on top of the network as well, looking forward to testing things out when I get a minute.

Just a quick question Iā€™ve been wondering about for a while. Not sure if itā€™s a dumb one because itā€™s pretty obvious and Iā€™ve not seen it mentioned anywhere, but is there a mobile browser in the pipeline or in existence?

4 Likes

At the moment there is a PoC SAFE Authenticator on mobile, but we donā€™t yet have a mobile browser released. Company wide discussions about future front end releases beyond Fleming, which is a technical network release, are currently ongoing, but a mobile browser has featured in those discussions.

11 Likes

Thanks!

Was just thinking that everyone is so mobile orientated these days, and thatā€™s where we all show off things, so would be a nice way to spread the word. I guess the difference between a native app on the clearnet and one on SAFE doesnā€™t seem so immediately obvious as the difference between going ā€˜on the internetā€™ or ā€˜on the safe network.ā€™ (if that makes sense!)

10 Likes

Yes totally agree, providing Client access via mobile is essential. Once we have the sequence of events agreed weā€™ll let everyone know.

10 Likes

@joshuef what do you think about a mobile browser? Do you think using beaker again would be the way you go? It looks like beaker doesnā€™t have a mobile version yet. And the original SAFE Browser was built from scratch, right?

Where do you think a mobile browser for SAFE would start? :iphone:

1 Like

@whiteoutmashups Whatever happens with a mobile browser, it most certainly wont be built from beaker (as the original SAFE Browser was), as itā€™s based on electron which is desktop only.

Iā€™m not sure where it would start. Iā€™ve got limited (~ zero :stuck_out_tongue:) mobile dev knowledge, so thatā€™s probably more of a Q for our mobile guys ( cc. @AshwinKumar )

5 Likes

Hey @whiteoutmashups, We havenā€™t started the SAFE mobile browser development yet as itā€™s not the part of the current milestone. We might consider this in our upcoming milestones and for starting either weā€™ll look into some existing open source mobile browsers or build from scratch.

6 Likes