morgan_423

joined 2 years ago
[–] morgan_423 86 points 2 hours ago* (last edited 2 hours ago) (2 children)

Yes. YES. This is what we're talking about.

Make the punishments hurt enough so that it doesn't make financial sense to improperly decline claims. It's the only way to get health insurance companies to behave, since we're dead set on keeping it a private industry apparently.

[–] morgan_423 6 points 1 week ago

Playing Baldur's Gate 3 again, after a several month hiatus from it. But this time I'm doing Honour Mode for the first time, currently working through Act I.

It's tough! Especially early game. I decided for some hard-to-kill character builds, to try to avoid team wipes.

Playing as Gale, target build is Drac Sorc (Cold) 1, Abj Wiz 11, specced on INT. Idea is to get utility cantrips, scales, and Armor of Ag from sorcerer, everything else goes into making Gale an Arcane Ward tank. He sprints into melee combat, the enemies kill themselves on the Armor of Ag retaliation when they hit him, rinse and repeat as much as needed.

Also having Karlach be the BarBearian, taking half damage from everything as she rages, and healing with that heal mace you pick up in Act 1 every time she clocks someone with it. It's working well so far, hopefully it stays viable as the game goes on.

[–] morgan_423 3 points 1 week ago

Love the all-handedness inclusivity of having two doorknobs.

Ambidextrous people, rejoice! You now have a doorknob for every mood and situation!

[–] morgan_423 23 points 1 week ago* (last edited 1 week ago) (4 children)

I personally find it hilarious when people have slanderous conversations en español, thinking that none of the non-hispanic people in the vicinity understand them.

Están equivocados. Lo aprendí como segunda lengua cuando mi hermano se casó, y agregamos venezolanos a la familia lol.

It's adorable that someone world think that the fourth most widely-spoken language on the planet is a secret code that no one in public would possibly have a hope of comprehending 😆

[–] morgan_423 11 points 2 weeks ago* (last edited 2 weeks ago)

I think the funniest statistic of all is that Lloyd's yearly tips are not divisible by 5. And to my knowledge, you can't tip him anything other than 5 credits per tipping occurrence, unless you have a smaller amount.

So at least one dwarf (and possibly several) tipped Lloyd the last 1 to 4 credits they had lol

[–] morgan_423 1 points 2 weeks ago (1 children)

My personal target is 105% of the performing mark, when I'm in a churn and earn job somewhere that I don't want to promote.

That wiggle room is enough to keep me above the performing mark if there are any productivity impactors outside of my control that my company refuses to adjust for (that has happened to me in jobs before), and it also keeps me off of bottom-performer lists when layoffs roll through. And it's barely more than the bare minimum. Win / win / win.

[–] morgan_423 31 points 2 weeks ago

Do these people even read their own books?

No. I thought that was pretty obvious.

[–] morgan_423 7 points 2 weeks ago (1 children)

You have dug too greedily and too deep, and you have awoken the Balrant.

[–] morgan_423 4 points 2 weeks ago

You're welcome! Though I'm genuinely bummed that it's not 100% fully working for you.

One of the great things about the Deck is that we have essentially and functionally the same hardware and OS for our systems, so I was hoping that things like this just work the same for everyone... we don't have the challenges of the rest of the PC community, where every single person is running a different configuration of parts. 🙂

[–] morgan_423 4 points 2 weeks ago (2 children)

I'm sorry to hear that you were having issues setting up the docking script!

Without seeing what you were doing, it's kind of tough to know where the issue was. I know I personally don't have to change anything with the resolution properties on mine to make it work, it still is set to Default for me. It's my correct resolution so I don't have to scroll anywhere, everything is exactly where it is in native (in fact I'm using it right now to access Firefox and be on Lemmy 🤗 )

Were you able to change the height and width numbers in the script to match your monitor? The example I posted above is what I use for my 2560 x 1440 monitor, but you'll get a weird result if your resolution is something different and you don't change it.

106
submitted 2 weeks ago* (last edited 2 weeks ago) by morgan_423 to c/[email protected]
 

So, I wanted to share some knowledge and awareness about Nested Desktop. What it is, and if you're interested, how to set it up.

What it is: Nested Desktop allows you to access Desktop Mode functionality while you're still in Gaming Mode / Gamescope, and acts like any other game you'd run from there.

Think of it as your "Desktop Mode emulator for Gaming Mode". It lets you access Desktop Mode files, apps, and functionality just like you were using Desktop Mode natively, WHILE you're already in another game using Gaming Mode (so for instance, you could pull up Nested Desktop to get easier web browser access to look up something for the game you're playing). It's also much faster than rebooting natively into Desktop Mode when you need to use it.

I use Nested Desktop all the time! I find it to be a handy tool to have access to.

How To Set Up: Native Steam Deck screen (800p)

The native app always pulls up in 800p resolution, regardless of your display resolution. If you are on your 800p-screened Deck itself this is perfect; if you're docked or have a different resolution replacement screen, and want a different resolution, I'll cover that later.

Steps:

  1. Reboot into native Desktop Mode. Hopefully this will be the last time you have to do that for awhile!

  2. Use your application launcher in the bottom left corner. Navigate: All Applications ~ scroll down to N's ~ Highlight Nested Desktop ~ RIGHT click ~ choose menu option "Add to Steam."

  3. You're done and can go back to Gaming Mode! You can now run Nested Desktop right out of the non-Steam section of your library. Note: You do NOT have to set any launch properties or Proton options to run this.

When you are done using Nested Desktop, you can close it either with the standard STEAM button menu, or by double clicking the Return to Gaming Mode option on the desktop.

How To Set Up: For Other Resolutions

This was the part that took me forever to find out how to do searching online. I was VERY frustrated figuring this out, so I wanted to share to give others the resource. And sadly no, you can't just pick your preferred resolution from the normal launch options on the regular Nested Desktop app.

Steps:

  1. Reboot into native Desktop Mode.

  2. Use your application launcher in the bottom left corner. Use it to navigate to and open a new document in your text document writer (the default is KWrite). Copy all the text between START and END below and paste it into your new document:

START

#!/bin/sh unset LD_PRELOAD

rm -rf /tmp/desktop-mode mkdir -p /tmp/desktop-mode cat > /tmp/desktop-mode/kwin_wayland_wrapper << EOF #!/bin/sh $(which kwin_wayland_wrapper) --no-lockscreen --width 2560 --height 1440 --x11-display $DISPLAY $@ EOF chmod +x /tmp/desktop-mode/kwin_wayland_wrapper

kwriteconfig5 --file startkderc --group General --key systemdBoot false PATH=/tmp/desktop-mode:$PATH startplasma-wayland kwriteconfig5 --file startkderc --group General --key systemdBoot --delete

END

NOTE: The height and width numbers in the code above are the resolution that the Nested Desktop will open in. This example is from my 1440p display, but change these to whatever resolution your display is.

  1. Save this document under any name that makes sense to you. This will be what you see in your library. For example, I named mine "Nested Desktop 1440" to distinguish it from the regular Nested Desktop I use when I'm handheld.

Also, be sure to save this somewhere that you can easily find it. I recommend the standard Documents folder.

  1. Navigate to the file where you saved it. RIGHT click it, choose "Properties" from the menu. Under the Permissions tab, check the "is executable" box, and click OK.

  2. Finally, RIGHT click the file again, and pick "Add to Steam."

  3. You can now go back to Gaming Mode, and run this whenever you need.

Thanks everyone, I hope you find this useful!

[–] morgan_423 5 points 3 weeks ago

Off topic, but this scene always struck me as "we're watching Take 217" because no way were these actors not snickering on every take for hours.

[–] morgan_423 6 points 3 weeks ago (2 children)

If your dad went out for cigarettes one day and didn't return, he didn't abandon your family.

He was actually kidnapped and fed to the AI so that it could extract the dad joke essence, to be able to do stuff like this.

57
Nauta Turturem (lemmy.world)
 

To stay in compliance with weekly Lemmy AI image memes, here this is.

 

No, you're not imagining things.

It's security footage of Sailor Moon stealing from a Target whilst eating a fried spaghetti sandwich.

 

My steps, if anyone has to replicate. I'm not sure if everyone will start from here... it's possible that you already have the prerequisite installed from another game. But I'll give my fix path in case anyone starts from the same place I did.

For me, what I saw to start: When running, a brief spin, and then about ten seconds later, a change back to the green play button. Complete no-go.

My fix path went:

  1. Started in Desktop mode, for maximum troubleshooting flexibility.

  2. Going to Manage > Properties, I changed BG III compatibility option to Proton Experimental.

  3. Tried relaunching game... this time, an error returned that I needed to run the game along with Windows Net Desktop runtime (.net 6.0.20).

This error had its own link button, but in case you don't get the link or error, but still want to see if this is your fix, the link took me here for the download.

  1. I added that downloaded file as a non-steam game in Steam, set its compatibility to Proton Experimental, then I ran it and installed it. (Note: For stuff like this, leave it in your Steam library after you're done with these steps... if you delete it later, it takes out the file path and it will stop working, and you'll have to do all this all over again.)

  2. Every person is going to get a unique directory number created for them in their file structure for this file. Find it by following the path in your file manager (default file manager is Dolphin): /home/deck/.local/share/Steam/steamapps/compatdata/

Then sort by "last modified," and the file folder you're looking for will pop to the top (it should say something like "last modified two minutes ago," "last modified just now," or something like that... because you just did this, so you know this is the correct one). Write this number down, it's the unique-to-you location id I was talking about earlier.

Finally, go back to Baldur's Gate III and the Manage > Properties. In the launch options, paste exactly this command, except substitute your unique ID number in place of the string of Xs here:

STEAM_COMPAT_DATA_PATH=/home/deck/.local/share/Steam/steamapps/compatdata/XXXXXXX %command%

(Note: there is a space between your ID number and %command%.)

And if your issue was for missing the Net prerequisite, then this should get it running for you. Have fun!

 

Asking as I recently subscribed to a community that is fed by a bot which posts pretty frequently.

I subscribed to be able to mark the community to find it when I want to, but it's now dominating my subscribed feed due to volume of posts. If I could keep this one specific community from showing up in the feed, that would be the preferred solution. Thanks!

view more: next ›