• 0 Posts
  • 107 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle

  • LordKitsuna@lemmy.worldtoShowerthoughts@lemmy.worldxxx
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    11 days ago

    I just hate the pollution, leaf blower is literally do not fully combust their fuel and some of the fuel is atomized in the exhaust. Which is why they have that distinctive smell because you are literally smelling the unburnt fuel. Given that the task is 80% of the time just a waste of time of people pointlessly blowing leaves in the direction they would have naturally ended up from the wind (not collecting or piling them just moving) and I get annoyed by it.

    Especially when you have those people that are out doing it literally every single goddamn week during fall. If it was an electric leaf blower then whatever the noise doesn’t bother me I’m just tired of fucking smelling it










  • I do own the game but sadly I could just never get into it, I have probably thousands of hours in the factorio but the building just isn’t satisfying ironically enough in satisfactory for me.

    Especially in the early game, it takes so much fucking longer to get to Coal Power than it should I am sick and tired of being ripped out of my flow of building the factory by needing to stop and go collect some goddamn leaves manually. Even when i finally get stable power, the unlocks are just tedious annoying uninteresting and everything is constantly trying to pull me out of just focusing on building.

    The building itself can get frustrating because uneven terrain and issues with SNAP placement can mean things don’t quite line up perfectly and you have to keep trying again. That’s easily moved past tho it didn’t bother me too much in Dyson Sphere program so I can work past it.

    There’s a lot of little things I can complain about but for whatever reason the overall gameplay just did not click with me like it did in other Factory games


  • They are amazing but at the end of the day they are still humans and they can make mistakes. In the YouTube video referenced one of the C devs is heavily against rust.

    Decided to go look for CVEs from code the guy manages (Ted Ts’o) I found these

    CVE-2024-42304 — crash from undocumented function parameter invariants

    CVE-2024-40955 — out of bounds read

    CVE-2024-0775 — use-after-free

    CVE-2023-2513 — use-after-free

    CVE-2023-1252 — use-after-free

    CVE-2022-1184 — use-after-free

    CVE-2020-14314 — out of bounds read

    CVE-2019-19447 — use-after-free

    CVE-2018-10879 — use-after-free

    CVE-2018-10878 — out of bounds write

    CVE-2018-10881 — out of bounds read

    CVE-2015-8324 — null pointer dereference

    CVE-2014-8086 — race condition

    CVE-2011-2493 — call function pointer in uninitialized struct

    CVE-2009-0748 — null pointer dereference

    Do you see a pattern in the type of error here? It’s pretty much entirely memory related and right in the wheelhouse of something rust would just outright not allow short of just slapping everything into unsafe blocks.

    The Old Guard is not perfect, and they are acting as a barrier to new talent coming in. Sometimes change is good and I’m heavily in the camp that rust one of those times. Linus seems to agree as he allowed the code into the kernel which he would never do lightly or just because it’s fomo




  • It’s not as if I can be actually helpful, you’ve given people nothing to go on other than it didn’t work for me. But seeing as literally everyone’s experiences that it works out of the box on any piece of Hardware they’ve ever touched the only thing that can tell me is that something is horrendously broken with your Linux installation. What could that be? I have no way to know, but it’s obvious that something is not even remotely how it should be the only advice I could give is to completely reinstall your Linux from scratch. Which is the same advice I would give to a Windows user facing a similar problem of something that should just work right out of the box and does for literally everybody except them



  • LordKitsuna@lemmy.worldtoPC Master Race@lemmy.world98% compatibility
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    4 months ago

    I’m going to assume that you do not mean Deep Rock Galactic with that acronym because that has worked out of the box since day one I play it regularly with friends on the steam deck and on my Linux desktop and the only thing I had to do was click play in Steam.

    Can’t help you with your emulators, I used dolphin to play dokepone Kingdom regularly over VPN without any issues didn’t have to do anything special either so that one just sounds like a skill issue



  • Your not too dumb to learn linux. I know it seems scary, and a lot of the autistic people that like it will try to convince you it’s only for really smart people. But at the end of the day a lot of basic tasks are actually easier on linux. There are some that are harder gaming used to be very difficult for example. Although thanks to valve, and the steam deck for the most part if it’s a steam game you can just click play and it’s probably going to work.

    But as an example of a more basic thing, let’s say you want to install an application.

    Windows: go to Google, type app name, make sure it’s the real actual website officially for that app and not a sponsored result or some other fake website, find the download, pray it’s not buried in a bunch of fake download buttons, double click the exe, be careful to make sure it’s not installing any toolbars or other packaged bullshit, finally get your application.

    Linux: there are some variations (apt dnf pacman) but all of them work the same, for arch it’s “pacman -Syu <name of app>” id argue thats WAY easier. If it’s not in the main repos chances are high it’s in the AUR (arch user repository) so you just yay -Syu <name of app>. It’s not harder (imo) just different.

    I’ve actually had a number of pretty average computer user friends let me help them transition to Linux because of the crap Windows is doing lately. And after getting used to the differences they agree that Linux is not actually harder, it’s just different, they grew up with windows, they are used to how things are done on windows, so it seemed difficult just because it wasn’t the same. But once they got used to it they would actually agree that a lot of things are actually easier.

    Now whether or not you want to put in that time to learn those differences, and change how you use your computer, is an entirely different question that you have to ask yourself. But you are not too stupid to learn Linux because realistically it’s not any more difficult than Windows is