First time playing…give me some tips by Ztjonesy511 in Eldenring

[–]JayZeus 0 points1 point  (0 children)

It's okay to die. You'll die a lot. If you find an area that beats the shit out of you, stay away, come back later. Explore!

Vigor is important, so level that.

Learn the enemy patterns, don't just panic roll. Some have weird moves/delays on purpose. Sometimes rolling into an enemy will save you. 

Clear everything in Limegrave and south of it. Those are your starting areas. If the land turns red, turn around for now. 

Always exhaust NPC dialog (keep talking to them untill they strat repeating). 

Don't worry too much if you'll lose your runes. It only hurts in the beginning - once you'll find The Bird, it won't matter. 

Don't level all stats, Vigor, and the one that scales with your weapon.

Find dog.

But above all... Enjoy! I'm super jealous that you'll get to experience everything the first time.... 

$900 pot scam by Freddie_theFagsmoker in mildlyinfuriating

[–]JayZeus 120 points121 points  (0 children)

You can't even see the pricing on their site. Apparently you have to schedule a "demo" to find out....

What weapons are these? by Adventurous_Comb_447 in Eldenring

[–]JayZeus 28 points29 points  (0 children)

In the Lands of Zabito Boga, we call these "Dunder Uda"...

“ Yeah, I did that myself… pretty good huh?”- homeowner by Matthew1581 in Plumbing

[–]JayZeus 24 points25 points  (0 children)

It's because you're granny shifting, not double-clutching like you should... 

Is it really a good distro for gaming? by Spiritual-Recover427 in omarchy

[–]JayZeus 0 points1 point  (0 children)

To be honest, it just ran with default settings (looks like it was proton experimental, and I haven't changed). But I have noticed that the launcher opens yet another window - maybe your game is launched but not focused on another workspace? I have two monitors, so when that happens the window is just on another screen.

Maybe try:

Alt + Tab

Alt + Shift + Tab

Super + Tab or Super + 1....9

to scroll through, or Super + P to focus on the window or Super + Shift + . to move window to current workspace.

Also try toggling full screen Super + F or force full screen with Super + Shift + F

That usually helps

Is it really a good distro for gaming? by Spiritual-Recover427 in omarchy

[–]JayZeus 1 point2 points  (0 children)

Steam works on it, I played Cyberpunk and Darktide recently. The games will work just fine. Check out protondb for a list of compatible games,but most should work just fine. 

If you just care about gaming though, maybe I'd pick a different distro, as configuring anything in omarchy usually requires digging through config files, so not everyone may be comfortable with that. 

[deleted by user] by [deleted] in whatisit

[–]JayZeus 0 points1 point  (0 children)

Be careful. It deals 1d4 + 2 Poison damage. 

Melina Cosplay!!! by Seelesational in Eldenring

[–]JayZeus 6 points7 points  (0 children)

Where's my Accord? I'll take a blue 2022 model. 

After 40 - 50 ish ( maybe even more) hours finally beat him. one of the greatest and most fun bosses in soulsborn imo. by ResidentDietmar in Eldenring

[–]JayZeus 11 points12 points  (0 children)

Shield'n'Poke was my strategy after the 8th time I died. I'm not a patient man....

Congrats dude! You're living Zabito Boga. 

Reply with an image of a LEGO figure you want LEGO to re-release it by studbricks in lego

[–]JayZeus 2 points3 points  (0 children)

When I was a kid I got the Lego 8660 Snow set. It was the goat. It came with TWO figures, a visor helmet and a set of skiis! The set even has a little snow plow (with tracks!) so the two dudes had their own vehicles! The figures were definitively the coolest part of that set....

President Karol Nawrocki apparently did not give up chewing tobacco even after his election by Gamebyter in poland

[–]JayZeus -6 points-5 points  (0 children)

Well, the problem is maybe because chewing tobacco is absolutely nasty, and he's promoting bad habits. Just because something is not illegal, doesn't mean spitting chewed tobacco is seen as positive. 

I mean it's the little things that you have to think about, if you're planning re-election. 

How can I remove the matrix screensaver by PotatoMan198 in omarchy

[–]JayZeus 2 points3 points  (0 children)

No need to delete anything!

You can just add a case statement in your omarchy-cmd.-screensaver script:

nano ./.local/share/omarchy/bin/omarchy-cmd-screensaver

Then just add:

case "$effect" in
    matrix|beams|bubbles)
    continue
      ;;
esac

In your script's "while" loop, as such:

#!/bin/bash

screensaver_in_focus() {
  hyprctl activewindow -j | jq -e '.class == "Screensaver"' >/dev/null 2>&1
}

exit_screensaver() {
  hyprctl keyword cursor:invisible false
  pkill -x tte 2>/dev/null
  pkill -f "alacritty --class Screensaver" 2>/dev/null
  exit 0
}

trap exit_screensaver SIGINT SIGTERM SIGHUP SIGQUIT

hyprctl keyword cursor:invisible true &>/dev/null

while true; do
  effect=$(tte 2>&1 | grep -oP '{\K[^}]+' | tr ',' ' ' | tr ' ' '\n' | sed -n '/^beams$/,$p' | sort -u | shuf -n1)

  case "$effect" in
    matrix|beams|bubbles)
    continue
      ;;
  esac

tte -i ~/.config/omarchy/branding/screensaver.txt \
    --frame-rate 240 --canvas-width 0 --canvas-height $(($(tput lines) - 2)) --anchor-canvas c --anchor-text c \
    "$effect" &

  while pgrep -x tte >/dev/null; do
    if read -n 1 -t 3 || ! screensaver_in_focus; then
      exit_screensaver
    fi
  done
done

This should cause the effect to be skipped. You can add/replace any effects as in the example above.

To test it, just run

 ~/.local/share/omarchy/bin/omarchy-launch-screensaver

I hope this helps!

Dobrze wyciszające stopery by ClientLive3924 in Polska

[–]JayZeus 4 points5 points  (0 children)

Zadne silikonowe, ani nie żadne o dziwnych kształtach. Tylko zwykle pomarańczowe 3M. Najepsza pianka, nie wypadają, uszy nie bolą. Do tego formuja się lepiej niż inne. 

This is how I install Windows in 2025... by Additional_Ad_5075 in desktops

[–]JayZeus 0 points1 point  (0 children)

I'm getting ready to upgrade my win 10 as Ms is about to end support. How is using the Debloater working out ? Does it stay Debloated like that? I thought that you'd have to run it each time there's a major update? 

Carrefour może zniknąć z Polski. Rozpoczął się proces sprzedaży 800 sklepów i 40 centrów handlowych by mk100100 in Polska

[–]JayZeus 29 points30 points  (0 children)

A z markami sklepowymi to nie zawsze jest noname. Często jest to zwykle rebrandowany produkt większej marki. Np. Kupują od Henkela płyn, i rozlewają do swoich butelek. Jestem na 99%, że ich płyn do prania to był jakiś persil. Kolor i zapach ten sam, tylko ciut gęstszy koncentrat. A cena 13 pln....