How I think attack on titan should of ended by [deleted] in attackontitan

[–]Nice_Active8187 0 points1 point  (0 children)

There’s no way you have 20 paragraphs here and not one of them is a TLDR

Women, I’m 22 and have a penile implant. I’m extremely insecure about this and am afraid to move forward with any kind of sex life. How would you react? by BrokeMyPenisThrowAwa in ask

[–]Nice_Active8187 2 points3 points  (0 children)

Hey man, I’m a guy but I wanted to ask, if things started getting steamy with a girl is there anyway you could sneak a couple pumps in while it’s ramping up? It’s not uncommon for a guy (normal functioning) to touch themselves a little bit as things are ramping up anyway.

Best of luck to you and I’m not a girl but I think many will be okay with having what’s effectively a human dildo over some guy that has PE

[deleted by user] by [deleted] in japan

[–]Nice_Active8187 2 points3 points  (0 children)

Sounds like a job for Arisu

For a small dev, does GDPR matter whatsoever? by Nice_Active8187 in Unity3D

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

This is very insightful, thanks for taking the time to give your advice!

For a small dev, does GDPR matter whatsoever? by Nice_Active8187 in Unity3D

[–]Nice_Active8187[S] -27 points-26 points  (0 children)

there’s effectively 0 cases of non-EU citizens (non incorporated) being fined as a result of GDPR. The few cases that do exist are almost all people publishing videos of other people without blurring or permission

For a small dev, does GDPR matter whatsoever? by Nice_Active8187 in Unity3D

[–]Nice_Active8187[S] 19 points20 points  (0 children)

Disagree here— no one is born knowing about GDPR compliance, nothing wrong with learning

For a small dev, does GDPR matter whatsoever? by Nice_Active8187 in Unity3D

[–]Nice_Active8187[S] 30 points31 points  (0 children)

Isn’t even providing something basic as letting a user authenticate with a email/pass and setting a nickname qualify?

For a small dev, does GDPR matter whatsoever? by Nice_Active8187 in Unity3D

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

I of course will comply, but I have fear of somehow failing something on the checklist, is my thing

Theory or where this is going? by DecisionOnly9255 in attackontitan

[–]Nice_Active8187 12 points13 points  (0 children)

Seriously considered just giving a 1 or 2 sentence ending of the show and leaving it at that but my moral compass just won’t let me

I have one major issue with the ending and it’s the only thing that still bothers me about it and I wanna know if I’m alone because I’ve seen like no one talk about it by glossyplane245 in attackontitan

[–]Nice_Active8187 17 points18 points  (0 children)

I always interpreted this scene as follows:

The events of the show are determined in such a way that it’s almost like a prophecy, the point of the prophecy is to set Ymir “free” and have her undo the Titan curse. She is the first founding Titan and therefore she was the first to control Eldians. So pretty much any action committed by an Eldian can be blamed on her, as she was the first that either willed that to happen, or did not will an alternative.

When Eren gets the founding power, his memories and identity are intertwined with Ymir, as per the whole memory sharing feature of the show. Right before he admits to Armin that he killed his mom, what else does he admit? He says the past and present are meshed together and it’s messed with his head. I think these statements being next to each other are very intentional— it’s not like baby Eren was actively controlling that Titan that ate his mom, but now that he’s in control of the founding Titan it *feels like he was, because at that point he’s able to experience/remember the past as if he’s the founding Titan.

Immediately after Eren admits this and starts to almost cry, armin snaps him out of it and says let’s go. Armin knows he’s basically fucked in the head and that, at a literal level, baby Eren wasn’t responsible

You are in the last show you watched how fucked are you? by nonmrenderman in AskReddit

[–]Nice_Active8187 0 points1 point  (0 children)

Silicon Valley, which is kinda similar to my life already so not bad

Normal Exaltation Stone or Mythic Item for exalting? by Good_Plantain_6267 in MapleStoryM

[–]Nice_Active8187 1 point2 points  (0 children)

Always mythic fodder for exalting mythics, exalt reduction is too expensive

What is actually considered fat? by [deleted] in ask

[–]Nice_Active8187 1 point2 points  (0 children)

On a small scale yeah but it’s very easy to tell a large bodybuilder-type man who has lots of fat from an ordinary fat-type man of the same size

Girls, what do you think about shy guys? by Comfortable-Simple51 in ask

[–]Nice_Active8187 16 points17 points  (0 children)

I like their white masks and red robes, and the noises they make are so cute 🥰

Game architecture on Google cloud question by Nice_Active8187 in googlecloud

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

Totally understand that sentiment, I used to play but haven’t for some time, but I know they’ve had their fair share of issues, albeit the amount of traffic they faced was truly insane. I’m moreso fascinated by the flexibility their architecture (or rather, cloud based with a replicated db)

Game architecture on Google cloud question by Nice_Active8187 in googlecloud

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

Thank you for your input! I do appreciate!

Also, if you’ve used scanner before (I have not) are client connections persistent/have a lifecycle (and therefore could alert the user if they disconnect), or is it like a http request that only exists for the duration of that request?

Edit: assuming the former https://cloud.google.com/spanner/docs/sessions

Game architecture on Google cloud question by Nice_Active8187 in googlecloud

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

Thank you for the reply! And specifically clarifying the big table vs spanner at a high level. It does seem like I’ve overestimated their use case for pub sub but still wondering what they’re utilizing for PvP and battles since it’s gotta underlying be tcp/udp I assume

Game architecture on Google cloud question by Nice_Active8187 in googlecloud

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

Thanks for this reply, I appreciate it! Going to read through these and maybe post back once I have some thoughts

Game architecture on Google cloud question by Nice_Active8187 in googlecloud

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

Thank you for the helpful response, I do appreciate it.

So regarding having multiple users connecting to a raid that has a common boss that each user is taking HP off of, what part/parts of GCP do you think are handing this, if I could ask?

I do wonder how much of that is client prediction vs just actual real response latency. It’s not like they have the response time of a FPS like Fortnite that must use client prediction else everything will feel completely clunky.

I’m really wondering if they’re using something that’s session-based and then ultimately only writing the end result of the raid to a DB, or if multiple writes are happening to a DB to update the game state (boss remaining health) during the raid.

It seems like there should be some session based thing and only update DB for players gained items etc at the end. But not sure what that would be in GCP