Viewing profile — ebonnafoux
ebonnafoux
HN member- Joined
- Wed, May 14, 2025, 4:11 PM UTC
- HN karma
- 60
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About ebonnafoux
Socials: - github.com/etiennebonnafoux - linkedin.com/in/etienne-bonnafoux-207a5913a
---
Recent public activity
-
comment
Comment #47961277
That is confusing, I thought it was monads who are Burrito. So is Biology made of monad ?
-
comment
Comment #47933621
Indeed, I check and the solution was already on stack overflow https://askubuntu.com/a/1483248
-
comment
Comment #47931690
In a previous employer, they block the chmod command. I took the habit to python -c "import os; os.chmod('my_file',744)". Glad to see LLM re-discover this trick.
-
comment
Comment #47849406
Oh OK, that is something I learn today.
-
comment
Comment #47849143
There is a small typos in The Ninety-Ninety Rule > The first 90% of the code accounts for the first 90% of development time; the remaining 10% accounts for the other 90%. It should…
-
comment
Comment #47751141
Also, I dislike that they are using Github as the default package registery. But as this langage was created inside Microsoft, it makes senses.
-
comment
Comment #47502966
They repeat only six sentences during 100+ comments: Worked like a charm, much appreciated. This was the answer I was looking for. Thanks, that helped! Thanks for the tip! Great ex…
-
comment
Comment #47307971
The question is can you be trained? Beside the obvious case, some IA generated photo could not be distinged from real one.
-
comment
Comment #47002038
You can easily make a RLAIF loop. - Take a list of n animals * m vehicule - Ask a LLM to generate SVG for this n*m options - Generate png from the svg - Ask a Model with vision to …
-
comment
Comment #47001379
There can be a lot of definition but I propose " a wage where you do not need to annoy your customer for tip".
-
comment
Comment #46884222
China is a 1.4 billion people country, more than US + Europe, so it is expected that there is a wild gap between high end product and low cost there.
-
comment
Comment #46873302
It's wild that people check the box > I have searched existing issues and this hasn't been reported yet when the first 50 issues are about 500 error.
-
comment
Comment #46623919
https://ebonnafoux.bearblog.dev/ Started two weeks ago, but my resolution is to publish at least once a month
-
comment
Comment #46538411
Yes but in practice, if you compute K=X.wk, Q=X.wq and then K.tQ you make three matrice multiplication. Wouldn't be faster to compute W=wk.twq beforhand and then just X.W.tX which …
-
comment
Comment #46330280
Now divide "coal consumption", "executions" and " CO2 emission" by capita, it is also interesting.
-
comment
Comment #46233179
I have seen some codebase doubling the number of LoC after "refactoring" made by humans, so I would say no.
-
comment
Comment #46056371
In the article > Contrast this with equivalent code that is full of logistics, where I’m using only basic Python language features and no special data wrangling package: n = len(va…
-
comment
Comment #46043452
Python can be somehow consider OOP since evrything inside it are Object, even function and module.
-
comment
Comment #45875793
He has a lot of impact it's true. But is he a figure to be inspired of ? I don't think so, his hubris kill more than 400k men ( https://en.wikipedia.org/wiki/French_invasion_of_Rus…
-
comment
Comment #45875681
> Napoleon: A Life by Andrew Roberts Napoleon kill the first French republic and actually reduce the size of territory control by France. Napoleon is IMO one of the most overrated …
-
comment
Comment #45847460
The very classic parse don't valide if you haven't already read it : https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-va...
-
comment
Comment #45611155
For me the concept of MCP was to have a client/server relation. For skills everything will be local.
-
comment
Comment #45273113
Does someone, with some experience on this subject, has an opinion on the best solver with binding in Python for a begginer? The OP use Z3 but also mentionned MiniZinc and I heard …
-
comment
Comment #45182715
They focus more on entreprise/institution not B2C. Recently they sign with Luxembourg for all public servant there.
-
comment
Comment #45100199
gemini-2.5-pro is ranked number 1 in llmarena ( https://lmarena.ai/leaderboard ) before gpt-5-high. In the Text-to-Video and Image-to-video, google also have the highest places, Op…