Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ZU
Posts
0
Comments
7
Joined
2 yr. ago

  • That's how it used to work, but modern GPUs pretty much auto-overclock based on their assigned power target. Undervolting traditionally would mean less power at the same clock. But modern GPUs would just see more power available in the budget to boost clocks further instead. At least in most cases. If you go extreme enough on the undervolting it may hit a point where it won't boost clocks anymore and actually start reducing power consumption.

  • I thought the same for the longest time. I blame playing tons of runescape as a kid.

    I am an American so mold spelling is definitely what I ran into when referring to the fungus. Runescape is British English, so you used moulds all the time in crafting.

  • Vintage Story

    I've always heard it described as Minecraft meets Primitive Technology. I would say that is quite accurate. Maybe some (optional) Don't Starve like elements where you have to worry about the temporal rift (sort of like insanity) and drifters (largely at night).

    Technology progression is much slower than Minecraft. Also much more involved. Want a stone axe? You have to place a stone on the ground and use another stone to knap it into shape first. Make an iron shovel? You have to heat up the ingot first and then beat it into shape on an anvil. If you are too slow and it cools down you have to heat it up again.

    Farming has 3 nutrient groups, so fertilizers and crop rotation is important.

    Leather making is a multi step process of soaking hides in various liquids.

    It has a built in and very extensive guide/wiki. It also has a native Linux build.

  • Butter! You don't need much, just a thin layer. Rub a little butter onto your fingers then rub the pill itself. Can help mask the bitterness of the pill and prevent it from sticking to their tongue. Was a big game changer giving pills to my cat.

  • I personally use C# via Visual Studio only so I don't have too much experience outside of this, but I know Visual Studio Code has a C# extension and VSCodium should also work. If you are set on really not using as much of Microsoft's products as possible, you will still have to use the dotnet sdk. From the terminal you would then call dotnet such as dotnet new, dotnet build, dotnet run, etc.

    https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet

    dotnet sdk is open source -> https://github.com/dotnet/sdk