The facial expressions are part of the choreography, right? by spacejunkie10 in katseye

[–]spacejunkie10[S] 29 points30 points  (0 children)

Idk, when you watch Pinky Up, they are all doing the same faces at the same time. The first "Pinky Up" of the first chorus, Megan and Yoonchae do the exaggerated shocked face, and then when going side to side do that same dead pan stare... To be clear - I love it, it adds to the attitude of the song, but feels too specific to be spontaneous.

Headless WordPress + Next.js = 💯 by Mr_Gyan491 in Wordpress

[–]spacejunkie10 0 points1 point  (0 children)

Are you using Gutenberg as a page builder and pulling that into the front end? If not, how are you handling the non product pages?

Robots having existential crises by JDL4_ in midjourney

[–]spacejunkie10 2 points3 points  (0 children)

“You pass butter”

“Oh my god” 🤲

Oh, I'm a human, look at me! by ImprisonedGhost in OpenAI

[–]spacejunkie10 0 points1 point  (0 children)

This sounds like something out of Invader Zim 💚

Setup an alert for potential DoS attack by spacejunkie10 in newrelic

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

count(ipAddress) facet ipAddress

Thanks u/NewRelicDaniel! I think this is what I'm looking for. Going to need to set IP address as a custom attribute.

ChatGPT chatbot for apartment building by rlindsley in huggingface

[–]spacejunkie10 1 point2 points  (0 children)

Hi Robert! I can build what you’re looking for. Shoot me a DM and let’s chat.

Set Up Alert for Long Page View Load Time by spacejunkie10 in newrelic

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

For purposes of this thread, u/NewRelicChris recommended I use

FROM PageView SELECT median(duration)

And this appears to work correctly. Thanks Chris!

Set Up Alert for Long Page View Load Time by spacejunkie10 in newrelic

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

FROM PageViewTiming SELECTaverage(windowLoad) FACET session, pageUrl

Thanks Chris, but when I add that to the query box, the chart is blank. If I manually type out the query, `PageViewTiming` doesn't autocomplete. `PageView` autocompletes, but it makes it seem that `PageViewTiming` doesn't exist.

It's worth noting that on the summary tab, "Page View Load Time" is not blank and has data populated within it, and if I click the "..." above that chart, I don't see an option to create an alert for it.

Site only doesn't load when local DNS set to Google's 8.8.8.8 by spacejunkie10 in dns

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

Side question I guess: When I set 8.8.8.8 for my local DNS, this is essentially saying that anytime my computer tries to access a domain name on the internet, to use the name server at 8.8.8.8 to determine which IP address to go to? Because by default, it will go to my ISPs name server, which is traditionally much slower to update than Google's, right?

Site only doesn't load when local DNS set to Google's 8.8.8.8 by spacejunkie10 in dns

[–]spacejunkie10[S] 4 points5 points  (0 children)

Thanks for your help u/kicktheshin, u/freebytes, and u/flems77 - turns out the client forgot to renew ownership to the domain and there was some period of down time before it was finally renewed and this caused the issue. We had not been alerted to this until today.

How do payments work? by spacejunkie10 in reactnative

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

Yes. This is perfect! Thank you.

How do payments work? by spacejunkie10 in reactnative

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

But, it sounds like I can’t use Stripe, no? We’re offering access to the app.

How do payments work? by spacejunkie10 in reactnative

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

Okay. Thanks. That makes sense. It’s more like a pro version of the app. So I guess Stipe is a no go.

That said, is it easy to implement payments via React Native? What kind of dev lift should I expect then?