❤️ sex work is work ✊

  • 1 Post
  • 230 Comments
Joined 3 years ago
cake
Cake day: June 3rd, 2023

help-circle

  • The fact that it’s not reddit is a huge benefit. Also, the smaller overall community is an advantage for moderation and seems to result in a nicer experience.

    The quality of discourse here is much higher and more varied in breadth of opinion than on any corporate platform I’ve experienced in years, even with the occasional asshole popping up here and there. At least on Lemmy the assholes are easier to avoid and predict (e.g. certain instances attract certain types).

    What we lose in missing out on niche gaming discussion is worth what is gained, to me. Also, here it’s small enough that we can be the change we want to see, so if there’s something missing you can always just make a community and start posting about whatever it is, and people will probably find your posts pretty quickly.


  • “Time heals everything” is essentially true. You’ll eventually move on emotionally, and the people who actually matter in the long run will either remain good friends or be fond memories. The ones who don’t, you might remember with a kind of regret that they weren’t good matches for you, but you’re better off without them anyhow.

    There are a ton of people in the world who all have their own specialness, and you’ll see that in someone else eventually, maybe in multiple other people throughout your life.



  • Luke@lemmy.mltoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    27
    ·
    15 days ago

    Sorry that Cyberpunk didn’t work for you, that’s understandably frustrating. I hope you get what you want from your return to Windows.

    If you ever decide to try Linux again, you might benefit from asking people for assistance before you get so frustrated. I’ve personally played Cyberpunk for hundreds of hours on Linux, so I know it certainly does work. There’s probably something going on with that specific repack you’re using that makes it weird to get running.



  • Not strictly “out of the box” since the setting isn’t enabled by default, but any distro with a recent version of GNOME installed will have RDP available. It’s ready to be toggled on in settings under System > Remote Desktop > Desktop Sharing:

    GNOME settings showing remote desktop page

    Unfortunately, RDP always seems to be fiddly for me, it does that disconnect immediately after connecting that you described. Sometimes if I just keep hitting connect over and over, eventually it’ll get confused and stop disconnecting so that I can actually use the desktop for a while. YMMV.


  • Seems fairly outdated to me, but also completely inadequate. I’ve lived in my current spot for almost 3 years now, and I still routinely receive bills sent to a prior resident. Not even the most recent prior resident either, but someone who hadn’t lived here in a decade or more, and somehow the utility company doesn’t know that he’s not gonna pay that bill they’re sending him, even when I’m paying the same damn company for utilities at the same address.


  • Luke@lemmy.mltoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    4
    ·
    20 days ago

    Most stuff that runs on Windows is uninteresting because there are superior free alternatives on Linux, but in the cases where I needed it, Bottles is great.

    I’m not sure what people are referring to in other comments when they say Bottles has “jank”, but for me it works very nicely for the few apps I occasionally need to use it for: Daz3D (just worked), jDownloader (just worked), and Affinity (followed this guide and it worked easily).









  • Most of the paid plugins I’ve messed with have code to phone home and prevent operation if there’s not a paid license of some sort.

    However, before you bother trying to put effort into pirating those, I recommend making certain that what you want isn’t already freely available a different way. Many paid plugins have decent open source and free alternative plugin(s) that can be used instead. You just have to look hard enough in the plugin listing. The WordPress ecosystem is vast, but there are a ton of smarmy assholes charging monthly subscriptions for plugins that replicate features provided by free plugins and hoping you won’t notice.


  • Luke@lemmy.mltoLinux@lemmy.mlHow important is a DE to you?
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months ago

    I’m not trying to convince you to like something you don’t, and KDE is a fucking great suite of software.

    However, it does sound like maybe you haven’t used GNOME in quite a long time. It does have various customizations built in that are available to users through the settings UI these days, and “tweaks that barely work” isn’t really a representative critique of the general ecosystem anymore.

    GNOME’s extension platform is very mature at this point, and I’ve personally used a bunch of the same extensions for years now spanning like 10 major releases of GNOME without issue. Yeah, the little fly-by-night extensions that get two point releases and then are abandoned don’t work forever, but that’s true of a lot of old software, and is probably a good thing, honestly.


  • I tried the new version of the app (1.3.1) and it works a little better. As mentioned in my other comment, the app tries by default to write to my home directory, which fails. However, if I manually tell the app to use ~/Downloads instead, then it works!

    On the other hand, closing and relaunching the app again clears out what I’ve manually configured and it tries to write to my home directory again until I change it every time.

    (Also, apologies, I should be reporting to your issue tracker instead.)


  • Hey, sure no problem. I don’t actually have a Music folder ordinarily since I keep my music in a network location instead.

    $ flatpak run --command=bash net.fhannenheim.musicfetch
    [📦 net.fhannenheim.musicfetch ~]$ xdg-user-dir MUSIC
    /home/luke
    

    Flatseal shows that the app has requested permission to access xdg-music, which in my case is my home directory. I would assume that means it should be able to write there, but maybe the “All user files” toggle being off supercedes that? I’m not sure how flatpak permissions work, exactly.