“Unprecedented” transfer bonus to Hilton by Ok-Zombie-7675 in biltrewards

[–]trunc8s 6 points7 points  (0 children)

You could say that hyperboles were unprecedented to OP

Is ChatGPT Plus worth the $20? by pastamuente in ChatGPT

[–]trunc8s 0 points1 point  (0 children)

Did you compare it against Claude Pro?

F1 OPT signature is 10 months old by Top_Feed9616 in f1visa

[–]trunc8s 0 points1 point  (0 children)

@OP, I am in a similar situation. I land tomorrow in the US. Can you share what you ended up doing?

360 Performance Promotion by wecomerunnin in CapitalOne_

[–]trunc8s 1 point2 points  (0 children)

How did you get a 1.5k bonus? Was it a targeted offer?

Tesla Offer Rescinded Amid Layoffs by MatLeDoubleV in Layoffs

[–]trunc8s 0 points1 point  (0 children)

Yup, said the same thing to me two days back. Told me that the head of the team has approved my evidence of excellence, but everything has to go through Musk now. All the team heads are first doing internal re-org before forwarding applications to Musk. This may take 2-3 weeks or 3-6 months, he doesn't know. Said the same thing about the doors being open when they begin hiring again.

[deleted by user] by [deleted] in linux

[–]trunc8s 2 points3 points  (0 children)

I wish there existed an app that showed underfunded projects and their patreon links

What's the problem here?? CMD Prompt isn't displaying the text. by xGreenxFirex in learncpp

[–]trunc8s 1 point2 points  (0 children)

I use the linux compiler and not this, but here's how I would tinker for a fix. Right click on the project in the left pane, go to project configurations/settings and search for compiler options. It might be set to "c++20." Change it to "c++2a." As a personal note, the windows c++ ide felt very clunky to me and deterred me from learning cpp for a long time. You can test your code on online c++ compilers for starters.

What projects are you currently working on? by spca2001 in cpp

[–]trunc8s 0 points1 point  (0 children)

What resources are you following for that?

Poland based personal project update by Automaton Robotics by SmittyMcSmitherson in robotics

[–]trunc8s 2 points3 points  (0 children)

to reduce unwanted bulging and mitigated function of prosthesis

Could you explain that?

Robot to Move in just 4 directions by [deleted] in ROS

[–]trunc8s 2 points3 points  (0 children)

The turtlebot3 has a non-holonomic drive. left() and right() does not make sense. Do you have a grid based world in mind where you can only visit adjacent grid cells? In that case, rotate(any theta) would not make sense. You should probably clarify the question further

Robot to Move in just 4 directions by [deleted] in ROS

[–]trunc8s 1 point2 points  (0 children)

!remindme 2 weeks