sudo

joined 2 years ago
[–] sudo 2 points 7 hours ago

I wasn't trying to debate your point.

[–] sudo 2 points 7 hours ago* (last edited 7 hours ago)

Better trade relations if we keep imposing tariffs on them, obv.

Or were you asking why the Peoples Republic of China and the Republic of China would ever have anything to reconcile over?

[–] sudo 1 points 7 hours ago

Afaik those don't exist or are a scam. Like best you could get is some automated bot that will spam your resume or hire someone off Fiver. Feeding your resume into sites like Indeed will have about the same amount of effect.

You've got to understand that anyone actually capable of getting you a job has tremendous leverage over you. They're going to get you thousands of dollars monthly and they will want their cut.

[–] sudo 26 points 10 hours ago (5 children)

Putting tariffs on Taiwan is the first step to making them reconcile with China.

Cambodia at 97% highlights how fucking moronic this all is. Let me reindustrialize the economy by cutting off our raw inputs.

[–] sudo 4 points 4 days ago (1 children)

Read the rest of the comment. They weren't talking about the $20bn number being wrong.

[–] sudo 2 points 4 days ago

"Distraction free" but still gotta have that RGB keyboard.

[–] sudo 1 points 4 days ago

No existing utilities will do all that for you but there are libraries that you can plug into a python or nodejs script that will help. The most blunt solution would be something that converts HTML to markdown. Even then you'll have to massage some of the data based on the formatting of some sites.

[–] sudo 9 points 1 week ago

Websearches were getting worse long before AI because of SEO slop. AI has accelerated the worsening searches by making it easier to generate SEO slop.

[–] sudo 5 points 1 week ago

There's some rumor (which I believe he started) that he has some sort dick implants. Dick implants have a horrifying track record of failures.

[–] sudo 4 points 1 week ago (1 children)
[–] sudo 17 points 1 week ago

Every accusation is a confession for the IDF.

What were these '"sting" dogs' they had a shortage of? Some sort of bomb clearing robots?

 

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 ›