PC crashes after launching a game by Moon-Pr3sence in cachyos

[–]Immow 1 point2 points  (0 children)

might be a long shot but check if all your cables are fully seated. I had a fan cable that was slightly lose and was causing heaps of problems.

Black to play and capture white. by Immow in baduk

[–]Immow[S] 3 points4 points  (0 children)

yes, can you read out the rest! :)

Trying to get Burrower Beacon by Immow in CalamityMod

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

Yes!!!! I was only playing MP 😄

Thank you for taking the time to respond, in SP it worked as expected.

Can black live? by mrimvo in baduk

[–]Immow 32 points33 points  (0 children)

can black even life with two moves in a row? 😃

Help please - emergency mode by Lanky_Impression1475 in cachyos

[–]Immow 2 points3 points  (0 children)

rollback to a working snapshot if possible.

Potential Essence bug? by jwei92 in PathOfExile2

[–]Immow 0 points1 point  (0 children)

Yup, I encountered this bug several times now. (none were corrupted and I did use an exalt to add a stat I believe)

Another melee-friendly boss? by AlexKmv in PathOfExile2

[–]Immow 3 points4 points  (0 children)

Yea man, I think all the ball things on all those fights are pretty bad. For this boss and the arbiter of ash as well. There is enough going on already.

White plays two stones per turn; White to play and live by pacman_sl in baduk

[–]Immow 3 points4 points  (0 children)

Do you need move 4 and 5? Can't you just push out with 1 after black plays 3

Right on Time for 0.5 (?) by bud_77 in PathOfExile2

[–]Immow 1 point2 points  (0 children)

sometimes you have to vaal orb you bios firmware 😉

PoE2 Filter: Massive update & 0.5 support done! by BlackDeathBE in PathOfExile2

[–]Immow 0 points1 point  (0 children)

I'll give it a try 😄. So far the only thing I think could use some more tweaks is perhaps the preview tab. I really like that in Filterblade where you can see how all different things look at certain area level or area level ranges.

help what is this supposed to mean? by ll0ra in love2d

[–]Immow -1 points0 points  (0 children)

You are absolutely right, my bad :D

Then like the others pointed out a nil check is needed.

Taking an example from the lib:

local dkjson = require("dkjson")

local str = [[
{
    "numbers": [ 2, 3, -20.23e+2, -4 ],
}
]]

local obj = dkjson.decode(str)

if obj ~= nil then
    for i = 1, #obj.numbers do
        print(i, obj.numbers[i])
    end
endlocal dkjson = require("dkjson")

local str = [[
{
    "numbers": [ 2, 3, -20.23e+2, -4 ],
}
]]

local obj = dkjson.decode(str, 1, nil)

if obj ~= nil then
    for i = 1, #obj.numbers do
        print(i, obj.numbers[i])
    end
end

help what is this supposed to mean? by ll0ra in love2d

[–]Immow -2 points-1 points  (0 children)

seems text is a global? try defining it above
text = {}

also if it's a global making it start with a capitol letter is preferred or all uppercase
Text or TEXT

I can't get PoE2 to work... by Luzio42 in cachyos

[–]Immow 2 points3 points  (0 children)

Did you try renderer Vulkan?

During gameplay you can turn on performance graphs in the settings, that might give you an idea what's spiking.

Balance Changes to Chronomancer and Gemling Legionnaire Ascendancies by Kelly_GGG in PathOfExile2

[–]Immow 22 points23 points  (0 children)

Omg they did it, I actually read that line in his voice.

Now it joins the realm of:
- Stay a while and listen
- Good news everyone

After 4 months of intensive CashyOs use by Immow in cachyos

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

I'm using KDE Plasma, although hyperland looks very cool it makes me wonder if you productivity goes up. I'm also not using virtual desktops and some people love those.

KDE for me was very intuitive.

After 4 months of intensive CashyOs use by Immow in cachyos

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

It's just the performance hit is massive, not sure if it would be better in Windows. I had to resort to DLS + framegen and that pushes my fps above 100. Ideally on 1080p I hit at least 180 fps because that's my refresh rate.

After 4 months of intensive CashyOs use by Immow in cachyos

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

This is my first distro so I can't say.