• 1 Post
  • 40 Comments
Joined 2 years ago
cake
Cake day: July 5th, 2023

help-circle

  • fury@lemmy.worldtoTechnology@lemmy.worldAll the other brands went along
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    4 months ago

    If it means I only need one charger/interface cable for my phone, tablet, laptop, keyboard, mouse, external drive, yes, I’m a fan. I already switched to wireless headphones when my cat chewed through my second or third pair of Etymotics (honestly forget by now). He forbids me from wearing anything with wires. Other than that, give me USB-C or give me death.





  • fury@lemmy.worldtoTechnology@lemmy.world*deleted by creator*
    link
    fedilink
    English
    arrow-up
    3
    ·
    7 months ago

    I’m looking for one that works well on Android Automotive. So far I couldn’t get OsmAnd to show the Android Auto UI on the full OS, or integrate with the home page (split screen music / maps), and none of the others I tried in F-droid worked at all. I need something because I’m tired of using my phone, and I don’t have Google services on my tablet (flashed with a custom build of Lineage / Android Automotive OS).

    It would be nice to have an open source version of the big screen systems they’re putting in the newest cars…











  • A little slower by today’s standards, but if your needs are light, it’ll do the job. Keep in mind it only has a gigglebyte of RAM, so its capacity for running things may be limited, especially as docker applications go (since they bring a copy of each dependency). You won’t be able to run something as large as GitLab or Nextcloud, but a smattering of small apps should be within its capabilities


  • The thing with using the “latest” tag is you might get lucky and nothing bad happens (the apps are pretty stable, fault tolerant, and/or backward compatible), but you also might get unlucky and a container update does break something (think a 1.x going to 2.x one day). Without pinning the container to a specific version, you might have an outage suddenly due to that container becoming incompatible with one of your other applications. I’ve seen this happen a number of times. One example is a frontend (UI) container that updates to no longer be compatible with older versions of the backend and crashes as a result.

    If all your apps are pretty much standalone and you trust them to update properly every time a new version of the container is downloaded, then you may never run into the problems that make people say “never use latest”. But just keep an eye out for something like that to happen at some point. You’ll save yourself some time if you have records of what versions are running when everything’s working, and take regular backups of all their data.




  • Proud GitLab self-hoster here (for private projects). I’d love for someone to beat GitHub. The hard part is going to be replacing the discoverability and the network effect. I find GitLab to be a superior product, technically, but it doesn’t matter much in the face of GitHub’s momentum as the incumbent 800 lb gorilla.