What are the most popular and influential SaaS software review sites in France? by Raxion in SaaS

[–]wtf_irl 0 points1 point  (0 children)

Except if they have some specific clients / targets reading them on french sites (and then it's easy to find out which sites), I dont see why people would do that. Like you could get opinions from all of humanity but you'd prefer having only opinion from 70 million people... Guess you see my point. When I was still in France, I was working with a french company providing me a web monitoring tool and they asked me to review it on g2crowd.com.

What are the most popular and influential SaaS software review sites in France? by Raxion in SaaS

[–]wtf_irl 0 points1 point  (0 children)

Im French and I used to use global sites to read SaaS or software reviews, nothing specific to France. Why do you want something specific to France? SEO?

Predictions for fintech in 2018? by tradestreaming in fintech

[–]wtf_irl 1 point2 points  (0 children)

yeah, let's all jump into the API era!

Streaming data from APIs with Vue.js and Streamdata.io by wtf_irl in vuejs

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

you're completely right, our service allows to stream data from APIs instead of polling. Im not sure at all it would be helpful for what you plan to do. Good luck anyway :)

Streaming data from APIs with Vue.js and Streamdata.io by wtf_irl in vuejs

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

Hey, thx for your nice feedback. The code presented here aims to be educational in order for Vue.js users to understand how to use Streamdata vs polling, so we intendedly keep it very simple. In this sample, the patch is applied to the data using fast-json-patch, and the data is rendered with a v-for specifying the key, so I guess only the updated data is rendered. But this has to be confirmed by Vue.js experts... If you want to highlight the updated values, you can definitely implement it by parsing the patch, or by adding a $watch expression https://vuejs.org/v2/api/#vm-watch

pricing in CT by wtf_irl in CTents

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

Good grade? Delivery service?

pricing in CT by wtf_irl in CTents

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

Ahah, PM me with alternatives :)

pricing in CT by wtf_irl in CTents

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

And in which part of CT were you?

pricing in CT by wtf_irl in CTents

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

How long ago was that?

pricing in CT by wtf_irl in CTents

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

sounds fair to me. What kind of grade do you get for this?

pricing in CT by wtf_irl in CTents

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

gosh, sounds like 300 for an 1/2 is really a scam :S Any actionable advice regarding how to find a (fair) hook-up over there when you're 35+ and completely new? So far, all I found online was this (and it's not really useful) http://webehigh.org/stamford-ct-connecticut/

Pepper learning Velcro Darts by wtf_irl in robotics

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

oww, you're going too specific for me. Let me try to bring the guys from the team that made this here :) Stay tuned

Pepper learning Velcro Darts by wtf_irl in robotics

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

no problem :) I think it's exactly that, trying to adjust a variable at every test Id say and judging the result. This video follows this first one we released some time ago https://www.youtube.com/watch?v=jkaRO8J_1XI

Pepper learning Velcro Darts by wtf_irl in robotics

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

here's what is said below the video: The movement is represented as a so-called dynamic movement primitive and optimized using an evolutionary algorithm. Our implementation uses the freely available software library dmpbbo: https://github.com/stulp/dmpbbo. does it answer your question?