your_paranoid_neighbour

joined 1 week ago

How can this be a joke? Wokeness ruined my marriage too

 

cross-posted from: https://lemmy.dbzer0.com/post/57641346

Edit: The video is clearly sarcasm and basically joking about jordan shitson...

From the description:

Current Affairs presents a new “anti-woke” manifesto by Dr. Peter B. Jordanson, a man who refuses to be canceled even when nobody is canceling him, and who dares to angrily speak up for Facts in an age of mushy Feelings. The book is called The Silencing of Me: How Feminism, Wokeness, DEI, Marxism, Transness, and Several Other Things Brought Western Civilization To Its Knees, Ruined My Marriage, and Made Me Late For Work. Today, editor in chief Nathan J. Robinson reads selected excerpts.

 

Edit: The video is clearly sarcasm and basically joking about jordan shitson...

From the description:

Current Affairs presents a new “anti-woke” manifesto by Dr. Peter B. Jordanson, a man who refuses to be canceled even when nobody is canceling him, and who dares to angrily speak up for Facts in an age of mushy Feelings. The book is called The Silencing of Me: How Feminism, Wokeness, DEI, Marxism, Transness, and Several Other Things Brought Western Civilization To Its Knees, Ruined My Marriage, and Made Me Late For Work. Today, editor in chief Nathan J. Robinson reads selected excerpts.

[–] your_paranoid_neighbour@lemmy.dbzer0.com 3 points 1 day ago* (last edited 1 day ago) (3 children)

Had the same problem ages ago, as the other said, iommu 100%. iommu=pt on the kernel variables at grub or systemd-boot, and you're ready to go!

Edit: fx6300 on an 990x gaming, from gigabyte too, at the time.

Interesting! Didn't know about that, good to know!

 

crossposted from: https://lemmy.dbzer0.com/post/57589263

I just wanted to share a tip here, as my microphone is shit. In pulseaudio I could fix with that module, now in pipewire I just imported the module, configuring the file ~/.config/pipewire/pipewire-pulse.conf.d/99-echo-cancel.conf with:

context.exec = [
    {
        path = "pactl"
        args = "load-module module-echo-cancel aec_method=webrtc aec_args=\"analog_gain_control=0 digital_gain_control=1\""
    }
]

After this, restarting pipewire with systemctl --user restart pipewire pipewire-pulse, the source appeared and the sound from the Echo-Cancel Source is much cleaner than my microphone.

As I don't hear anything talking about this, this might be valuable information.

Edit: crosspost

 

I just wanted to share a tip here, as my microphone is shit. In pulseaudio I could fix with that module, now in pipewire I just imported the module, configuring the file ~/.config/pipewire/pipewire-pulse.conf.d/99-echo-cancel.conf with:

context.exec = [
    {
        path = "pactl"
        args = "load-module module-echo-cancel aec_method=webrtc aec_args=\"analog_gain_control=0 digital_gain_control=1\""
    }
]

After this, restarting pipewire with systemctl --user restart pipewire pipewire-pulse, the source appeared and the sound from the Echo-Cancel Source is much cleaner than my microphone.

As I don't hear anything talking about this, this might be valuable information.

[–] your_paranoid_neighbour@lemmy.dbzer0.com 6 points 1 week ago (1 children)

Searxng with brave, duckduckgo, google, mullvadleta, mullvadleta brave and qwant as the search engines. Law of big numbers makes it quite useful.

[–] your_paranoid_neighbour@lemmy.dbzer0.com 6 points 1 week ago* (last edited 1 week ago)

Every instance is like this it seems, maybe lemmy doesn't make a batched select at the cache and the db, but idk.

Maybe a new ~~webscale~~ backend could solve this, but i'm just a java backend developer, not a rust one. Maybe could be an interesting project, scala + pulsar + batching, turning lemmy into a microservices hellscape.

Edit: but