this post was submitted on 08 Apr 2026
414 points (99.1% liked)

Selfhosted

61103 readers
573 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Here's my beautiful unemployed-for-too-long-have-no-money-dont-care-about-looks lab :)

picture of a raspberrypi, switch, HP elite desk, KVM and mess of cables on a desk

Hey it's more than good enough to run all this ¯_(ツ)_/¯

screenshot showing list of hosted apps and resources usage of servers

you are viewing a single comment's thread
view the rest of the comments
[–] tal@lemmy.today 7 points 3 months ago* (last edited 3 months ago) (2 children)

¯_(ツ)_/¯

You want a double-backslash in Markdown.

¯\_(ツ)_/¯

yields

¯_(ツ)_/¯

Whereas:

¯\\_(ツ)_/¯

yields

¯\(ツ)/¯

[–] scott@lem.free.as 6 points 3 months ago (1 children)

You need to add backslashes to your underscores since Markdown is turning them into italics.

¯\\\_(ツ)\_/¯

yields

¯\_(ツ)_/¯

[–] tal@lemmy.today 3 points 3 months ago
[–] northernlights@lemmy.today 3 points 3 months ago

Indeed, I really should have caught that.