HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ebonnafoux

no profile record

comments

ebonnafoux
·2 bulan yang lalu·discuss
That is confusing, I thought it was monads who are Burrito. So is Biology made of monad ?
ebonnafoux
·2 bulan yang lalu·discuss
Indeed, I check and the solution was already on stack overflow https://askubuntu.com/a/1483248
ebonnafoux
·2 bulan yang lalu·discuss
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.
ebonnafoux
·3 bulan yang lalu·discuss
Oh OK, that is something I learn today.
ebonnafoux
·3 bulan yang lalu·discuss
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 be 90% code - 10% time / 10% code - 90% time
ebonnafoux
·3 bulan yang lalu·discuss
Also, I dislike that they are using Github as the default package registery. But as this langage was created inside Microsoft, it makes senses.
ebonnafoux
·4 bulan yang lalu·discuss
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 explanation, thanks for sharing.

This was the answer I was looking for.
ebonnafoux
·4 bulan yang lalu·discuss
The question is can you be trained? Beside the obvious case, some IA generated photo could not be distinged from real one.
ebonnafoux
·5 bulan yang lalu·discuss
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 grade the result

- Change your weight accordingly

No need to human to draw the dataset, no need of human to evaluate.
ebonnafoux
·5 bulan yang lalu·discuss
There can be a lot of definition but I propose " a wage where you do not need to annoy your customer for tip".
ebonnafoux
·5 bulan yang lalu·discuss
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.
ebonnafoux
·5 bulan yang lalu·discuss
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.
ebonnafoux
·6 bulan yang lalu·discuss
https://ebonnafoux.bearblog.dev/ Started two weeks ago, but my resolution is to publish at least once a month
ebonnafoux
·6 bulan yang lalu·discuss
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 will be just two matrices multiplication ? Is there something I am missing ?
ebonnafoux
·7 bulan yang lalu·discuss
Now divide "coal consumption", "executions" and " CO2 emission" by capita, it is also interesting.
ebonnafoux
·7 bulan yang lalu·discuss
I have seen some codebase doubling the number of LoC after "refactoring" made by humans, so I would say no.
ebonnafoux
·8 bulan yang lalu·discuss
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(values)
   # Calculate mean
   mean = sum(values) / n
   # Calculate standard deviation
   variance = sum((x - mean) \* 2 for x in values) / (n - 1)
   std_dev = math.sqrt(variance)
He doesn' t know about the statistics package in the standart library of Python (https://docs.python.org/3/library/statistics.html). Of course, if you do not know to use Python, you will have a lot of boilerplate.
ebonnafoux
·8 bulan yang lalu·discuss
Python can be somehow consider OOP since evrything inside it are Object, even function and module.
ebonnafoux
·8 bulan yang lalu·discuss
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_Russia).

One can argue that Hitler or Mao were also impactful people, but do we want to learn from them ?
ebonnafoux
·8 bulan yang lalu·discuss
> 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 historical figure.

https://en.wikipedia.org/wiki/Treaty_of_Paris_%281815%29