• 35 Posts
  • 211 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle


  • Reading itself isn’t what’s important, it’s mental stimulation that is. And more importantly stimulating different parts of the brain.

    It’s important if you want to understand how the world works on a deeper level. There’s a reason that all scientific research is primarily presented in the written form.

    Although I assume OP is talking about fiction which is a different matter.



  • Gadget bridge doesn’t really work for any “new” (i might be wrong here) devices.

    Most newer Garmin devices should work since 0.82 (and earlier with nightly). It’s not feature complete compared to using Gadget Connect but should be enough for most use cases, unless you really care about the social/awards aspect and some of the deeper metrics (although if you’re handy with SQL you can handle that yourself).

    Not being able to set an event date and have “daily suggested workouts” follow that is my only annoyance, although I’ve been happy just using the defaults for now.
















  • that I put on a SD card for my phone

    Pretty soon you won’t be able to buy a phone without expandable storage. On the plus side, internal storage is going up, but it’s still not big enough to hold a complete FLAC collection if it’s a reasonably large library. You can re-encode your library just for phone usage, but that’s a bit annoying to maintain.

    Also, I’ve found all of the offline music players on Android kind of suck, and don’t support the workflow I like or have bugs.




  • however the issue I run into is if I lose internet access at home, none of my services are able to function as they can no longer reach the management interface.

    Do the services stop working immediately, or only after restarting the netbird client(s)? I’ve found headscale/tailscale nodes will continue to communicate with each other with the internet down, but restarting the tailscale client will break things (which makes sense of course).

    If netbird has an equivalent to MagicDNS that could cause issues after a while of losing connectivity (since the DNS will be hosted on the VPS).






  • The drivers for your card needs to support the required extensions, and the hardware needs to support the particular codecs as well. So if you don’t have already have encoding/decoding support for the given codec with OGL etc, this won’t add it most likely.

    The main benefit is that application devs won’t need to add multiple hardware decoding/encoding APIs, and can just target Vulkan. Cross platform support in particular is currently a mess due to the different APIs on Windows/Linux/Mac, so this will simplify things greatly. Eventually, driver devs will be able to just support Vulkan too, but that’s a long way off.