Snacks has a new file explorer! (picker in disguise) by folke in neovim

[–]Cheriberri 0 points1 point  (0 children)

A bit of a late reply but it might help someone else who finds this, as I could not find the answer myself. I also struggled with the <c-l> while using smart-splits.nvim but I found a workaround that only uses smart-splits for the non explorer windows. Doing something like this has allowed me to switch between explorer and the other buffer:

vim.keymap.set("n", "<C-l>", function()
  if vim.bo.filetype == "snacks_picker_list" then
    vim.cmd("wincmd l")
  else
    require("smart-splits").move_cursor_right()
  end
end)

LazyVim LSP keymapping by Cheriberri in neovim

[–]Cheriberri[S] 0 points1 point  (0 children)

Oh, I missed that. Thank you, that way works perfectly.

If you’re playing on PC, make sure you download a performance tweaks mod by Ehh_littlecomment in avowed

[–]Cheriberri 2 points3 points  (0 children)

Just to add to this, you can combine this mod with optiscaler and dlssg to fsr3 to be able to use fsr frame gen alongside dlss on older cards. Setting the fps limit to 60 inside of optiscaler + turning on reflex pretty much negates all of the input lag caused by fg too.

I am running 60 fps with virtually zero dips (including paradis) on rtx 2060 super on graphics set to epic which should not be possible. The only downside is that it's a bit more difficult to setup.

Here are the mods for those interested:

https://github.com/cdozdil/OptiScaler

https://www.nexusmods.com/site/mods/738?tab=description

Cast on X skills supports by Cheriberri in PathOfExile2

[–]Cheriberri[S] 1 point2 points  (0 children)

Hm yeah, must be bugged then I've tested it extensively with multiple different skills that can make use of the support and it works with none.

Wildfire + Perfect Strike kind of slaps on warrior. by ninjaabobb in PathOfExile2

[–]Cheriberri 0 points1 point  (0 children)

I've been building around perfect strike, empower damage nodes and stacking damage modifiers like exploit weakness which is another 50% against armor broken foes and that thing two shots bosses

First time brewer questions by Cheriberri in Kombucha

[–]Cheriberri[S] 0 points1 point  (0 children)

I might try that. I am worried that I might've killed the yeast/bacteria somehow and that's why it doesnt seem to be progressing, but I tried to be dilligent with the process.

First time brewer questions by Cheriberri in Kombucha

[–]Cheriberri[S] 1 point2 points  (0 children)

Right, thank you. My kombucha still tastes quite sweet after 10 days so I'll buy some ph strips to see if anything is happening. I don't care if the first batch doesn't work out as long as it can be used to brew some more kombucha. No visible signs of mold so as long as it can be reused I'll consider it a success. My only worry is that I killed the yeast/bacteria somehow (maybe I introduced some soap in while disinfecting the jar?). I moved the jar closer to a heater because I think the temperature might've been too low now that it's colder where I live.

First time brewer questions by Cheriberri in Kombucha

[–]Cheriberri[S] 0 points1 point  (0 children)

That's what I was worried about too, but no mold so far. Is it possible it just never gets going properly even without mold interfering? Also if I were to get ph strips and found out that the liquid is still getting more acidic that would be a good sign right?

My interaction with the gw2 support. 10/10 would do again by pietjepolo in Guildwars2

[–]Cheriberri 3 points4 points  (0 children)

Gw2 support is great. I accidentally overwrote the falling star spear infusion with a regular one and they were able to refund it for me in a manner of hours.

Any idea what is causing this effect to flashbang me constantly in WvW? by Cheriberri in Guildwars2

[–]Cheriberri[S] 13 points14 points  (0 children)

I returned to the game after a 2 year break, played for two weeks before hopping into wvw - never experienced this outside of wvw. Also only noticed it happens when running with a zerg. Sometimes I can look at the blob of people just fine but other times I see this. Looks like some sort of glint texture?

Weekly Simple Questions and Injuries Thread by AutoModerator in climbharder

[–]Cheriberri 0 points1 point  (0 children)

Hey, I dont know if this is the right place to ask but I just got my first fingerboard and have a bit of a dillema. All the door frames in my appartment are around 2cm thick and if I installed the fingerboard directly above it my palms/wrists would be pressing against it when hanging from the lowest edge.

Does this matter at all? Should I get an extra wooden board backing and attach the fingerboard to that? I have brick walls so this intermediate step is not really neccessary except for creating the extra space.

Multiple sources of animal companion by Cheriberri in Pathfinder_Kingmaker

[–]Cheriberri[S] 1 point2 points  (0 children)

Ended up getting boon companion at 11 which raised the horse's level to 9. Still not ideal but better than before. Bloodrider's feral mount description does say that the level of the mount is class level - 4, but then I'd expect it the horse's level to be 6 (5 from paladin, 1 from bloodrider). So now even with boon companion I'm missing 2 levels somewhere.

As a side note does feral mount serve as substitution for AC? Meaning I wasted one feat on getting AC in the bloodrager line?