NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
Friendica – A Decentralized Social Network (friendi.ca)
mxuribe 11 hours ago [-]
Wow, this is a blast from the past! I haven't touched nor done anything on Friendica since like 2014/2015! (Yes, this is one of the grand daddy of the original fediverse social platforms before the name "fediverse" was even a thing...like Gnu Social and status.net old!) Good on them that they're still going strong!
kennywinker 12 hours ago [-]
I’m interested in self-hosting a small social network for my family and close friends. Something to get us off facebook/instagram. If anybody is more familiar with the options, is this what you’d recommend?
swampangel 1 hours ago [-]
Here's a good intro to the topic (not that I personally have put it into practice) https://runyourown.social/

It focuses on Mastodon but that's probably an artifact of when it was written.

rapnie 4 hours ago [-]
When it comes to fediverse most ActivityPub servers focus on microblogging, and it is where interoperability works best. There are a number of good lists to consult. I would recommend checking projects for activity, quality, and governance, besides the features that matter to you, since "being part of the fediverse" is a moving target.

https://delightful.coding.social/delightful-fediverse-experi...

https://fedidb.com/apps

https://fediverse.party/en/miscellaneous/

embedding-shape 12 hours ago [-]
I have a forum I self-hosted for friends and family, they have their own login I gave them, it typically have 3-4 posts a week or something, at the very least one post from me as I have a "What I've been up to this week" thread. Seems to work out OK, and is probably as private as you can have something on the public internet.
kstrauser 10 hours ago [-]
I’d recommend installing a Pleroma server. It speaks ActivityPub and you can use any of the nice Mastodon apps with it. I've run a Mastodon server for the last 9 years, and wouldn't recommend Pleroma over it for a large many-user instance, but it's relatively tiny and lightweight for a personal server. You can configure it not to talk to the rest of the Fediverse so that it remains your friendly, isolated silo.
kennywinker 10 hours ago [-]
Pleroma looks to be very twitter-y. I don’t feel twitter is a great model for a small tight-knit group. For a larger less familial group, it’s probably better suited.

Like, i’m thinking photo album sharing (twitter-like makes photos ephemeral, quickly disappearing on the timeline) and conversation (twitter threading has never been strong imo).

zimpenfish 8 hours ago [-]
If you were going for a social-media-y experience, I'd not recommend Pleroma (or Akkoma which is the less problematic fork) because dealing with Erlang+Elixir is a massive pain in the arse. You'd want GotoSocial[0] (single binary, reasonably straightforward), snac[1] (haven't tried it but fedimeteo runs a whole bunch of instances successfully), or one of the other small servers (Takahē, bovine, etc.)

[0] https://gotosocial.org

[1] https://codeberg.org/grunfink/snac2

kennywinker 6 hours ago [-]
GoToSocial looks interesting, i will probably spin one up to try it out! Still seems a little twitter-like, but worth a shot.

And as long as there is a docker container, i don’t really care what language it’s written in, tbh - tho that is sometimes useful as a signal of the code quality or other aspects

zimpenfish 4 hours ago [-]
> as long as there is a docker container, i don’t really care what language it’s written in, tbh

That's a good point that I keep forgetting these days.

eniac111 4 hours ago [-]
Heh, I've found this post while installing Gotosocial :D
stevenicr 5 hours ago [-]
Buddypress (free system that transforms free wordpress) - self hosted, is a reasonable option.
janandonly 6 hours ago [-]
Let them all install Primal and run your own Nostr relay for the family.

So long as they only connect to your relay, they only see each others messages and content.

Primal also makes video and content sharing easy over Nostr.

conception 12 hours ago [-]
I tossed together a mattermost server. It’s effectively a slack cove and works pretty great.
zimpenfish 8 hours ago [-]
+1 for Mattermost. I set up mine for family but it's ended up mostly being used by my bots for reporting things to various channels via webhooks.
throwanem 12 hours ago [-]
It's been a decade, but I had a very similar experience with Mattermost. It would be, if perhaps not where I would end up today, then certainly where I would start looking.
conception 10 hours ago [-]
Yeah, it’s been pretty seamless and I was able to import the full Slack history into it as well from a previous Slack instance. The only thing I found lacking was a good GIF plug-in, but I was able to cobble one together pretty easily.
EGreg 12 hours ago [-]
You could use this: https://github.com/Qbix/Platform

Example: https://freecities.app

Video demos: https://vimeo.com/1141492621/23e8b84b8b

Disclaimer: I built it. Lovingly, over 15+ years.

jauntywundrkind 11 hours ago [-]
If you also want to host or build interesting social apps, you should definitely do an isolated atproto / Bluesky service! https://blueskydirectory.com/

As for actually doing this... running a PDS and relay isn't that hard, and the red dwarf web client is online and can be configured to point to whatever appview you want. There's significantly less experience running your own appview, but there are options & folks are happy to help.

kennywinker 10 hours ago [-]
I’ve used bluesky, and it’s very twitter-like. That doesn’t seem like the best model for a close-knit community. For larger ones, perhaps!
jauntywundrkind 2 hours ago [-]
That you phrase it like that implies that you haven't used atproto very deeply, and aren't aware of how versatile the protocol is, and how many apps it hosts.

I linked you a directory of apps already! You could use any of these! You'd have to set up your own instances to use it on a private service but that's doable, and since you'd have the main atproto systems up, it would be much lower lift than you might expect!

PDSls let's you browse people's PDS. This shows you what apps I've used! It's quite versatile, capable of hosting all manner of social systems. There's nothing else that will give you the ability to build a neat rich social community like this: everything else has specific purpose and intent, and you are rather stuck with that design, but atproto is versatile and generic and ready to form whatever kind of social systems you want with it. To look at what's here and say atproto is very twitter like is to barely scratch the surface. https://pdsls.dev/at://jauntywk.bsky.social

verdverm 10 hours ago [-]
There are projects that make running independent atproto networks "easy": https://github.com/verdverm/testnet

I no longer recommend ATProto, in part because the public by default was a terrible choice. People prefer privacy, not anyone in the world able to read all of their activity. Bolting permissioned buckets on after the fact is not the way, it needs to be core to the protocol design.

IFC_LLC 5 hours ago [-]
Sadly, but the whole buzz about social networks is built around the community. And any of federated networks require some technical knowledge that is over the head in 99% of regular users.

I wish this could be a bit more user-friendly, like p2p networking that does not require any user configuration, just install a client and it will p2p automatically.

subpixel 2 hours ago [-]
More importantly I feel like federation is a reaction to a problem small social networks don’t have.

I want a Tumblr for just people I know. I don’t want it to metastasize and interact in any way with people I don’t know.

swed420 12 hours ago [-]
Anybody have familiarity with Friendica to know how it stacks against the common pitfalls listed here?

https://www.noemamag.com/the-last-days-of-social-media/

Seems like it maybe suffers from the "fiefdom" / portability issue that other platforms struggle with, but I haven't looked closely.

interglossa 12 hours ago [-]
I tried it sometime ago. I liked the interface but haven't found much of a community around it. It is very unfortunate that diaspora did not thrive earlier.
HelloUsername 8 hours ago [-]
sunaookami 5 hours ago [-]
Discourse around social networks hasn't changed one bit huh
AnonyMD 11 hours ago [-]
I tried to host this a few years ago, but it fell through because there wasn't enough documentation. I wonder if the documentation is more comprehensive now?
adityamwagh 11 hours ago [-]
Do we even need documentation with LLMs? :)
ripvanwinkle 11 hours ago [-]
The LLMs need documentation
t-3 11 hours ago [-]
The LLMs might be able to put the mythical "the code is the documentation" into practice.
ulrischa 11 hours ago [-]
Finally one project with php and mysql that I can throw on a cheap shared hosting. No docker of node_modules fuckup
virgil_disgr4ce 11 hours ago [-]
This is one of the least convincing homepages I've ever seen. It doesn't help that there are no x margins at the largest media query. In fact nothing about this page encourages me to spend more than one second looking at it.
prox 10 hours ago [-]
It seems to be made for nerds (and I say that kindly) and not potential users. It’s way too tech blurb and not enough show what you getting into.
verdverm 10 hours ago [-]
I think any federated social media that is going to replace the status quo needs to have solid (1) UX (2) privacy as the default
kkfx 4 hours ago [-]
I've tested WriteFreely, Mastodon, Nostr, ... but all lack the basic to succeed IMVHO:

- being a single, simple application, without much deps, maybe go-get-able, pip-able, cargo build-able etc, WF actually is one of them

- offer a platform, meaning a blog, comments per posts, distributed identity, optional chat

We have many different projects who do so, but not a single integrated one.

Nostr is good for the infra, have a sufficiently complete relay (Haven) and a future one a bit more complete (MOAR), but lack a built-in client and a decent chat support (0xchat is nice, and very hard to deploy in a sovereign manner).

WF is nice but limited as a blog and have no comments

Matrix is nice for chatting, with a very complex audio/video support, with very little documentation, I manage to get it running, with LiveKit as well, but it's a pain. XMPP is even worse because it lack a complete client for all platforms and it's very touchy on DNS setup.

The defunct ZeroNet was very nice to host personal websites without a domain name and also behind NAT, but offer nothing ready made to use with it.

...

Long story short we have the wrong tech stack underneath. We need to rediscover the old Xerox model of the OS as single integrated app, where anything can be combined at the user will, with ease. Emacs/LispM do better pushing anything in the config instead of relaying on a live image. But that's what we need. We have one mind, we need to combine out digital companion.

wizardforhire 7 hours ago [-]
“Military grade encryption”…???

What does this even mean? I’ve scoured the website, their wiki, their faq, the past hn convo… too no avail!

A substitution cypher was considered “military grade” for millennia

mosaibah 13 hours ago [-]
[dead]
chromacity 7 hours ago [-]
I'm increasingly unsure if this is something to aspire for. I make an effort to only follow people I know, and I turn off algorithmic feeds on social media, but it doesn't matter because the people I know routinely reshare made-up political bait and AI slop that's coming from the broader ecosystem.

This sucks and there's no way to push back on that. First, if you do it too much, you're just a "reply guy" - you become a part of the same suckiness of social media that you're trying to push back against. Second, the near-universal reaction you get is "maybe these specific immigrants were not eating pets, but you gotta agree with my broader concern about immigration". This just an example, the reaction has its equivalent for all sides of the political spectrum. We just like to read stuff that aligns with our political identity and beliefs. The pursuit of truth is a distant second.

I think that for social networks or forums to be at least somewhat healthy, they need to be small, specifically to limit the interactions you have with complete strangers and content that doesn't interest you at all. If you open up the ecosystem too much, it devolves into some flavor of Facebook.

zenoprax 3 hours ago [-]
I have rarely been in a group chat that suffers the same problem as I see on all the other social networks (Google+ and its "Circles" seemed promising while it lasted...) but it could be because leaving a single chat is easier than leaving an entire network and the group is well-defined. Federation is good but it's not enough on its own. If I think back far enough I do remember email chain letters with people forwarding everything to everyone on in their Eudora addressbook:

> Now for 180. Forward stupid chain letters to as many people as you can. > Remember: Be annoying whenever possible

https://patorjk.com/misc/chainletters/179waystoannoypeople.h...

---

It seems to me that if a given social media network is not an effective way for you to connect with someone then try something else. Expecting one platform to handle all out social connections is unreasonable. Some people live on Discord and others prefer a phone call etc. A world with everyone on IRC would be convenient but probably also a nightmare once someone figured out how to make money off with it.

Morromist 5 hours ago [-]
Yeah, I agree that small social networks are better. But some people are just bad at using social media - even if they're great people in other ways, so they share AI slop and made up political bait posts. You may have to curate your feed a bit.
dokyun 4 hours ago [-]
Mastodon spoke OStatus in the beginning as did GNUSocial and Pleroma before it, but EEE'ed it once it got big enough. OStatus isn't even relevant to fedi anymore, since there's only like one GNUSocial instance left and only a couple older Pleroma instances can still talk to it.
amelius 11 hours ago [-]
I guess that one day soon we will have a Claw that just pumps information between all the different social networks.
nozzlegear 11 hours ago [-]
Is that a good thing or a bad thing? I associate "claws" with bot spam but maybe it means something else.
amelius 10 hours ago [-]
You can use any technology for good and for bad.

In this case, pumping around information so social networks appear to be one unified system is a good thing because you don't have to visit them all to check if there are new posts, etc. and you can avoid getting caught in an algorithm.

IncreasePosts 10 hours ago [-]
Anyone who wants to do that doesn't need to use AI for it
imperfectfourth 10 hours ago [-]
what's a Claw
verdverm 10 hours ago [-]
the "set it and forget it" Ai agents, largely driven by OpenClaw
The_Goonies1985 10 hours ago [-]
[dead]
onlyjanand 5 hours ago [-]
[dead]
wotsdat 12 hours ago [-]
[dead]
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 02:32:17 GMT+0000 (Coordinated Universal Time) with Vercel.