IngeniousRocks (They/She)

Don’t DM me unless you’re asking about linux or my art please

  • 1 Post
  • 139 Comments
Joined 7 months ago
cake
Cake day: December 7th, 2024

help-circle

  • Ok so I normally don’t post AI slop but a while back I was selfhosting an image generation model and a friends and I were fucking around trying to make super high quality furry porn (I promise this is SFW) and ended up with basically the dude in this meme on a horse treking through the desert and he was so handsome. Anyway I wanted to share the image so I’m gonna go dig it out of my harddrive.

    Sorry anyone reading this before I’ve edited the comment, I needed a placeholder or I’d forget what I was doing 😅

    Edit: I found it in a photo I took with my phone

    Ugh just look at that handsome man!

    Anyway sorry for clogging up the feed with nonsense the meme made me wanna share. Please don’t hate me kthxbaiiii



  • It’s not that dark. If mushrooms helped you realize you don’t wanna be married to a person you should divorce them. Why spend time with someone you don’t want to be with?

    There is this belief for some reason that divorce is like the end of the world and a giant nightmare but like, I’ve done it, its not hard stuff and as long as you and your (soon to be) ex-partner aren’t assholes then the hardest thing is gonna be making your schedules line up.

    Like Yeah it’s devastating to lose a built in best friend, but also you gotta live your truth

    Anyways don’t jump on mushroom thoughts immediately, let them settle and ferment for a bit before you follow them.


  • I’m not sure whay the OS you use is, but on linux (debian based) they have a Curl installer that installs their Systemd service preconfigured for your account and the specific tunnel you’re using.

    Once that is installed, configuration is pretty easy. Inside their ZeroTrust portal, you will find the options to configure ports.

    Always point your tunnel to https://localhost:port or http://localhost:port. You can get a TLS cert from lets-encrypt for your first one. New certifications are issued by cloudflare’s partners regularly to prevent expiration. I think I have like 3 for my domain now? 1 from Lets-Encrypt and a couple from Google.

    This could be totally unrelated, but when I first configured my domain, I used DuckDNS as my DNS registrar so I could do everything over wireguard. That’s is still set up and in Cloudflare I still have duckdns included in my DNS registry. Could he worth a shot to set that up and add it to your DNS registry on cloudflare.





  • If you’re using an Arch Based distribution and have access to a USB keyboard so you can use standard HID drivers during setup you should be able to follow along on this wiki to use the software included in the ASUS Linux stack. It appears they have some nonsense going on. Tbh I didn’t know about this until looking just now and I’m gonna be going through here and getting the tools I need since I’ve got an ROG mobo I think would benefit









  • OHH you’re using flatpak!

    Have you configured flatseal to allow steam access to your “/usr/lib/*”?

    I didn’t notice any libraries failing to pull but you should give steam access there anyway to help get your Linux native games running easier. Allowing steam access outside its own container should fix most issues, but it doesn’t look like it will fix this one.

    Additionally, I noticed issues with msaa happening, are you using an Nvidia GPU by chance? If so, I recommend Opening the Nvidia x-config app and overriding antialiasing and forcing 4x or 8x fxaa instead of msaa. Msaa is borked on Nvidia, renders basically any game using it unplayable.

    Took me weeks to get Cities Skylines 2 working until I stumbled upon that accidentally.


  • Are you recieving any error messages? Do you have logging enabled? (If you add “PROTON_LOG=1 %command%” to your launch options you can enable logging, they’re stored in /var/log/ and will be called [steamid].log

    Enabling logging can tell you WHY things are breaking.

    My personal theory, because it seems to happen a lot, is the libraries that should be linked automatically aren’t loading and proton doesn’t know where to find them, it happens sometimes!

    If that’s the case, your log files will point to the missing libraries, install them or find them burried in your system and copy them to your game directory.