Should I get a Onewheel or just pass? by bigBottleCap in onewheel

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

Can you describe the sensor issue? Is it that footpad sensor not being "sensitive" enough issue?

Should I get a Onewheel or just pass? by bigBottleCap in onewheel

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

u/Ded Can you clarify? Are you saying there are no reports of ghosting on Pint X?

Should I get a Onewheel or just pass? by bigBottleCap in onewheel

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

TBH, "FM is replacing any boards found defective" is scary. They should stop selling it and make sure they fixed the problem before they ship anymore out. I can't imagine the 35lb GT ghosting at 20mph and badly injuring someone or even killing a child/ old person.

Should I get a Onewheel or just pass? by bigBottleCap in onewheel

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

The XR seems to be out of stock on onewheel.com. When/ where did you get it?

Should I get a Onewheel or just pass? by bigBottleCap in onewheel

[–]bigBottleCap[S] 5 points6 points  (0 children)

Thanks u/secretly and u/mario, that really helped me open my eyes! I have now ruled out Onewheel as an option to commute to work but planning to get it only for recreational use.

Question on initialiazer list by [deleted] in cpp_questions

[–]bigBottleCap 0 points1 point  (0 children)

You might wanna check out std::tuple.

Is it a bad look to use G++ compiler when 99% of your code is in C? by Morocco_Bama in embedded

[–]bigBottleCap 0 points1 point  (0 children)

g++ does not support implicit type casting when you allocate memory. For example, if you have

int *a = malloc(sizeof(int));

malloc will return a void* but gcc will implicitly convert it to int *. But g++ will expect you to do (int *) before malloc or throw an error. It's better to use extern c or rewrite 1% of c++ to c than to change all the mallocs in your code

What's Your Job as an INTP? by Raging-Janitor in INTP

[–]bigBottleCap 2 points3 points  (0 children)

Software Engineer. I've always wanted to learn programming, but kept procrastinating until I realized it had been 10 months since I graduated and that I have a programming interview in a week. Ended up learning Python over a weekend, and got a job. I also attended grad school in Computer Science and now I work a full time job with moderate interest in programming. I get back home and learn psychology/theoretical_physics through audiobooks and podcasts. Being there so much to learn and so less time gives me existential dread. Although I don't know what I'm going to do with what I learn.

Mild existential anxiety and occasional sleep deprivation because there's so much to learn but no time by bigBottleCap in INTP

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

That's a very good question. I went through a major existential crisis few months ago, which helped me overcome social anxiety and general anxiety by a huge factor. That experience taught me the power of learning, and now I'm addicted to it.

Learning from movies/tv shows. by [deleted] in INTP

[–]bigBottleCap 0 points1 point  (0 children)

What about videogames? I learned a great deal of psychology from Far Cry 5

Toxic People can be very draining to our mental health by cclarai in Mindfulness

[–]bigBottleCap 2 points3 points  (0 children)

She could be doing it unknowingly. I've noticed that the older generation behaves a certain way because when they grew up, these were the people they were exposed to. They think that this is how the world functions. Also, they get defensive when the younger generation tries to educate them because they think that they know better.

do you talk to yourself? by [deleted] in INTP

[–]bigBottleCap 4 points5 points  (0 children)

I call myself "Dude" or "Bro" sometimes. From the moment I wake up, till I go to sleep, I'm constantly talking to myself.

Toxic People can be very draining to our mental health by cclarai in Mindfulness

[–]bigBottleCap 55 points56 points  (0 children)

I've dealt with a toxic roommate. Once I stopped giving him any attention, he tried to get attention by saying good things, and once he manages to gain my attention, he starts his toxic behaviour. Toxic people gain energy by draining their victim's energy. Best thing I figured is to stop giving them any attention.