sudo

joined 1 year ago
[–] sudo@programming.dev 2 points 12 hours ago

That makes sense only if identity politics is the entire political discourse to you.

[–] sudo@programming.dev 2 points 12 hours ago* (last edited 12 hours ago)

This just highlights how out of touch the DNC is from its own voter base. Those lines shifting left are the democratic voters, not their politicians. The democratic party has been constantly trying to pivot to the center and finding nothing but corporate donors.

[–] sudo@programming.dev 2 points 12 hours ago

The chart shows democratic party voter opinion, not their politician's opinions. Kamala basically ran on Trump's 2016 border policy and earned zero votes because of it.

[–] sudo@programming.dev 1 points 12 hours ago

"A vote for a third party is a vote for Trump." etc.

[–] sudo@programming.dev 2 points 4 days ago

ansible-playbook even if its just one target host. Services might get hosted as systemd or docker, or a raw binary, whatever's appropriate. The absible docker module is extremely similar to docker-compose. It only gets messy if you have a complicated system of networks and dependencies.

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

You continue to not cite anything but your own baseless speculation and now you're blatantly misquoting me in bad faith.

  • That might be illegal because it was confidential.
  • That wouldn’t violate any laws, even if it did effect negotiations

Fuck off.

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

7/10 Photoshop job. There aren't distortion lines but it is noticeably blurrier where its been edited.

I don't object to photoshopping billionaires. Im only asking for a sharper job.

[–] sudo@programming.dev 89 points 6 days ago* (last edited 6 days ago) (2 children)

Jayapal said one plan is to propose a raft of executive orders President Biden could issue to "protect existing structures," such as shielding career civil servants and Justice Department officials.

Yes! Good!

Some Democrats are also sensitive to the perception that they are adopting the tactics of Republican state legislators who used their supermajorities to kneecap incoming Democratic governors.

Fucking gauge my eyeballs out. You can't call them fascists and then object to playing dirty against them.

"We're trying to show how the United States is supposed to conduct itself every four years when a new person takes over the reins of government," said Cleaver.

McConnell denied Obama a Supreme court appointment! The precedent is already set! Your norms are already broken!

If democrats want to win they must purge their own ranks of members like Cleaver and rebuild with more Jayapals or else they will keep ceding grounds to fascists.

[–] sudo@programming.dev 7 points 6 days ago* (last edited 6 days ago) (2 children)

Because your explanation didn't demonstrate why that matters. Any candidate's position can jeopardize ongoing negotiations if its contrary to the current admin.

The VP is very much at liberty to sabotage the current admin. There's illegal ways to do it sure. Like if Harris said "Bibi openly admitted on a confidential line that he's doing genocide." That might be illegal because it was confidential. But she could say "I think Bibi is doing genocide. Biden doesn't, but I think he's wrong". That wouldn't violate any laws, even if it did effect negotiations. Remember the VP is an elected position, not a cabinet member. The president can't fire them.

If you're just speculating then its baseless speculation. You might be right, but you'll have to point to an actual law to prove your point.

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

By that logic any presidential candidate would be banned from disagreeing with the president on active foreign policy issues which is absolutely not true. There's no legal reason why the VP can't disagree with the president.

[–] sudo@programming.dev 11 points 6 days ago (8 children)

Are you suggesting that its illegal for the VP to publicly disagree with the President?

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

I don't know why anyone thought Harris would change course on Israel beyond mere wishful thinking. She made it abundantly clear numerous times that she was going to stay the course.

 

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 ›