Clearuley
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSM
    SmoochyPit
    Now 100%

    That one would definitely break grandparents.

    Also I wish I had a girlfriend like the second from the right (right above Garfield).

    25
  • Clearuley
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSM
    SmoochyPit
    Now 100%

    Here’s my best shot at explaining. Unlike my grandma, you’ll know more about video game and internet culture already :)

    The character is Alyx from Half-Life 2. “Source Filmmaker” is an app that lets you pose and animate characters from Valve games and is frequently used for meme videos. It was likely used to pose Alyx’s face this way.

    Here is a picture of this meme that I saw before this one (I think it’s the original for the format).

    This was most a meme from a few years ago, around the time when air fryers were becoming more popular and squid game had recently released.

    The meme pokes fun at the “elitist” attitude many people with air fryers had, as they swore by using them for everything. A key trait is the smirk expression the person in the picture has.

    47
  • 196
    196 SmoochyPit Now 100%
    Clearuley
    158
    33
    196
    196 SmoochyPit Now 100%
    Ruleddit

    Btw I need to find a new instance to keep using Voyager, Beehaw isn’t updating and they’re planning to move platforms. Thoughts/recommendations?

    136
    12
    Denuvo Unveils New Tech That Will Make It Easier for Devs to Track Down Leakers - IGN
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSM
    SmoochyPit
    Now 100%

    Denuvo is great for pushing players to older or indie games, games free of exploitive design.

    All DRM is anti-consumer and negatively impacts paying customers. I’m open to friendly discussion on this opinion :)

    9
  • melon rule
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSM
    SmoochyPit
    Now 100%

    Context:

    Façade is an artificial intelligence-based interactive story created in 2005 by Michael Mateas and Andrew Stern.

    Façade

    The engine does have some quirks, however; for example, saying the word "melon" at any time will result in the player being kicked out immediately, due to the slang term referring to a woman’s breast, despite other meanings not used in a vulgar way.

    48
  • Rant: My recent experience of trying to install windows for gaming and why I'm really thankful for Linux
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSM
    SmoochyPit
    Now 100%

    Windows and MacOS are “noob-friendly” for those who use them for simple purposes and out-of-the-box. As soon as you want to do something more advanced, you’re back to googling and installing software from a variety of sources.

    Many linux distros are like that too (others are just not noob-friendly at all), but centralized package management and documentation are nice.

    I’m really glad to be away from registry editing, 50 app icons in the tray, and navigating my way through settings to control panel so I can actually fix my audio devices or network options.

    I’m on Arch now, so I still have plenty of configuration and software, but I know the systems and choose explicitly which ones I use. If something isn’t working or is annoying, it’s my fault.

    20
  • I wonder if the Rule continues
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSM
    SmoochyPit
    Now 100%

    I’m not sure how or why he would’ve come across that data, but as far as competing companies go…

    There definitely weren’t any widespread virus outbreaks in December 2021 and 2022 which affect the ability to smell, that’s for sure! /s

    Kidding aside, maybe covid was just a really complex form of corporate sabotage between candle companies 🤔

    15
  • thinking of trying linux,
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSM
    SmoochyPit
    Now 100%

    I second this advice. Arch is a rolling-release distribution, so most of its packages are updated to the latest releases as soon as they come out, regardless of whether they’re tested to be stable with other software and hardware configurations.

    I have “ubuntu server” installed on an old computer I use for hosting game servers. That thing is incredibly stable and low-maintenance.

    8
  • Finally switched to Wayland with KDE+NVIDIA
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSM
    SmoochyPit
    Now 100%

    I just installed Hyprland (so different WM, but still Wayland) on my laptop with Intel integrated graphics and it works fine for me. It could be a difference between generations, though, as my laptop is from 2014.

    You’re not really missing much yet imo— most software I use still requires xwayland anyways.

    3
  • Finally switched to Wayland with KDE+NVIDIA
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSM
    SmoochyPit
    Now 100%

    I just replied to Nilz over here with my understanding of it.

    The protocol is to facilitate explicit gpu synchronization.

    Currently xwayland apps show the most issues with this on Nvidia. Driver 535 and earlier help mitigate it, or using native Wayland apps, when possible.

    4
  • Finally switched to Wayland with KDE+NVIDIA
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSM
    SmoochyPit
    Now 94%

    I’m not a hardware dev, but I’ve been following this issue for several months. Nvidia on Wayland does not implement implicit GPU synchronization currently for Xwayland. Other vendors do.

    This issue is related to how/when the framebuffer from the gpu is handed off to be displayed. Implicit sync isn’t a great solution, it’s just what’s been done for Linux in the past.

    Here’s a bit more detail if you’re interested:


    I believe this issue is more specific to Wayland because Wayland relies on the DRM, direct rendering manager, to facilitate communication between the graphics driver and Wayland clients (applications). Whereas Xorg kinda just covered everything along the pipeline.

    Implicit sync sounds like a bit of hack, where software (I assume the client? Or maybe the drm driver?) implicitly checks for the frame to be finished, rather than being signaled when the frame is ready.

    So instead, Nvidia has been arguing for, designing and developing an explicit sync Wayland Protocol (and one for Xorg), which will let the graphics driver explicitly signal when a frame is finished and ready to be displayed. This is how the graphics stack works on Windows.


    Right now on Nvidia, Xwayland clients will show previous frames, incomplete/corrupted frames or will fail to update when a new frame is rendered. Here’s the XWayland Merge Request. The issue is much worse on drivers > 535.xx after some optimizations worsened the issue. For now, rolling back can help!

    There will be benefits in general with explicit sync, but the major ones will be Xwayland functioning properly for Nvidia users, VRR and apps with inconsistent framerates.

    15
  • Hot Take: Stop Recommending Windows-y Linux Distros
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSM
    SmoochyPit
    Now 100%

    I tend to agree with this. Linux isn’t one alternative and niche OS, it’s a massive community and ecosystem with loads of options and a deep history of its own. I switched from daily-driving windows to installing arch linux with hyprland and learned a bunch of new systems and ideas. My experience with Linux before this had been Ubuntu and Kubuntu.

    I relearned a lot. Some harder things I adjusted to:

    • vim
    • tiled window management
    • package managers (This is ignoring all of the software systems I had to learn about and install by choosing arch, this is just specific to my daily workflow.)

    Exposing myself to that change and those new ideas gave me the opportunity to learn about alternatives and choose the best option for me. I feel far more productive with my changes.

    Now a counterpoint: many users learned to use windows or macos over time, through their education or alongside its development. Those users may not have the time or desire to relearn key ideas or workflows, especially not in one big plunge. A distro like Linux Mint undoubtedly works really well to ease someone in.

    Another consideration: many design decisions are shared by lots of software, visual and functional. Some are a product of how software and UIs have grown, like a shift towards flat design or common control schemes. It would certainly do more harm than good for Linux users to abandon ALL similarities with existing software; where that line is drawn is probably subjective.

    Anyways, I still agree that the mindset of ideal Linux distros being “windows replacement” is very limiting. For new users who do have the time and desire to learn and adapt, trying alternative software is a great option to maximizing their computer’s potential. Even users on “beginner distros” can install pieces of software and learn about the ecosystem, since Linux is so modular.

    4
  • 232
    17
    68
    0
    196
    196 SmoochyPit Now 100%
    Linux Rules
    359
    43
    196
    196 SmoochyPit Now 100%
    AOC Rule
    139
    10
    196
    196 SmoochyPit Now 100%
    Arr(ule)gh

    ![](https://beehaw.org/pictrs/image/546f837f-6fcd-4596-9da9-288b637fb749.png)

    19
    3

    I realized I have a spare port on my motherboard to control an extra pwm fan (in addition to my blower fan). Given the option, would it be better to use it for my hotend fan or for my part cooling fans? I’m primarily looking to reduce noise while printing (I have a pin completely cutting power to the fans when the machine is idle).

    2
    3
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSM
    Now
    9 138

    SmoochyPit

    beehaw.org