• 0 Posts
  • 97 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle
  • Personally, I’m ok with it remaining niche. Reddit got worse as it got bigger. Both in terms of it attracted back the CEO that had left it, now that it looked like he could make money from it (which ultimately led me to leaving the site entirely and just lurking instead of participating if I do go there), and how it attracted every other person looking to either make money from spam or manpulate opinions via disinformation (or selective information). Plus the corruption when the greedy CEO and those looking to just make money worked together. Oh also a higher prevalence of people just looking to troll or fuck with people.

    The fediverse mainly just addresses the stuff having to do with the admins. If the admins for one instance get greedy or allow corruption, users can move to a different instance to avoid that admin’s power.

    But I don’t think it has anything to solve the other problems, those just require more moderation, which comes with problems of its own, like power tripping mods, users reporting things that don’t need moderation because overworked mods might just remove it anyways or automatically because they can’t handle the volume otherwise (and generally aren’t paid to do that work).

    But coming to here from Reddit those years ago was nice because its size meant we not only got away from corrupt admins but also most of the other shit that made reddit crappy outside of how it was run.





  • Your second paragraph tells me you haven’t even tried because the first part is just checking a checkbox in the steam settings to automatically use proton for games without linux support, and occasionally going in to the game settings (again in steam) to force it to use proton instead of a broken linux version.

    And there’s no performance limitations running them on Linux. If anything, performance is even better on Linux because it isn’t running every single possible service MS wants to minimize support time and gobble up data.

    Only exceptions to this are if you play games that want to do things in your kernel, or maybe if you’re using an nvidia gpu, depending on your distro it might take effort to get that set up properly.

    If you have an AMD GPU, it’s actually quicker to go from start installing the OS to playing a game on linux than it is in windows between a) it not trying to steal focus to upsell you on other ms products, b) gpu drivers being included in the distro, and c) the defaults just being better on linux, thus less time spent making it less annoying to use.

    It’s just no longer true that windows is the right tool for gaming, except for a list of specific games that want to invade the kernel and thus I’m kinda happy that I won’t accidentally run one. They don’t even stop cheating (which should be done on the server side anyways).


  • Buddahriffic@lemmy.worldtomemes@lemmy.worldEwe
    link
    fedilink
    arrow-up
    15
    ·
    10 days ago

    RAM is a resource that works best when you have more than you need. I always want there to be some unused RAM because then my system can do anything it needs to without spending time swapping out the least recently used pages before it has any free ones to use.

    Shitty programs that take GBs of memory to do things that should only need MBs or KBs of it isn’t “getting my money’s worth out of my computer”.





  • My “page” is my monitor’s screen, a window into many virtual worlds that extend past the plane of my screen.

    Actually, my screen is a curved surface. So the 3d virtual world is projected onto a 2d plane which is then projected back onto a 3d curved screen. The math to make it look correct in the final projection is different from what makes it look correct on a flat screen, though I don’t know if any renderers actually do this correction. Not that I think the difference is huge.


  • Adding websearch to the start bar’s search was solving a problem that didn’t exist. If I want to search the web, I can use a web browser to do it. I feel like it was added to try to make up for how bad the search used to be (and still is? I just never really had a habit of using it because it was so unreliable and depended on other ways to figure out where things were), so that it would give something, plus MS really wanted bing to be a thing.

    I recently switched to KDE and their main search bar also includes web search. I haven’t looked at the settings for it and expect there’s probably a way to disable that, but I didn’t feel great about seeing that there.









  • As I understand, chess AIs are more like brute force models that take the current board and generate a tree with all possible moves from that position, then iterating on those new positions up to a certain depth (which is what the depth of the engine refers to). And while I think some might use other algorithms to “score” each position and try to keep the search to the interesting branches, that could introduce bias that would make it miss some moves that look bad but actually set up a better position, though ultimately, they do need some way to compare between different ending positions if the depth doesn’t bring them to checkmate in all paths.

    So it chooses the most intelligent move it can find, but does it by essentially playing out every possible game, kinda like Dr Strange in Infinity War, except chess has a more finite set of states to search through.