this post was submitted on 12 Mar 2025
738 points (99.3% liked)

196

2548 readers
3133 users here now

Community Rules

You must post before you leave

Be nice. Assume others have good intent (within reason).

Block or ignore posts, comments, and users that irritate you in some way rather than engaging. Report if they are actually breaking community rules.

Use content warnings and/or mark as NSFW when appropriate. Most posts with content warnings likely need to be marked NSFW.

Most 196 posts are memes, shitposts, cute images, or even just recent things that happened, etc. There is no real theme, but try to avoid posts that are very inflammatory, offensive, very low quality, or very "off topic".

Bigotry is not allowed, this includes (but is not limited to): Homophobia, Transphobia, Racism, Sexism, Abelism, Classism, or discrimination based on things like Ethnicity, Nationality, Language, or Religion.

Avoid shilling for corporations, posting advertisements, or promoting exploitation of workers.

Proselytization, support, or defense of authoritarianism is not welcome. This includes but is not limited to: imperialism, nationalism, genocide denial, ethnic or racial supremacy, fascism, Nazism, Marxism-Leninism, Maoism, etc.

Avoid AI generated content.

Avoid misinformation.

Avoid incomprehensible posts.

No threats or personal attacks.

No spam.

Moderator Guidelines

Moderator Guidelines

  • Don’t be mean to users. Be gentle or neutral.
  • Most moderator actions which have a modlog message should include your username.
  • When in doubt about whether or not a user is problematic, send them a DM.
  • Don’t waste time debating/arguing with problematic users.
  • Assume the best, but don’t tolerate sealioning/just asking questions/concern trolling.
  • Ask another mod to take over cases you struggle with, if you get tired, or when things get personal.
  • Ask the other mods for advice when things get complicated.
  • Share everything you do in the mod matrix, both so several mods aren't unknowingly handling the same issues, but also so you can receive feedback on what you intend to do.
  • Don't rush mod actions. If a case doesn't need to be handled right away, consider taking a short break before getting to it. This is to say, cool down and make room for feedback.
  • Don’t perform too much moderation in the comments, except if you want a verdict to be public or to ask people to dial a convo down/stop. Single comment warnings are okay.
  • Send users concise DMs about verdicts about them, such as bans etc, except in cases where it is clear we don’t want them at all, such as obvious transphobes. No need to notify someone they haven’t been banned of course.
  • Explain to a user why their behavior is problematic and how it is distressing others rather than engage with whatever they are saying. Ask them to avoid this in the future and send them packing if they do not comply.
  • First warn users, then temp ban them, then finally perma ban them when they break the rules or act inappropriately. Skip steps if necessary.
  • Use neutral statements like “this statement can be considered transphobic” rather than “you are being transphobic”.
  • No large decisions or actions without community input (polls or meta posts f.ex.).
  • Large internal decisions (such as ousting a mod) might require a vote, needing more than 50% of the votes to pass. Also consider asking the community for feedback.
  • Remember you are a voluntary moderator. You don’t get paid. Take a break when you need one. Perhaps ask another moderator to step in if necessary.

founded 1 month ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 24 points 8 hours ago (21 children)

Trying to copy some text in a Linux terminal and instead just ending a process 🆘

[–] [email protected] 10 points 7 hours ago (17 children)

In many cases, perhaps most, you can use Ctrl+shift+c/v to get around this. This muscle memory has caused problems for me because Ctrl+shift+c in Firefox brings up the development console (IIRC) and I haven't found a way to close that without using the mouse.

Depending on your environment, you may also be able to highlight text, press no keys, and middle click elsewhere to paste.

[–] [email protected] 3 points 6 hours ago (2 children)

Yeah I know about Ctrl+Shift+C I was joking, I think we've can all relate to accidentally sending a interrupt signal every now and then!

Now tell me how to copy text from nano and paste it elsewhere! 😆

[–] [email protected] 1 points 3 hours ago* (last edited 3 hours ago)

Can't tell you about nano, but in Vi it's yy to copy (or yank) a line, insert a number between the y's to copy more than one line. I.e. y5y to yank 5 lines.

Then p to paste.

Can also just use your terminals method for copy paste, just remember to hit i for insert before you paste.

[–] [email protected] 2 points 6 hours ago (1 children)

It did seem likely you would know, but if I can, I'd prefer giving someone redundant knowledge over hoarding information they could use.

I can definitely relate to accidentally ending a process, especially back when I used PuTTY. Very frustrating.

I use vim, but I've never had trouble copying text out of it the same way I would out of any other terminal process. Does nano introduce special challenges?

[–] [email protected] 2 points 6 hours ago (1 children)

If you highlight text in nano using your keyboard I think it uses nanos built-in highlighting and doesn't allow copying to the clipboard. It has it's own built in cut and paste system, and not on the keys you would expect.

If you highlight the text with your mouse it uses the terminals highlighting and copying to your clipboard works!

Just lot's of inconsistency is what I'm saying, similar to your Firefox experience!

[–] [email protected] 2 points 6 hours ago

Oh yeah - if you're using your keyboard, it's a different prospect. In vim, I would use the yank functionality, but that doesn't travel between windows. I wouldn't know how to do that without the mouse.

I'm afraid I can't help you with nano, either, but good luck in your search!

load more comments (14 replies)
load more comments (17 replies)