this post was submitted on 12 Jun 2023
125 points (100.0% liked)

You Should Know

32162 readers
3 users here now

YSK - for all the things that can make your life easier!

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must begin with YSK.

All posts must begin with YSK. If you're a Mastodon user, then include YSK after @youshouldknow. This is a community to share tips and tricks that will help you improve your life.



Rule 2- Your post body text must include the reason "Why" YSK:

**In your post's text body, you must include the reason "Why" YSK: It’s helpful for readability, and informs readers about the importance of the content. **



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Posts and comments which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding non-YSK posts.

Provided it is about the community itself, you may post non-YSK posts using the [META] tag on your post title.



Rule 7- You can't harass or disturb other members.

If you harass or discriminate against any individual member, you will be removed.

If you are a member, sympathizer or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people and you were provably vocal about your hate, then you will be banned on sight.

For further explanation, clarification and feedback about this rule, you may follow this link.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- The majority of bots aren't allowed to participate here.

Unless included in our Whitelist for Bots, your bot will not be allowed to participate in this community. To have your bot whitelisted, please contact the moderators for a short review.



Partnered Communities:

You can view our partnered communities list by following this link. To partner with our community and be included, you are free to message the moderators or comment on a pinned post.

Community Moderation

For inquiry on becoming a moderator of this community, you may comment on the pinned post of the time, or simply shoot a message to the current moderators.

Credits

Our icon(masterpiece) was made by @clen15!

founded 1 year ago
MODERATORS
 

Why YSK: right now, Lemmy's autocomplete for the !community syntax isn't working correctly.

It will appear to work, like so:

But the link produced will redirect you away from your home instance and leave you unable to vote/subscribe...


To fix this issue, you'll need to manually edit the autocompleted link like so:

BAD LINK: [[email protected]](https://lemmy.world/c/youshouldknow)

⬇️⬇️⬇️ Remove the domain (i.e.: https://lemmy.world) & append the @ identifier (i.e.: @lemmy.world)

GOOD LINK: [[email protected]](/c/[email protected])


Removing the domain like this transforms it into a local link which prevents the instance redirection. Doing this will make it easier for newcomers to join your community and participate in discussions!

Those interested can monitor Github issues #369 & #1048 for when this UI bug is fixed!

top 26 comments
sorted by: hot top controversial new old
[–] [email protected] 11 points 1 year ago (1 children)

If you are using the mlem app to browse, the good link will crash your app so don’t click it for now. They are aware and it is raised as an issue in their github.

[–] [email protected] 4 points 1 year ago

Same for Jeroba.

[–] Barbarian 10 points 1 year ago (2 children)

There is an issue with this. If nobody on the instance of the user that clicks the link is subscribed to that community, this will result in a 404 error. If at least one person on the instance is subscribed, it'll work. In a browser. Not in Jerboa.

[–] [email protected] 7 points 1 year ago (1 children)

As a temporary bandaid, it looks like every instance needs a sacrificial user/volunteer to subscribe to every community they can find.

[–] [email protected] 4 points 1 year ago (2 children)

For those interested in taking on such a task, here's the most complete community browser at the moment: https://browse.feddit.de/

[–] [email protected] 1 points 1 year ago (1 children)

Sounds like the perfect job for a bot to monitor that list and autosubscribe to every new community.

[–] [email protected] 7 points 1 year ago

I suspect that this may be somewhat frowned upon. The whole point of not grabbing all communities from all instances by default is to avoid massive traffic dumps every time a new instance joins the federation. Doing this via a bot is basically the equivalent of DDOSing your home instance!

It's less bad when a human does the same thing because:

  • A) A human will work more slowly than a bot
  • B) A human will likely only do this one time and then let the system continue working as intended afterward
  • C) A human can be easily reprimanded and told to stop if they're causing problems
[–] [email protected] 1 points 1 year ago

Is there a french instance? I can actually do the French and German ones since I am already creating and involved with those communities.

[–] [email protected] 5 points 1 year ago

Yes, unfortunately. This is one of those situations where it's technically less user friendly to browse on a smaller instance (since large instances are more likely to already be subscribed to a given random community). Of course, this issue affects anyone who tries to visit a given community via their home instance, not just people using this particular link style.

Right now this problem is being tracked on the backend Github as #2951. Hopefully they manage to sand off this particular rough edge ASAP.

[–] [email protected] 7 points 1 year ago (1 children)

Hi - just FYI, the Good link makes the app Jerboa crash (for me at least). Probably something needing changed in the app, but wanted to share anyway.

[–] [email protected] 5 points 1 year ago* (last edited 1 year ago) (1 children)

~~This issue should be fixed now in the edited version of my post. I made a rather silly mistake in the original version that @[email protected] helped me solve.~~

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

Still crashing, sadly. I'm sure it's Jerboa though. It'll get sorted at some point, thanks anyway :-)

[–] [email protected] 7 points 1 year ago (1 children)

Bummer... looks like this is indeed a Jerboa issue (Github #556). Hopefully that gets resolved soon so we can have links that reliably work on every frontend.

[–] [email protected] 5 points 1 year ago

Yeah that'd be great.

Thanks for checking GitHub, I can't really find my way around on there. Good that it's a known issue at least.

[–] [email protected] 6 points 1 year ago

YSK that a URL without a protocol or domain is a relative URL.

It's "relative" to the page that it's displayed on.

Your browser fills in the protocol and domain from the URL of the page you're on when you click on it. That's how it stays local to the instance that you're viewing it on.

[–] [email protected] 5 points 1 year ago (1 children)

Thanks for providing the Github links!

[–] [email protected] 4 points 1 year ago

Of course! Perhaps one of the greatest public goods to come out of FOSS is the public bug tracker. Not a "known issue" list, not a "ticket system", but rather a place where you can see work happening on your issue in realtime.

[–] [email protected] 5 points 1 year ago

It'd be sweet if we could automate the process of discovering the community so that 9 times out of 10 we don't have to then search for the community and refresh the page to see it.

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

Hmm this still doesn't quite work for those of us visiting from kbin because from kbin we access this community as: https://kbin.social/m/[email protected]/ so even the /c/ doesn't match up.

We probably will need some special markup that each instance converts to their own local community / magazine format.

[–] [email protected] 2 points 1 year ago

Confusing bug. I thought I was doing something wrong.

[–] [email protected] 2 points 1 year ago

Wow, this is really useful, thank you!

[–] [email protected] 1 points 1 year ago (1 children)

Cool

Is there any way to link to posts like this?
Found that crossposting does not provide a instance neutral link.

[–] [email protected] 1 points 1 year ago

Unfortunately, no. For posts/comments, there's currently no way to create cross-instance permalinks. You can follow progress on fixing that issue via Github #2987.

load more comments
view more: next ›