RagingHungryPanda

joined 2 years ago
[–] RagingHungryPanda@lemm.ee 2 points 1 month ago

You need to follow it, but the thing is, you're probably just as well off posting a link from your own account. It comes up as a separate account for me. I don't think the federation there is really worth it

[–] RagingHungryPanda@lemm.ee 2 points 1 month ago (1 children)

I'm hosting writefreely with picsur as the image host for my blog. They're pretty lightweight. Otherwise a static site generator like others suggested.

[–] RagingHungryPanda@lemm.ee 3 points 1 month ago (1 children)

What format are you looking for? Something like a comic layout?

[–] RagingHungryPanda@lemm.ee -1 points 1 month ago (1 children)

I asked it to be more concise:

Response:

"Great point! It's crucial to stay vigilant against bot activity on any platform. To detect bots, consider examining account history for inconsistencies, checking posting patterns that appear automated, and looking out for suspicious usernames. For server admins, collaborating with other instance admins can help share information and best practices. While no system is foolproof, proactive measures can significantly mitigate risks. Let's work together to foster trust and maintain authenticity within our communities!"

[–] RagingHungryPanda@lemm.ee -1 points 1 month ago* (last edited 1 month ago) (2 children)

I asked my deepseek r1:14b model and it gave this. It is quite wordy and likes bullet points. I wouldn't bother typing all this out.

Thank you for bringing up these important questions about bot detection and trust in online communities. These are valid concerns, especially as technology evolves and becomes more sophisticated.

Verification on Reddit: While Reddit does employ measures to detect bots (such as CAPTCHAs and rate limiting), it's true that no system is foolproof. However, the platform has been actively working on improving its anti-bot mechanisms over time. As a user or admin, staying informed about these measures can help us understand how communities are moderated.

Lemmy and Other Instances: On platforms like Lemmy (a federated social network), trust in other instances can be challenging because each instance operates independently. However, as a server admin, you can take steps to verify the credibility of an instance:
* Manual Verification: You can manually check accounts on other instances by reviewing their posting patterns and content for consistency with human behavior.
* Community Standards: Look for instances that follow similar community guidelines or moderation practices to yours. This can help ensure a level of trustworthiness. * Transparency: Instances that are transparent about their moderation policies and allow communication between admins are generally more trustworthy.

Future Concerns: As AI and bot technology advance, the risk of sophisticated bots mimicking human behavior will increase. However, staying proactive by implementing verification systems (like PII checks) and educating your community about suspicious activity can mitigate these risks.

Spam vs. Human-like Bots: While traditional spam bots are easier to detect, human-like bots that use statistical data to mimic patterns are more insidious. This is why relying solely on automated tools isn't enough—it requires a combination of technology and human oversight.

As server admins, we must remain vigilant but not overly discouraged. By fostering open communication within our communities and collaborating with other instance admins, we can build a network that prioritizes trust and authenticity.

[–] RagingHungryPanda@lemm.ee 1 points 1 month ago

Thanks, I'll check that out

[–] RagingHungryPanda@lemm.ee 1 points 1 month ago* (last edited 1 month ago) (2 children)

I am not for the life of me seeing where to add a tag or a label. I checked in 3 different UIs, including the main one.

[–] RagingHungryPanda@lemm.ee 3 points 1 month ago

I had thought whether there should be lemmy, pixelfed, and maybe mastodon for local cities.

[–] RagingHungryPanda@lemm.ee 31 points 1 month ago (1 children)
[–] RagingHungryPanda@lemm.ee 2 points 1 month ago

I've got Idrive backups at 5TB for like $5 a month or something.

[–] RagingHungryPanda@lemm.ee 28 points 1 month ago

And they PAID to be there!

[–] RagingHungryPanda@lemm.ee 2 points 1 month ago

Oh that's dope. How many hours are you running? Do you also use them for things like encoding or something like that?

 

Activity Pods is supposed to allow you to have one account across the fediverse and it's still in early dev. I do see that they have some docker images, but there's no descriptions on what they're for and their instructions involve running make scripts to get running.

I can do that inside of a docker container, but running TrueNas I'm limited to running those, which is fine, I can do that, but the other thing that seems a bit confusing is that it looks like they want you to define "shapes" for different services to communicate with.

It might just look more complicated than it is. Has anyone successfully gotten up and running with it?

 

And I'm making everyone go to my gotosocial post because the server is running, so I'm going to use it!

 

I have a gl-inet router on which I have an nginx config to send traffic to Nginx Proxy Manager and DDNS with cloudflare.

I'm trying to get some kind of local dns set up so that if I'm on the local network, traffic stays within the network. The problem that I'm running in to is SSL certificates. NPM (on the server) is handling those and I thought that what I could do is go into the AdGuard Home (on the gl-inet router) config and add a dns rewrite to point to the router and traffic would flow as it normally does.

This DOES work, technically. traceroute shows only one hop for any of my subdomains, ie files.mydomain.com.

But I cannot actually get access in a browser because the ssl certificates are not set up.

It seems like options are: manually copy certificates from the server to the router (not ideal), or don't do it at all. I notice that if I go to the service by ip address, it'll change the address to the domain name. Eg going to 192.168.8.111:30027 -> files.mydomain.com.

This isn't a HUGE deal, but it's not preferable. How have you all solved this?

Edit: I solved the issue in probably the most hilarious way. I was trying to get the forwarding and everything set up and then borked my routers firewall so bad I couldn't get to the outside at all, so I did a hard reset.

I then moved my admin UI ports up by one each (81/444), re-set up Goodcloud, ddns, Wireguard server on the router, then set up port forwarding for 80/443 on the router to 80/443 on the trunas server. I switched NPM to listen on those ports (since I moved the web UI to different ports), then added Adguard Home DNS rewrites. It's now all working as expected.

Local traffic only has one hop and is accessible without SSL warnings, and same for WAN traffic. Thank you all for the help!

view more: next ›