this post was submitted on 28 Aug 2023
667 points (89.2% liked)

Showerthoughts

30747 readers
1627 users here now

A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The most popular seem to be lighthearted, clever little truths, hidden in daily life.

Here are some examples to inspire your own showerthoughts: 1

Rules

  1. All posts must be showerthoughts
  2. The entire showerthought must be in the title
  3. No politics
    • If your topic is in a grey area, please phrase it to emphasize the fascinating aspects, not the dramatic aspects. You can do this by avoiding overly politicized terms such as "capitalism" and "communism". If you must make comparisons, you can say something is different without saying something is better/worse.
    • A good place for politics is c/politicaldiscussion
    • If you feel strongly that you want politics back, please volunteer as a mod.
  4. Posts must be original/unique
  5. Adhere to Lemmy's Code of Conduct

If you made it this far, showerthoughts is accepting new mods. This community is generally tame so its not a lot of work, but having a few more mods would help reports get addressed a little sooner.

Whats it like to be a mod? Reports just show up as messages in your Lemmy inbox, and if a different mod has already addressed the report the message goes away and you never worry about it.

founded 2 years ago
MODERATORS
 

I joined reddit on the tailwind, so it was all echo chamber, we hate newcomers, gatekeeping, automod frenzy, too many rulebreakers, too many rules, etc I could be wrong, but thats what I imagine it used to be like.

you are viewing a single comment's thread
view the rest of the comments
[–] kucuva 6 points 1 year ago (1 children)

I mean I or anyone coudl write one up easily with userscripts, but I assume you're wanting server side block, because thats just UI stuff, you may not see it but the server is still sending you their junk, which is what you want to stop. something simple like: cat_name{'nousers':list, 'keywords':[list of block keywords], 'blockalgs': [list of knownblockfilters] } and you send this to the server to fetch only the stuff you want

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

I'd like to block all users and posts from hexchan, exploding heads, and lemmygrad. I don't care if it sends the data as long as it blocks it from my UI.

What's that written in? Python? I need to learn Python.

[–] kucuva 3 points 1 year ago

if u dont care about receiving data, just learn HTML, css, and javascript. Take a look at userscripts and tampermonkey

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

Best option I've found so far is Connect for Lemmy on Android to block instances.

[–] acceptable_pumpkin 1 points 1 year ago

Memmy has the feature to block instances client side, it doesn’t seem to be working in the latest version. The list keeps clearing out randomly. Sadly blocking a user causes my version to just crash as well.