Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

What if Stack Overflow, except federated?

PieFed Meta
27 16 40

Gli ultimi otto messaggi ricevuti dalla Federazione
  • From a technical POV it is theoretically possible but not tested.

    Most likely the various softwares would opt out of handling non-public content out of safety.

    It is something we'd want to work on in lockstep with all the various devs 🙂

    read more

  • Sorry, i don't know if it is possible. I haven't tried/tested private community on Piefed. I recall you can add username to community. However i wanted to react on switching private community to public. There are case where you want to do that.

    However, i think it is sensible and shouldn't be allowed or not decided by the mods team at least. I wouldn't recommend switching private to public is the software. Because there are thing we talk between ourselve, and they should stay that way.

    Maybe, it would require to delete the whole posts and comments history. Dunno, for me it requipe people approval. Or something like mastodon that hide your post from people that aren't in your friend circle and then everyone decide for themselve whatever is the community decision.

    read more

  • Are there plans to make private communities accessible/usable without an account on the same instance ?
    Is it possible to switch from private to public (and vice versa)?

    read more

  • As if multiple servers wasn't complicated enough, there are multiple apps and multiple web frontends you can use too! p.piefed.social is an installation of Photon.

    Log in with your piefed.social credentials.

    Like Blorp, it looks great on a phone and can be installed as a PWA.

    read more

  • Try https://b.piefed.social instead! Log in with the same username and password as piefed.social.

    It works best on a phone / tablet but on a desktop it's fine too once you switch to compact mode.

    It can be installed as a PWA.

    There are also lots of themes you can try at https://piefed.social/user/settings. Here are some screenshots of them - https://join.piefed.social/screenshots/

    read more

  • Oh so it is, I wasn't seeing it yesterday when I checked. Perhaps unpinning and re-pinning, or removing and re-allowing the ability to show on popular fixed it and I didn't notice it.

    Nonetheless, thank you for all the help!

    read more

  • Ok, it seems to be working now then. Let us know if you continue to see weirdness with the pinned posts.

    image

    read more

  • Oh we actually unpinned the main@piefed.ca post after I confirmed it was working and made that comment. It's the other one from main@lemmy.ca that is still pinned, but doesn't show up for users that aren't logged in

    read more
Post suggeriti
  • 0 Votes
    6 Posts
    33 Views
    @julian yeah, heavy on people who look more at the 'growth hackability' coefficient and profitability, than moral compass or the amount of soul you have to sell.But there are roughly 2 crowds on HN. A sizable group is comparable to value-aligned folks you find here on the fediverse. They are the ones making critical notes, and ensure many of the good articles pop up on the front page.And as a humane tech activist it is relatively easy to 'bump' the positive messages that blissful unaware devs need to see, to raise awareness on things. Esp. if you are in Europe it is relatively easy to get things to the front page that highlight the big problems of our modern tech.
  • 0 Votes
    1 Posts
    3 Views
    After 5 months of chipping away at it, PieFed is now an installable 'app' in the Yunohost store! It's been there for a couple of weeks actually but until this weekend it had a scary red exclamation mark because some automated tests hadn't ran yet. But that's gone now so I feel confident about recommending it to others. Yunohost is a linux distro for servers that has a web gui for installing and managing services, that takes all the hassle out of self-hosting. How to get started with Yunohost. @squirrel@piefed.kobel.fyi and @michael@piefed.chrisco.me have had good success setting up their instances already: https://piefed.social/c/piefed_meta/p/1561141/thanks-to-rimu-ericgaspar-and-tituspijean-yunohost-has-a-working-piefed-setup
  • 0 Votes
    3 Posts
    23 Views
    @micr0 Which one?
  • 0 Votes
    6 Posts
    37 Views
    In general that's a good idea because you should never trust content coming from somewhere else (even in an S2S context) For reference, NodeBB literally sanitizes the bejeezus out of what it gets from anywhere. All classes are removed, all attributes are removed. I want it as close to semantic HTML as possible, and classes/attributes mean absolutely nothing because: I don't use the same CSS classes Attributes may not follow my own rules for when and where they are added. For example, Mastodon messes with any URL it federates out. It chops the anchor text in half, hides the rest behind invisible or something, and adds an ellipsis. invisible does something different in NodeBB, so there is a CSS conflict here. I strip everything and just show the URL as it was intended.