this post was submitted on 02 Oct 2023
385 points (93.8% liked)

linuxmemes

26331 readers
20 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     

    you are viewing a single comment's thread
    view the rest of the comments
    [–] iopq@lemmy.world 1 points 2 years ago* (last edited 2 years ago) (1 children)

    Nixpkgs is up to date on unstable

    https://search.nixos.org/packages?channel=unstable&amp;from=0&amp;size=50&amp;sort=relevance&amp;type=packages&amp;query=obs

    it's on 29.1.3 which is the latest non-beta release

    The plugins:

    https://github.com/exeldro/obs-3d-effect

    3d-effect-0.0.2 is the latest one

    https://github.com/obs-ndi/obs-ndi

    obs-ndi 4.11.1 is the latest one, so nixpkgs is two versions behind

    https://github.com/phandasm/waveform

    1.7.0 is the latest

    [–] PainInTheAES@lemmy.world 1 points 2 years ago (1 children)

    Yeah I was on unstable. This was a few months ago and the plugin was obs-backgroundremoval which was several versions out of date and missing out on a CPU core restriction feature that I needed. The maintainer actually had updated the package in his personal repo but it hadn't been pushed to nixpkgs unstable because it was waiting on some graphics library that hadn't been updated. I'm a huge Nixos noob and no matter how I tried to install the package from the maintainer's repo I couldn't get it installed or properly wrapped and the documentation sucked. I spent several days trying to resolve the issue.

    I installed Endeavouros, ran yay -S obs-backgroundremoval and boom installed, latest version, no problems.

    Don't get me wrong I actually love the ideas behind Nixos and I've tried to run it as my daily driver a few times now but I always seem to run into some problem. I'm more than happy to chalk it up to skill issue. This is my daily driver though that I use for school. It doesn't necessarily need to be stable but I need it to work and I need to understand it.

    [–] iopq@lemmy.world 1 points 2 years ago (1 children)

    That's basically just some software is not up to date. I did the pull request to package it myself, it wasn't so difficult. The best part is I used an overlay so I could run it and use it while the pull request was being commented on

    [–] PainInTheAES@lemmy.world 1 points 2 years ago

    Well I'm glad you're able to figure it out. I might give it another go next summer when I have more time to look into things.