• 0 Posts
  • 7 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle
  • Then why are you getting angry while checking this sub and this post? Seems like you’re also getting worked up over it.

    I’m sorry you’re in a bad situation, I get it, I’m also not in a situation where I could even buy the switch 2 even if I wanted to. But this is a big deal, the USA have fucked themselves up in the ass so hard that people outside of it might get hit with it. The price of the switch 2 is just one of the tips of this iceberg, the price of the PS5 is another, but in a short while the same thing will start to happen to lots of electronics, including hospital ones, which could increase the price for everyone depending on how this plays out.

    Unfortunately for the rest of us the US is a BIG extremely consumer market, and if they get taken off the picture the profit margin decreases and prices need to hike to keep up.



  • CK can be daunting, I recommend you choose which time period you like best and go with that game, e.g. if you like sci-fi go with Stellaris, if you like WWII go with Hearts of Iron 4, etc. liking the time period where the game is set can make a huge difference in you willingness to learn it. For example if you don’t like medieval it might be daunting to track lineages and hereditary traits and how the ownership of land works (I once lost an entire kingdom because of it on CK2), but if you like WWII maybe seeing historical facts reflected on mechanics or learning military tactics is more interesting to you. All of those games are very different from one another, but they’re also very alike, starting with one that’s just the right one can help you pass the steep learning curve.




  • I’ve worked with GUIs on python for a couple of years, we used PyQt, which is a python wrapper for Qt which is a C++ library for GUIs. It’s fairly straightforward and easy to get something up on the screen in no time.

    However from parts of your comment it seems you want to implement your own graphics library, and that is a lot harder to do.

    Also you mentioned legacy hardware, not sure how legacy it would be. Python should run on most things people would call legacy nowadays, but there’s definitely an overhead that could be felt if you’re trying to run this on an embebed system or a REALLY old (as in 90s/00s era) computer.

    You also mentioned mobile, I don’t think PyQt can be compiled to mobile easily, nor do I think you should even if you manage to (been there, done that, not a happy time). Desktop and Mobile GUIs are very different, realistically if you want something that works well on both mobile and desktop with the same codebase the easiest approach is web UI.


  • That phrase that you said has absolutely nothing to do with the Linux/Libre philosophy.

    You take care of your self and scratch your own itch

    While I understand that you meant to make an analogy with people creating the projects they want to use, the vast majority of people don’t create their projects, and instead contribute to others, and they contribute with existing issues not necessarily things that they want or need. Alternatively you can see that a lot of issues are fixed by people who are not affected by it, it’s very common for issues to ask people to test specific changes to see if they solved the issue they were facing.

    and you should not be a liability to the society

    The vast majority of people just use the software that the community maintains, and when they need a feature they open a PR and let the community implement it. So the vast majority of people are a liability to the community, even if you contribute to one project actively you use several others that you’ve never contributed to.

    but make your self useful and contribute back.

    This has nothing to do with right-wing philosophy, in fact most right wing people are against any form of contribution,

    And I think this is kind of the reason FLOSS works well, it can be aligned with many philosophies.

    You might not like it, but FLOSS is extremely aligned with left wing ideology, where people contribute to the community because they want to and the community provides back without asking anything in return.