sudo

joined 2 years ago
[–] sudo@programming.dev 2 points 1 week ago

The republicans realized it yesterday when he took the plane. That was the nail in the coffin of their party.

Keep dreaming.

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

There are zero artificial ingredients in yellow mustards.

Vinegar, Water, Mustard Seed, Salt, Tumeric, Paprika.

All the color is from tumeric.

[–] sudo@programming.dev 2 points 4 weeks ago
  • Read SICP.
  • Learn what a type class is and some basic category theory.
[–] sudo@programming.dev 6 points 4 weeks ago

Bernie and AOC seem to be hoovering up the MSNBC liberal boomer demographic at this point because that demo has finally snapped and the dems leadership is completely absent.

That, however, probably won't translate into a progressive/socialist candidate winning the next presidential primary. They might have a stronger showing but dem leadership will move to protect their donors and stifle that candidate.

[–] sudo@programming.dev 4 points 1 month ago (1 children)

Jeez, I compliment your improvement and you're still tripping. I get that your ruling is arbitrary. Substack, blog. Wordpress.com, not blog. You're the boss.

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

Jihad just means struggle. Jihad on my dirty dishes, jihad against zionists, jihad against drugs etc. They aren't calling for a new caliphate. Stop with the white genocide fear mongering. You sound like a Rhodesian.

[–] sudo@programming.dev 2 points 1 month ago

The take I’ve been seeing more lately is that many on the left don’t internally support genocide, they’re just afraid of AIPAC money taking away their ability to do any good.

This is true but I don't know how much. There's some democrats explicitly and correctly calling out AIPAC as being an a far right PAC. Taking money from AIPAC needs to be seen as treacherous as taking money from NRA or the Heritage foundation.

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

But at the ballot box come election day, I don’t care if the dem wants to sacrifice puppies on weekends

Every time a democrat talks like this they lose votes. "Yeah my candidate supports genocide, but-" stop you've just smeared your own candidate. If you don't have anything nice about your candidate then keep your mouth shut.

Any normal american will see the rest of your comment and think they're better off investing in bullets and silver than worrying about the election. You're basically doing voter surppression.

[–] sudo@programming.dev 5 points 1 month ago (3 children)

Don’t like that rule? Tough titty said the kitty when the milk ran dry. Go make your own community and enjoy the flood of blogspam.

Lol classico power tripping.

Do legitimate news sources have accounts there? Absolutely. We don’t allow them either.

Glad you at least acknowledge that now.

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

The problem is that there are plenty of voters who hate the pony!

Yeah those are the centrist republicans who voted Trump anyways. Again, empirically proven failure.

When the Dems put Harris in, it was a concession to the progressives. They got a Black woman from a state with a long Left tradition.

Honestly wtf are you thinking here? She wasn't left wing at all and being black or californian doesn't magically make her progressive. You're literally citing a fake sterotype as a subsititue for real policy.

Obama had a super majority in both Houses and the ACA barely squeaked through.

HE GOT THAT SUPERMAJORITY BY RUNNING ON HEALTH CARE REFORM!

We got a supermajority by promising the pony! "Hope and Change". Sell the fucking pony again. Promise a different pony when you fail to deliver! Jesus Christ you just insist on keeping your head in the sand. You're just insistent on laying down and dying.

[–] sudo@programming.dev 1 points 1 month ago

Sounds like a good opportunity to draw some square kufic.

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

You're talking about politicians, they're talking about voter opinion. Why would you think those numbers would be correlated?

 

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 ›