You just happened to stumble across the stupidest motherfucker alive. Probably alive. Those risky decisions don’t take themselves.

  • 2 Posts
  • 37 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle

  • imagine if by dumb luck, since the re-releases are so violently frequent, both games converge into a state where the mods are compatible with each other

    Or the games just straight up bleed into one another

    Preston Garvey shows up at the throat of the world to mark another settlement on your map

    Feral ghouls no longer groan but instead start talking about their cousins taking arrows in the sweetroll





  • What’s the general plan of action when a company’s base region shits the bed?

    Keep dormant mirrored resources in other regions?

    I presumed the draw of us-east-1 was its lower cost, so if any solutions involve spending slightly more money, I’m not surprised high profile companies put all their eggs in one basket.



  • I’ve been on an AWS project for about a month now

    And, my god, there is so much to be infuriated by.

    My first revelation was that there is no payment killswitch. E.g. if I spend more than X dollars, stop all my services and don’t charge me anymore. Nope sorry can’t do that

    You can set “Budget alerts” but holy fuck, the emails do not arrive anywhere near reasonably on time

    $0.40 per secret stored, billed monthly. Imagine the keys for every lock in your apartment showing up as charges on your rent invoice.

    With every managed service, it feels like the setup menus are just a game of minesweeper, where if you don’t know any better, you might accidentally cost your organization $500 per hour and not know until the next day when the cost dashboard updates.

    Maybe it’s just because I’m new to it, but apparently, this kind of shit is rampant among most cloud providers.

    Biggest companies in the world still need to pickpocket their customers and that’s somehow okay






  • Lets say they don’t use private data for training

    (Continue reading when you’re done laughing):

    Eventually, victims eventually run out of “free” storage.

    The humble corporation will do a bunch of psychologically unethical tricks to basically hypnotize users into forking over those three digits at the back of the family credit card.

    Now the victim’s data is effectively held ransom. Keep paying or lose it.

    But they won’t stop paying. They paid for a year’s plan at a discount and the peaceful megacorp conveniently hit autorenew for them at checkout.

    12 months roll around and oopsie, they already have the money. They could go through the refund process, but they’ve got shit on their plate, might as well keep it for another year.

    I could keep rambling, but on Lemmy, I’m probably preaching to the choir about the first verse of genesis.







  • I stole this from the other thread

    A kernel, in computing terms, is the computer program that sits between applications and the hardware, facilitating their interactions.

    This is the GNU/Linux operating system’s kernel (the part that is technically Linux) showing its architecture.

    The columns represent the areas of functionality the kernel offers, the rows (from top to bottom) representing the level of abstraction from the hardware.

    From the top; user space, where users barely have to think about the hardware enabling their applications. To the bottom; the hardware itself and the interfaces that enable the kernel to talk to them.

    The lines represent the relationships between the various Linux kernel functions and structures - the text - that interact with one another directly.

    The diagram is interactive in the sense that you can click the functions/structures and be taken to relevant resources to help a Linux kernel developer navigate the humongous amount of code that comprises the kernel, to accelerate debugging etc.

    This diagram has been continuously developed for well over 15 years at this point and is somewhat iconic in the Linux world as it makes tangible the kernel and its thousands upon thousands of lines of code which I doubt any one developer has or could read and comprehend as a whole without the use of tools like this map.

    (thank you honourable fartsparkles, blesser of knowledge)