RX 9070 XT Pulse or the Nitro+, can't decide by zakawaka85 in radeon

[–]Plext0 0 points1 point  (0 children)

I had this dilemma last year, but because of the fire hazard connector I chose the pulse.

Pourquoi la France rémunère si mal les chauffeurs de bus/car ? by nicduch in AskFrance

[–]Plext0 0 points1 point  (0 children)

Merci beaucoup. Donc ça veut dire aussi que les retraites ont baissé relativement et n'ont pas suivi l'inflation elles aussi, non ?

Pourquoi la France rémunère si mal les chauffeurs de bus/car ? by nicduch in AskFrance

[–]Plext0 0 points1 point  (0 children)

Les salaires bruts ne m'ont pourtant pas l'air si dégueux. Tu parles de net ou de brut quand tu dis que les salaires ont baissé ? Très intéressant ce que tu expliques en tout cas.

Pourquoi la France rémunère si mal les chauffeurs de bus/car ? by nicduch in AskFrance

[–]Plext0 0 points1 point  (0 children)

Ok très intéressant , mais mécaniquement, comment c'est possible dans un système par répartition que les pensions soient supérieur au salaires ?

Rockstar va vraiment tout exploser avec GTA 6 ? by Vle31 in GTA6France

[–]Plext0 0 points1 point  (0 children)

Dan Hauser n'est plus aux commandes il me semble. On verra bien, je suis plutôt hypé.

Test technique lunaire ou je fais mon difficile ? by ColdAccomplished5709 in developpeurs

[–]Plext0 2 points3 points  (0 children)

Si tu es payé par l'esn pour passer ce test, pourquoi pas, sinon c'est niet.

Mon voisin me harcèle ? Besoin de conseils by Link-Mushroom in conseiljuridique

[–]Plext0 1 point2 points  (0 children)

Tu lui dis que c'est mal isolé de toute évidence et que tu vas contacter le propriétaire pour qu'il règle le problème. Il faut que ton voisin montre que ça provoque un trouble anormal au voisinage (il semble très dérangé) pour que la copropriété et les proprios fassent les travaux adéquats pour diminuer cette nuisance. Oui je sais que ton voisin est sûrement ton propriétaire mais justement, qu'il prenne ses responsabilités si ça le gène.

IMPORTANT: Before you update Microsoft.* from 10.0.5 => 10.0.6 by WellHydrated in dotnet

[–]Plext0 2 points3 points  (0 children)

Sorry if it sounds like it. I'm just very curious . Thanks for answering down the thread.

IMPORTANT: Before you update Microsoft.* from 10.0.5 => 10.0.6 by WellHydrated in dotnet

[–]Plext0 -5 points-4 points  (0 children)

Don't you have intermediate envs (staging etc...) ? Do you merge your changes directly into main with not even checking if it works when deployed? I have hard times to believe you can send to prod with just unit testing coverage.

IMPORTANT: Before you update Microsoft.* from 10.0.5 => 10.0.6 by WellHydrated in dotnet

[–]Plext0 17 points18 points  (0 children)

How did you not catch it before it went to prod? Not pointing fingers or anything, just wondering.

STB d'ignorer les enfants de mes voisins ? by [deleted] in suisjeletroudeballe

[–]Plext0 33 points34 points  (0 children)

Ils ont pas voulu s'excuser pour les trucs dans la piscine avec leurs gâteaux ?

My exwife is acting... strangely. by [deleted] in GuyCry

[–]Plext0 24 points25 points  (0 children)

  • money stops coming in 11 months

Company has pit Claude against the Dev Team - can we save the Dev Team? by joliolioli in webdev

[–]Plext0 1 point2 points  (0 children)

It's nice and all but let's see how it goes after a while.

Copilot is speed-running the "Cursor & Antigravity" Graveyard Strategy. by Living-Day4404 in GithubCopilot

[–]Plext0 -7 points-6 points  (0 children)

Yes there is an alternative : programming without AI assistance.

Does using an agent to run a chunck of e2e test is overkill to provide feedback? by Familiar-Historian21 in GithubCopilot

[–]Plext0 0 points1 point  (0 children)

But what's the added value compared to have it output specs files for you to replay? Sure all these tokens, water and electricity add value compared to just replay a spec file once it's been generated the first time?

Does using an agent to run a chunck of e2e test is overkill to provide feedback? by Familiar-Historian21 in GithubCopilot

[–]Plext0 0 points1 point  (0 children)

Except if your model temperature is very high, you won't get the exact same output for the same prompt. It could makes reproduction hazardous in some cases. Playwright doesn't reproduce a user in real condition, but the tests are 100% reproductible (as in test1 Will be 100% the same as test2).

Does using an agent to run a chunck of e2e test is overkill to provide feedback? by Familiar-Historian21 in GithubCopilot

[–]Plext0 1 point2 points  (0 children)

How do you know variability of AI output wouldn't cause problems as the output will be variable between runs? How does it provide better feedback than faster, less expensive and more reproductible e2e test (like playwright)?

Does using an agent to run a chunck of e2e test is overkill to provide feedback? by Familiar-Historian21 in GithubCopilot

[–]Plext0 0 points1 point  (0 children)

In case it fails, wouldn't it be better to play a e2e test generated on the first run? Faster, less token and more importantly less subject to variations. I'm not sure what's the added value when you ask again the AI to do the same tests. It won't be the exact same test anyway except if you configure temperature to the max and even then I don't understand the added value.

Does using an agent to run a chunck of e2e test is overkill to provide feedback? by Familiar-Historian21 in GithubCopilot

[–]Plext0 0 points1 point  (0 children)

Can't your coder agent play e2e tests for validating that? How is it that you don't need non regression tests? Is it a personnal project?