[-] Cevilia 4 points 7 hours ago

Darling fascist bully boy,

You won't develop AGI. All you're going to develop is spicy autocomplete. And it's not going to give you a personality.

Up yours, Go fuck yourself

[-] Cevilia 1 points 7 hours ago

I hope to one day be described as apocalyptically gay

[-] Cevilia 10 points 9 hours ago

Loving this. The multiple watermarks make me nostalgic too.

[-] Cevilia 16 points 10 hours ago

You shouldn't need to use Powershell if you still have Publisher: https://support.microsoft.com/en-gb/office/save-as-or-convert-a-publication-to-pdf-or-xps-using-publisher-657332d0-d2c2-464a-9870-e9b3d22e6469

Basically you just open it, then click Export where you'd normally click Save, and save it as a PDF.

There are converters online too IIRC

[-] Cevilia 33 points 11 hours ago

Not-especially-hot take: Everything Microsoft's been doing for roughly the last 18 months or so has been promoting open source. I've been a Windows user since Me, and I was happy with Windows 11. I jumped ship to Linux in April last year when I saw which way the wind was blowing.

[-] Cevilia 9 points 11 hours ago

I'm always in favour of a fit girl.

189
submitted 12 hours 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.

[-] Cevilia 5 points 13 hours ago

your mum jokeYour mum didn't have any complaints.

29
submitted 13 hours 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?

68
T-shirt (lemmy.blahaj.zone)
submitted 13 hours ago* (last edited 8 hours ago) by Cevilia to c/AntiMeme@sopuli.xyz
[-] Cevilia 3 points 13 hours ago

"Hard is winning a Nobel Prize. Impossible is eating the sun."

[-] Cevilia 2 points 14 hours ago
  • We are.
  • Actually it was for less than nothing.
[-] Cevilia 2 points 14 hours ago

You really needed to coat your canvas in magic white before you started

[-] Cevilia 13 points 16 hours ago* (last edited 16 hours ago)

Original article: https://yle.fi/a/74-20061429

Pullquote (machine translated): "I bet no human trafficker will benefit from illegally downloading anime."

[-] Cevilia 5 points 16 hours ago

Rather like half the users in this thread tbh

1
Tyrant: Tyler's going on a bit, isn't he? (self.UxbridgeEnglishDictionary)
submitted 1 day ago by Cevilia to c/UxbridgeEnglishDictionary
18
submitted 1 day ago by Cevilia to c/funny@sh.itjust.works

One day I hope to be good at it.

296
Plug rule (lemmy.blahaj.zone)
submitted 1 day ago by Cevilia to c/onehundredninetysix

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

184
Slide rule (lemmy.blahaj.zone)
submitted 2 days ago by Cevilia to c/onehundredninetysix
29
submitted 2 days ago* (last edited 2 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 4 days 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.

118
Sharif don't like it (lemmy.blahaj.zone)
submitted 4 days ago* (last edited 4 days ago) by Cevilia to c/onehundredninetysix

"it" being the rule, maybe?

7
submitted 6 days ago by Cevilia to c/mildlyinfuriating@lemmy.world

Happened to me yesterday afternoon. Had a gig, there's a multi storey car park nearby, I thought great, I'll park there so I can get out fast if I bomb. I must've spent half an hour driving around the damn thing looking for a space and there weren't any. And I had to pay for the privilege of driving around inside a building for half an hour.

11
submitted 6 days ago by Cevilia to c/witchymemes@lemmy.world
view more: next ›

Cevilia

joined 2 years ago
MODERATOR OF