Afaik you have to replicate the same wave but in opposite "direction" (up/down sinus) to cancel out incoming sound so any anc earbuds have to have microphones and are dynamically shaping the sound.
taaz
The first time her videos popped up on my feed I couldn't believe it's not some elaborate joke, but shes great
What does lsblk -f
show ?
For me, Steam (on Linux) has been periodically corrupting the ntfs disk, I do use it on windows too and not even win hybrid/fastboot/hibernation disabled helps.
May I see what mount options you use for the ntfs3
driver in fstab? I do not currently have the nocase and windows_names ...
https://github.com/Nixola/VRRTest
Also afaik it only works in fullscreen on Linux (and in programs that support it).
Yeah NX is probably not going to be an easy one to implement.
https://en.m.wikipedia.org/wiki/NX_technology Scrolling down to NX Derivatives And Forks will quickly get you a picture about the state and licenses.
Registration hooks could be powerful
Haven't tried LFS yet but I have had my share of compiling custom Arch kernel (basically just making it smaller and boot a little bit faster), or cross-compiling various stuff for embedded and having to crawl through some of the lower level stuff.
It might be that time of a year to give LFS a try now that you mention it.
Thanks for the explanation, I have played with like 30 mods max so the built-in mod manager seemed enough.
Also FYI all your english comments here are posted with language set to dansk so I couldn't find it even though I got the notifications (seems lemmy does not really tell you you are trying to visit a comment in language you don't have enabled in settings).
Why would you need this?
https://unix.stackexchange.com/questions/450008/pip-vs-package-manager-for-handling-python-packages
https://unix.stackexchange.com/questions/734792/difference-between-installing-a-package-with-apt-and-pip
If you need to install an executable python program, use
pipx
it will create special environment for the python program so it won't break anything else in the system but it only works on packages (pipx install some-package
) that have entry scripts (so can be called directly, libraries usually do not have that as you use them from other python program).In short that error you get that tells you to use zypper is there for an important reason.