fraydabson

joined 1 year ago
[–] [email protected] 6 points 1 year ago (13 children)

Yeah states with Comcast caps you at 1.2TB unless you pay $50 for the unlimited plan, which I don't think is even offered everywhere. They discount it to $30 if you use their modem.

[–] [email protected] 13 points 1 year ago

So true. I am happy I met my SO on tinder. Doing that data chart to see the numbers of my using tinder vs the only match who I went on a date with. The numbers are not in our favor. Now didn’t they release a 500/m plan? It is crazy. I know how lucky I got.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

I too would like to know. I use the app Due on iOS. And it is nice and not a sub (though after 1 year you technically need to buy it again IF you want features that released into the app after 1 year of your purchase. It’s also iOS only and doesn’t let others force a notification on you. But if they have the app they can create a notification and text you a custom link to auto add that notification to your app. For anyone reading who is on iOS and wants something like this. due is really cool. Notifications but with a lot of customization. Most important feature is that you can use critical alerts. So like an alarm it can override silence mode or focuses to notify you every X minute until you snooze or dismiss. Can also disable snooze but then I find my self dismissing without actually doing it.

Either way a platform agnostic proper notification system sounds right up my alley. Just googling around I found Apprise and Mind might look into that later (don’t know nearly enough to say if it’s a viable alternative to Galarm or Due but seems extensive and lightweight.

[–] [email protected] 16 points 1 year ago

Yay for ublocks annoyance pop up blocker. No more cookie pop ups

[–] [email protected] 22 points 1 year ago (3 children)

Why is it creepy? Apple is trying to do this with iOS too. I’d love to not need to care my ID now that I barely even need a wallet anymore. Though now that I started using sling backpacks I am back to carrying a wallet more often lol

[–] [email protected] 4 points 1 year ago (1 children)

I miss the IRC days. The only reason I even use discord is for information and support from companies or groups that only use discord. I really wish the things I follow would move away from discord but it doesn’t seem likely.

[–] [email protected] 2 points 1 year ago

+1 for silver bullet. Love it. PWA works great. And it works offline I believe.

[–] [email protected] 1 points 1 year ago

Yeah thankfully I use Arch Linux. Their wiki guide was much better.

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

I used the desktop drivers as well (on arch from the extra repo) for my headless arch server.

Regarding nvidia container toolkit once it was installed I added this to my Jellyfin docker compose:

deploy:
      resources:
        reservations:
          devices:
            - driver: nvidia
              capabilities: [gpu]

Then to confirm, I did docker exec -it jellyfin nvidia-smi Which responded with my GPU. Note that (for me) the "processes" part of nvidia-smi comes up blank, even when Jellyfin is using it. I can tell it is working though from jellyfin logs and when it is not using it, instead of being blank it says "no processes"

Edit for formatting and to add that I believe I also had to add an environment variable to jellyfin (I am using lsio's version)

      - NVIDIA_DRIVER_CAPABILITIES=all
      - NVIDIA_VISIBLE_DEVICES=all
[–] [email protected] 6 points 1 year ago* (last edited 1 year ago) (4 children)

Once you do get the drivers installed properly as per your OS (speaking of, which distro are you using? Edit: nvm I see you are on Ubuntu), here are the steps to give docker access to it: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html

[–] [email protected] 2 points 1 year ago (1 children)

Check my edited comment.

view more: ‹ prev next ›