User avatar
pancakes nonbinary_cat @pancakes@meow.company
Admin
Private
23 it/they | ASD & VI
neocat_flag_disabled neocat_flag_nb neocat_flag_pan neurodiversity

server maid and iceshrimp contributor. a safe class object
containment_safe disruption_keneq risk_caution. i use arch nyarch on desktops and debian debnyan on servers. this cat bites @CaptAsh :3

i run
@catboys_bot, @iceshrimp_updates and @scp_pages

backup:
@pancakes
joined fedi 9 november 2022
previously: mastodon.lol -> tech.lgbt -> cats.city

pancakes_88x31 archlinux_88x31 iceshrimp_88x31 nonbinary_88x31 paws_88x31 valid_atom_88x31
Location
Brisbane, Australia
Pronouns
it/they[1] (EN)
web https://pancakes.gay
User avatar
pancakes nonbinary_cat @pancakes@meow.company
1mo
@kett meow
1
0
0
0
User avatar
pancakes nonbinary_cat @pancakes@meow.company
1mo
@kett hi kett
1
0
0
0
User avatar
pancakes nonbinary_cat @pancakes@meow.company
1mo
@ada yeah i'm ok with using xwayland-satellite but in my experience it is quite unstable and it's very easy for one x app to take every other x app with it
0
0
0
0
User avatar
pancakes nonbinary_cat @pancakes@meow.company
1mo
ik some of it isn't the fault of niri but i shouldn't have to use gamescope to run a game properly (gamescope also has its own unique jank)
1
0
1
0
User avatar
pancakes nonbinary_cat @pancakes@meow.company
1mo
i would be happy if niri worked for what i wanted but it doesn't
1
0
2
0
User avatar
pancakes nonbinary_cat @pancakes@meow.company
1mo
half the reason i stopped using tiling wm and moved back to kde is there is not really any full alternative to waybar and waybar crashes frquently for me on both devices
the other half is the gaming experience still kinda sucks outside of kde
2
0
3
0
User avatar
pancakes nonbinary_cat @pancakes@meow.company
1mo
what to do what to do
0
0
1
0
User avatar
pancakes nonbinary_cat @pancakes@meow.company
1mo
@nelle for votv?
i tried with r2modman and without (manually instlaling ue4ss)
what i mean is shimloader is the fork of ue4ss that thunderstore made to improve support for mod managers like r2modman
0
0
0
0
User avatar
pancakes nonbinary_cat @pancakes@meow.company
1mo
@blueb it's sooo good but i wanna play with my friends (impossible)
0
0
1
0
User avatar
pancakes nonbinary_cat @pancakes@meow.company
1mo
@nelle yeah i've seen it
i tried looking into votv modding out of curiosity but i cannot get ue4ss or unreal-shimloader (thunderstore's fork) working AT ALL
ue4ss crashes my game instantly
shimloader doesn't load
1
0
1
0
User avatar
pancakes nonbinary_cat @pancakes@meow.company
1mo
@blueb oh one of my friend's accounts got compromised and posted one of those but for andrew tate or something (i don't think he fell for the scam it was probably another related virus)
0
0
1
0
User avatar
pancakes nonbinary_cat @pancakes@meow.company
1mo
every time i think of playing votv i just wish it was multiplayer now
never gonna happen unless someone makes a sophisticated mod (and server software)
2
0
3
0
User avatar
pancakes nonbinary_cat @pancakes@meow.company
1mo
@blueb i havent seen these
1
0
0
0
User avatar
pancakes nonbinary_cat @pancakes@meow.company
1mo
what? capitalism is when funko does things
:neofox_floof@wetdry.world:1
0
0
2
1
User avatar
pancakes nonbinary_cat @pancakes@meow.company
1mo
wordle thread Wordle 1840 4/6

🟨⬛⬛⬛⬛
⬛🟨🟨🟨⬛
🟨🟩⬛🟩🟩
🟩🟩🟩🟩🟩
1
0
0
0
User avatar
pancakes nonbinary_cat @pancakes@meow.company
1mo
@agatha @natty as a treat
0
0
2
0
User avatar
pancakes nonbinary_cat @pancakes@meow.company
1mo
@agatha honestly my solution is really cursed anyways, i just think custom operators being a thing is funny though a bit limited
0
0
1
0
User avatar
pancakes nonbinary_cat @pancakes@meow.company
1mo
@agatha in this case c# forces you to define a < operator if you define > so that's an opportunity to do not contains ig
1
0
0
0
User avatar
pancakes nonbinary_cat @pancakes@meow.company
1mo
@agatha alternatively
extension<T>(ICollection<T>)
{
    public static bool operator >(T elem, ICollection<T> collection) => collection.Contains(elem);
    public static bool operator <(T elem, ICollection<T> collection) => !collection.Contains(elem);
}
1
0
1
0
User avatar
pancakes nonbinary_cat @pancakes@meow.company
1mo
@agatha is this anything
var list = new List<int> {1, 2, 3};
if (1 | list)
{
    // it in there
}

public static class CollectionExtensions
{
    extension<T>(ICollection<T>)
    {
        public static bool operator |(T elem, ICollection<T> collection) => collection.Contains(elem);
    }
}
1
0
1
0