• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle



  • NB: Alignments are not factions. Two Chaotic aligned characters are not inherently on the same side; they are on their own sides, individually.

    Here are two potential ways to play it.

    If your Fey is Chaotic Neutral:

    You find the two clerics dragging your resident murder hobo in front of a tribunal hilarious, and in fact, might be inclined to help. It would be different if they attempted the same for you; in your mind, the action would be justified if you did it, but for the supposed “good” rogue, they still just killed someone out of convenience. You are allowed to be a hypocrite, they are not.

    If you are Chaotic Good:

    That rogue still straight up ganked a guy for being an asshole. Even if you think the guy probably deserved it, and maybe could have talked yourself into doing the same, it has nonetheless created a situation where you are inconvenienced. They screwed up big time, and not even that deep down, they know they’ve got a black mark on their soul, but that’s neither your nor the clerics’ problem. The last thing you want to hear are more verbose, moral arguments from the clerics and to be sidetracked from the mission; the rogue can atone later, this nonsense is getting between you and getting paid.


  • Are you and the rogue chaotic good, or chaotic neutral? It doesn’t seem like you’re clear on this with the rest of your party. Murder (e.g., backstab in the middle of dialogue) is not a “good” action, any way you slice it, even if the spectator is an asshole, evil, or through RP, would have eventually led to combat resulting in death anyways. If you were playing true chaotic, it’s understandable, but it doesn’t sound like that is what was made clear.

    And if you’re trying to force an alignment shift, consider that you may be ruining the enjoyment of everyone else at the table; if I’m playing a lawful good cleric, I’m not sure my character would party with a true chaotic fey, which would essentially end the campaign.






  • The generalized approach in industry is to use API calls, and create classes to structure the data you receive as JSON or XML. At that point, it is entirely up to you how to format and display the data from your classes. Take a look at some of the Lemmy client code like Mlem, Memmy, or Voyager as examples. Though they have gotten more complicated, they all follow this client-server model for front end development.

    However, due to recent shenanigans around API and RSS by companies, mostly those looking to prevent AI companies from using their data for free, the alternative, much worse method is to take the HTML output from a standard web request, and try to reverse engineer the page information into a class structure. This sucks, breaks frequently, and requires you to code around ads and other junk on pages in order to get at the content.







  • Lately, email is virtually not a priority outside of work, and is pretty much just storage for service notifications, online receipts, vendor mail, and poor man’s mfa/password resets. I’ve got these classified decently well, and virtually all of these are read/acknowledged in near real time on my phone.

    Human to human comms are now over signal or discord, though admittedly I don’t have a great method to track items needing follow up.

    All said, how is thunderbird these days?


  • You are trying to solve two different, but related problems, and there are discrete solutions for both.

    One is a personal cloud. You need a secure place to store your shit from multiple users and devices, from multiple networks. You’ll need a mostly static IP and dyndns or your own domain, and certificates signed by a public CA/letsencrypt.

    Then, you are looking for a backup application that supports rsync or sftp/scp over ssh or vpn, that is also cross compatible (Android and PC/Linux). Point this to the service above, and you are good to go.



  • This.

    At some point, you need to be able to quantify the risk to your business before you can do this.

    For instance, if your business earns $10 per transaction, and you perform 100 transactions per second, the difference between five and six nines (313 seconds vs 31 seconds) is $282,000; nowhere near enough to justify the added investment.

    Edit: Important to note that for the first example, these are already enormously huge numbers. Such a business, assuming no holidays or weekends, would be grossing $31.5 billion per year, in the same ballpark as Oracle and Coca Cola.

    So when we say the company is losing 282,000, this is a tiny, tiny fraction of revenue. Even 99.5%, which is almost two days of downtime, would “only” be a loss of 0.5% of all revenue for the year. Sure, this is $157M, but even that would probably not cover the cost of a six nines infrastructure (that said, they could save up to $120M per year by achieving 99.9%, which would be worth exploring).