Comment on đ Slow Software for a Burning World đ„
victorz@lemmy.world âš4â© âšweeksâ© ago
Iâm trying to understand what Bonfire is. It sounds interesting but all I can find are vague buzzwords. Positive buzzwords, but buzzwords.
Comment on đ Slow Software for a Burning World đ„
victorz@lemmy.world âš4â© âšweeksâ© ago
Iâm trying to understand what Bonfire is. It sounds interesting but all I can find are vague buzzwords. Positive buzzwords, but buzzwords.
chobeat@lemmy.ml âš4â© âšweeksâ© ago
Itâs a toolkit to build federated apps, with a social media+blogging+collaboration platform built on top of it.
victorz@lemmy.world âš4â© âšweeksâ© ago
So itâs actually software that you can run, and with that build apps? Like a visual editor or something? Or is it a library? Whatâs a toolkit in this instance?
chobeat@lemmy.ml âš4â© âšweeksâ© ago
Itâs an elixir skeleton that runs a system of modules you can combine (just with configs) or that you can extend by adding new modules.
The skeleton does the bare minimum and the modules contain all the logic. Itâs not a no-code tool (that would be astounding, but doesnât exist yet), you still need to write some config files (flavours) or write some elixir.
victorz@lemmy.world âš4â© âšweeksâ© ago
Huh. Okay.
Well alright, thanks for explaining.