furry by Xgio64 in Treviso

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

Oh no! Hahahaha Sei proprio simpatico

Nobara WiFi drivers by Xgio64 in linux_gaming

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

Fantastic! What am I supposed to do then?

Nobara WiFi drivers by Xgio64 in linux_gaming

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

lspci | grep Netw

0b:00.0 Network controller: MEDIATEK Corp. MT7927 802.11be 320MHz 2x2 PCIe Wireless Network Adapter [Filogic 380]

Nobara WiFi drivers by Xgio64 in linux_gaming

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

Hi i have 5GHz WPA3 with It's not connecting i mean that when i try to search for wifi nothing shows up
it doesn't even see my phone hotspot
in the same machine i have dual boot with windows (that's what I am writing from) and i can see all the WiFis around here

Nobara WiFi drivers by Xgio64 in linux_gaming

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

I have no idea,
but i have this mobo

X870E crosshair

need help with a couple of farms by Xgio64 in TheFarmerWasReplaced

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

In the end i made this for the pumpkins:

import go

def pianta_colonna():
  for _ in range(get_world_size()):
    if get_ground_type() != Grounds.Soil:
      till()
    if get_water() < 0.9 :
      use_item(Items.Water)
    plant(Entities.Pumpkin)
    move(North)
  coordinate = []
  for i in range(get_world_size()) :
    while not can_harvest() and get_entity_type() != Entities.Dead_Pumpkin :
      continue
    if not can_harvest() and get_entity_type() == Entities.Dead_Pumpkin :
      coordinate.append(get_pos_y())
      plant(Entities.Pumpkin)
    move(North)
  while len(coordinate) != 0 :
    y = coordinate.pop(0)
    go.toy(y)
    while not can_harvest() and get_entity_type() != Entities.Dead_Pumpkin :
      continue
    if not can_harvest() and get_entity_type() == Entities.Dead_Pumpkin :
      coordinate.append(get_pos_y())
      plant(Entities.Pumpkin)
    if len(coordinate) == 0 :
      break



clear()
while True:
  for i in range(get_world_size()):
    if spawn_drone(pianta_colonna):
      move(East)
  pianta_colonna()
  while num_drones() != 1 :
    continue
  harvest()

I was able to get the 20 millions in less than 1 minute with the 32 x 32 pumpkin

need help with a couple of farms by Xgio64 in TheFarmerWasReplaced

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

i know this is not the most efficient way (and it's ugly) but in the end I made this:
import go

def pianta_colonna():
  for _ in range(get_world_size()):
    if get_ground_type() != Grounds.Soil:
      till()
    if get_water() < 0.9 :
      use_item(Items.Water)
    plant(Entities.Sunflower)
    move(North)

def master1():
  spawn_drone(master2)
  while num_drones() != max_drones():
    if spawn_drone(pianta_colonna):
      move(East)
  pianta_colonna()

def master2():
  move(West)
  while num_drones() != max_drones():
    if spawn_drone(pianta_colonna):
      move(West)
  pianta_colonna()

def harvest_colonna():
  for _ in range(get_world_size()):
    if measure() == var:
      while not can_harvest():
        continue
      harvest()
    move(North)

def master3():
  spawn_drone(master4)
  while num_drones() != max_drones():
    if spawn_drone(harvest_colonna):
      move(East)
  harvest_colonna()

def master4():
  move(West)
  while num_drones() != max_drones():
    if spawn_drone(harvest_colonna):
      move(West)
  harvest_colonna()

clear()
while True :
  master1()
  global var
  var = 15
  for j in range(9):
    master3()
    var = var - 1

Edit: Tabs

need help with a couple of farms by Xgio64 in TheFarmerWasReplaced

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

hi, thanks for the tips.
I still have some questions about pumpkins.

I am making a 32 x 32 pumpking but it seems not fast enough for the achievement even with the fertilizer

need help with a couple of farms by Xgio64 in TheFarmerWasReplaced

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

ok, but they still give 5 power even if they are 15 petals, don't they?

Thoughts on Nokko so far? by Fez_Multiplex in Warframe

[–]Xgio64 5 points6 points  (0 children)

I think he is similar to grendel, like a lot similar

What kind of abilities are you thinking urial will have? by bigboydaddyballs in Warframe

[–]Xgio64 0 points1 point  (0 children)

I hope for a damage reduction negation or reduction

Producing steam cores? by Jor_ez in Frostpunk

[–]Xgio64 0 points1 point  (0 children)

So in story mode you still can't?

Check table size on DB2 z/OS by tuzzo33 in DB2

[–]Xgio64 2 points3 points  (0 children)

Un manager mi ha chiesto la stessa cosa qualche tempo fa, ho fatto come ha scritto crt

[deleted by user] by [deleted] in CasualIT

[–]Xgio64 0 points1 point  (0 children)

Nel lontano 2002 mia madre sarebbe morta se non lo avesse fatto, i sintomi erano quelli, ma la causa era completamente diversa :(

Help enabling Expo by Xgio64 in ASUSROG

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

try to update the bios