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/)KI
Posts
0
Comments
44
Joined
2 yr. ago
  • Unfortunately nearly every graph on that page is intentionally misleading. If you actually adjust the graphs for inflation (where it's relevant), 1971 looks like just another year.

    Lying with statistics!

  • Forgot the one everyone wishes they could forget - FTPS !

    Might be worth noting that SCP is non- interactive file transfer only, whereas FTP/SFTP can do interactive sessions and management functions as well.

  • Go to Moscow, hang a left. When you hit the North Pole, head south...not, not that south, the other one! The other other one. After a bit, take another left for a couple hours, and you'll arrive at your destination on the right.

  • Lol, really? One can't control the fact that bad things happen. The west isn't forcing either China or Russia to claim territory that doesn't belong to them.

    However, one can control how one reacts to said events. Help out where we can, and strengthen ourselves for the future.

    There's that whole proverb about crisis=danger+opportunity. The danger is there regardless...if you fail to seize the opportunity presented, well, you are pretty much guaranteed to come out the other side worse off.

  • Very few people WANT a war in Ukraine. But as China keeps adding dashes to their map, it's pretty clear there's a reasonable chance to be an even bigger war around the corner, whether we want it or not.

    The Ukraine war woke the west up from its slumber, and it has allowed us to put the old stuff stuff cluttering our closets to good use, as well as test some new weapons concepts, and to get ourselves ready for the bigger conflict on the horizon.

    If we are really lucky, China is looking at Ukraine and having second thoughts about kicking the hornets nest at all, saving a lot of lives on both sides.

    If we are not that lucky, then Ukraine has allowed us to be much better prepared for the coming conflict.

    So am I glad Ukraine happened? Not a bit. Can I see the silver lining thru the clouds? For sure.

  • Credit/debit systems appear to have existed for at least 5000 years. Money is just an abstraction technology to make the credit/debit economy work more smoothly and scale up.

    As money is a foundational tech for civilization, you'd need to find a replacement tech that serves much the same purpose, but avoids whatever downsides you feel outweigh it's benefits. That's a hard problem.

    Then implement it in such a way that civilization doesn't implode during the transition. This is a very hard problem.

    And then prevent humanity from finding a way to exploit that tech for the benefit of the few, bringing you right back where you started. This is a nearly impossible problem.

  • Well, that's not at all what I said. Japanese compact cars were generally pretty cool and affordable in a way most similar small American cars were not, so of course they get customized a ton more that their American equivilents.

    The people who actually made their cars perform were the racers, those who did the truly terrible mods were the ricers.

    Yes, racist due to stereotyping. But it was more wordplay for insulting the taste of the person in question in comparison to the racers, not their ethnicity or the origin of their car. Bad taste is pretty universal. And as with pretty much anything in language, people can and clearly have used it as a racial insult. I just don't think that was it's origin.

    I am really amused it has morphed into a more positive connotation with the *nix crowd, while still meaning essentially the same thing. Language truly is a living thing.

  • I mean it has clearly racist origins, but I've never actually heard it used in a racist manner in real life.

    At least where I was, there were basically zero Asians, "ricers" were (typically but not exclusively) Japanese cars that were customized terribly, as someone else mentioned, all show and no go. You could have American ricers too.

    The owners, the "rice boys", were pretty much all white guys.

  • I get that Ukraine won't consider the possibility of ceding any territory, nor should they. They probably don't like their allies even mentioning it.

    But, there's the separate issue of not being able to join NATO with ongoing territorial disputes. Without much context to go on, I would almost interpret this as something more along the lines of "Ukraine could join NATO tomorrow if the dispute went away (by whatever method)".

  • My one experience was good. Randomly picked one place to call, they straight up told me it was gonna be a while until they could get to me, and to call this other company to see if they could help faster.

    The place they recommended rerouted a couple of their drivers while I was on the phone to get to me faster, they were there in 30 minutes, did a good job, and the whole experience was very pleasant.

    Definitely have both places in my contact list if I ever need another tow.

  • I'm kind of half cloud architect and half traditional Windows server engineering, and I hate coding.

    So, these days you want to consider Cloud Architecture. You might need to learn a little bit of Terraform or similar, but it's not really traditional scripting. Your job is to know all the offerings of your preferred cloud vendor, and be able to use them to design an environment to meet business requirements in a secure/resilient manner. You'll need a solid understanding of networking and security concepts to do it well. But pretty minimal coding.

    You may build it out via Terraform, or maybe you send the design to a dedicated build team. Once built it goes to the app folks to do their app coding. You probably help the coders troubleshoot traffic flows a bit, because they are pretty universally terrible at security, networking, and infrastructure in general. Because they are coders, but don't really understand how anything actually works outside of their code. You are the platform expert.

  • Not saying it'd hurt, but I've never worked anywhere that had network teams managing docker (that'd be a different team). Linux knowledge is just enough to install a vendor supplied appliance on your hypervisor of choice (managed by a different team), anything more than that would have the OS managed by a different team. And I really haven't seen them script much of anything in any language, they have prebuilt tools to do any mass config changes or monitoring or whatever.

    They are generally way more concerned about working with horribly convoluted routing issues, misbehaving BGP, firewall policies, etc.

  • I suppose it's the natural result of wanting to keep the show on as long as possible, when you've only got one good idea for the story arc. You need a lot of filler.

    I'd like to see more shows done in the style of Babylon 5, where the creator had the whole 5 years written out from day 1. There was very little in the show that felt like filler or treading water.

    Which also may explain why books are being brought to TV more frequently these days. But, TV showrunners have a bad habit of taking a good novel and totally mangling it in the translation to TV, so it's not a guaranteed win.

  • Tanium has some common apps pre-packaged and regularly updated, you could just setup an ongoing deployment for those to automate keeping them up to date with minimal work on your part.

    If you need to update something not on that list, you will need to make an upgrade package yourself with the updated installer or files.

    Whether this is actually easy or not really depends on the app vendor and the software. It's usually straight forward, but not always. But that's the case with literally any software deployment solution.

    I have one app in particular who's install and config essentially un-automateable. But it's a shitty LOB app that was written in the 90's to be intentionally obtuse to prevent privacy, hopefully that's not an issue in your case.