• 2 Posts
  • 346 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle


  • Honesty here. The autistic argument is really offensive to people with autism, I asked a friend with high functioning autism about his opinion. It mistreats the condition to transform it into a political scapegoat. It misrepresents what autism is. Elon is not autistic, he’s is just a narcissist and always high on ketamine. I’ve met dozens of autistic persons, and not even once has anyone ever done the Nazi salute on accident, not even on highly euphoric social events. To suggest the autistic apology makes the person mentioning it sound awfully ableist and like an asshole. I suggest you don’t ever mention it out loud to anyone ever again. It’s insidious and dehumanizing against people with cognitive issues.


  • Yeah, that’s absolutely valid. But you run into the same problems again, what the hell is an ostree? Would ask the average gamer. Even some newer changes to bootc will make rpm-ostree unnecessary in the future. Flatpaks are not mandatory even. You could run bluefin or bazzite entirely on appimages.

    At least the term cloud native is standardized by the cloud native computing foundation, it has a long story, it’s already known or familiar to a lot of people. And the most important, I think, it is technology agnostic. Even if docker dies and another tech takes its role, or if kubernets are replaced with something else, or even is rpm-ostren is no longer used, cloud native still means the same thing. As for bad smells, that’s just language, words can mean many things at once, we just live with it.



  • I’m sorry, but it is a software engineering term. Maybe not from the area you are familiar with, but cloud native was the raging buzzword…about 10 years ago on the server side. Now it’s just a standard way to develop software and it’s part of the common parlance. It is the philosophical background, if you will, of snaps, flatpaks, kubernetes, docker, pods. I mean, the entire business model of AWS and dozens of cloud providers, data centers, mass hosting solutions, saas, etc. is based on the cloud native idea. You use the term and everyone in the room knows exactly which principles and development pipeline you’ll use.

    Just like all language, it is just a shortcut to convey a complex meaning. Like, I don’t know what distro QE stands for. But that’s not my area of expertise. I bet there’s a good reason it is abbreviated and that you use it on your résumé. It might convey something to a recruiter or not, about what your general expertise and skills could be. Same here, it’s just a term that describes the important and distinctive part of the project. Because for everything else there’s nothing out of the ordinary on bazzite, not even the gaming stuff. The makers don’t even like to call it a distro because they use other people’s distros. What’s unique is the delivery pipeline and the config, and that sounds even worse, marketing wise. I’ll share you some interviews later.

    This is an interview with Jorge, who was around here on the thread earlier answering questions.

    And here’s an interview on the fedora podcast with bazzite makers.





  • dustyData@lemmy.worldtoComic Strips@lemmy.worldLeo
    link
    fedilink
    English
    arrow-up
    28
    arrow-down
    1
    ·
    edit-2
    19 days ago

    I love this graph because of how succinctly it summarizes info. But I also hate this graph because it is missing like 10 or 15 other women he has dated of several ages that break the neat pattern. Also, it hides how only like two of those relationships were truly serious, the rest are gossip and tabloid speculation from having seen him “next to them”. It is all very speculative. He does have a weird thing for younger women, but I think that part of it is that most single women on his social circle are going to be aspiring and upcoming super models.


  • dustyData@lemmy.worldtoComic Strips@lemmy.worldLeo
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    19 days ago

    It could also be that they still aren’t that emotionally mature and when they turn 25 they realize what a weird situation they are in and thus leave him. I do think it has to be a mutual agreement. It’s too tight to be a coincide and thus far Leo has never been in any scandal or negative comments about the relationships and he is still friends with a lot of them. So, it’s weird, but not in a “creep abuser” kind of weird. I just think he is emotionally stunted from so much fame and power from an early age. It fucks up social development.



  • You won’t bend anything. If properly installed you should be able to just pick the CPU up and remove it without moving the case at all. The idea of socket is that they’re all the same regardless of motherboard manufacturer. I looked it up and there’s nothing special, particular or unique to your motherboard. Just follow the proper procedure.


  • The AM5 is a frictionless socket. So, beyond the force frame, there’s nothing holding the CPU in. Remove the heatsink though, as the heatsink is (ideally) bolted to the motherboard and not glued to the CPU. If you as much as tilt the case the CPU should come off loose, provided you lifted the cam lever and the force frame.

    Here’s a diagram. The hole walls around the chip shouldn’t matter at all. You can put whatever thin plastic lever around and lift it without any issue. Even with your bare nails. This is what it should look like completely open.


  • Which app? Because it all depends of how much access and permissions the app needs. Managing volumes or changing devices is usually the problem. So far I’ve only had to layer two apps (on bazzite, though): veracrypt and vorta. To access old backups. Everything else works fine, even desktop integration. Although I prefer to use box buddy to handle distrobox as a UI, which runs as a flatpak without problem. It’s been great so far at resolving that kind of issues: bug, update, now it works.




  • The buzz word is not aimed at the regular gaming nerd. It is aimed at gaming nerds who are also developers. Universal blue, the project behind Bazzite, Bluefin, and Aurora, aims to market to developers to use their systems first, on the basis of the tech backend. So then they make the cool FOSS things that the nerd public can use. Cloud native just means that something is engineered and made to make use of the container based devops pipeline.

    For example, an atomic immutable OS that is meant to be developed and distributed via the container infrastructure (this is what Universal Blue is). So, instead of working on making an OS the regular way, collecting packages and manually connecting and tidying up absolutely every puzzle piece so it fits together, then pushing it through the installer packaging wizard, etc. This OSs are made by taking an already existing distribution, in this case Fedora atomic distros (but this is by no means mandatory), then customizing some things. Like installing libraries, applications, firmware, kernels and drivers. Then putting it all into a container image, like you would do with a docker or a podman server image. This way, on the user side, they don’t need to install the OS, instead they already have the minimal atomic system handling framework and just copy and boot into that OS image. This automates a lot of the efforts required for bundling and distributing an OS, and it makes new spins on existing distros really fast and efficient to make. It also means that users don’t need to be tech savvy about stuff like directory hierarchies or package management, and updates, installs, upgrades can all be automated to the point of the user barely even noticing them.

    On a similar note, these distros, as development workstations, are usually pre-configured to make use of a container based dev pipeline. Everything is flatpacks and development is handled all via docker, pods, etc. Keeping the system clean from the usual development clutter that sediments over time on a traditional development cycle. As a happy coincidence, this makes the dreaded “works on my machine” issue less prevalent, making support of software a tad easier.