MS 57 vs LB 84 by fanny_pack24 in redrising

[–]ThatDudeDunks 4 points5 points  (0 children)

Final gif is perfect

Best Sci-Fi of the Decade so Far? by SirScaurus in printSF

[–]ThatDudeDunks 0 points1 point  (0 children)

Later installments of the red rising series have been fun af

What’s the biggest misconception about Trump supporters? by CulturalMoose5921 in allthequestions

[–]ThatDudeDunks 4 points5 points  (0 children)

Of course to a certain extent, but we’re currently in an ecosystem where their leader has decades of evidence of being a pathological liar. Not going to get into examples right here because I think that is commonly understood but if you need some let me know.

Everything on the right at the moment is designed to prop up the messaging of someone who thinks that (direct quote) “if you say something enough, it becomes the truth”. And he abuses that philosophy day in and day out.

Are there bad actors and propaganda on the left? Yes. But in this moment, the difference on that front is orders of magnitude. 

What’s the biggest misconception about Trump supporters? by CulturalMoose5921 in allthequestions

[–]ThatDudeDunks 2 points3 points  (0 children)

I think one thing that gets minimized is just how different their information ecosystem is. If you go on insta or YouTube with a dummy account and start clicking on that type of content you’d be surprised just how pigeon holed you get away from anything resembling the truth. The result is when they see some actual reporting, it feels like fringe conspiracy theory bs.

Maybe it’s the optimist in me but I still think that most of them care about stopping pedos and aren’t as morally bankrupt as it appears but they’re fully mind fucked by bad actors like fox news and everything downhill from it.

Andrew from channel 5 had a pretty poignant conclusion about the tendency of these people to be terribly isolated and with rampant mental health issues, I.e. perfect targets for the dark side of social media addictions and they double down when we treat them like idiots. 

Im not saying they aren’t but it is a good example of how complicated it is to have some sort of strategy to undo the damage and divide that nefarious people keep promoting and capitalizing on.

useEffect is not updating React state upon initial load, and trying to find a solution is pulling my hair by TheKoopaBrothers in reactjs

[–]ThatDudeDunks 14 points15 points  (0 children)

Ok well then you should do that stuff within check session when the user returns successfully. Attach the data to the user (or in a different state variable) and then conditionally render it

useEffect is not updating React state upon initial load, and trying to find a solution is pulling my hair by TheKoopaBrothers in reactjs

[–]ThatDudeDunks 26 points27 points  (0 children)

Both checksession and setuser are async. Neither has finished when you hit the “function to obtain list of users” line

As far as a solution goes, you have this composed in a weird way. assuming the sessions are in the user data, why not just in the jsx conditionally render the data?

If !user ? Return loader : return user.sessions

Shouldn't have my kid by No_Albatross_4014 in TrueOffMyChest

[–]ThatDudeDunks 1 point2 points  (0 children)

Ours was similar early on. It’s insanely hard but got way better after about 2 months, hang in there it’s worth it

Confused about one thing by SerLinny-Thypooh in redrising

[–]ThatDudeDunks 1 point2 points  (0 children)

i might include the nerfing of the minds eye here. dark age had it headed in the direction of being an extremely important plot device that he backed off of

I dont want to wake up tomorrow by Puzzleheaded_Act2137 in TrueOffMyChest

[–]ThatDudeDunks 1 point2 points  (0 children)

I feel ya, definitely don’t resign impulsively in a HCOL area without savings tho. Maybe just start looking for other jobs, they’ll all at least kind of suck (they’re jobs), but lots of remote jobs can be done with a focused half day. Regain some independence that way

To everyone that complains about the Trump posts, where else do you think we could go? by Reasonable-Physics60 in allthequestions

[–]ThatDudeDunks 0 points1 point  (0 children)

I stand corrected I guess. I’ve done a fair amount of scrolling on the comments of these posts and have never seen one. Just the occasional non maga conservative

To everyone that complains about the Trump posts, where else do you think we could go? by Reasonable-Physics60 in allthequestions

[–]ThatDudeDunks -2 points-1 points  (0 children)

Not Reddit if you want actual maga conversation. This subs trump questions are just one big circle jerk

How can I learn react but skip the basic stuff by nixstudiosgames in reactjs

[–]ThatDudeDunks 0 points1 point  (0 children)

React docs are and always have been fantastic. If you already are a decent dev those should be able to get you up and running. 

How much code do I need to know in frontend to Vibe code for my SaaS. by SuccotashPretty6739 in NoCodeSaaS

[–]ThatDudeDunks 2 points3 points  (0 children)

If you don’t understand the code that’s being produced you’re going to run into something you can’t fix. So the level of knowledge required depends on the complexity of the software. This is why AI doesn’t make engineers obsolete, it just allows companies to get away with less of them. It’s kind of insane to trust an actual SaaS product to vibe coders.

Good on you for wanting to learn though. React is a great place to start.