• 1 Post
  • 804 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle



  • Lynch had a problem with visually representing the voice control that Bene Gesserit use. I think the new Dune did a good job with the sound processing to convey that. But I guess back then he thought audiences wouldn’t catch that the victims of the voice weren’t just following commands but were in fact unable to disobey the commands. On the book the Bene Gesserit actually taught the Fremen some of the weirding way, which is indeed kungfu in space. On Villeneuve’s Dune they also dropped that part of the plot and instead leaned more heavily on the access to atomic weapons and the military use of worm riding.



  • 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.



  • I wouldn’t call it a delusion. But I understand where you’re coming from. Certainly if someone doesn’t want to change anything about themselves then therapy won’t change them by force, it’s just not something an ethical practice would ever do. However, on psychology we start from the premise that changing oneself is the first step at changing one’s circumstances. Things don’t get better by wishful thinking or spontaneously, change requires actions, and thoughts precede actions. Expecting different results from the same behaviors and thought patterns is, itself, a delusion.



  • CBT is categorically not about suppressing feelings. That’s a reductionist view of the approach. It is about analyzing why are you having those feelings and what, in you life’s history and everyday habits, has made them the prevalent feeling, behavior or thought on certain given circumstances so you can get back into control of what you do with those. This is from an acknowledgement that your conscious self might not always align with your emotional self. It is perfectly fine to feel sad when sad things happen. But some people find it troubling that they always react with sadness or anger whenever anything happens, even happy and positive things. Well, searching why that is and what can be done to change it is a positive thing. Specially if this sadness and anger are causing trouble in your everyday life (lashing out at close persons or engaging in self-destructive behavior). You can’t get rid of the emotions, but you can acknowledge them and alter what you do with those emotions and eventually change how you spontaneously react to events in a more adaptive way.




  • It’s the same story as with all of VR. People don’t like to strap shit to their faces, or anywhere else in their bodies. We barely tolerate watches. Every single person who wears glasses would drop them in a second if any other viable and sustainable alternative shows up. People who use and love VR put up with the fact they have to strap stuff to their faces. 3D cinema failed financially because people didn’t want to have to use simple basic glasses. Not everyone can tolerate a third of a kilo on their heads for too long.





  • 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.