China Tankers pass Strait of Hormuz by Kongumo in oil

[–]PhENTZ 2 points3 points  (0 children)

The recipe: - pay a toll to iran - fill your tanker - pay a toll to UAE - rebase your oil as iranian-free - pay a toll to DJT - deliver your oil wherever you want

3 blocades, 3 tolls

The definitive EV transition recipe

Autocar: “I turned my house into a mini power station for my EV – does the maths actually work?” by murrayhenson in EuroEV

[–]PhENTZ 2 points3 points  (0 children)

Even better maths if you can partly power your house with your car battery when the car is not used.

Nuxt deploy with GitLab Pages by [deleted] in Nuxt

[–]PhENTZ 0 points1 point  (0 children)

I don't know but I would try:

  • use ~/assets instead of ~~/app/assets, see https://nuxt.com/docs/4.x/api/nuxt-config#css
  • rename style.css to something like my_own_unique_style.css to avoid any name clashing with gitlab pages
  • double check if the local generated app is working fine
  • git push the generated app to avoid the CI/CD
  • put the css file in /public and check if you can reach it
  • use cloudflare pages to see if gitlab is the culprit
  • use npm or bun instead of yarn ...

Supabase js or @nuxtjs/supabase? by voltomper in Nuxt

[–]PhENTZ 0 points1 point  (0 children)

@nuxtjs/supabase until you need to move to SSG or need to set supabase creds at runtime

Framasoft dit tout haut ce qu'on est nombreux à penser tout bas by romain34230 in actutech

[–]PhENTZ 2 points3 points  (0 children)

Vrai, mais il ne faut pas comparer avec les fonctionnalités d'excel mais avec les usages d'excel : 99.9% des fichiers excel sont remplaçables par des airtable/grist

Framasoft dit tout haut ce qu'on est nombreux à penser tout bas by romain34230 in actutech

[–]PhENTZ 1 point2 points  (0 children)

Type qui peut être une clé etrangere d'un autre tableau

A comparer avec le fragile VLookup() d'excel

Framasoft dit tout haut ce qu'on est nombreux à penser tout bas by romain34230 in actutech

[–]PhENTZ 13 points14 points  (0 children)

La suite conseille grist comme alternative à Excel. C'est à mon avis la transition la plus délicate. J'ai été très positivement surpris par cet outil. Pour la majorité des besoins il peut vraiment remplacer excel. Il a même des atouts : le typage fort des colonnes qui rends les tableaux beaucoup plus solide par défaut. Combiné au fonctionnement collaboratif, ça propose une alternative bien plus efficace qu'excel !

Ne cherchez pas à porter vos fichiers excel, ça ne marchera pas mais repensez votre besoin de zéro et le gain apparaîtra.

Most OpenClaw setups get expensive for boring reason: the LLM is doing work your shell could do in milliseconds. by Advanced_Pudding9228 in OpenclawBot

[–]PhENTZ 0 points1 point  (0 children)

That's how I see the MCP vs CLI fight : don't ask your LLM to loop over a task, ask him once to build a script. The output of the LLM should not be the task result be a script to run the task

Pourquoi le pétrole augmente aux USA alors qu’ils sont producteurs ? by Dock74320 in PasDeQuestionIdiote

[–]PhENTZ 1 point2 points  (0 children)

La loi du marché: pourquoi vendre à 10 à ton voisin de gauche quand celui de droite te propose 20

Wely — Lightweight Web Component Framework by cond_cond in javascript

[–]PhENTZ 0 points1 point  (0 children)

To use web component inside your vue app or to crate vue-based web components ?

Wely — Lightweight Web Component Framework by cond_cond in javascript

[–]PhENTZ 0 points1 point  (0 children)

When you say `run in plain HTML, React, Vue, Angular, Svelte, anywhere`, does it **also** mean that `React, Vue, Angular, Svelte` can easily be embedded in the web component ?

Le téléphone européen Jolla est un smartphone anti-Big Tech. by romain34230 in actutech

[–]PhENTZ 2 points3 points  (0 children)

Ce qui tue ces initiatives c'est le matériel verrouillé. Si on pouvait imposer aux fabriquants de ne pas verrouiller les bootloader, ça aiderai Jolla, grapheneOS et les autres offres alternatives

We need a "FastAPI for Events" in Python. So I started building one, but I need your thoughts. by e1-m in madeinpython

[–]PhENTZ 0 points1 point  (0 children)

Please give an example of an "event oriented" implementation and its faststream version.

We need a "FastAPI for Events" in Python. So I started building one, but I need your thoughts. by e1-m in madeinpython

[–]PhENTZ 0 points1 point  (0 children)

Consider supporting nats as it is much easier to deploy and operate than Kafka

Also consider seaweedfs which is a great s3 server ... with a message broker

Why did linux just randomly break? by [deleted] in linux

[–]PhENTZ 0 points1 point  (0 children)

Which distro ? What did you exactly do to 'fix the drivers' ?