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/)SE
Posts
2
Comments
82
Joined
2 yr. ago

  • I honestly think it's just because most people have nvidia and steam on linux and nvidia don't work well together and linux and nvidia and just nvidia in general. It works enough but is not a smooth experience. Maybe once the open source drivers are fleshed out more it'll be better

  • Linux, currently, cannot handle everything Windows can unfortunately.

    I mean it could, companies just don't port their software because there's not enough market share to justify it. And there's not enough market share because the software isn't there. and the software isn't there....

  • Okay after looking around a little bit it seems LDAP and NFS is the way people usually do it but that's online only. This guy recommends against it. Then This thread mentions LDAP with NFS again but I'm not sure if NFS will work. We have laptops and might not be connected to the internet. I might say f it and go way, way, way overkill cause why not. Worse thing that can happen is I learn something. I hope it does work

  • On Endless OS, applications use a D-Bus API (via a small C library, eos-metrics) to record metrics events locally on the device. This API is implemented by a system-wide service, named eos-metrics-event-recorder or eos-event-recorder-daemon (no, I don’t know why it has two different names either), which buffers those events in memory, and periodically submits them anonymously to a server, Azafea, which ingests them into a PostgreSQL database (after a short layover in a Redis queue). If the computer is offline – often the case for Endless OS systems! – events are persisted to a size-limited ring buffer on disk, and submitted when the computer is online.

    From https://blogs.gnome.org/wjjt/2023/07/05/endless-oss-privacy-preserving-metrics-system/

    Fedora says they intend to deploy endlessOS's metric system