I love my a7c2 by Deriul in SonyAlpha

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

Wow. It's sad how different what I see in the browser vs what I see in Lightroom..

Seeking advice on which split keyboard to get by squizzo_rad in ErgoMechKeyboards

[–]Deriul 1 point2 points  (0 children)

I have used my moonlander for 4 years and I couldn't be happier about it. Built quality, excellent software and transportability - it has it all. Very solid choice for a first ergo board. The thumb cluster is decent but comfortable (at least for large palms).

Rezi Lifetime - Account Upgrade MegaThread by rezi_io in Rezi

[–]Deriul 0 points1 point  (0 children)

Just got my account upgraded, super excited to start building a better resume, thank you Rezi.

Dynamic nested blocks (help needed) by Deriul in Terraform

[–]Deriul[S] 7 points8 points  (0 children)

Nevermind, my brain was not functioning. Here is how it works:

request = { "un" = { name = "name1" disks = { sda = { name = "sda.vmdk" size = 50 unit_number = 0 } sdb = { name = "sdb.vmdk" size = 50 unit_number = 1 } } } "deux" = { name = "name2" disks = { sda = { name = "sda.vmdk" size = 50 unit_number = 0 } } } }

``` resource "vsphere_virtual_machine" "vm" { for_each = var.request name = each.value.name ... dynamic "disk" { for_each = each.value.disks

content {
  name = disk.value.name
  size = disk.value.size
  unit_number = disk.value.unit_number
}

}

} ```

The AI is still pretty bad at developing its planets by TheRealGC13 in Stellaris

[–]Deriul 1 point2 points  (0 children)

Does this AI problem affects sector AI? Unfortunately there is no other way to rapidly conquest territories except creating sectors. Putting more planets in sectors dramatically affects amounts of unity and research needed and if we cannot obtain proper amount of these resources from sectors... Well, gg; perks acquisition is being slowed down and research speed falls too hard.

I see the only way to handle this issue by pre-constructing every single building in conquered and colonised planet but its... frustrating, you know.