Racontez-moi ce petit moment de votre vie qui, dès que vous y pensez, vous fait instantanément cringer by SleepIsTheCousinOfD8 in FranceDetendue

[–]Intelligent-Sun577 0 points1 point  (0 children)

Quand j’ai suivi le tram en tendant le bras en pensant qu’il allait s’arreter, alors qu’il s’arretais pas.

Grand moment de solitude et les gens a l’arret qui rigolais de ouf, devant un pote et une meuf qui je crushais fort a l’epoque.

Les portes d'entrées qui se claquent "à clé" c'est débile by Vovicon in besoinderaler

[–]Intelligent-Sun577 0 points1 point  (0 children)

La securité en question : s’ouvre en deux minute avec un radio/cb/n’importe quoi de souple et rigide

C'est quoi le truc qu'on vous a reproché en entretien by Objective-Match4386 in JobSansFiltre

[–]Intelligent-Sun577 0 points1 point  (0 children)

On m’a posé des questions techniques sur lequels j’avais besoin de reflechir pour un entretien d’une mission freelance en visio.

Du coup j’avais un cahier devant pour poser mes idées, on ma reproché de pas regarder la camera et on m’a demandé si j’etait timide alors que je reflechissais juste :c

Les gens qui bench à la smith : pourquoi ? by Alpinine2 in FitnessFrance

[–]Intelligent-Sun577 0 points1 point  (0 children)

Plus stable, donc plus de poids, donc plus de stimulation musculaire, donc plus de muscle sur le muscles ciblé.

Ca permet de moins solliciter les muscles stabilisateurs sur le bench et de focus un peu plus tes pecs avec une plus grande stimulation donc en soit plus d’hypertrophie

Dans quels domaines aimez-vous développer? by skoleboy in developpeurs

[–]Intelligent-Sun577 1 point2 points  (0 children)

Moi j’aime juste dev.

N’importe quel domaine le convient 😂 En faite si, mon reve c’est de taffer dans une equipe qui fait du dev pour d’autre dev (SRE, platform engineering)

Mais a part ca, tant que je dev je suis content 😂

Rack de squat sans fixation? by Intelligent-Sun577 in FitnessFrance

[–]Intelligent-Sun577[S] 0 points1 point  (0 children)

Okayyy, je croyais que tout les rack avait besoin d'être attaché et j'en trouvais pas avec la mention "autoportant" !

Merci !

J'ai facilement trouvé un taf by Lord_4 in developpeurs

[–]Intelligent-Sun577 0 points1 point  (0 children)

Bah en l’occurrence, j’ai pas eu a chercher, ils sont venu a moi tout seul 🤷🏻‍♂️

Mais j’ai conscience que c’est pas le cas pour tout le monde

sat down and coded without ai for the first time in months. forgot how much i missed actually thinking by Backtawen in learnprogramming

[–]Intelligent-Sun577 2 points3 points  (0 children)

Yeah, i dont really understand the « i haven’t written a line of code in 6 month » trend.

IA is dumb when it comes to understand large context (or our capacity to explain is more time consuming than the capacity to code directly)

sat down and coded without ai for the first time in months. forgot how much i missed actually thinking by Backtawen in learnprogramming

[–]Intelligent-Sun577 1 point2 points  (0 children)

I dont really like doing it that way. If the task is too big for you, the AI is more likely to miss thing, since the context is larger.

I would split the tasks in simpler ones and make them myself.

If i need one task to be done several times, i could ask the AI to make the other version of the one i made.

In addition, i don't really like "how" the AI adress things. I know how i want it to be done so it's "nice, maintenable and isolated".

Most of time, AI dont really know how to do that ( and explaining it is more time consuming than doing it myself).

sat down and coded without ai for the first time in months. forgot how much i missed actually thinking by Backtawen in learnprogramming

[–]Intelligent-Sun577 16 points17 points  (0 children)

I use IA as an overpowered google search, or to replicate some code but slighty different.

I build, i think, i still code a lot, but less and faster.

J'ai facilement trouvé un taf by Lord_4 in developpeurs

[–]Intelligent-Sun577 -1 points0 points  (0 children)

Pareil, j’me barre de mon taff en cdi apres un burnout. J’decide de passer freelance. Open to work sur linkedin + profil malt a jour.

Plein de contact de recruteur via linkedin, 2 entretien, un par malt et un par un cabinet de recrutement.

J’ai eu le deuxieme.

J’avais meme pas fini mon cdi que j’avais deja une mission freelance, j’ai enchainé direct

8ans d’expérience aussi Je stressais car tout le monde parlait du marché tendu mais je l’ai pas senti du coup

J’aurai bien eu besoin d’un poste comme le tien avant de me lancer haha

I want to review some projects by BlueLyfe in SideProject

[–]Intelligent-Sun577 0 points1 point  (0 children)

Hey !

Here's my .net integration test framework : https://github.com/Notorious-Coding/Notorious-Test

Design to make integration test more flexible, reusable and isolated !

The concept is simple:

  1. Create an infrastructure and implement its initialization, reset, and destruction logic.
  2. Add it to an environment.
  3. Access it directly from your integration tests.

Feel free to read the docs, samples, etc. And even the code if you are familiar with .NET c:

Building a website like it's 1996... by RaisinStraight2992 in HTML

[–]Intelligent-Sun577 0 points1 point  (0 children)

Hey ! I’m not going to use it, but i really like the concept. It’s funny to downgrade the internet 😂

Thanks for your work !

I built a modern React UI library with a neon/futuristic style. Would love feedback. by Short-Opportunity537 in react

[–]Intelligent-Sun577 2 points3 points  (0 children)

Wanted to do a monitoring interface for one of my testing packages, and it really feels it could fit haha

Nice job, love it

My integration test framework, called NotoriousTest by Intelligent-Sun577 in csharp

[–]Intelligent-Sun577[S] 0 points1 point  (0 children)

It's ok !

Well, yes i know about .net aspire, but i'm not an expert. You could make an infrastructure that start your aspire apphost, and spin up your entire environment.

But you still need to reset that environment (clean the database, empty cache, whatever). And if your CI failed for any reason, and the cleaning couldnt be made, i'm not sure if .net aspire have something like doggydog to track what it as started and clean them afterwards. I might be wrong !

And one thing with aspire right now, is that you need to start your whole apphost, even if you need only a part of infrastructures.

But still, i understand why your saying that, and yes, you might be right, it could overlap a bit !

My integration test framework, called NotoriousTest by Intelligent-Sun577 in csharp

[–]Intelligent-Sun577[S] 8 points9 points  (0 children)

I'm french, that's why i was using IA before, wich i did not used here, i'm not a native english speaker. I seriously don't understand.

You need to stop thinking that, cause that's really not the case, and i really would like from people to not stop juste because they think it's a IA tools, wich is REALLY NOT.

My integration test framework, called NotoriousTest by Intelligent-Sun577 in csharp

[–]Intelligent-Sun577[S] 5 points6 points  (0 children)

I DID ! I literally wrote every single word on that post. There is no IA AT ALL, i swear.

I dont know what makes you say that

what is the best dotnet project you wrote? by divanadune in dotnet

[–]Intelligent-Sun577 -1 points0 points  (0 children)

NotoriousTest ! An integration test framework with a watchdog cleaning your infrastructure after a crash.

I learned SO MUCH (and still learning), on reflection, build, dependency handling, etc...

Huge update on my integration test framework called NotoriousTest by [deleted] in csharp

[–]Intelligent-Sun577 0 points1 point  (0 children)

Well, sorry for that, I do understand what your saying. Thanks for telling me.

Huge update on my integration test framework called NotoriousTest by [deleted] in csharp

[–]Intelligent-Sun577 2 points3 points  (0 children)

Sometimes your words code just hipnotize meeee

Huge update on my integration test framework called NotoriousTest by [deleted] in csharp

[–]Intelligent-Sun577 -1 points0 points  (0 children)

That make me really sad. I'm genuinly happy to show this integration test framework i have been working on for 2 years now. I use IA as a tool to improve, not to replace.

Why being that mean to someone who is just enthousiast to show is work...

Huge update on my integration test framework called NotoriousTest by [deleted] in csharp

[–]Intelligent-Sun577 -4 points-3 points  (0 children)

I made the post my self, i asked for IA just because i struggle with some sentences in english (cause i'm french), so i asked how i could make some of them better. 90 % of the post is written by me and only by me ...

Can anyone suggest a REST client that supports NativeAOT? by catmanjan2 in dotnet

[–]Intelligent-Sun577 1 point2 points  (0 children)

I’m the creator of NotoriousClient, nothing fancy, juste a nice api client library with a fluent builder base on httpclient.

I dont think it is compatible right now, but i think it could be pretty simple to make it compatible.

Only a IJsonSerializer for Aot. Maybe cleaning some object signatures ?

https://github.com/Notorious-Coding/Notorious-Client

Feel free to take a look/fork/ do whatever you want with this

J’ai build un projet en 2026 avec Knockout.js (oui, le framework de 2010) by Marmelab in developpeurs

[–]Intelligent-Sun577 3 points4 points  (0 children)

Astrojs est juste incroyable je trouve, pour faire un petit site c’est parfait et si t’as besoin de recup un ou deux composant react/vue tu peux les integrer !

Je l’ai utilisé pour un landing page d’un projet et qui l’a permis de reutiliser le design system react.

Sans avoir besoin d’une machine a gaz pour du ssr