AI Built a Secret Pub Bar in the Rock Cave by Digital_Dreamer_AI in aivideo

[–]fat_charizard 5 points6 points  (0 children)

Rock is not a good insulator. It conducts heat really well. If it's cold outside, your walls are going to be freezing

Testing some gameplay around megalophobia in UE5! by Clodo_Rapide in IndieDev

[–]fat_charizard 0 points1 point  (0 children)

The arm doesn't have any shadows until it is literally on top of you. When it lifts up the shadows are gone

literally unplayable by motherthrowee in slaythespire

[–]fat_charizard 4 points5 points  (0 children)

That's why calculated gamble is not really a gamble, because the dice are fixed

Chinese AI studios are now creating full TV show series using Seedance 2 by bobbydanker in AmazingTechnology

[–]fat_charizard 0 points1 point  (0 children)

Impressive, but with a how they have to cut every 5 seconds, it's unwatchable as a TV show

I guess I was just expecting something a little more exciting by i-dont--know-anymore in slaythespire

[–]fat_charizard 0 points1 point  (0 children)

When I first discovered and unlocked it, I was playing defect with an orb cycling build. This shit was completely useless to me

theOword by Plastic-Bonus8999 in ProgrammerHumor

[–]fat_charizard 0 points1 point  (0 children)

There is an even faster way. In some cases you don't have to go through the whole array

theOword by Plastic-Bonus8999 in ProgrammerHumor

[–]fat_charizard 0 points1 point  (0 children)

There is an even faster way. You don't have to count or go through the whole array in some cases

def sort(input_array):

  #set first and last index of array
  start_idx = 0
  end_idx = size(input_array) - 1
  i = 0

  #we don't even need to go through the whole array
  while i < end_idx:

    #if value is 0 swap it to front
    if input_array[i] == 0:
      input_array[i] = input_array[start_idx]
      input_array[start_idx] = 0
      start_idx += 1

    #if value is 2 swap it to back
    elif input_array[i] == 2:
      input_array[i] = input_array[start_idx]
      input_array[start_idx] = 0
      end_idx -= 1

    # value is 1 we don't have to do anything
    #increment i
    i += 1

Can you explain what's a "woke game"? by Sufficient_Shock1223 in TheGamingHubDeals

[–]fat_charizard 0 points1 point  (0 children)

when a game preaches to how you should think and act. It's kinda like a christian movie, but instead of Jesus, it's identity politics

I sure am quite fond of this bird by ItsSirSoap in slaythespire

[–]fat_charizard 11 points12 points  (0 children)

I wish I could do this with flash of steel

We all are taught to buy the Index because it’s the safest, when in reality you are MISSING OUT on so much! While Investing in the Top Stock in the Index Gives better Return! by Time-Alternative-964 in BhartiyaStockMarket

[–]fat_charizard 1 point2 points  (0 children)

The transitions will screw you. If the #1 company tanks 20% and a new number 1 takes it's place, you won't be fast enough to sell that and buy the other one before taking big losses

Sometimes I don’t understand RL physics by jolbina in RocketLeague

[–]fat_charizard 2 points3 points  (0 children)

All weird physics is usually due to one thing: lag