• 0 Posts
  • 44 Comments
Joined 2 years ago
cake
Cake day: August 3rd, 2023

help-circle




  • So, there are many answers to your question and it all depends on what you are looking to do.

    Speaking in term is FOSS (free and open source software) Inkscape is a great vector program, Gimp is a great raster program and Blender is an amazing 3d one. (I know you said 2d but adding it in just in case)

    If you are looking to make simple images then you might want to start with gimp. If it’s specifically pixel style art there are plenty of tutorials online. (https://thegimptutorials.com/how-to-make-pixel-art/)

    If you are looking to make clean line art then you will want Inkscape. Think close up perfect circle with no squares or pixels. There are plenty of tutorials for this program as well.

    Now, as you grow and learn you will find and learn about other programs that do the same things. Keep them in mind because they may work better for your needs but for the short time you start keep on the path of these two. They are the most know free options there are and will have the most resources to learn from.



  • So there is no desktop program that calls to a remote server for information someplace? Maybe like a server database on what games you can join, player movements and speed who is online, maybe even what music you can play? Or maybe a mobile/phone app that does the same? A way to have a standard interface but get new and updated info delivered to you in that specific form? This information would be delivered from one specific place to another, maybe to your table/device.

    Front end and back end happen in more environments than you think.

    That being said I can get delivery to my terminal/cmd from a ton of places that have nothing to do with each other kind of like getting pizza and tacos delivered.













  • Unfortunately Ukraine was part of the Budapest Memorandum. With this they gave up their nuclear armament in an agreement that "prohibited Russia, the United States, the United Kingdom and France from threatening or using military force or economic coercion against Ukraine, Belarus, and Kazakhstan, “except in self-defence or otherwise in accordance with the Charter of the United Nations.”

    So they gave up their nukes with the agreement that they would be safe from these 4 groups. However that didn’t do shit for them, thus a huge reason why any SeasFire(Ceasefire, my bad) would have to have some big security backing. As Russia has ignored all prior agreements.


  • Similar to the others although I have messed with Ubuntu, CentOS, Fedora, and even a few others for like a day or two each.

    At the moment I am using Fedora. My drives are raided and my main storage has all the data and the docker config directory’s.

    Using docker for everything, watchtower for updates, and pertained to manage the containers with a gui. All the containers are directed to /mnt/drive/allMyData. In there is my data folders. Shows, movies, plex configs for recording over the air, ebooks, documents, etc.

    Mainly I set it up this way so I can easily change distros if I wanted to and have all my services back up in an hour or so.

    I started a text file that contains the command lines I have used to start all of my docker containers. This way if I need to I reference it and use the exact same commands mapped volumes to the same folders. Now I am back up and running in a few clicks. No need to backup the container if all the data in it is setup in folders in my main data directory.

    However I am running a separate hardware raid setup prior to os. This way all my data stays safe as a separate volume.