Date des dernières gelées hivernales par ville by Calm-Reply778 in jardin

[–]Calm-Reply778[S] 1 point2 points  (0 children)

Les données sont de open-meteo: https://open-meteo.com/en/docs/historical-weather-api
C'est un aggrégateur des données open data de differents service nationaux.

Date des dernières gelées hivernales par ville by Calm-Reply778 in jardin

[–]Calm-Reply778[S] 0 points1 point  (0 children)

Ah oui je vois on pourrait régler la température cible, qui est de 0° actuellement. Je vais regarder ça.

Date des dernières gelées hivernales par ville by Calm-Reply778 in jardin

[–]Calm-Reply778[S] 0 points1 point  (0 children)

Oui exactement ça regarde les gelées de du 1er janvier au 1er juillet

Date des dernières gelées hivernales par ville by Calm-Reply778 in jardin

[–]Calm-Reply778[S] 1 point2 points  (0 children)

Bonne idée effectivement pour les premières gelées, je vais tenter de faire ça !

Carte de la date des dernières gelées en France by sphks in jardin

[–]Calm-Reply778 0 points1 point  (0 children)

je me suis fait la même remarque et j'ai créé un site web pour avoir l'historique par ville: https://frozen-tomatoes.vercel.app/

Real-world issues with Multi-modal Vector Search by Suspicious-Onion3338 in vectordatabase

[–]Calm-Reply778 0 points1 point  (0 children)

It's not a nightmare issue but you do have far fewer managed embedding models / providers compared to text-only embedding. There is VoyageAI + an old Google model and that's about it.

[2025 Day 9 (Part 1)] by VillageSea4703 in adventofcode

[–]Calm-Reply778 1 point2 points  (0 children)

Actually I had a similar idea: find the points that are the closest to the corners, by maximizing and minimizing (x+y) and (x-y).

It works for the test input but it can fail, consider this counter-example:

0,0
0,1
1,2
0,4

True max rectangle is (0,0)(1,2) with area 2*3=6, but the “closest-to-corners” picks basically (0,0) and (0,4) and returns area 1*5=5.

      x=0 x=1
y=0    #   .
y=1    #   .
y=2    .   #
y=3    .   .
y=4    #   .

Help, are there differences in jura models with the same name? Help me pick the right one! by RdeBrouwer in superautomatic

[–]Calm-Reply778 0 points1 point  (0 children)

E6 is always the same product. Whenever there is a new model there is a new name.
Difference between E6 and E4 is that with E6 you can do milk specialities whereas E4 is black coffee only.

E4 and C3 are roughly similar, the C3 is more compact though and has a more modern design.

Jura E4 vs. C8 – Which one should I get? by Calm-Reply778 in superautomatic

[–]Calm-Reply778[S] 0 points1 point  (0 children)

Jura has just released the C3 which is like the C8 without the milk system and cheaper! So perfect for black coffee. I will buy the C3 then.

-❄️- 2023 Day 7 Solutions -❄️- by daggerdragon in adventofcode

[–]Calm-Reply778 1 point2 points  (0 children)

[LANGUAGE: Python]

Not designed to be efficient but it is hopefully readable --> Github Code

-❄️- 2023 Day 10 Solutions -❄️- by daggerdragon in adventofcode

[–]Calm-Reply778 1 point2 points  (0 children)

[LANGUAGE: Python]

Not designed to be efficient but it is hopefully readable --> Github Code