• 2 Posts
  • 179 Comments
Joined 2 years ago
cake
Cake day: July 6th, 2023

help-circle





  • I can give you my experience so far, seeing as the common criticisms of Linux usually boil down to unwillingness to try it as well as kernel level anticheat and Adobe products, and I…honestly don’t miss either of them, but I’m mostly a dev and a single player games enjoyer, so not much to miss, really.

    The speakers on my Razer blade laptop (running EndeavourOS, btw) stopped working randomly, but I’m not convinced it wasn’t my fault since I did have to work on the laptop internals for unrelated reasons and might have screwed something up.

    My webcam on my desktop, a Logitech Brio, has been acting up as of a couple of weeks on Bazzite, where the microphone keeps kinda dying and I have to unplug/re-plug the webcam to have a working mic. Also the audio quality on my Sony XM5s keeps changing to shitty quality, mostly when I do the re-plugging of the webcam, but it’s happened at random times before. Gotta go change the codec on the audio settings every now and then due to it.

    Monitor brightness can sometimes behave weirdly, not going back to a brighter setting after auto-dimming.

    Games with kernel anticheat don’t let me play online.

    This has mostly been it, to be honest. There’s a microscopic learning curve for Bazzite since it’s immutable, so I have flatpaks for most stuff, and “figure it out” for anything else, but other than that, it’s just better than Windows ever was. If you run into an issue, you’re most likely going to be able to solve it with a quick online search or by consulting the eldritch hallucinations of OpenAI or of your choosing.



  • At least learn a little bit about the technology you’re criticizing, such as the difference between fission (aka not fusion) and fusion (aka…fusion), before going on a rant about it saying it’ll never work.

    None of the reactors are being built with output capture in mind at the moment, because output capture is trivial compared to actually having an output, let alone an output that’s greater than the input and which can be sustained. As you’ve clearly learned in this thread, we’re already past having an output, are still testing out ways to have an output greater than an input, with at least one reactor doing so, and we need to tackle the sustained output part, which you’re seeing how it’s actively progressing in real time. Getting the energy is the same it’s always been: putting steam through a turbine.

    Fission is what nuclear reactors do, it has been used in the entire world, it’s being phased out by tons of countries due to the people’s ignorance of the technology as well as fearmongering from parties with a vested interest in seeing nuclear fail, is still safer than any other energy generation method, and would realistically solve our short term issues alongside renewables while we figure out fusion…but as I said, stupid, ignorant people keep talking shit about it and getting it shit down…remind you of anyone?



  • My dude, I understand your unwillingness, but docker is just a fancy new way of saying “install apps without it being a major PITA”. You just find the app you want on docker hub or some other docker repo, you pull the image, you run it, et voila, you have a container. No worrying about python suddenly breaking, or about running 5 commands in a row to spin up an app (I used to do this, including the whole python rain dance, to run home assistant. I feel stupid now).

    Decluttarr actually has a section to set up their container:

    https://github.com/ManiMatter/decluttarr#method-1-docker

    It’s step by step, all you have to do is get docker installed on your machine, then copy paste that text into a file, and run the docker command mentioned in the same directory as the file.

    Trust me, you want to learn this, because after the first 15 minutes of confusion, you suddenly have the holy grail to self hosting right at your fingertips. It takes me all of 5 minutes to add a new service to my homelab all because it’s so easy with docker. And it’s so ubiquitous and popular! TrueNAS SCALE uses docker for all its apps, the idea of containers essentially reshaped Linux desktop to be what it is today, with flatpaks and all.





  • Ok so it’s not just me then? I can get pretty fucked out of 0.1g to 0.3g of vaped weed, but I have to choke on some heavy cannabutter to feel the effects. My girlfriend barely gets a buzz off vaped weed, but will get fucked by a few grams of the same cannabutter.


  • JGrffn@lemmy.worldtoFediverse@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 years ago

    Usually a React dev, have been some other stuff, but generally yeah, websites. Anything from resort chain websites to complex internal applications. Unit tests were optional at best in most jobs I’ve been at. I’ve heard of jobs where they’re pulled off, but from what I’ve seen, those are the exception and not the rule.

    Edit: given the downvotes on my other comment, I should add that this is both anecdotal and unopinionated from my behalf. My opinion on unit testing is “meh”, if I’m asked to do tests, I’ll do tests, if not, I won’t. I wouldn’t go out of my way to implement them, say, on a personal project or most work projects, but if I was tasked to lead certain project and that project could clearly benefit from them (i.e. Fintech, data security, high availability operation-critical tools), I wouldn’t think twice about it. Most of what I’ve worked on, however, has not been that operation-critical. What few things were critical in my work experience, would sometimes be the only code being unit tested.


  • I feel like pure demonization is such an easy path to distrust and abuse. For the longest time I didn’t know the difference between even weed and other drugs, just that it was “bad”, weed might as well have been crack. I sure as shit didn’t know the harder drugs make you feel unimaginably good and that this in specific was the danger.

    I actually had a bad LSD trip that went worse than it should have due to this demonization, I couldn’t stop thinking of all the times I was told or overheard as a kid that such drugs drive you insane. I knew beforehand what I was doing and what that would entail, but it didn’t matter once I had jumped in, the paranoia from years of growing up hearing such things won.

    For sure raise awareness, for sure drive home the notion that certain drugs will fuck your life up, but they need to seriously sit down and explain the nuances between all of them, they need to explain risks and dangers (the real ones, not the propagandist talking points) as well as the effects, they need to compare them to alcohol, tobacco, coffee, hell even food since even that is addictive. People will try stuff, they better try stuff with an informed perspective and know which ones are too much to consider.





  • To be fair, I’ve yet had a job that actually pulls off unit testing. Most either don’t bother or just go for the grunt work bare minimum to force pass tests. Most friends in my field have had pretty much the same experience. Unit tests can be just a chore with little to no real benefit. Maybe an opensource project that actually cares about its code can pull it off, but I wouldn’t bat an eye if they never get to it.