• 2 Posts
  • 104 Comments
Joined 2 years ago
cake
Cake day: September 25th, 2023

help-circle

  • Canada, Mexico, the EU, and others just refusing to do business with the US.

    Seeing how the EU is still doing business with Russian while it’s at war with Ukraine it’s hard to imagine such a scenario. I didn’t run the numbers but AFAIK the EU has no realistic alternative for a lot of things, starting with energy again all the way to high-end chips (CPU and GPU) and services, including software. There could be theoretical alternatives, e.g. FLOSS software and their services on lower-end chips but that would require some pretty fundamental changes.


  • The prices elsewhere is irrelevant. If there is 1 thing that is not movable it’s precisely a house. One doesn’t buy a building but rather a location. The price of real estate is about the infrastructure available.

    Anyway, even if it wasn’t about location, location, location (the 1 rule in real estate) here the point is about citizenship, not actual houses. FWIW St Lucia is a beautiful place but… step out of a luxury hotel and see what happens. GDP per capita is low ($15K) and Gini coefficient is high.



  • utopiah@lemmy.worldtomemes@lemmy.worldDisnAI
    link
    fedilink
    arrow-up
    7
    ·
    1 month ago

    My usual reminder to consider “The Mouse that Roared - Disney and the End of Innocence” by Henry A. Giroux and Grace Pollock https://www.bloomsbury.com/us/mouse-that-roared-9798216263937/ i.e. Disney is JUST a very large corporation that sells whatever it can (plastic toys, parks, movies, food, etc) thanks to intellectual property laws it reshaped to capture more and for longer period of time to the most influenceable segment of the population, namely kids.

    Disney is bad. This just makes it marginally worst. They don’t care, they just want to exploit kids more.









  • Do you have a specific use case for two containers that you want to talk to each other?

    Sure, for example once a Jitsi Meet meeting ends (more than 1 person in a room in, everybody gone), save the chat log to CopyParty e.g. WebDAV push to /meetingname_date.txt would be enough to be useful. It’s something we tend to do manually on a regular basis.

    road map of what you are trying to accomplish before hand, and run it by the dev teams.

    Yes no rush and I can code so I would be able to test before suggesting anything.

    As I’m thinking about it, I wonder if your solution might be automation?

    I don’t touch AI but I do think conventions, e.g. not “just” an API but SWAGGER, specific filesystem on mountpoints, etc could facilitate this.



  • Thanks, that’s indeed exactly the kind of thing I’m looking for “The authentication glue you need.” but even more generalized than that, e.g. just “the glue you need.” not solely for authentication.

    Edit: to clarify and coming back after leaving few other comments, the 1 thing authentik has is that it is a cross-service need, namely nearly all services do need authentication AND, probably consequence of that, there are conventions and standards already in place, e.g. SAML, OAuth2/OIDC, LDAP, Auth0. So that makes everything much easier.






  • Well I do have Home Assistant, been running it for years, but HA is solely for … well home assisting (or IoT). HA as integrations but let’s say I want to use HA with … any of my other services, e.g. CopyParty to maybe store logs and makes them available or PeerTube to have videos from my camera, I can look at HA integrations, or CopyParty… issues maybe, or PeerTube npm registry.

    My point being that HA is a good example with integrations but it’s just one example. If I do take this example seriously though, is there a mechanism beside manual search in the list of integration that would list integrations with my services directly?