• 0 Posts
  • 384 Comments
Joined 3 年前
cake
Cake day: 2023年8月19日

help-circle




  • Empire total war on release, the battle AI was absolute garbage to the point where you can just start as the Netherlands, walk over to Paris and take their country.

    Before everyone researches fire by rank you could just spread out the infantry and have 2x firepower. Cavalry charges straight into you, pathfinding was so bad that you’d have a single column of men moving through a wide area. Fucking loved it though, it was a grand strategy spectacle and naval battles felt intense.

    I had fun unlocking the pirates via config file edit and spamming out general units from a single buccaneer sword infantry and took over all of the Americas.









  • The way I see it is that you’d do it gradually by laying a foundation first such as crushes, why people get married and how girls start looking nicer.

    Then you hammer it home on how to not get STDs and preggo. Then if they end up bringing someone home you introduce them to the “energy for the kid” vs “money for the kid” tradeoff for timing getting a baby and saying that not having one is fine too and their decision.


  • There are still things that work on X11 that don’t work on Wayland but Wayland has more security, more features and is actually being developed now.

    Pick your distros default, if something graphical doesn’t work switching might do the trick.

    Common issues with wayland are mostly related to screen sharing or lower level thingies like programmatically pressing the mouse.

    Common issues with X11 is VRR, HDR, fractional scaling and multi monitor configuration.






  • Is this bait? Zig and Go are very much serious, especially Zig.

    Generally python/Javascript is good for learning the basics. To know how types work learn c#/java/go. To learn how the memory works Zig/C are good. To learn about what a fully defined behavior means in a program you learn Rust. To learn what actually happens on the processor you learn assembly.

    Honestly, if you’re hyped about Zig go for it, although I’d suggest “warming up” by doing a tic tac toe in python.