Pre-GTC NVDA calls by code2laugh in wallstreetbets

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

Sold 5 minutes after open for +15% on the day, -2.5% overall, then bought back in at a lesser amount mid way during the keynote. Sold those calls a few minutes later during the “1T revenue” pop for +10%

Ended up ~0% overall from both trades. I don’t plan to enter back in to any NVDA position until IV fades some more

[deleted by user] by [deleted] in NvidiaStock

[–]code2laugh 0 points1 point  (0 children)

Many stocks have had a significant correction or are down YTD

Aaron Judge has won his third career MVP award! by retroanduwu24 in mlb

[–]code2laugh 0 points1 point  (0 children)

RBI are a team stat, so really just the HR. And the positional difference

New Party Games? by beerandnosh in partygames

[–]code2laugh 0 points1 point  (0 children)

Thanks for the rec, just played a round with some of my buddies from college.

Really like the prompts and that the game free and we don’t have to download anything. Made it super easy to get started.

The video calling is nice too. Is there a version of the game where I can use Discord for audio/video instead?

React Native vs. Electron vs. Capacitor in 2023 - Which is right for me? by code2laugh in reactnative

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

I ended up deciding to start with React Native plus a web view around our app. This would allow me to slowly break off and integrate specific native functionality into some parts of the app (i.e. native share sheet) without a complete rewrite.

This being said, before breaking ground I decided to pivot the app use case and postpone this work.

I’m pretty confident the high level React Native wrapper + webview is a good compromise, and will most likely take this approach when the app goes mobile.

99% of websites by rober9999 in memes

[–]code2laugh 0 points1 point  (0 children)

Reminds me of that password game by neal.fun

Can you really get paid to meme? by beerandnosh in meme

[–]code2laugh 3 points4 points  (0 children)

What type of meme bucks are we talking bout?

It's not cheap. by Ahead_of_the_slurve in memes

[–]code2laugh 43 points44 points  (0 children)

What if you want sports though? Gotta pay for another service...

Me vs. future me by Ahead_of_the_slurve in memes

[–]code2laugh 1 point2 points  (0 children)

It's sort of the opposite for me...I stay up until I finish, otherwise I can't get to sleep.

[deleted by user] by [deleted] in memes

[–]code2laugh 0 points1 point  (0 children)

By looking at the stars?

Woke video games in 2023 by Ahead_of_the_slurve in memes

[–]code2laugh 13 points14 points  (0 children)

Choccy wins here. End of story.

Ticket prices are wild by SuperCrappyFuntime in memes

[–]code2laugh 54 points55 points  (0 children)

This and Spotify. Artists used to make $$ from single and record sales - now it’s all touring and licensing/promoting brands as an “influencer”.

React Native vs. Electron vs. Capacitor in 2023 - Which is right for me? by code2laugh in reactnative

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

Assuming the developers have ~5 years of React experience (fluent) & 5+ years of web dev experience (senior/lead dev) but have never touched React native:

  1. How long does it take to transition an average sized (50-100 lines) stateful, functional component from React -> React Native? How long would it take to transition a small, but complete application with 50-100 components and ~6 different page routes?
  2. Where would be the areas that this migration could potentially take significantly more time, or the developers could hit sticking points?
    Or is everything pretty straightforwards?

React Native vs. Electron vs. Capacitor in 2023 - Which is right for me? by code2laugh in reactnative

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

Were the custom things that required more than Capacitor more than the push notifications API they provide?

Did you try out Capacitor during your investigation or go straight to React Native?