Skip Navigation

Posts
16
Comments
396
Joined
3 yr. ago

  • Your assumption is that 100% people you meet outside use a Desktop PC at all.

  • NT is often touted as a "very advanced" operating system. Why is that? What made NT better than Unix, if anything?

    NT was very advanced compared to its prior Kernel, not compared to Unix.

  • I don't like it either, but I'm not entirely sure why. Maybe the biggest flaw to me is it uses Python style indentation for structuring as part of data logic. It doesn't feel like a configuration language to me and it does not feel simple too. It's also unlike most programming language structures (maybe besides Python), so it looks weird to read and write. Other than that, I don't know exactly why I don't like this format much. Admittedly, I did not do much in YAML, so because lack of experience take my opinion with a thick grain of salt.

    We have JSON and TOML. I quiet like TOML. We have "better" alternatives, that are probably easier to parse. And therefore there is not much need for YAML. Maybe if YAML was the default config format for Python it would get off the ground and be accepted more often.

  • There is an extension that lets you open in a different terminal. I don't have GNOME or Nautilus installed, so no idea if and how it works, just found it through a web search. Maybe it helps: https://github.com/Stunkymonkey/nautilus-open-any-terminal

    Edit: Never mind. I see it's already posted in the replies.

  • @FizzyOrange@programming.dev I see and think understand what you guys saying. Guess cheating can do only so much. I will go back to the drawing board and write the function (inside of an impl block) from ground up with threading in mind and learn how to do it properly.

  • Why is it nonsenical? It works and compiles and the output from my code and the new async code is the same. So I don't know what the problem here is.