Skip Navigation
LexaPrime LexaPrime @kbin.social
Posts 1
Comments 9
What's up with "The magazine from the federated server may be incomplete. Browse more on the original instance."? Is this working as intended or is it a bug?
  • I see it as a just-in-case message, to let you know that you're browsing a non-kbin community and that some federation features may break on either side, even if they are not broken at the moment. There may also be some differences in how posts and comments are sorted between kbin and the original instance, and - I'm not sure if that's exactly how it works - potentially you may see different comments depending on who the two instances federate with.

  • What programming language would be the best to learn to develop a game from scratch?
  • That would depend on what kind of game you want to make, and what do you mean by "from scratch" (hopefully not the Scratch programming language - that one I can tell you, you should not be using).

    If you're planning on creating everything from scratch, including the game engine? With a "very limited background in programming", I would advise against it, but if you're stubborn enough, you could get it done in a couple years. But you would not be constrained to any specific language - you could use anything you'd like, even though some may be better suited for the task than others.

    Most AAA game engines are still built with C++, and that's the one to use if you're very serious about it and want good performance with good 3D graphics - you'll find a lot of resources, libraries and bindings for it. On the other hand, it's considered one of the most difficult mainstream languages to learn.

    If you only need 2D graphics, and don't need to simulate a lot of stuff, you can focus on finding a language that would be easier for you to learn. Python is considered a good starting language, and despite being slow, it should be good enough for the task.

    If you're planning on actually making a game, you probably want to use an existing engine and build from there - all of my own twenty-something attempts at creating my own game engine have ended with "ooh, so that why they don't do it this way" instead of a game. There are lots of different ones to choose from, and again, depending on how complex the game is supposed to be, you can use Unity with C# or Unreal with C++ for advanced 3D (Unreal also has Blueprints, which would be... well... Scratch-for-Games - visual scripting, an editor that does not require a knowledge of any programming language); or, for example, Godot for 2D and simple 3D, with C# or their own GDScript, which is a mix between Python and Javascript, and pretty easy to get a hang of.

    So, my advice would be to find an engine that looks intuitive enough for you, and learn whatever it uses for scripting - if you decide to move to a different one with a different language later, it is much, much easier to learn a second language than it was to learn your first.

  • Ernest Appreciation Post
  • Thus far he's proven to be a great guy, but in case he lives long enough to become a villain, yes - he owns this instance, and if he's ever taken over by some space parasite, he has the ability to shut down this instance and delete everything uploaded to it; but the beauty of the fediverse is, if you don't trust an admin of this instance, you can join a different one, and still talk to people here; if you don't trust any admin, you can spin up your own instance, and it will still be able to communicate with all the others; and if you don't trust anyone, even yourself... well, fediverse will not solve that problem.

  • what if solar systems are synonymous to atoms in that they are the minute building blocks of something greater?
  • I guess that could also explain why we're only able to move in time in one direction? As in, time being the fourth dimension along which we are being pulled into that black hole of the higher, four-dimensional universe, with three-dimensional "surface" of the event horizon? Would that make any sense?

  • Which is your favourite scifi TV show?
  • Yes! I loved Farscape, too, although I was able to only watch one season - but I'm planning to fix it soon. I just recently realized the reason I loved Guardians of the Galaxy so much, is because it reminded me of Farscape - mostly in costume design and team dynamics.

    Another, modern show worth a mention, is Travelers, from the same creator as Stargate. Much more serious in tone, grim, even, but still extremely engaging.

  • Which is your favourite scifi TV show?
  • Stargate SG-1 and Atlantis - got just the right amounts of science and fiction, drama and comedy, campiness and self-awareness, and is the reason I got interested in physics and programming. Undomesticated equines could not remove me from another rewatch.

  • If brands were brutally honest. What brand would have what slogan?
  • Google: Don't be evil. We'll know if you are.

  • /kbin meta @kbin.social LexaPrime @kbin.social

    How do you feel about people upvoting their own posts?

    I always thought it was a pretty smart idea on Reddit's side to have the posts and comments be automatically upvoted by their author, saving them the tough choice between playing fair or boosting their initial reach a little; and if you had particularly low self-esteem, this enabled you to reduce your own points by not one, but two, by self-downvoting. Here, both upvotes and downvotes (or rather, favourites and reduces) start at 0, and you have the option to upvote your post manually (which I've already seen some people do) - which, while currently does not increase your reputation, does give you that small initial boost by making it look like people are starting to engage with your post.

    What do you think - should the posts and comments be automatically upvoted by the author? If not, are you fine with people upvoting themselves, or do you feel it's unfair towards the ones that don't do it?

    25
    Where is all this actually hosted?
  • Yes, all the magazines under a single instance are hosted on a single server, in case of kbin.social on a private machine(s) in Poland owned by the admin/developer of kbin - which is why the site has been so slow today, with the influx of thousands of new users. Other instances, such as fedia.io, are hosted by other people on separate machines, and have their own sets of magazines.