[-] Cevilia 1 points 2 hours ago

Shrinkflation is ridiculous, you're lucky if you even get 25 grams now. /j

[-] Cevilia 8 points 3 hours ago* (last edited 3 hours ago)

Joke's on her, we're not watching YouTube, this is a Linux installation party

[-] Cevilia 2 points 3 hours ago

Precisely three.

[-] Cevilia 1 points 3 hours ago* (last edited 3 hours ago)
[-] Cevilia 3 points 9 hours ago

I recommend HyFetch because pride

[-] Cevilia 1 points 9 hours ago

The eggn't.

I was the chicken.

[-] Cevilia 1 points 11 hours ago
[-] Cevilia 4 points 1 day ago
22
Effective Ruleicide (lemmy.blahaj.zone)
submitted 1 day ago by Cevilia to c/onehundredninetysix
[-] Cevilia 6 points 1 day ago

FixFox. A wholesome sci-fi adventure game with no combat that really hit me in the feels.

[-] Cevilia 4 points 1 day ago

Seconded. Morrowind is still to this day the game I think of when I think "open world RPG". For the time, the world was mind-blowingly massive to the extent I drew a map of where all the silt striders and ferries went so I could get around more easily.

One day, maybe the Skywind project will have it in playable form that looks good on modern computers, and then I'll be experiencing it again for sure. :)

[-] Cevilia 19 points 1 day ago

With respect to the original-original poster, this is wrong. AI plant identification is terrible. It gives you confidence but not enough nuance to know that there are similar plants, some of which look almost but not quite identical, some of which will provide some really nice sustenance, some of which will literally kill you and it'll hurt the whole time you're dying.

It's almost as bad as those AI-written foraging guides that give you enough information to feel confident but not enough information to be able to tell toxic or even deadly plants apart from the real ones.

575
Fuck rule (lemmy.blahaj.zone)
submitted 2 days ago by Cevilia to c/196
[-] Cevilia 75 points 2 days ago

If they'd wanted us to call Itchio Itch, they shouldn't have called it Itchio.

Similarly, if they'd wanted us to call Gnome Ganome, they shouldn't have called it Gnome.

269
submitted 3 days ago by Cevilia to c/onehundredninetysix

Imagine if you paid for a piece of software and the people who made it decided they're just going to remotely uninstall it.

48
submitted 3 days ago by Cevilia to c/nostupidquestions@lemmy.world

I described it as "Mastodon's Reddit". Which is inaccurate, and I'm not happy with it. How would you phrase it?

83
T-shirt (lemmy.blahaj.zone)
submitted 3 days ago* (last edited 3 days ago) by Cevilia to c/AntiMeme@sopuli.xyz
1
Tyrant: Tyler's going on a bit, isn't he? (self.UxbridgeEnglishDictionary)
submitted 4 days ago by Cevilia to c/UxbridgeEnglishDictionary
19
submitted 4 days ago by Cevilia to c/funny@sh.itjust.works

One day I hope to be good at it.

305
Plug rule (lemmy.blahaj.zone)
submitted 4 days ago by Cevilia to c/onehundredninetysix

You may not like it but this is what the perfect mains plug looks like /j

186
Slide rule (lemmy.blahaj.zone)
submitted 5 days ago by Cevilia to c/onehundredninetysix
29
submitted 5 days ago* (last edited 5 days ago) by Cevilia to c/librewolf@lemmy.ml

I'm going through a bunch of browsers at the moment to find one I'm happy with. Wanted to share how I get the KeePassXC-browser addon to work with flatpaks.

Flatpaks are sandboxed by design, so getting them to talk to each other needs a go-between. I adapted this from a Chromium guide. It works for me, hopefully maybe it'll help someone.

1. Run this command

flatpak override --user \
  --filesystem={/var/lib,xdg-data}/flatpak/{app/org.keepassxc.KeePassXC,runtime/org.kde.Platform}:ro \
  --filesystem=xdg-run/app/org.keepassxc.KeePassXC:create \
  io.gitlab.librewolf-community

2. Create a wrapper script

  • The script goes in the following location: ~/.var/app/io.gitlab.librewolf-community/data/bin/keepassxc-proxy-wrapper.sh
#!/bin/bash

APP_REF="org.keepassxc.KeePassXC/x86_64/stable"

for inst in "$HOME/.local/share/flatpak" "/var/lib/flatpak"; do
    if [ -d "$inst/app/$APP_REF" ]; then
        FLATPAK_INST="$inst"
        break
    fi
done
[ -z "$FLATPAK_INST" ] && exit 1

APP_PATH="$FLATPAK_INST/app/$APP_REF/active"

RUNTIME_REF=$(awk -F'=' '$1=="runtime" { print $2 }' < "$APP_PATH/metadata")
RUNTIME_PATH="$FLATPAK_INST/runtime/$RUNTIME_REF/active"

exec flatpak-spawn \
    --env=LD_LIBRARY_PATH=/app/lib \
    --app-path="$APP_PATH/files" \
    --usr-path="$RUNTIME_PATH/files" \
    -- keepassxc-proxy "$@"
  • Then run the command chmod +x ~/.var/app/io.gitlab.librewolf-community/data/bin/keepassxc-proxy-wrapper.sh

3. Manually create a native messaging host file

  • It goes in the following location: ~/.var/app/io.gitlab.librewolf-community/.librewolf/native-messaging-hosts/org.keepassxc.keepassxc_browser.json
  • Create the NativeMessagingHosts directory if it doesn't exist.
  • Substitute (USERNAME) for your username.
{  
   "allowed_extensions": [  
       "keepassxc-browser@keepassxc.org"  
   ],  
   "description": "KeePassXC integration with native messaging support",  
   "name": "org.keepassxc.keepassxc_browser",  
   "path": "/home/(USERNAME)/.var/app/io.gitlab.librewolf-community/data/bin/keepassxc-proxy-wrapper.sh",  
   "type": "stdio"  
}

4. Enable browser integration within KeePassXC (if it isn't already)

  • Within KeePassXC: Tools > Settings > Browser Integration, enable Firefox

5. Restart Librewolf

103
submitted 1 week ago by Cevilia to c/showerthoughts@lemmy.world

I only ever see online advertising when I've installed a new browser and I'm searching for uBlock Origin.

And I have to scroll to find the actual genuine link.

120
Sharif don't like it (lemmy.blahaj.zone)
submitted 1 week ago* (last edited 1 week ago) by Cevilia to c/onehundredninetysix

"it" being the rule, maybe?

view more: next ›

Cevilia

joined 2 years ago
MODERATOR OF