Post #2725291
2026-01-27 19:09 UTC
Replies (6)
-
@Anaphory@wandering.shop 2026-01-27 19:24
@samfirke@a2mi.social The data model for things on Meutch looks very simple. There's 500 characters of description, a name, a category, pictures, and a list of comma-separated tags (with no UX to decide on helpful tags yet). If I look for something, I need to hope to hit some keywords that someone else used in their description. Inventaire inherits the data model of books (works and editions) from Wikidata – so items are interrelated and wiki-editable (which contributes to the knowledge commons).
-
@Anaphory@wandering.shop 2026-01-27 19:36
@samfirke@a2mi.social As someone outside the US (and having lived close to country and language borders, where I can imagine communities crossing those borders), I notice some American assumptions baked into the current version of Meutch: The interface is in English, my item description will be findable only by someone using a matching language, and the address assumes I have a state, post code, etc. Most of this can probably be fixed as needed, only finding descriptions across languages will be difficult.
-
@Anaphory@wandering.shop 2026-01-27 19:43
@samfirke@a2mi.social On the topic of my address: I have no way to judge whether my street address could be interpreted. In Inventaire, my location is a place denoting “I would be willing to go to this place to meet you for books” (traditionally a park or body of water nearby) selected and shown on OpenStreetMap, so it doesn't need to be my home address, and other users are shown on the map if they have set their location.
-
@Anaphory@wandering.shop 2026-01-27 19:53
@samfirke@a2mi.social I found it interesting that you note that you > considered a decentralized, federated model but felt like the downsides outweighed the advantages Inventaire seems to be going the other direction. From https://wiki.inventaire.io/wiki/Technic#Federation_? and related discussions I gather that Inventaire was originally designed as a single instance and is slowly gaining federation features. Connections between users are apparently on hold, but it looks like data federation has been implemented since I last checked.
-
@Anaphory@wandering.shop 2026-01-27 20:05
@samfirke@a2mi.social I think it would be awesome if something like http://meutch.com and http://inventaire.io would take off! Or even better, many of such things talking to each other. Are there other, similar projects? It feels like the time is ripe, so I wouldn't be surprised to find that there are a few more getting started.
-
@samfirke@a2mi.social 2026-01-28 03:07
@Anaphory@wandering.shop thanks so much for sharing Inventaire and giving your thoughts! Taxonomy of items: agreed I have a ways to go here. I think I will need to learn from how e-commerce sites make items filterable. I like their wikidata approach but for book data I don't think there's something analogous for *all* kinds of items. I hope to add embeddings-based search which I have used at work with success. I.e if you search for "Allen wrench" it would return "hex wrench" because of semantic similarity.