#Vrac, un groupement d’achat #agroécologique
#démocratieAlimentaire
Grâce à mon abonnement, je t'en fais profiter gratuitement de cet article. https://www.alternatives-economiques.fr/mieux-salimenter-cher-lobjectif-supermarches-reseaux-d/00114404
#Vrac, un groupement d’achat #agroécologique
#démocratieAlimentaire
Grâce à mon abonnement, je t'en fais profiter gratuitement de cet article. https://www.alternatives-economiques.fr/mieux-salimenter-cher-lobjectif-supermarches-reseaux-d/00114404
Des bribes en vrac d'un truc en cours de fixation.
(Gravure pas plate sur écran bombé)
- Work in progress aux ateliers du pneu crevé 2025 -
#bd #vrac #recherches #wip #gravure #tank #oilpainting #screendrawing #Minitel #oilonglass #vélo #bicycle #dragon #dessin
Très intéressante étude : la face cachée du #vrac https://theconversation.com/la-face-cachee-du-vrac-252439
#zd
#site #magnet #torrent #vrac : https://thepiratebay.org/index.htm
Si pas d'accès, pensez à changer vos réglages DNS :D
Bon, en gros, c'est la galère et beaucoup d'entreprises qui se sont lancées dans la consigne ont déposé le bilan 😔
Et pour le #Vrac, c'est galère aussi car ça demande beaucoup de manutention, et donc de main d'oeuvre.
Et pour empirer le tableau, ya même des députés (on vous laisse deviner de quelle couleur politique) qui veulent interdire le vrac en supermarché 😡
"Nothing screw you like a DSL"
I spent the last few days thinking about that and I think that the frustration behind the quote is when a DSL doesn't let the user do something that it was not designed to do.
As I am currently designing Vrac's DSL, I plan to have a way to interface the DSL with the outside world where the user can use Clojure to implement what cannot be done in the DSL. Maybe this escape hatch can become the main way of extending the DSL and take contributions.
Thanks to Stuart Halloway and @oxalorg for bringing the quote to my attention 👍 🙂
I released Vrac v0.1.0, a frontend rendering library in Clojure, for Clojurists.
I just finished and published a new "Vrac + React" interop demo.
Now you can include your React components in your Vrac app, and the React components re-render reactively when Vrac's data is changing. 🥳
The demo shows how to do it via Siagent and also via UIx.
https://github.com/metosin/vrac/tree/main/example/react-interop
In today's stream, I added support for the special `:ref` attribute in #Vrac, and added a section to demo it in its test-app.
https://github.com/metosin/vrac/blob/main/example/test-app/src/example/ref.cljs#L8
Today I ported Re-frame's "simple" demo to Vrac.
It's kind of a funny customization: using Re-frame without Reagent and without React.
https://github.com/metosin/vrac/blob/si-frame-example/example/si-frame-simple/src/simple/core.cljs
I built #Vrac's test-app in release mode, to see the size of its parts unzipped:
- Signaali: 6.8 KB
- Vrac: 13.14 KB
- Clojurescript: 124.5 KB
gzipped, the test-app is only 33.41 KB
Not bad 🥳
#Vrac library's rewriting is happening in a public repo this time.
I plan to start posting each small update in a small toot here.
Right now, it has a basic test-app that you can try: https://github.com/metosin/vrac/tree/dev
This weekend, I will add a context feature.
EDIT : il me manquait un élément de contexte important : le gérant avait l'intention de fermer pour raisons personnelles. Conformément au contrat, il a donné un préavis de 3 mois. Mais le siège l'a fait fermer beaucoup plus tôt que prévu. Il va se retourner contre l'entreprise.
À Tours, on avait depuis 2016 une épicerie en vrac franchisée Day by day, reprise fin 2022 par Marc, le gérant actuel. J'y avais mes habitudes, allant toutes les 6 semaines faire le plein d'épices, riz, céréales, farine, lessive, savon...
L'autre jour, le gérant m'a annoncé qu'il fermait ce jeudi. Pas parce que ça ne marche pas (le premier truc que j'ai imaginé, son prédécesseur ayant lâché l'affaire au bout d'un an). Non, c'est le siège de Day by day qui a décidé que la boutique n'était plus assez rentable pour eux. Ils ont donné à Marc une semaine de préavis. Il se retrouve à solder toute sa boutique avant d'être au chômage. Et le quartier perd un super commerce et commerçant.
Je suis dégoutée, triste, en colère et à ça 🤏 de recréer mon compte Twitter pour conspuer cette enseigne que je fréquentais depuis 2017 et où je ne compte pas remettre les pieds.
> What’s in a component? That which implemented in any other way would fell as reusable 🌹
In this article, I show how to start a web framework based on the reactivity provided by Signaali.
More specifically, I am describing how its components were formed and how the conversion from an HTML representation to reactive DOM elements works at a basic level.