ComradeOohAah

joined 2 years ago
[–] ComradeOohAah@hexbear.net 8 points 3 months ago

It would seem Deepseek did not get the memo about the adult brainwashing app I'm making on behalf of President Xi. peltier-laugh

[–] ComradeOohAah@hexbear.net 7 points 3 months ago

Wait till you hear what they teach in finishing school. panting

[–] ComradeOohAah@hexbear.net 14 points 4 months ago (1 children)
[–] ComradeOohAah@hexbear.net 20 points 6 months ago

Xi didn't really personally recruit me to make a CCP Brainwashing Milker. I just wanted you folks to think I was cool. I'm sorry for lying.

spoilerIt was China's ambassador to the US. We've been in contact for years now, ever since I got honeypotted by a CCP findom on tiktok.

[–] ComradeOohAah@hexbear.net 1 points 6 months ago (1 children)

Awesome. I've wanted to try that with a slidemill ever since seeing Thrill do his long ass run.

[–] ComradeOohAah@hexbear.net 1 points 6 months ago (3 children)

Nice! Any specific apps you're looking at?

[–] ComradeOohAah@hexbear.net 2 points 6 months ago (5 children)

Oooh! So jealous! Hope they get through without issues!

[–] ComradeOohAah@hexbear.net 2 points 6 months ago

Thanks! I find spiritual/religious rituals take on an interesting frame when you look at them as a form of early Augmented Reality.

[–] ComradeOohAah@hexbear.net 15 points 6 months ago (5 children)

It's a sky based memory palace passed along through oral tradition. In order to ensure each realm of the palace is unique and individual they must be archetypal representations, putting as much distance in concepts between each other as possible. Given that these are humans creating these palaces they're going to project the sensory experiences they have available that fit those criteria. Nowadays they're called associations. That's going to include things like incense for smell, ritual food sacrifices for taste, and most importantly emotional connections and experiences that frame their understanding about the world. Chakras and the Tree of Life are body based Memory Palaces, working the same way.

The point is to remember that as the skies above us are determinate as a clockwork function of the universe, so are we living below.

 

Hello, fellow Tankies! Welcome back to my continuing adventure of building a lewd VR communist brainwashing experience for Jordan Peterson and his incel masses as per Xi's personal instructions.

Last weekend I finished up the answer selection solution by using the thumbstick to select the diagonal direction and activating a radial slider that corresponds to the answer of that direction. It gives the user a few seconds before locking in the answer. Major props to @aaro@hexbear.net for putting the radial menu of other games in my head and putting me down that path.

I actually had to take apart my Quest 2 Controller to clean the thumbstick as it was sticking so bad that it just got stuck in Down/Right for a while. Cleaning worked but I've lost the touch sensitivity of where your thumb is supposed to rest. I can't think of a time I've actually used that function, that wasn't just novelty, so it can wait for a while before I take it apart again.

Yesterday, I hammered out version 1 of Question serving and Answer handling. As the video shows it now tells you if your answer is right or wrong and then serves up a new question. I've only got handful of questions so far which is why sometimes it looks like the question hasn't changed in the video. I've also made it so the answer is randomly assigned to one of the four answer spots with the wrong answers filled in to the empty spaces afterwards. None of this is set in stone, especially not the graphics or timing or anything, but I just want to get everything working enough for prototyping a full alpha version.

In version 1 of the Quiz minigame I'm not doing any weighting or behind the scenes algorithms, things are purely going to be served according to Random.Range, but in future versions I am planning on building an algorithm that incorporates techniques similar to Duolingo and other learning apps to better encode the brainwashing. stalin-approval

Today I'm gonna clean things up a bit and get the audio manager working so next week I can figure out how best to implement the HIIT style rounds of alternating quiz/lewd stimulation. I may make a NSFW post over in askchapo to see if folks have better ideas than what I'm currently playing around with. I figured this post was clean enough that it didn't need NSFW tagging, but if it does, just let me know, mods.

Previous NSFW post on the app for anyone curious:

spoiler[CW:LEWD JordanPetersonFantasy brought to life] The frustrations of working with VR. Expectations vs Reality

 

So I'm doing a VR experience and today I'm working on using the thumbsticks of the quest controller more like a gamepad to control selection of a UI menu for a trivia game that's going to be in the experience.

Now Unity returns the thumbstick via a Vector2, easy enough. I literally sketch out an XY graph, figure there's a threshold I need to account for for each direction, a much smaller threshold that we can ignore for each plus and minus on the other vector, and if the Vector2 meets all my criteria I can fire off my functions for the direction. So for UP my code looks something like

if(Vector.Y > pressthreshold and (Vector.X < threshold and Vector.X < -threshold){ Print(up!)}

And then I did that for each direction... And it kinda worked. But it was wonky as hell because my quest is old and the thumbsticks drift. So I spent like an hour and a half trying to find just the right thresholds and it just did not want to be consistent...

So I figured I'd ask chatgpt. And it basically spits out: Just take the absolute value of your X and Y and whichever one is bigger is your plane, and then the positive or negative of the value determines your direction.

ARE YOU FUCKING KIDDING ME?

I am in shambles. I have once again overcomplicated the simplest freaking thing.

TLDR: My brain is pudding. Just had to vent. doomer

view more: ‹ prev next ›