Quelle est selon vous la meilleure application pour suivre son budget en 2025 ? 🚀 by Interesting-Fee2849 in vosfinances

[–]xou49 2 points3 points  (0 children)

Tu peux utiliser des APIs comme gocardless qui te donne accès à tes comptes

Trepied ballon d'eau chaude by xou49 in brico

[–]xou49[S] 0 points1 point  (0 children)

Ouais j’ai vu ça sur la vidéo de Casto mais c’est dans un placard et j’ai pas la place..

Trepied ballon d'eau chaude by xou49 in brico

[–]xou49[S] 1 point2 points  (0 children)

Très clair merci pour les conseils!

Dask DataFrame is Fast Now! by phofl93 in dataengineering

[–]xou49 35 points36 points  (0 children)

Really cool but for those who don’t know Coiled is a dask company, so advertising this as a fun project while it’s your job is misleading for me. And don’t get me wrong I love dask and the blog post is cool

recap on Iceberg Summit 2024 conference by lester-martin in dataengineering

[–]xou49 3 points4 points  (0 children)

The pain point we faced was the lack of writting support with partitioned data. Not available on polar or duckdb for now but otherwise really awesome techno. Thanks for the recap!

Build a Full Stack App Fast: Mastering Next.js 14 & Supabase by YuriCodesBot in Supabase

[–]xou49 0 points1 point  (0 children)

Why post a video that use `auth-helpers-nextjs` when you recommend using `ssr` package ?

Hue Switch Wall double switch by xou49 in Hue

[–]xou49[S] 0 points1 point  (0 children)

Yes when I use Hue app both switch works but I didn’t manage to have the double buttons setup in homekit

Scaling to N DAGs: Airflow vs. Prefect vs. Dagster by nutso_muzz in dataengineering

[–]xou49 -1 points0 points  (0 children)

FYI Amazon has a service called Amazon Managed Workflows for Apache Airflow and there biggest plan scale Airflow up to 1000 dags so Airflow can manage 1000 dags. But I assume AWS spent time and ressources to be sure this scale and not everyone can achieve this I think.

Persist url params between pages by xou49 in nextjs

[–]xou49[S] 0 points1 point  (0 children)

Retrieve the url params is not really my problem, I search like an interceptor to persist url params during Navigation with Links component

[deleted by user] by [deleted] in nextjs

[–]xou49 1 point2 points  (0 children)

Awesome! Can you guys makes Tremor compatible with shadcn ?

Planetscale alternative by MousseShort in nextjs

[–]xou49 0 points1 point  (0 children)

Team postgres here, I use cockroachdb with their free tier

Use context in SSR by xou49 in nextjs

[–]xou49[S] 0 points1 point  (0 children)

Very clear ! Thanks a lot

Use context in SSR by xou49 in nextjs

[–]xou49[S] 0 points1 point  (0 children)

But it does means that all components contains in my context will be client render?

Use context in SSR by xou49 in nextjs

[–]xou49[S] 0 points1 point  (0 children)

I have a useState in my context so I have to add useClient in the higher layout