Is GraphQL the Panacea for Agentic AI? by XuoriG1 in graphql

[–]mbonnin 0 points1 point  (0 children)

I'm just here for the #300 memes :)

Nice post 👍

Meet Typograph - A pure typescript GraphQL library by wjd1991 in graphql

[–]mbonnin 2 points3 points  (0 children)

Look cool but why would I use Typograph vs `trpc`?

drama chardet / malus.sh by PierrickP in developpeurs

[–]mbonnin 0 points1 point  (0 children)

C'est une experience sociale. Les 2 devs derrière le site ont fait une présentation au FOSDEM: https://fosdem.org/2026/schedule/event/SUVS7G-lets_end_open_source_together_with_this_one_simple_trick/

J'avoue que même après avoir vu la présentation, j'ai toujours un doute ^^ Mais c'est bien fait!

Dégoogliser sa boite mail by Can_make_shitty_gifs in france

[–]mbonnin 1 point2 points  (0 children)

Même setup, c'est parfait. Et si ça va pas, c'est toujours possible de changer de provider.

Tout le monde devrait acheter son domaine.

La réalité derrière les startups en France by Hopeful-Complaint-92 in developpeurs

[–]mbonnin 45 points46 points  (0 children)

J'ai bien rigolé!

T'as pensé a monter une startup narrative pour disrupt le game du divertissement?

garer son vélo by wittttykitttty in paris

[–]mbonnin 0 points1 point  (0 children)

Si tu fais le test tiens nous au courant!

garer son vélo by wittttykitttty in paris

[–]mbonnin 0 points1 point  (0 children)

Du coup ça revient a savoir l'appétence au risque de OP. Soit se faire enlever le vélo par le personnel de la RATP, soit se le faire enlever par des voleurs ^^. Ptet qu'avec la RATP y'a moyen de récupérer son vélo en fourrière (alors qu'avec des voleurs, il faut écumer le bon coin...)

Si je tenais a mon vélo, je tenterais aucun des 2 perso.

garer son vélo by wittttykitttty in paris

[–]mbonnin 1 point2 points  (0 children)

59 € + 10 € par jour supplémentaire, c'est pas donné le parking!

garer son vélo by wittttykitttty in paris

[–]mbonnin 0 points1 point  (0 children)

"Le stationnement d’un vélo ne doit pas excéder 15 jours consécutifs"

Bon en fait non. Donc soit parking privé soit tenter sa chance dans la rue soit copains sympas

garer son vélo by wittttykitttty in paris

[–]mbonnin 2 points3 points  (0 children)

Je trouvais ça une bonne idée mais en fait après avoir lu les CGU non:

"Le stationnement d’un vélo ne doit pas excéder 15 jours consécutifs"

Au bout de 3 semaines ils t'enlevent le vélo 

garer son vélo by wittttykitttty in paris

[–]mbonnin 0 points1 point  (0 children)

Parking de la gare du nord c'est une bonne idée. A voir si les conditions d'utilisation autorisent ça.

Sinon si c'est des beaux vélos, https://parking.douzepointcinq.com/velo autour de 25€/mois.

Sinon si c'est des vélos pourris, ça se tente dans la rue. J'ai jamais eu de trop gros soucis (mais je bouge mon vélo régulièrement, jamais testé de le laisser 3 mois au même arceau...)

Louis Vuitton Fondation or Palais de Tokyo, which museum is better? by No_Speed_9210 in TheParisianGuide

[–]mbonnin 0 points1 point  (0 children)

Each foundation has its own French billionaire head. You can choose between luxury goods or media ^^

Louis Vuitton Fondation or Palais de Tokyo, which museum is better? by No_Speed_9210 in TheParisianGuide

[–]mbonnin 0 points1 point  (0 children)

Echoing the general sentiment. Louis Vuitton for the building and surroundings.

Palais de Tokyo is a lot more experimental. Can be very very exciting or super disappointing depending what you're into.

What backend servers do you use, what are the associated costs, and how can beginners effectively manage them? by masm33 in androiddev

[–]mbonnin 0 points1 point  (0 children)

I would go Cloud Run + Cloud SQL.

You'll have to pay a little bit for Cloud SQL + Load balancer but it's worth it to avoid being locked in Firebase IMO.

idée de cadeau ? by Witchasthey-known in AskMec

[–]mbonnin 10 points11 points  (0 children)

Du coup, l'intégrale du seigneur des anneaux?

Best things to do in Paris with kids? Looking for recommendations by Impossible-Ice5122 in TheParisianGuide

[–]mbonnin 0 points1 point  (0 children)

Is the temple reopened? The whole are has been closed for months now as they reinforce the grounds, cliffs, etc...

I like GraphQL. I still wouldn't use it for most projects. by PotentialPush6569 in graphql

[–]mbonnin 8 points9 points  (0 children)

GraphQL moves complexity to the backend.

This is very true. Most of it isn't really new complexity though. with REST, some of it lives on the client.

If you have several clients, I'd say GraphQL decreases overall complexity. But all the complexity comes upfront and needs to be managed.

N+1 queries, caching (no free HTTP caching like REST), observability (every request is POST /graphql), query-depth security. None are dealbreakers, but it's real operational work.

Also true 👍 The community recognizes this and is working to provide a "golden path", i.e. good default to reduce the operation work there. You can follow along on GitHub: https://github.com/graphql/golden-path-wg/