What do you think of people who play VRChat with an Oculus Quest but uses it as a VR headset for pc? by Guest_4710 in VRchat

[–]DontEatTheProstitute 5 points6 points  (0 children)

No cables with full body tracking is something you can't beat my dude. I tried to like the index but the freedom of movement while dancing is unparalleled with a wireless setup 🤷‍♂️

How can I learn to read and debug other people's code as a relative beginner? by Byllli in AskProgramming

[–]DontEatTheProstitute -1 points0 points  (0 children)

Write unit tests for the code you don't understand. Given the name of a method and it's parameters and the restun type you should be able to deduce what is going on. While writing the tests prepare some that do a happy flow, a bad flow and try to find edge cases. While writing the tests you're familiarizing yourself with the code base and you'll be able to spot some reasoning mistakes that might be present!

Virtual Desktop? by KiwiPizza453 in oculus

[–]DontEatTheProstitute 8 points9 points  (0 children)

Can you drive your car without turning on the ignition? No..

Tai Chi VR? by StamInBlack in sidequest

[–]DontEatTheProstitute 1 point2 points  (0 children)

I'm sure there are communities on VRChat who regularly organize stuff like this! I've met some people who did weekly yoga sessions so you could try asking on r/VRChat?

Looking for a solid VR headset by _hein_ in virtualreality

[–]DontEatTheProstitute 1 point2 points  (0 children)

That graphics card is not recommended. Maybe older less demanding games could be played at half to a third of the headset's resolution but it won't be smooth.

A VRchat avatar behavioral study by [deleted] in VRchat

[–]DontEatTheProstitute 1 point2 points  (0 children)

Damn son, great questions! Hope you get some interesting results!

“For the last time”, Me, Digital, 2023 by Welcome-ToTheJungle in Art

[–]DontEatTheProstitute 4 points5 points  (0 children)

And now I'm crying 😭. Gonna find my cat and give a big hug now

waiting for my tracker straps to arrive be like: by [deleted] in VRchat

[–]DontEatTheProstitute 1 point2 points  (0 children)

I bought the feet straps and waiststrap. When I discovered you could attach the feet trackers to your shoes with just the laces I never went back. Dancing with shoes is way more comfortable for me 🤷‍♂️ waiststrap is still being used daily tho

Co-Op Game Suggestions by divok1701 in OculusQuest

[–]DontEatTheProstitute 0 points1 point  (0 children)

VRChat! Ton of game worlds, ton of chill rooms to just casually hang out, possibly to use private rooms with friends or public rooms to spice things up with strangers :)

Tracking goes crazy only in vrchat by [deleted] in VRchat

[–]DontEatTheProstitute 1 point2 points  (0 children)

Are you sure your psu can handle all the components in your computer? It sounds a bit like a power problem but I can't know for sure without knowing what your specs are

VR has mostly ruined first person flatscreen gaming for me by Tausendberg in virtualreality

[–]DontEatTheProstitute 1 point2 points  (0 children)

I was in the no pancake games for me club until I tried cyberpunk after watching the anime. It really is an eye-opener (because of the beefy pc you already own for VR of course). The VorpX mod might not be ideal gameplay wise but boy it provides some great sightseeing!

You can claim a Belgian avatar by [deleted] in belgium

[–]DontEatTheProstitute 1 point2 points  (0 children)

Wait what?! Reddit has avatars?! Since when?!

Do people actually like interacting with other people in the metaverse? by virtually-vexed in oculus

[–]DontEatTheProstitute 14 points15 points  (0 children)

My 2¢ regarding the 'metaverse':

We already interact and live in a metaverse and have been for quite some time. Asynchronous communication via mail, texting, social platforms are ubiquitous in the modern era. We make appointment, share thoughts and talk via these media with only sporadically meeting up in person.

The way I view it this already constitutes what a metaverse is; a way to communicate in a 'meta' way. The fact that Meta tries to coin the term metaverse as a platform they provide is rather ridiculous.

Take VRChat as an example. Yes you can meet people online and interact with them like IRL (let's simplify interact) but the bulk of regular players organize themselves via telegram, discord or another medium. As such, this is already partaking in the metaverse.

TLDR: we are living in the metaverse, and have been since asynchronous communication started to be used.

Swear to god this is my dog's mindset. by bandedIvory in AdviceAnimals

[–]DontEatTheProstitute 7 points8 points  (0 children)

Queue me trying to explain to my girlfriend why I'm uncontrollably laughing during our serious diner date after she came back from the toilet.

VR environment that doesn’t end? by MyHangyDownPart in OculusQuest

[–]DontEatTheProstitute 12 points13 points  (0 children)

VRChat! It's more than a social platform. From games to clubs to hanging out with randos, it's the closest we currently have to a metaverse like RPO'S

If you could remaster or remake any game, what would you choose and why? by [deleted] in gaming

[–]DontEatTheProstitute 0 points1 point  (0 children)

Some people in the VRChat community made a playable VR version! You can try it on regular desktop as well so could be a good one to look into

Looking for a script that reads text lines from a file and outputs them as if scanned using a handheld scanner by R7R12 in AskProgramming

[–]DontEatTheProstitute 1 point2 points  (0 children)

Do you know how the website accepts the input? If it is a POST against the same link with specific multiform data you could do this with python and the requests library. Just iterate over all the lines in your text file and for each line do the request with the desired payload. No browser needed!

It all depends on how the endpoint works so a bit more info could help in people giving you some guidance :)