• 0 Posts
  • 23 Comments
Joined 2 years ago
cake
Cake day: August 15th, 2023

help-circle

  • Pin pitch is pin size and/or spacing. With physical plugs, you start to hit limitations with how small the wires can get while still being durable enough to withstand plugging/unplugging hundreds of times.

    Drop losses. (I am keeping this at an ELI5 [more like ELI15, TBH] level and ignore some important stuff) Every electronic component generates heat from the power it uses. More power used usually means more heat. Heat requires physical space and lots of material to dissipate correctly. Depending on the materials used to “sink” (move; direct; channel) heat, you may need a significant amount of material to dissipate the heat correctly. So, you can use more efficient materials to reduce the amount of power that is converted to heat or improve how heat is transferred away from the component. (If you are starting to sense that there is a heat/power feedback loop here, it’s because there can be.) Since a bit of power is converted to heat, you can increase the power to your device to compensate but this, in turn, generates more heat that must be dissipated.

    In short, if your device runs on 9v and draws a ton of power, you need to calculate how much of that power is going to be wasted as heat. You can Google Ohms Law if you would like, but you can usually measure a “voltage drop” across any component. A resistor, which resists electrical current, will “drop” voltage in a circuit because some of the current (measured in amperage) is converted to heat.

    I kinda smashed a few things together related to efficiency and thermodynamics in a couple of paragraphs, but I think I coved the basics. (I cropped a ton of stuff about ohms law and why that is important, as well as how/where heat is important enough to worry about. Long story short: heat bad)






  • Lol, no. Most of maga can’t even spell Europe, so all of those things you list, while true, are way beyond their comprehension.

    The politicians just point at European countries and say they stupid because they talk funny and they are stealing from you. (It doesn’t matter if that is true or not, it’s just “someone else to blame” for made up problems.)








  • remotelove@lemmy.catoSelfhosted@lemmy.worldSecrets
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    3 months ago

    I would look into something like Doppler instead of Vault. (I don’t trust any company acquired by IBM. They have been aquiring and enshittifying companies before there was even a name for it.)

    Look into how any different solutions need their keys presented. Dumping the creds in ENV is generally fine since the keys will need to be stored and used somehow. You might need a dedicated user account to manage keys in its home folder.

    This is actually a host security problem, not generally a key storage problem per se. Regardless of how you have a vault setup, my approach here is to create a single host that acts as a gateway for the rest of the credentials. (This applies to if keys are stored in “the cloud” or in a local database somewhere.)

    Since you are going to using a Pi, you should focus on that being a restricted host: Only run your chosen vault solution on it. Period. Secure and patch it to the best of your ability and use very specific host firewall rules for minimum connectivity. Ie: Have one user for ssh in and limit another user account to managing vault, preferably without needing any kind of elevated access. This is actually a perfect use case for SELinux since you can put in some decent restrictions on the host for a single app (and it’s supporting apps…)

    If you are paranoid enough to run a HIDS, you can turn on all the events for any type of root account actions. In theory once the host is configured, you shouldn’t need root again until you start performing patches.



  • Solar panels are more efficient closer to the equator because of the most direct light from the sun. At higher or lower latitudes, there is more atmosphere for the light to pass through. The actual distance from the sun is basically irrelevant without an atmosphere. There might be a measurable difference based on distance alone but not much.

    Efficiency does not generally equate to optimal power generation. There are probably hundreds of other variables that directly translate to maximum power production.