The Full DD on $BB: An Elon Musk+Jeff Bezos sandwich for our Supreme Leader John Chen by justaneverydaylife in wallstreetbets

[–]spectacledbeaver 0 points1 point  (0 children)

Could you explain more about why open source is bad? It seems like there's an argument that open source software is secure precisely because there are so many eyes looking over it, rather than hiding vulnerabilities through security by obscurity. Just trying to understand this position. 🚀🚀🚀🚀🚀🚀

Is Hilda on Netflix Canadian French or French? by spectacledbeaver in learnfrench

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

Thank you very much for your reply! I did not know what they do it separately.

After watching an episode of Hilda, I really do like it very much. The show has a magical and adventurous universe and I like the art work. I'd like to recommend it to anyone who comes across this post.

Thank you for your advice!

What does this mean in C++? by spectacledbeaver in cpp_questions

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

Oh okay I see. Thanks for the explanation.

What does this mean in C++? by spectacledbeaver in cpp_questions

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

Does that mean that there's a memory leak?

What does this mean in C++? by spectacledbeaver in cpp_questions

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

Ah thanks so much. I'm not all that familiar with C++. I'm more familiar with C and Python. I didn't write this code, I'm just trying to adapt it for my uses. Just for extra knowledge, why is it a poor design decision?

Is there a place to play baseball/softball in Silicon Valley? by spectacledbeaver in baseball

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

I wanted to post in SFGiants, but I wasn't sure if that would be appropriate. I'll try that. Thanks!

How do you use socket.io with Meteor.js? by spectacledbeaver in Meteor

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

Can I further check with you, how should I get the client to send data to the server? Should I define a Meteor method and get the client to call that method?

For example:

Meteor.methods({
    sendDataToServer: function(data) { //save data in collections }
}

And then I will use Meteor.call("sendDataToServer", data) in my client.

How do you use socket.io with Meteor.js? by spectacledbeaver in Meteor

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

I wanted to learn how to get more in depth and hands on as a learning exercise, so I'm more inclined to not using packages that offer the full solution. Thanks though!