FOSS enthusiast and anime fan.

my other socials

PS: there might be NSFW activity here

  • 1 Post
  • 50 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle
  • I heard of MakeMKV before, thing is that I generally don’t buy blu-rays because of the downright horrible DRM schemes.

    if DRM makes it harder for me to enjoy the content I bought and paid for (this includes limiting me to some lowres garbage even though my system is more than capable of playing HD and FHD video) compared to what I would get if I were to pirate it then it’s a problem of distribution; not one of morality.

    you will always have some group that pirates your content no matter what; but if buying gives me a worse product because of artificial restrictions put on it I can’t give any less of a shit.
    there’s very few streaming platforms that even give me a decent option (and I don’t even properly own my library; all I get is a license to watch/listen to something, one that could be revoked at any time in the future without me being able to do anything except complain about it).




  • Scraft161@iusearchlinux.fyitoMemes@lemmy.mlMakes sense.
    link
    fedilink
    arrow-up
    16
    arrow-down
    1
    ·
    9 months ago

    Heya, seems you made a post to lemmy from a mastodon instance.

    You can post to lemmy from mastodon, but there are a few things to keep in mind:

    1. The first line of your post is the title (if you only post 1 line lemmy will duplicate it), Lemmy only allows text here and things like links will look broken.
    2. Hashtags do work on Lemmy, but they will not be useful for discovery here we use communities instead (which display as groups on mastodon)
    3. Only the first image in your post is visible on Lemmy, be mindful of this when posting image or video content

    I am a human that stumbled upon your post, if you have any questions feel free to reply.












  • you should be able to reconfigure the plugin, I have it set to pull from history first and after that look for standard command completion using the following:

    ZSH_AUTOSUGGEST_STRATEGY=(history completion)
    

    important is that you put this BEFORE sourcing the plugin.

    the github should carry more information on how to configure this plugin.

    PS: I use all of 4 plugins (fzf-tab-bin, zsh-autosuggestions, zsh-syntax-highlighting, zsh-history-substring-search) and I have a better shell in zsh than I will ever have in fish, I don’t need anything more fancy and oh-my-zsh is hell to work with compared to a simple .zshrc I handrolled because it’s got any other shell I know beat (yes I know of nushell and it is cool, but it’s even less posix than fish). also, once you’re done run zcompile .zshrc, you won’t regret it.


  • Sort of, that said I rarely pull open qpwgraph (and I didn’t configure wireplumber yet either) and it’s been pretty ok for me.

    Also remember that all these nodes correspond to some input or output stream (good chance it might be gstreamer or ffmpeg doing this) and from what I think is happening is that these are created by these programs through the pipewire API or the one from the other audio servers it’s faking and wireplumber merely hides them using some flag.

    That said, I have not dug I to the pipewire documentation so this is a guess on my part.


  • Pipewire is the audio server

    Wireplumber manages your interfaces and their connections automatically

    Qpwgraph let’s you view and modify these interfaces and connections manually

    Bot wireplumber and qpwgraph talk to pipewire to change the state of your interfaces, but they are unaware of each other. Theoretically this means you can forgo either qpwgraph or wireplumber, but you don’t really want to go without wireplumber as that would mean you have to configure every interface and connection manually.