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

help-circle


  • I tried so many different office chairs, they all sucked. Even the more expensive ones. But the “secret labs” gaming chair was perfect. Gives whatever support my fucked up spine needs, has the right mix of cush but firm. And the little magnetic pillow is in the perfect spot. It was very expensive but worth it to me.

    Most gaming chairs are memes tho I’ll say





  • LordKitsuna@lemmy.worldtoLemmy Shitpost@lemmy.worldHigh Beam
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    edit-2
    2 months ago

    The problem is that nobody, apparently not even manufacturers anymore know how to fucking aim headlights. Headlights literally have aimer knobs and you are supposed to aim them such that they cut off just before they would blind the majority of vehicles

    I have projector LEDs and with a projector lens you can get an extremely practically knife sharp cut off and I have it literally just at the very bottom edge of most small sedan windshield lines. It’s great my headlights are bright as fuck they go all the way from the left shoulder to the right shoulder even on four lane roads but they don’t blind anybody and I’ve had friends help me test that by just kind of passing each other on the street and them saying it was fine and wasn’t bad like other people’s cars.

    At some point people started associating the height of your light with the amount of safety, it’s possible to get distance without adding height but everyone’s forgotten how that works


  • 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



  • They get upset about it because it’s a trend in the industry that a lot of people hate. That particular series is a great example where the next game not only adds nothing but even generally takes stuff away from the previous title, but it keeps selling so it’s kind of becoming a trend in the industry for most series to just keep releasing the same garbage over and over.

    So it’s less about enjoying a sports game that they are upset about, and more upset about encouraging the behavior of extremely low effort recycled releases constantly



  • I am the one that posted the question on that product, the answer came the next day. And I can confirm from having gotten the emails asking for answers to questions in the past that the email asking the question provides you an image of the item and description so even if the listing had been flipped it should have not shown them the dash cam in the email asking the question.

    But yes sellers do like to do that to make reviews look good, he have to be careful to actually read the reviews to look for someone describing the product to make sure it matches







  • 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