Spyke

Replies

lemmy

Comment on

Which instances should be recommended on join-lemmy.org?

I think we should add the following criteria to instances at the VERY TOP that are recommended to new users:

  1. The instances does not define an allowed list of instances
  2. Downvotes are enabled
  3. NSFW content is allowed
  4. Users can create new communities

...otherwise new users (eg from reddit) are not going to use lemmy because it won't match their expectations.

Personally, I was pretty disenchanted by my experience on lemmy when I first joined. I had to create accounts on like 5 different instances before I found one that worked (that's why I created the comparison table of lemmy instances).

Most new users won't have that perseverance. If, for example, they see there's no downvotes on the "recommended" instance, they'll probably give up and leave lemmy.

Comment on

What open source project(s) are you working on?

Hi Lemmy!

I make BusKill laptop kill cords that make your computer lock, shutdown, or self-destruct if the device is physically separated from you.

This protects your (encrypted) data from theft, which can be useful for digital nomads and cryptotraders working in cafes/coworking spaces. But our target audience is journalists, activists, and human rights workers in oppressive regimes.

Both the hardware and the software are open-source (CC-BY-SA, GPLv3). We manufacture the hardware with injection molding, but if you have a 3D-printer, then you can take a stab at our 3D-printable prototype.

...And apparently I'm doing (minor) contributions to lemmy these days too

lemmy

Comment on

Comparison of Lemmy Instances

Reply in thread

I think at the top, just above the "Recommended" add:

For a more detailed comparison of Lemmy instances, see:

<ul>
<li><a href="https://github.com/maltfield/awesome-lemmy-instances">Awesome-Lemmy-Instances on GitHub</a></li>
<li><a href="https://the-federation.info/platform/73">the-federation.info Lemmy Instances Page</a></li>
<li><a href="https://lemmymap.feddit.de/">Feddit's Lemmymap</a></li>
</ul>

After you create an account, you can find communites across all instances using <a href="https://browse.feddit.de/">Feddit's Lemmy Community Browser</a>

<h2>Recommended</h2>
...
lemmy

Comment on

Comparison of Lemmy Instances

Reply in thread

It doesn't say porn, it says adult. The legend describes how it's determined

Adult "Yes" means there's no profanity filters or blocking of NSFW content. "No" means that there are profanity filters or NSFW content is not allowed.

lemmy

Comment on

Comparison of Lemmy Instances

Reply in thread

Manually maintaining is not realistic.

If your API is read-only and you're blocking bot traffic from querying it, you're doing it wrong. Please be nice to the bots. And also users that use VPNs, privacy plugins, etc. You'll false-positive block them, and that's not very nice.

lemmy

Comment on

Intro Guide to Lemmy

Suddenly my server started getting thousands of requests per minute and my varnish cache hit rate jumped to 99%. Thank god for varnish!

Looks like the reddit blackout is #1 on the frontpage of hackernews, and this article is #2.

I actually posted this article to hackernews, but I never got a single upvote. This isn't my first time getting on the frontpage of hackernews, but it always happens when someone else reposts my link.

Can anyone tell me how the fuck hackernews' algorithm works to where I can't ever get traction but someone else does after me?

lemmy

Comment on

Comparison of Lemmy Instances

Reply in thread

I see TypeScript and get scared. Personally, I do think that the join-lemmy.org/instances page should link to:

  1. My table comparison https://github.com/maltfield/awesome-lemmy-instances
  2. The Lemmy Community Browser (to find communities across all instances) https://browse.feddit.de/
  3. The Lemmy Map https://lemmymap.feddit.de/
  4. The federation's lemmy page (with another table comparing instances) https://the-federation.info/platform/73

Can anyone with TypeScript experience make this PR for us? Here's the relevant file: