Little1Lost

  • 4 Posts
  • 43 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle





  • Maybe google could make a thing where they give users an pixel for less in exchange for their old iphone (newer -> more price reduction)

    With a 30 day guarantee to give the phone back (data purge and stuff only happens after) the user is not going to really risk anything

    But it could be interpreted as weak, but if a bunch of users stays they can really use it as good publicity so maybe the move would not be that bad.

    I am sure that google could loose a lot of money this way but they are one of the largest companies so they could afford it.




  • You sound like you dont know anything about programming (at least engine programming). Most Engines have to run in something like assembly, else they would be too slow. (They use others too but Assembly is in like all, i am a junior dev so i could be wrong)

    Assembly is already a large hurdle.
    I mean it is “simple” as the arch linux type of “simple”. (Nothing more than you need to run it and nothing more)

    So the option is to learn assembly or hire someone (or multiple) who can, good luck by finding one that is capable of developing an engine that does not suck and does not cost a fortune.

    Then you need to know what the engine should do.
    If you “only” need 2D or even only some system to interact with the console you will be fine, maybe.
    3D is a bit more complicated, the reason why there are so much 2D/2,5D games out supports this claim.

    Then particle support if you want it…
    Every feature you want has to be supported!
    And every feature costs and maybe needs maintenance when bugs occur. Supporting an operating system is a feature too :)

    So the engine has to be updated when a mayor OS update comes out

    There are more points for why not to make an own engine and use one of the marked that fits ones needs even if it is closed source.

    You where so fond of Godot so trying to help them might be a good starting point for you to life your ideals. I sincerely dont want to mock you with the sentence. If you can successfully help a larger open source project everyone is happy. If you can learn something new i am sure it can benefit you. I was only a bit mad because it felt like you are comparing engines with “weekend projects” what they are definitely not in the slightest.



  • Little1Lost@feddit.de
    cake
    to196@lemmy.blahaj.zonerule
    link
    fedilink
    arrow-up
    3
    ·
    10 months ago

    I lived in a larger city and for me it is normal to switch trains or busses a few times when i travel from a to b. But because they made a relatively smart system changing is in most cases fast.
    Like trains meeting up at a station and people can simply walk to the other side to get the other train.

    So it does not need all possible solutions, it needs a few that work well together.








  • I’d just like to interject for a moment. What you’re refering to as Linux, is in fact, GNU/Linux, or as I’ve recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.

    Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called Linux, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.

    There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine’s resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called Linux distributions are really distributions of GNU/Linux!

    But seriously: another comment here points out some tool