Skip Navigation
A lesbian couple was brutally beaten by group of men in Halifax. Police still haven't filed charges
  • Not really. If their culture has parts about it you disagree with, you don’t need to adopt those parts.

    Ex: If I move to Russia, I don't have to become a bigot.

    This will only make sense if you're mentally an adult. If you're still a child mentally, then going along with what other people do just to please them is the only thing that will make sense to you.

  • A lesbian couple was brutally beaten by group of men in Halifax. Police still haven't filed charges
  • Not really. If their culture has parts about it you disagree with, you don't need to adopt those parts.

    Ex: If I move to Russia, I don’t have to become a bigot.

    This will only make sense if you’re mentally an adult. If you’re still a child mentally, then going along with what other people do just to please them is the only thing that will make sense to you.

  • How can I extend the auto-shutoff timer for a generic PS4 controller?

    The controller I'm using shuts off after about 5 minutes of idle time. I tried adjusting the value in Steam, but it doesn't have any effect.

    Does anyone know where this value may be stored or how I can change it to be much longer?

    2
    Life By You [Sims clone by Paradox] is Cancelled
  • Eh, they probably couldn't find the sweet spot of putting forth minimal effort while making maximal profit off of people's low standards.

    I don't really have sympathy for them because this game was most likely going to be more garbage on the pile.

  • Why is compact mode 'not supported'?

    I use it all the time and have for years. Just seems like a weird feature to lock behind about.config and say it's not supported while they still support things like Pocket.

    37
    Valve faces a £656 million lawsuit in the UK for 'overcharging 14 million PC gamers'
  • I'm a firm-believer that if there was a product that could compete with Steam, then people would use it of their own volition.

    GOG is the only platform people ever willfully recommend to others without twisting their arms because of exclusives or deals. Why? Well, they have something Steam doesn't. Epic, Blizzard, Rockstar, all of them have platforms that exist to do one thing: make rich people richer off of the backs of useful idiots.

    Getting mad at Steam for having market dominance is asinine. Get mad at the market for rewarding bloated companies who put out garbage just to make themselves more bloated and the useful idiots who go along with it.

  • Does anyone else have issues left-clicking?

    Whenever I left click over something that I can potentially interact with, I have to try several times before the prompt appears.

    Does anyone else have this problem? Does anyone know of a solution?

    0
    [SOLVED] Is there a way to start and stop chromedriver/geckodriver with Rust and Selenium (thirtyfour) automatically like in Python?

    So, apparently the chrome/geckodriver processes will terminate on their own if the user sends ctrl+c to the console. It will not terminate on its own if the program finishes running naturally.

    If you're interested in terminating it on your own, like I also was, here is how I went about it.

    ``` use std::process::{Child, Command};

    fn main() { let mut s = Server::default(); s.start(); s.shutdown(); }

    struct Server { child: Option<Child> }

    impl Default for Server { fn default() -> Self { Self { child: None } } }

    impl Server { fn start(&mut self) { self.child = Some(Command::new("./chromedriver") .spawn() .expect("ls command failed to start")); }

    fn shutdown(&mut self) { input(None); // wait for input so you can observe the process self.child.as_mut().unwrap().kill(); self.child.as_mut().unwrap().wait(); println!("shutdown"); } }

    pub fn input(prompt: Option<String>) { let mut input = String::new(); match prompt { Some(prompt) => println!("{}", prompt), None => () } io::stdin().read_line(&mut input).expect("Failed to read input"); } ```

    1
    Can we consolidate identical streaming sites under the same group?

    The streaming sites listed on https://rentry.co/megathread-movies-and-tv#streaming have plenty of duplicates. Essentially, they're the same sites with different names/skins but the exact same content.

    It would be beneficial to the community if we could consolidate these down into groups according to which ones are the same.

    We can still list all of them, but perhaps do it together so people don't waste their time trying out the same site under a different name.

    17
    [SOLVED] I'm trying to print a tall, thin cylinder, but these rings start appearing around it towards the top. Does anyone know what could be causing this?

    I've printed similar objects with a different colored PLA, but I ran out of it and switched to this.

    Is it possible that this could be influencing the outcome?

    I have tried reducing the printing speed by 50%, but this did not seem to have a significant impact.

    [SOLUTION] The problem was a loose screw. The offending part as well as the new result are pictured below. It's not perfect, which I guess is actually a part of the model this time, but it's good enough for my purposes and way better than what it was before.

    I figured this out by twisting the Z-axis thingy manually all the way to the top to see if I could feel any issues. Towards the top, it would start to 'skip', where I would turn and pretty much nothing would happen. I assume this has to do with the lack of lube at the top because my prints rarely go that high. I checked to see if the screws were loose, and sure enough, the top one was. I tightened it up and now my printer is printing like the beast I remember!

    !

    !

    17
    How come Windows and macOS users don't have to enter their password every time they need administrator privileges?

    Isn't it enough to just enter your password once to login, then receive a warning whenever you're about to do something potentially dangerous?

    If it's such a big security risk, how come the most popular and widely used operating systems in the world and their users seem to be unaffected by it?

    I guarantee, most new users coming to Linux from Windows/macOS are going to laugh and look at you funny if you try to justify entering your password again and again and again.

    29
    Twitch @lemmy.ml john89 @lemmy.ca
    Why doesn't Twitch take 1% of donations to streamers?

    It seems like they're leaving a lot of money on the table. I don't think a significant number of people would jump ship if Twitch updated their policy to give 99% of donations directly to streamers while taking a 1% cut for themselves.

    There might be some initial grumbling, but it would probably fizzle out in a week when people move on to other things.

    0
    Today I learned an oil company prevented the rescue of contracted divers working on their pipe to save money.

    https://en.wikipedia.org/wiki/Trinidad_Petroleum_Holdings#Paria_Fuel_Trading_Company_diving_tragedy

    Of course, there is no direct admittance of "we knew it would be cheaper to let them die."

    Instead, they say "we had no legal obligation to rescue them." That's the answer for the people who were born yesterday.

    Big oil truly is a disgusting thing.

    38
    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/)JO
    john89 @lemmy.ca
    Posts 9
    Comments 339
    Moderates