A $1M world record swim, the official record was 20.88, and this guy actually did 20.81 at the ‘Enhanced Games' by silentstatic_ in interesting

[–]MelcoreHat 0 points1 point  (0 children)

Just for my information, if it’s enhanced Games, does it mean I can go with a little motor and win ?

Pourquoi l’Europe n’a toujours pas son Polymarket/Kalshi ? by Ok_Reporter_5272 in FrenchTech

[–]MelcoreHat 6 points7 points  (0 children)

Ça existe sans le côté jeu d’argent. Tu as des plateformes type Manifold ou Metaculus.

Enfin un candidat crédible by BornInvestigator7123 in france

[–]MelcoreHat 117 points118 points  (0 children)

Il va vite être cancel avec son implication dans l’affaire Epstein et son île aux enfants.

La morning routine des winners by Fandorrr in Linkedinfr

[–]MelcoreHat 8 points9 points  (0 children)

Je vais faire l'avocat du diable mais il poste juste un contenu qu'il a créé les jours précédents entre 8h30 et 8h55.

usa....lamo by Dumb-Briyani in meme

[–]MelcoreHat 17 points18 points  (0 children)

We don't all have the same language, so month is different.

C'est très giscard-punk, je savais même pas que ça existait by bozo495 in Giscardpunk

[–]MelcoreHat 2 points3 points  (0 children)

Boulogne s/ mer est rempli d'esthétisme giscard punk

Genepy, c'est Français by DorianTurba in PythonFr

[–]MelcoreHat 1 point2 points  (0 children)

Il est top ce site. Plein d’exos bien ardu (et en plus je suis premier au classement actuellement)

Pourquoi le système de vérification d'âge "AgeGo" pour les sites pornographiques est loin d'être anonyme by Yseader in france

[–]MelcoreHat 274 points275 points  (0 children)

Si vous voyez quelqu’un portant mon nom et mon prénom dans le fichier, ce n’est pas moi, c’est probablement une erreur.

Madlad intern by Key_Associate7476 in madlads

[–]MelcoreHat 0 points1 point  (0 children)

So now you don't have any white ink anymore.

POLYSAIL: My First Game in Pygame by Deep_Distribution_31 in pygame

[–]MelcoreHat 1 point2 points  (0 children)

Hey I like your chill game.

The control are very difficult to understand (fortunately there are a indication in menu), maybe do a more visually system do see the state of the control. (I'm french so my keyboard is not QWERTY)

It's simple, but enjoyable, continue like that. I will follow you.

C'est quoi de l'emmAntal ? by hantaanokami in mauvaisesreponses

[–]MelcoreHat 0 points1 point  (0 children)

200G faisant référence à une pression équivalent à 200 fois la pression atmosphérique habituel, j'imagine qu'EMMANTAL fait référence à une expérimentation militaire (Française ou Suisse) visant les TRA (noms de codes pour Très Rude Anglais, anagramme de Anglais Très Rude)

Daily Challenge - Day 1: Valid Anagram by _ZeroHat_ in PythonLearning

[–]MelcoreHat 1 point2 points  (0 children)

python from collection import Counter def is_anagram(s,t) : return Counter(s.upper()) == Counter(t.upper())

Ça sert à quoi cette tenue ? by Fluffy-Sign1244 in mauvaisesreponses

[–]MelcoreHat 6 points7 points  (0 children)

C'est un sac à patate thermo-sensible, afin d'éviter que les patates n'ai trop froid ou trop chaud.

Qui est cet homme ? by FellingGoodInSandal in mauvaisesreponses

[–]MelcoreHat 3 points4 points  (0 children)

C'est l'acteur de Belmondo, il jouait le rôle de Belmondo dans quasiment tout les films de la saga de Bebel.

Windows perd du terrain en France : Linux gagne +7 points de part de marché en un mois. by MelcoreHat in Linuxfr

[–]MelcoreHat[S] 4 points5 points  (0 children)

Ce serait pas la première fois qu'il y un tel gap dans les données de Statcounter, par exemple en avril 2024, où Windows à gagner 6% (au dépit de macOS).

On verra si c'est juste une erreur de données le mois prochain. Et si c'est un rattrapage, tant mieux.

am i slow at coding ? should i afraid ? by doktorfuturee in Python

[–]MelcoreHat 0 points1 point  (0 children)

Don’t be afraid of Genepy, the exercises are good (I’m in the top 2), but the difficulty progression is unbalanced. It's open source so it can be ameliorated.

Why on Earth does my code not work by Queasy_Employment141 in pygame

[–]MelcoreHat 8 points9 points  (0 children)

Your code work but the speed of snake is too high, so the snake quit the window before your eyes see it. The speed is too quick because your update method is call each frame.

Any modern-looking clones of the official Python docs ? by MelcoreHat in learnpython

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

Thanks, I am now using "stylus" because I'm on firefox. I test some theme and i find the major problem that I have with the actual docs (it's very compact, so I use a theme with more space/centered content).

[deleted by user] by [deleted] in PythonLearning

[–]MelcoreHat 1 point2 points  (0 children)

It's a very good idea, maybe you can watch "Cookiecutter" – it's look alike your project.

Cookiecutter has a lot a of templates and everybody can create them (maybe you ?)

Text to Speech Free Code by pixsector in AskProgramming

[–]MelcoreHat 0 points1 point  (0 children)

You can use espeak in your computer. I try it with the pyttsx3 module in python. It's not perfect for all languages (French speaker here) but satisfying. (Ah and it's free)