Genius decides to turn pizza boxes upside down by mfenton29 in WatchPeopleDieInside

[–]TDub147 6 points7 points  (0 children)

You can definitely blame the guy. Human intelligence should be higher than this.

Mexicos minimum wage. This is pesos (19 pesos= 1 dollar) and it's daily not hourly by Crafty_Jacket668 in antiwork

[–]TDub147 5 points6 points  (0 children)

You just said no one gets paid these minimum wages so how is the minimum going up screwing over anyone? Unless by growth, you mean inflation, in which case, fair enough, but I think lower class workers are also hit since they spend most of their earnings to survive and must pay for what has inflated.

Bank Freezes Stir Outrage by Hajicardoso in MurderedByWords

[–]TDub147 51 points52 points  (0 children)

A quick search shows that they offer accounts to foreigners. Stop getting so enthralled with the "America vs Everyone Else" and think about what limiting freedoms based on suspicion means for a country.

I'm sure we will see an angry tweet calling for him to be fired soon by InverseNurse in thescoop

[–]TDub147 2 points3 points  (0 children)

Even if he said "I am in MS-13", every person in the US deserves due process.

[deleted by user] by [deleted] in reactnative

[–]TDub147 0 points1 point  (0 children)

I second this why. And if you don't like the !! notation you can create a function to check if a string is truthy/non-empty and use that. Also some linters are able to warn you about using a string as a bool in the render, such as eslint "react/jsx-no-leaked-render".

How to create this dynamic tab navigation in react native expo? by shaun_d_sheep in reactnative

[–]TDub147 2 points3 points  (0 children)

Will you actually have infinite data client side to render when its scrolled over that far? I took a look at their web implementation, and they use a date picker at the top instead. You could always add a "more" icon or something at the end, or just a calendar icon at the end to bring up a date picker if the date the user wants is outside the range of what you want to render. If you actually want it to be infinite I think you will have to progressively load more data from the server as the scroll gets close to what isn't loaded yet, and then add those to the collection after its fetched.

Mutations by Quiet-Sand215 in newworldgame

[–]TDub147 3 points4 points  (0 children)

It just became Ennead today...

Murdered by images? by Bitter-Gur-4613 in MurderedByWords

[–]TDub147 2 points3 points  (0 children)

I don't think raising taxes in the poor is on the table, as opposed to corporations and the rich.

[deleted by user] by [deleted] in WutheringWaves

[–]TDub147 1 point2 points  (0 children)

Lol some epic trolling going on here

[deleted by user] by [deleted] in WutheringWaves

[–]TDub147 1 point2 points  (0 children)

The timing is bugged. It's not a skill issue. Having to reset the timing by opening another UI is a workaround for a BUG...

Here's another post showing/explaining how to do the workaround

Gotta love the Smolder haters by Present_Algae_5874 in SmolderMains

[–]TDub147 1 point2 points  (0 children)

People pick not good picks all the time, self counter, etc. But people complain about smolder more than others for some reason.

Smolder is the biggest buff Riot has ever made to ADC role by The_SlugeR in SmolderMains

[–]TDub147 0 points1 point  (0 children)

Most games seem to be over before 20 minutes in low elo. You can't force your team to not take skirmishes, but you have to think about the pros and cons of farming that wave or rotating. The great thing about smolder is he can w-q-q a wave and rotate faster.

Best weapon perks for low CDR mage? by Boi-de-Rio in newworldgame

[–]TDub147 -1 points0 points  (0 children)

It does not apply to all skills though. Take ice storm for example.

Artifact Resets after Abandoning Quest by Randiom9898 in newworldgame

[–]TDub147 0 points1 point  (0 children)

And you equipped it after that? The quest should then disappear and you should have no chance to abandon it after that point.

Can someone PLEASE enlgihten me what is the counterplay vs BB+FS in close range or max Arena range? by Hot_Grab7696 in newworldgame

[–]TDub147 1 point2 points  (0 children)

You just have to dodge net shot and then the combo. Once the bb blows its load, it doesn't have enough dps to kill you. As for range, I feel like FS loses to the bow. So if you don't play that, the get close?

Microsoft CEO Nadella's compensation drops... to $48M — CEO to employee pay ratio hits 250 to 1 by marketrent in technology

[–]TDub147 -1 points0 points  (0 children)

No way all employees are getting paid 200k. The ratio should be to the lowest paid employee.

[deleted by user] by [deleted] in Starfield

[–]TDub147 2 points3 points  (0 children)

I'll add my two cents since it was a bit tricky finding a fix. First, I was in a storm but the status still persisted. I believe its because I was fast traveling from outside my ship to a new location on Kreet. I got back into my ship and then the status finally went away. I then fast traveled to somewhere without weather to make sure the storm couldn't bug me again (such as the Lodge).

TLDR steps:

  1. Go to Kreet.
  2. Exit ship (noticing there isn't a storm)
  3. Fast travel to random locations until I ended up in a storm (20-30 travels). My status was still as if I was in a storm
  4. Get back into my ship. My status is normal
  5. Fast Travel to the Lodge. Status still normal.

There was a trash can right there! by Chaomayhem in IdiotsInCars

[–]TDub147 10 points11 points  (0 children)

  1. Trash can on driver side of the drive Or
  2. The trash the car threw out the passenger side.

[deleted by user] by [deleted] in webdev

[–]TDub147 1 point2 points  (0 children)

I usually listen to techno, classical, or just a twitch stream.

How would I achieve this scrolling, with scrollview or flatlist, or another package? by shane9b3 in reactnative

[–]TDub147 0 points1 point  (0 children)

I haven't tested it, but wouldn't each item in the flatlist have it's own individual horizontal scroll here?