Tech Dude // Linux Infrastructure Admin // Automation Nut // Privacy Advocate

Accounts:

  • 1 Post
  • 17 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle





  • BoneALisa@lemm.eetolinuxmemes@lemmy.worldIndeed
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 months ago

    Agreed, i had more issues on Manjaro than i ever did on raw Arch. The Manjaro team, at least during the time i used it, didnt seem very good at keeping things working. So many issues with bad packages, keys expiring, stuff like that.

    Arch was a blessing.

    However, NixOS has ascended me to heaven lol.










  • Oh man, you’re right! Whoops. I’ll go ahead and add that, lol.

    I appreciate that! Glad im not doing anything horribly wrong… I’ll have to play around with the init script to see how to make it easier to get the needed functions.

    I do have a pertinent question I forgot to ask about in my main post if you have some time, though. I am using SocketIO for their realtime API, and needed to figure out how to pass events received from the socket onto the client that is using the wrapper. I opted for requiring callback functions to be registered for the different events we could receive, that way they can choose what functions they want called when we get the event, but is that the best way to do it? I couldn’t think of any other method to pass that event in an async fashion, lol.