• 0 Posts
  • 4 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle

  • I got lost a few times too, but I think they did a good job of providing mitigation for that with specific large landmarks you can see at least one of from anywhere, like the big tree, the mountain, the windmill.

    I understand what the devs were trying to do by not having a map. When a map is there, especially an always-on minimap, I basically spend my whole time with my eyes glued to that tiny corner of the screen rather than actually looking at the world. So I can respect the decision to try and do without any map.


  • What else are you going to do, though?

    If you have some particular and complicated task then sure you’d probably write a program for it in a specific high-level language. But that isn’t what the shell is for.

    If you’ve already got a bunch of apps and utilities and want to orchestrate them together to do a task, that’s a good shell use case.

    Or if you have a system that needs setup and install tasks doing on it to prepare for running your actual workload, that’s also a task which the shell is ideally suited to.

    Shell scripting always has a place, and I can’t see it being made obsolete any time soon.