this post was submitted on 22 Sep 2025
212 points (99.1% liked)

196

4555 readers
1911 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 8 months ago
MODERATORS
 

i could probably add a fourth panel about using LaTeX but i don’t understand it enough to say for sure

top 14 comments
sorted by: hot top controversial new old
[–] Jimbabwe@lemmy.world 16 points 1 week ago* (last edited 1 week ago) (1 children)

You can combine -a and -m

git commit -am “finished fr fr this time”
[–] spujb@lemmy.cafe 15 points 1 week ago

see i know that cerebrally but it feels like cheating my brain won’t let me do it lol

[–] AmazingAwesomator@lemmy.world 12 points 1 week ago* (last edited 1 week ago) (1 children)

i can remember a sr engineer at my last company apologised for the unfortunately named branch of his PR: featuredev_rebase_rebase_rebase

[–] NaibofTabr@infosec.pub 7 points 1 week ago

All yourebase are belong to us...

[–] ComfortableRaspberry@feddit.org 10 points 1 week ago

a fourth panel about using LaTeX but i don’t understand it enough

But it would be beautiful none the less!

[–] PM_ME_VINTAGE_30S@lemmy.sdf.org 4 points 1 week ago (2 children)

Wait are you writing your thesis in Markdown?

[–] tyler@programming.dev 20 points 1 week ago

They’re moving from a low brain strat of docx to a higher brain strat of markdown (which can be converted to many other formats with pandoc) to finally using git to manage them. Then they state they should learn LaTeX.

[–] spujb@lemmy.cafe 11 points 1 week ago (1 children)

for writing, it’s great. And the once you’re ready for submission/publishing md converts into new formats super smoothly

[–] PM_ME_VINTAGE_30S@lemmy.sdf.org 2 points 1 week ago (1 children)

I know that Markdown does have an embedded LaTeX mode, but what if you need to use LaTeX packages like to number equations, do aligned equations, or cook up a macro to keep track of notation?

Also I'm pretty sure in my department we gotta submit a .tex file, but I'm in STEM so I'm a bit biased.

[–] rustydrd@sh.itjust.works 8 points 1 week ago

When generating PDFs via pandoc, Markdown can contain any LaTeX directive, including packages in the preamble and any environments in the document. Pandoc converts the .md file into a .tex file based on the template you chose, and it allows both saving the .tex file and writing your own templates.

[–] CubitOom@infosec.pub 3 points 1 week ago (1 children)

Thesis.org

Oh shit what's that key binding again?

[–] mbp@lemmy.sdf.org 3 points 1 week ago (1 children)

What is that supposed to be? I get a blank page

[–] CubitOom@infosec.pub 1 points 1 week ago* (last edited 1 week ago)

.org is the file extension for org-mode and it's probably the best way to write a thesis using entirely FOSS tools in most cases because of its many great ways it helps in writing easy to reference notes, generate bibliographies, write & execute code, format LaTeX, export to any format, and many other things.

But with the downside of needing to learn either Emacs or vim keybindings. However in spite of that, I know many people that use Emacs just for org-mode and org-roam for general writing purposes.

[–] caseyweederman@lemmy.ca 3 points 1 week ago

git reset HEAD~ up arrow to git add .
up arrow to the commit message