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/)S
Posts
3
Comments
137
Joined
3 yr. ago

  • Exactly. The bathtub part where the driver is looks like it’s still perfectly in tact, from the floor to the halo.

  • Removed

    Classic Amazon

    Jump
  • For anyone wondering what a document should look like, the DoD publishes that for anyone to read. Just search Derivative Classifier Training. Spoiler alert: this ain’t what a top secret document looks like.

  • It’s just so cool to be able to take something and think, “How can I test this in a way that many manufacturers can run it and the test results will still be comparable in 10 years?”

  • The problem is that the amendment doesn’t say “But Congress may by a vote of two-thirds of each House, enact such disability.”, it says “…remove such disability”. It doesn’t make plain English sense that congress should have to take a positive action to make this happen and also remove it.

  • There was a place near me in college that would make the special black lentil dal only on Thursdays for lunch, but it was always so good. I don’t know if it’s the same thing, but those lentils certainly made me realize I could be vegetarian.

  • Which crypto network are you talking about that can be operated for free? PoW is expensive and wasteful, and PoS is pretty much back to a regular database again.

    At the end of the day here, this is a simple transaction ledger that doesn’t need to be turned into crypto, it just needs a party interested in moving the money around in these micropayments with minimal fees.

  • This sounds right. I think it’s just a hint for listeners for what the noun might be, and it happens to align to the male/female genders.

  • brutal

    Jump
  • In case you aren’t joking, brutalist is an architectural style, commonly seen in Washington DC and associated with government buildings. It’s not masochistic, despite brutal being in the name of

  • And if his following of dupes donate all their money to him, to cover his legal bills, there is much less for down-ballot races. Hopefully he sucks up everything the GOP has and squanders it.

  • Adobe is actually one of the leading actors in this field, take a look at the Content Authenticity Initiative (https://contentauthenticity.org/)

    Like the other person said, it’s based on cryptographic hashing and signing. Basically the standard would embed metadata into the image.

  • I’m going to stand up for the American education system, which is weird. But there is no way to expect someone to learn everything they need to know about all the normal topics and fringe legal systems by the time you’re 18. We already tacked a bunch of math on because Harvard decided everyone needed to know geometry and things spiraled out of control from there with math.

    The fact that the court system can assign your company a monitor while you are being accused of fraud isn’t that crazy, but it’s also pretty specific. Most people don’t know about because they aren’t lawyers and that’s frankly okay.

  • Realistically, yes. But it’s a phrase and it’s important that they start doing that first. Maybe it’s their intention to do it publicly.

    Also, sure, but a Wireguard installation is going to be much more secure than a Nextcloud that you aren’t sure if it’s configured correctly. And Tailscale doubly so.

  • Please set up Tailscale or a Wireguard VPN before you start forwarding ports on your router.

    Your configuration as you have described it so far is setting yourself up for a world of hurt, in that you are going to be a target for hackers from literally the entire world.

  • I think the real headline here is that the internet overall has gotten worse, and even the top Google results still point to shit.

  • There is a lot of complexity and overhead involved in either system. But, the benefits of containerizing and using Kubernetes allow you to standardize a lot of other things with your applications. With Kubernetes, you can standardize your central logging, network monitoring, and much more. And from the developers perspective, they usually don’t even want to deal with VMs. You can run something Docker Desktop or Rancher Desktop on the developer system and that allows them to dev against a real, compliant k8s distro. Kubernetes is also explicitly declarative, something that OpenStack was having trouble being.

    So there are two swim lanes, as I see it: places that need to use VMs because they are using commercial software, which may or may not explicitly support OpenStack, and companies trying to support developers in which case the developers probably want a system that affords a faster path to production while meeting compliance requirements. OpenStack offered a path towards that later case, but Kubernetes came in and created an even better path.

    PS: I didn’t really answer your question”capable” question though. Technically, you can run a kubernetes cluster on top of OpenStack, so by definition Kubernetes offers a subset of the capabilities of OpenStack. But, it encapsulates the best subset for deploying and managing modern applications. Go look at some demos of ArgoCD, for example. Go look at Cilium and Tetragon for network and workload monitoring. Look at what Grafana and Loki are doing for logging/monitoring/instrumentation.

    Because OpenStack lets you deploy nearly anything (and believe me, I was slinging OVAs for anything back in the day) you will never get to that level of standardization of workloads that allows you to do those kind of things. By limiting what the platform can do, you can build really robust tooling around the things you need to do.

  • I used to be a certified OpenStack Administrator and I’ll say that K8s has eaten its lunch in many companies and in mindshare.

    But if you do it, look at triple-o instead of installing from docs.