• 0 Posts
  • 18 Comments
Joined 4 months ago
cake
Cake day: June 29th, 2024

help-circle


  • If you want more psychological horror emotional abuse, try Echo, which gets frequently compared to DDLC. It’s set up like a gay furry visual novel to start with, but it’s more like Night in the Woods where the paths are who you hang out with instead of who you explicitly want to “date”. As the story progresses it gets extremely dark. I could only do one of the paths before I had to look up the others because I’m too much of a chicken.

    Fair warning that it’s a slow burn to get to the rough stuff, but the story is solid and it’s humorous on the way so it’s not boring.

    Edit: I hadn’t played Echo in a few years so I went to the wiki to refresh myself on the story and it is a lot more tightly-written and lore-heavy than I realized. Each “path” has a different story with a subset of the lore, so you need to play all of them to begin to understand the full picture. There’s also a sequel, a prequel, and a prequel-prequel(?), which all presumably contribute to the lore. I see there’s a giant Let’s Play of most of it, which I think I now feel compelled to watch at some point. It would probably be less spooky to experience it with other people in control.

    Edit 2: I strongly recommend you don’t play Carl’s first, solely on the basis of it not being a strong introduction to the game. Carl’s route takes a long time to get into the swing of things, and the story payoff doesn’t entirely make up for it (though I still really loved this path by the end). This was apparently the first path they wrote, and cynically I think that shows a bit. Leo’s path was much more of a page-turner for me throughout and I think it gives a much stronger sample of the unique Echo flavor. Leo’s is the one I played years ago and there’s maybe a dozen moments from this path which will never leave my brain.

    I’ve seen people online say to do Carl->Leo->TJ->Jenna->Flynn, and with regards to Carl and Leo I’d say objectively that’s probably the correct order in terms of lore unfolding, but there’s only a couple of small references from Carl’s route that you can notice in Leo’s route, so if you’re on the fence about whether you’re even interested in the game at all I’d do Leo’s first so you can get a proper introduction to the game’s themes.



  • TechnicallyColors@lemm.eetoVideos@lemmy.worldFurry P██n is Good P██n
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    2 months ago

    You keep using the word “animal”, but anthropomorphic cartoons are not real animals. Attraction to real animals is not what being a furry is. (You already know this, you are using the term in a loaded way in order to say one thing but mean another) (this unfortunately does not convince anyone).

    There’s nothing inherent to being a furry that demands a “delusional fantasy” (you would know this if you knew what furries are). You call yourself Deceptichum and have a transformers avatar - you may be at risk of being in a “delusional fantasy” if that’s how you want to classify the people with anonymous names and furry avatars!

    So where is the part where the “world is a worse place” because of furries?



  • TechnicallyColors@lemm.eetoVideos@lemmy.worldFurry P██n is Good P██n
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    2 months ago

    Giving up when facing any opposition seems like you never really intended on improving your worldview. You just want to be hateful of things that you don’t understand. The irony of you thinking that those who oppose the LGBT are any different is not lost on me. It’s easy to punch down on things that you don’t personally like, but those are real people that you’re targeting with your malice. I’m not a furry, but I am gay, and as an LGBT member yourself you should understand the power of being an ally to a minority that often gets painted in a bad light. Doubly so when ~80% of furries are LGBTQIA+ in the first place; it’s an LGBT subculture.



  • TechnicallyColors@lemm.eetoVideos@lemmy.worldFurry P██n is Good P██n
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    2
    ·
    2 months ago

    Unhealthy designated by you, the puritan police? Do you know that the anti-LGBT people also consider being gay unhealthy? They’re drawing the line in a different place, but still playing the same role you are. Would you recommend shock therapy for furries, or is that just a cure for being gay? If you’re so concerned with how the furry fandom works you should maybe actually research your bigotry and learn that it’s massive, and no two furries express themselves in the same way. Many do not have overlapping interests at all. You are on the fediverse, so I’d suggest you get comfortable with the idea that people are allowed to exist without your permission.



  • TechnicallyColors@lemm.eetoVideos@lemmy.worldFurry P██n is Good P██n
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    2 months ago

    Did you watch the video before disagreeing with it? We’ve had the concept of clickbait titles for quite a while now, so it would be silly if someone still hasn’t realized how they work. It unsurprisingly does not say that furry porn is objectively “hotter”, but moreso that it’s objectively healthier, for both participants and emotional state. There are lessons to learn by comparison and study, instead of sticking our heads in the sand and pretending that there are no problems with the porn industry.





  • I recommend a dead man’s switch like Healthchecks.io, which can be selfhosted for free. Whenever you have something that’s regularly occurring, add an extra callout to your unique Healthchecks callout UUID as part of the automation, and Healthchecks will send you a notification if something misses its callout schedule. You can also attach whatever data (e.g. a log) to the callout so you can look back through the run history. IIRC Borg will give you a non-zero return code if it detects problems, so you can send e.g. https://hc-ping.com/your-uuid-here/$? and a non-zero code will signal a notification as well (more examples here).

    Also, Borgmatic is really easy to use for managing Borg repos. There’s a lot of configuration options (including Healthchecks.io integration) but you can delete like 90% of it for normal usecases.



  • I used Proxmox for a couple years and it’s good if you run a lot of VMs or LXCs, but I found that I’m not really the target audience. I ended up only running one Debian VM for my Docker containers. It was fine, but I eventually felt that Proxmox added no value for me, and the end result was sacrificing some memory and performance from using virtio emulations for CPU/GPU/RAM/filesystems. If your machines only have 8-16GB of RAM I don’t think it would be a good idea, as I’ve seen the rule of thumb is to dedicate 2GB for Proxmox’s usage, which is in addition to any guest OS’s requirements. Meanwhile I have a Debian install on a VPS that takes about 450MB of RAM.

    For me, pros:

    • Native ZFS support - invaluable, ZFS is terrific. MergerFS+SnapRAID is a decent replacement but the dodgy tooling and laundry list of footguns makes me nervous to use it on important data. ZFS is idiot-proof, as long as you know what you’re doing during the initial setup. RAIDZ expansion is coming this year and you can still use mixed-size disks in a RAIDZ as long as you accept that all disks are equivalent to the smallest one, so I personally feel ZFS is acceptable for grab-bag disk usage now
    • Separation of bare metal and server environment, which means you can spin up another server VM from scratch without impacting the previous one, then switch with zero downtime. In the end, I replaced Proxmox with Debian on ZFS root (ZFSBootMenu) and wrote a few hundred lines of bash to automate the installation, so when I switched it only took about 30 minutes of downtime start to finish.
    • Isolation of different environments. If my VM gets hacked, it will have a harder time reaching my Proxmox host etc. I run all services in isolated Docker environments anyway so this isn’t that big of a perk for my threat profile.

    Cons:

    • Partitioning RAM for ZFS ARC, Proxmox, and VM leads to inherent inefficiencies at the margins.
    • I usually give my VM n-1 CPU cores, which is still less power than if I had just used the CPU natively.
    • GPU passthroughs to VM can be less efficient, depending on the GPU and how it handles it. My iGPU is less performant when using its ~SR-IOV feature
    • Learning requirement - not a huge learning curve but it’s a lot of knowledge that I will not use now that I’ve stopped using Proxmox
    • Hosting your data pool on the Proxmox host or a dedicated data VM means that your server VM needs to use NFS to access its data, which lacks a handful of features (e.g. inotify) and is a pain
    • Need to maintain two systems for updates, downtimes, etc
    • More points of failure
    • Extra startup time
    • Run by a company that thinks it’s okay to use winrar-style nag popups every time you load the console, and requires you to manually dig through the source to disable that. I understand it’s their business model, it doesn’t change how it affects me the end user who lacks $120/year to spend on disabling a popup

  • Here are the super special keywords if you know what you’re doing with Wine: Wine 9.0+ (otherwise the newest MO2 doesn’t work), winetricks vcrun2022 dotnet48 faudio, install .NET 7.0 SDK manually with the exe. Set up a prefix with those components and you can run all the modding tools. Don’t bother with the convoluted MO2 installer script.

    Synthesis was having issues compiling patches using the latest Kron4ek wine builds, so I started using the latest Proton-GE and that resolved it. I’m not sure if Wine-GE would have fixed the same problem, but Wine-GE is no longer being updated, and we need at least 9.0+. Install Proton-GE for Steam through e.g. ProtonUp-Qt, and then Lutris can select it as a runner option and will run it through the new UMU project.

    I use Lutris to create and run the prefix, and I have an isolated copy of Skyrim that is patched with Goldberg emulator because I find that easier to manage so it’s not at risk of being auto-updated by Steam. If you use a Steam copy directly you probably just need Protontricks and do the same thing.

    To capture NexusMods links to MO2, I made an application in my start menu and told Firefox to use it to handle nxm links:

    Env Variables: WINEESYNC=1 WINEFSYNC=1 'WINEPREFIX=/mnt/Games/The Elder Scrolls V - Skyrim/Prefix/'

    Program: /home/user/.steam/steam/compatibilitytools.d/GE-Proton9-7/files/bin/wine

    Arguments: '/mnt/Games/The Elder Scrolls V - Skyrim/Prefix/drive_c/Games/ModOrganizer2/nxmhandler.exe' %u

    Note that allowing the nxmhandler.exe call to start MO2 is bad because it won’t start with the special UMU launcher framework, but if MO2 is already running it’s fine.

    Performance is great, and everything “just works” with MO2. My only issue is that Pandora and Synthesis (at least) sometimes do not seem to end their process appropriately after running, so I sometimes need to manually stop them via a process manager.