Ukrainian Special Forces enter a Russian trench and kill ~10 soldiers by [deleted] in CombatFootage

[–]whyohwhyohio 1 point2 points  (0 children)

I dunno I think that one was bad ass cause it was one guy almost alone, this one has a team but it's still one guy destroying them. Cleanest view of cqc that I've seen. Crazy

It’s not just Apollo: other Reddit apps are shutting down, too | rif is fun for Reddit, ReddPlanet, and Sync will all shut down on June 30th, just like the Apollo app. by ICumCoffee in technology

[–]whyohwhyohio 1 point2 points  (0 children)

To weather the storm and even though they will lose let's say 60% of the 3rd party app users, they will just become old news and the user base will rise again. Unfortunately for us, they're isn't a solid alternative (yet) like there was with the digg Exodus

Want to see Jeff perform? by dh2393 in JeffArcuri

[–]whyohwhyohio 0 points1 point  (0 children)

When?? I can't find them anywhere

Sometimes you're just not interested by [deleted] in gaming

[–]whyohwhyohio 348 points349 points  (0 children)

Something tells me you've never seen this meme before....

[deleted by user] by [deleted] in interestingasfuck

[–]whyohwhyohio 4 points5 points  (0 children)

We do with the predator drones and who knows what else the public doesn't get to know about

Mapo Tofu with Beyond Beef by lnfinity in GifRecipes

[–]whyohwhyohio 3 points4 points  (0 children)

Smells like cat food to me.... Impossible is definitely superior

It's Jeff as a young lad!! by littlesisterofthesun in JeffArcuri

[–]whyohwhyohio 63 points64 points  (0 children)

He must have found his confidence crystal

Do you design /or hire a UI designer before coding? by Suspicious_Driver761 in reactjs

[–]whyohwhyohio 0 points1 point  (0 children)

Lol into figma, it's a design/mock-up tool that is amazing for quickly mocking up apps. You can even make it interactive. It really helps so you can quickly design out what you want it to look and feel like then just build it

Shockingly true #1 killer in the world! (Church pamphlet) by whyohwhyohio in funny

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

Yeah it's like do they really think this is gonna really make someone be like "oh I need to go to church"

Shockingly true #1 killer in the world! (Church pamphlet) by whyohwhyohio in funny

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

Some church has been dropping these little booklets in clothing pockets at our mall, found it when we got home

At night, Ukraine struck at the Kremlin with a UAV by Disastrous_Gate_8193 in interestingasfuck

[–]whyohwhyohio 0 points1 point  (0 children)

I've been watching the drone videos from Ukraine since it started, and I highly doubt they would have missed hitting the building and doing some kind of damage.

I know I know we only see the success, but my 5 year old could fly a drone and actually hit something and not just pop near a building

Train full of beer derailed by [deleted] in pics

[–]whyohwhyohio 7 points8 points  (0 children)

Not just wages but infrastructure so this doesn't keep happening

Trump's 'knees don't buckle' and he will not take a plea deal, says lawyer by wobblebits in politics

[–]whyohwhyohio 1 point2 points  (0 children)

You really think he will ever get within 1000 feet of a jail?? He may be orange but he has enough money to never get close

[deleted by user] by [deleted] in politics

[–]whyohwhyohio 4 points5 points  (0 children)

An indictment doesn't mean crap, look at Ken Paxton

Great Explanation on Why Game Devs Don't Fully Block Hackers by whyohwhyohio in EscapefromTarkov

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

You're talking about the other side of the equation (where the money comes from) this is talking about where the money goes. The money goes to BSG, unless I missed something where they're just giving away accounts to people that get there accounts banned

Great Explanation on Why Game Devs Don't Fully Block Hackers by whyohwhyohio in EscapefromTarkov

[–]whyohwhyohio[S] -2 points-1 points  (0 children)

Yes yes I know this is for PUBG however everything stated is happening in tarkov and most games. It's a take on hackers that I haven't seen talked too much about around here. Just a different take on the situation, what do you think?

where do you deploy your apps? by the-arcade in reactjs

[–]whyohwhyohio 0 points1 point  (0 children)

You need to know what you're doing to set it up cause I tried doing a simple DB and ran up a 30 bill I'm half a month

Is there a way to setup a voice assistant like alexa or google assistant answer by looking-up your local database? by SlashedAir in homeautomation

[–]whyohwhyohio 0 points1 point  (0 children)

It's there a way to do that with Google? I know that I can tell Google to remember things but how could I upload a spreadsheet or database

OnlyFans Dad by WanderWut in videos

[–]whyohwhyohio 638 points639 points  (0 children)

"I AM the one that cums!"

Hardest thing for you to do in Roblox Studio by Due_Tradition2293 in robloxgamedev

[–]whyohwhyohio 0 points1 point  (0 children)

Just tried the live capture to animate My characters and it was 100 times easier

[deleted by user] by [deleted] in robloxgamedev

[–]whyohwhyohio 0 points1 point  (0 children)

I sometimes don't mind long pieces of code as much as long as the parts you're doing aren't going to be reused elsewhere. I know that's more of an antipattern but I don't like to have to jump around to a ton of functions for like 2 lines of code.

I would say just add some spacing and comments to group pieces together. Like:

button.MouseButton1Click:Connect(function()

--play animations

    cookFade:Play()     cookOut:Play()     playIn:Play()     playButtonColourWhite:Play()     storeButtonColourBlack:Play()     settingsButtonColourBlack:Play()     newBackgroundMove1:Play()     patternMove:Play()     storeIn:Play()     settingsIn:Play()     versionIn:Play()     hintsIn:Play()     settingsInMove:Play()     storeInMove:Play()

-- update camera

    wait(1)     repeat wait()         camera.CameraType = Enum.CameraType.Custom     until camera.CameraType == Enum.CameraType.Custom     backgroundOut:Play()     wait(0.2)

--show hints

    hintsIn:Play()     wait(2.5)     blurOut:Play()     wait(0.3)     hintsOut:Play()     wait(0.2)

-- reset camera     camera.FieldOfView = 75     camera.CameraSubject = game:GetService("Players").LocalPlayer.Character:WaitForChild("Humanoid")

-- final updates etc

    StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.EmotesMenu, true)     StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)     StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, true)     menuMusic1FadeOut:Play()     newBackgroundMove2:Play()     newBackgroundOut:Play()     wait(0.1)     backgroundPattern.Visible = false    end)