sudo

joined 2 years ago
[–] sudo@programming.dev 2 points 2 days ago (1 children)

Interesting read. It sounds like that issue came upstream from Debian not Ubuntu though.

[–] sudo@programming.dev 1 points 2 days ago (3 children)

deprecating ffmpeg for half a year

wut

[–] sudo@programming.dev 1 points 2 days ago (1 children)

Not them but for me its LUKS on LVM for desktops. For laptops, archinstall with LVM on LUKS is sufficient.

[–] sudo@programming.dev 21 points 2 days ago (4 children)

Delete the leading spaces from your list items. Four leading spaces causes them to be formatted as code blocks.

[–] sudo@programming.dev 56 points 3 days ago (12 children)

About 10 years ago it was The Distro for first time linux users to prove they were a True Linux Enjoyer. Think a bunch of channers bragging about how they are the true linux master race because they edited a grub config.

Before Arch that role belonged to Gentoo. Since then that role has transitioned to NixOS who aren't nearly as toxic but still culty. "Way of the future" etc.

All three of have high bars of entry so everyone has to take pride in the effort they put in to learn how to install their distro. Like getting hazed into a frat except you actually learn something.

The Ubuntu hatred is completely unrelated. That has to do with them being a corporate distro that keep making bad design decisions. And their ubiquity means everyone has to deal with their bad decisions. (snap bad)

[–] sudo@programming.dev 5 points 3 days ago

The UAE is very much doing its own thing in Sudan. The world is becoming multipolar and the UAE is going to be one of the smaller poles.

[–] sudo@programming.dev 5 points 1 week ago

Regrettably, Yes. Loomer is possibly the craziest person with a direct line to Trump.

[–] sudo@programming.dev 0 points 1 week ago

How about you just read up on Cloudflare Turnstile instead of acting like you know anything? Here are some notable methods:

  • Residential IP requirements
  • TLS Fingerprinting
  • Canvas Fingerprinting

It's still possible to get around these but it's not easy. You either must have as good network engineers on staff as Cloudflare or pay some third party service to unlock it for you. All Cloudflare needs to do is keep their prices lower than the third party services.

[–] sudo@programming.dev 2 points 1 week ago (1 children)

How is limited wayland support security issue?

[–] sudo@programming.dev 3 points 1 week ago* (last edited 1 week ago) (1 children)

First everyone should be reading these works critically and not as absolute doctrine. Any ML who's actually knows what "scientific socialism" means and isnt a tankie larper should know that.

Second, all except for the Catalonia examples are false.

  • EZLN is literally a Maoist people's army started by a Maoist cadre. The people they organized simply didn't see overthrowing the entire Mexican government as worth it. If you knew anything about Mao you would've known that.
  • Lenin and Mao were required readings for for the YPG according to western volunteers. Just look into Occalan their connection with the PKK and understand they were just softening their image to get US support.
  • "original workers councils in Russia" AKA the Soviets. Yeah they didn't read Mao or State and Revolution because they hadn't been written yet! But to suggest they weren't reading early Lenin is obvious baloney given that him and the Bolsheviks were their contemporaries.
 

I start my coding workspaces in tmux sessions which persist when I log out. If I switch from a wayland session to an x11 session, then my copy and paste functionality in those neovim sessions are broken because it's still trying to use wl-copy. To be more precise:

  1. Start a wayland session.
  2. Open a terminal and start a tmux session.
  3. Open neovim and do some work.
  4. Log out of wayland, log into an X11 environment
  5. Open a terminal and reconnect to the tmux session
  6. "+y broken. clipboard: error invoking wl-copy: Failed to connect to a Wayland server...

Restarting neovim isn't sufficient. I have to restart the entire tmux session or switch back to wayland. Is there some short cut I can take here?

 

Everything I read says it's a feature enabled in what ever compositor you choose, if your compositor supports it. Why isn't there a general purpose keybinding program like setxkbmap? Does it just not exist yet or must it be built into the compositor?

I've read [this stackexchange thread] on something related but it all seems to be using XKB which should imply I'm using XWayland?

view more: next ›