yeah, making it editable later (rather than when you start a new thread) is intended to make it more of a curation feature, and I think extending that power beyond the original thread creator makes sense, but of course it shouldn't be editable by anyone by default and it's worth discussing what the ideal UX may look like. This will tie into work on circles and custom boundaries: https://github.com/bonfire-networks/bonfire-app/issues/223
A bonfire builder. They/them.
hi posting this from this new fedi software. I like having multiple identities per account and not having character limit
#bonfire_feedback
I noticed some UI glitch here:
image: a tooltip being partially hidden because it spans outside compose boxI like inlining image
testing markup
hmm how to escape this
the wysiwyg is nice but I find it somewhat hard to mark up as i will. Can I turn off this?
test quote
wait how do i escape this my backspace is broken
also I think we should be able to add images description
also is there custom emoji yet?
(now implemented and will be in the next release)
Hmm hidden figcaption? I think it would be nice to be visible on hover
it's visible in the modal when you click on the image, but that's a good idea!
wait this doesn't add hashtag. how do i add hashtag?
Any possibility we could move the project over from Github to something like Gitea, instead? They plan on adding federation, too :)
If you can't host your own instance, there's always codeberg.org
You can do so right here, or directly on the roadmap where we're keeping track of them: https://changemap.co/bonfire/bonfire/
ah so it's not api compatible. does this mean bonfire won't work with existing fediverse apps?
Well we've implemented a GraphQL API for Bonfire, which is a much more flexible way for frontend apps to get exactly the data they need and provide a richer experience, so hopefully some alternative frontends and mobile apps will want to implement that at some point (maybe we can even standardise on a common GraphQL schema to be use by different federated platforms!)... The other option would be that we/someone implements the Mastodon REST API as a Bonfire extension.
This is more like "renting a cupboard in the master's house, paying with your attention, legitimation and presence"
I'm somehow motivated to join some fb groups and try get them to come over....
I've always kept it mind what Dave Winer (creator of RSS) advised: to publish in a place under your control (basically hosted on your own domain name) with that always being the canonical home for your stuff, and then syndicating wherever you want (linking back to the source). I think the same can apply for community and discussions. Why not use the closed platforms like one would dump leaflets out of an airplane over an authoritarian territory?
that feature is already there but needs some improvements ;)
are there any instances running you know of that are doing federation?
not yet, we're planning to organise some install parties soon... focused first on testing federation (rather than being a place to host your main fediverse identity before being sure it's working as expected)
Temporary solution to some of the slowdown issues is to use uBlock Origin to block the domain 'robohash.org' (used to generate the default avatars)
You can do this by:
- Right-clicking on any robot avatar
- Choosing 'Block element'
- Deleting everything after 'robohash.org'
- Pressing the 'Create button'
- Refreshing the page
Hopefully @BonfireBuilders will swap out the default avatars soon!
Looking at the local timeline it doesnt appear anyone else is posting - so Im guessing its not currently in heavy use?
is it doing it on demand? it might be waiting for data before it continues processing?
the code generating those URIs wasn't making any requests, but it's possible that it was happening somewhere else in the backend, since we we have code that compresses images for "lazy loading", though that usually applies only for locally-uploaded ones