Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FR
Posts
16
Comments
269
Joined
2 yr. ago

  • 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.

  • Well that was a fun rabbit hole of reading about this Peter guy. Never heard of him before. His interview with RPS is just too funny. He really is a pathological liar isn’t he. Amount of times he contradicts him self just in that interview is hilarious He reminds me of my dad (not a compliment) I can’t believe I never heard about the inside the cube or the nightmare around his Godus kickstarter. Now his company is working on a game that you can earn crypto by playing? That seems right up his alley. Awful cash grabs. Claims he got a brand new game in the works nothing like his previous (where have we heard that before?)

  • 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

  • Is that why this is being downvoted? I’ve heard of Linus for years in my Reddit days but never actually watched or listened to anything he did. I thought people liked him? Maybe not anymore lol

    Edit : Thanks for the info. Glad I have no reason to give him any further thought. While I never expected him to be like that it doesn’t surprise me lol

  • 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.

  • I use arch.
    edit: lol while I am new to arch, I guess I kind of expected people to disagree with me. I was under the impression that stock arch is very lightweight? I know there used to be jokes about "I installed Arch" cause it's supposed to be hard. But I installed Arch on my desktop and server recently, I did the manual install on my desktop and the guided install on my server. Both super straight forward. Plus Arch seems to have some of the best documentation across distros. I don't know why it should not be suggested, unless I am missing something.

  • 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
    
    
      
  • I’m on my phone but try this

    Edit: don’t know if my linking it will draw more attention and we lose it. I downloaded a copy just in case and removed the link. Instead I’ll explain where I got it from: https://filepursuit.com/ search for mikethetech

  • Good to know about the back. I do see that now. Damn it feels good for what it is lol. Thankfully I use the Apple MagSafe case.

    Having a gap between icons didn’t occur to me as something lol. I didn’t do it on my pixels.

    I’ve taken some crazy good pics with this phone. Much better vs my 12 pro. Macro camera is cool too.

    Edit about settings: If app developers are doing it right, iOS specific settings (like notifications, permissions, etc) should be in the settings app where app specific settings should be in their own app.