sudo

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

This would have to be the most unpopular war in US history and yet I think everyone Trump has surrounded himself with is telling him to do it.

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

This comment will age poorly if he don't.

[–] sudo@programming.dev 0 points 4 hours ago

I advocated for organizing community defense groups to harass and intimidate ICE agent, instead of individualist adventurism and you call me a centrist? Where you drunk when you wrote this?

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

5 actually because you can use minimal hardware. You can probably just port forward your router and run caddy on the same jellyfin server but then expose your home IP address.

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

Obscuring home IP is the big one. You also don't have to fiddle with opening ports on your router and maybe getting ISP attention for hosting on a residential network. But really obscuring home IP address would work.

Dirt simplest solution is caddy on the same jellyfin server and port forward 443 and 80 on your router to that host. Hopefully letsencrypt will work without a domain but I'm not sure.

[–] sudo@programming.dev 16 points 20 hours ago (2 children)

If ICE is coming for you, then you're not seeing court. If you're some interfering bystander then maybe you will. But then you're plan to lie to the judge and say you didn't know? The judge will see through you're bullshit immediately.

Like that could only work if you actually were ignorant and even then you'd have a long up hill legal battle to establish the precedent that its sometimes OK to shoot law enforcement. IANAL but I think thats a liberty the state has never been conceded.

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

If you want to be as annoying as possible out of spite or martyrdom I can respect that. But that's what it'd be.

[–] sudo@programming.dev 8 points 21 hours ago

You know the cops watch the news too and will immediately guess what your up to. At best this is just trolling the cops. At worst you're calling back for ICE.

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

Its not my criteria, its about what will legally hold up in a US court against an AIPAC or ADL libel case. Remember, we're talking about reasons why news sources don't mention it. Not what I personally think is adequate proof.

[–] sudo@programming.dev 244 points 1 day ago (23 children)

Utterly delusional to think any of that would work. At every step you would just get your face beaten in. When the cops come they too will just beat your face in.

Thinking you can castle doctrine a squad of ICE agents is equally delusional. You could probably take a couple out but you'd still die in the end and be risking the lives of anyone that lives with you.

The only solution is well known and already in practice in places like LA: have an active community response force that will show up and intimidate and harass the ICE agents. All of the previous delusions assume you, alone, can stop an ICE with just your privledge.

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

Yeah I don’t see why anyone would care bout that treaty if people can ignore it.

Except we magically give all the shits about it when it comes to Iran. All treaties are selectively applied. Welcome to the world of foreign relations.

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

Sorry for the confusion when I said "no proof". I meant "no official sources". Everyone knows Israel has nukes they just have to pretend they aren't for the legal reasons I stated.

 

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 ›