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/)IO
iopq @lemmy.ml
Posts 1
Comments 21
Is anyone using NixOS as their daily driver?
  • No, it's also for your system to use locked versions of deps, so if you git clone you get a flakes.lock as well with all the versions. When you install from a git repo you get the same system again

  • Is anyone using NixOS as their daily driver?
  • You can combine stable and unstable packages since they can have different dependencies

    Given this you can have the base system be running the unstable versions, while holding back things like wine from upgrading

  • I switched from Nixos to void Linux. Here's my experience so far.
  • I dispute the needlessly part. NixOS unstable has very new packages, do you're getting some fresh updates before some other packaging systems.

    Is it less "efficient" than waiting for major versions? Of course. But I'm willing to run an update in the background on my desktop to get that new software.

  • Is it possible to directly post to a Lemmy instance with your domain name?
  • Who or what is going to send this request if not some server that implements ActivityPub?

    Me, directly

    ActivityPub works via pushes. So there’s nothing to query. There HAS to be some server for it to send and store that data.

    Great, this is what I wanted to find out, so there has to be something listening for pushes

  • Is it possible to directly post to a Lemmy instance with your domain name?
  • Let's say I just sent a request from my non-existent server with my user id, and just every time I wanted to check whether I got replies I would query the other server (which a Lemmy server would do to get notifications about replies or upvotes)

    If I subscribe to [email protected] I could just... check [email protected] without actually loading any data to a server, I could just literally load it from lemmy.ml

    I COULD host an instance, but why bother to store that data if I'm only going to be using it myself?

  • Is it possible to directly post to a Lemmy instance with your domain name?

    My idea is this: I just want to send to a server like this a request from my domain name and username, but I don't want to run a full instance. Is this technically possible?

    26