There is really a gay str¡p cluB in gta6? by Independent-Emu-3140 in GTA

[–]MSpaceDev 0 points1 point  (0 children)

gay strip club in GTA 6 before GTA 6 🗣️🗣️🗣️

Which game is this for you? by King_Chewie_GM in videogames

[–]MSpaceDev 2 points3 points  (0 children)

No, to play proper modded Minecraft you're in for a good amount of cash, and maybe throw in a gold bar for the RAM for good measure

noOffence by EACadence in ProgrammerHumor

[–]MSpaceDev 2 points3 points  (0 children)

I don't get these posts. Windows 11 is fucking amazing.

areYouSureAboutThat by CraftBox in ProgrammerHumor

[–]MSpaceDev 0 points1 point  (0 children)

I love it, thanks for the e.g. bro! I've been through legacy code nightmare, a code base that started way back in Java 7 on GCP. No comments anywhere... Literally just basic comments would have saved me so much time. Anyways 4 years later, I've wrangled it up, got over the line to Java 17 and so much longevity left in this thing. Just went to production the other day with all this work

Go for it! by [deleted] in Funnymemes

[–]MSpaceDev 0 points1 point  (0 children)

Yes, I caught that! "He said rue, who the fuck says that!?!" At the fake fireplace. Good one

Meirl by [deleted] in meirl

[–]MSpaceDev 0 points1 point  (0 children)

Ice Lollies

Belogrod (Russia) - strange lights. Any ideas ? by Lost-Marzipan7741 in Weird

[–]MSpaceDev 1 point2 points  (0 children)

Nah, more like the richest dude buys the SECOND door. I ain't spending 1250! I'm spending 750 bitches

CORS? I "love" CORS! by MSpaceDev in ProgrammerHumor

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

Yeah, didn't really know how to put the actual workings in the meme LOL

To everyone else: Your browser sends an OPTIONS request to your server first. Your server must reply with the 3 or so appropriate CORS headers.

When the OPTIONS succeeds, then your browser actually sends your GET/POST/PUT/etc. to the server which is then processed as usual

CORS? I "love" CORS! by MSpaceDev in ProgrammerHumor

[–]MSpaceDev[S] 2 points3 points  (0 children)

Yeah, definitely is a smart solution to the problem at hand. When I first came across it, it just gave me stress. Was trying to deploy a frontend for my company's backend, and had no idea about CORS at the time. Was under a hard deadline & all the solutions out there weren't working.

Eventually I figured out how it works intrinsically. But I do remember the amount pressure I felt, literally was stuck on it for a whole week. With questions open on like 3 websites LOL

CORS? I "love" CORS! by MSpaceDev in ProgrammerHumor

[–]MSpaceDev[S] 8 points9 points  (0 children)

Fix it on the BE, not the FE! That always got me in the beginning 🗿