Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FA
Posts
1
Comments
280
Joined
2 yr. ago

  • A lot of this is being complicated for you by not understanding networking fundamentals. I'd suggest looking into a Network+ certification which will cover all of these basics like DNS. You don't have to actually get the cert, just going through the motions on learning the material should help a lot.

    You seem to be close on grokking the whole picture and just need some of the basics that are hard to pick up from just doing things at home. A lot of work has been done to try abstract that away from consumers in order to make things easier which is making it harder for you.

  • Prison Architect predates Rimworld. Rimworld got shit for "copying" PA when it first came out.

    See the FAQ for the Rimworld Kickstarter: https://www.kickstarter.com/projects/tynansylvester/rimworld/description

    It looks a lot like Prison Architect. What's up with that?

    Blame my (Tynan's) lack of art skill - especially with characters. I made the character art you see in the trailer as a stopgap, and borrowed the Prison Architect style because I'm not a good enough artist to develop a new one. They were never intended to be final. With this Kickstarter, we'll be able to get a real artist who can sit down and develop an original style for RimWorld.

    I've talked with the original Prison Architect artist, Ryan Sumo, and he's fully supportive of RimWorld. We didn't share any art or code with the PA guys.

  • Openstack is like self-hosting your own cloud provider. My 2 cents is that it's probably way overkill for personal use. You'd probably be interested in it if you had a lot of physical servers you wanted to present as a single pooled resource for utilization.

    How does one install it?

    From what I heard from a former coworker - with great difficulty.

    What is the difference between a hypervisor/openstack/a container service (podman,docker)?

    A hypervisor runs virtual machines. A container service runs containers which are like virtual machines that share the host's kernel (more to it than that but that's the simplest explanation). Openstack is a large ecosystem of pieces of software that runs the aforementioned components and coordinates it between a horizontally scaling number of physical servers. Here's a chart showing all the potential components: https://upload.wikimedia.org/wikipedia/commons/a/a5/Openstack-map-v20221001.jpg

    If you're asking what the difference between a container service and a hypervisor are then I'd really recommend against pursuing this until you get more experience.

  • Typically there's a period of responsible disclosure to give the software maintainer an opportunity to fix it before it's widely announced. After that period is up or the fix has been released the vulnerability discoverer is able to announce it and take credit for finding it.

  • My two cents is I'd say you're a 'manager' if you have the power to hire people, fire them, discipline them, and determine their pay and working conditions.

    Generally a "team lead" is just a more senior individual contributor that can help guide other individual contributors. Management may listen more heavily to their opinions on the matters above but they don't have any direct control over it past advisory. Sometimes they may perform some light managerial functions like work allocations but they have no direct power to back that up.