HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ebonnafoux

no profile record

comments

ebonnafoux
·hace 2 meses·discuss
That is confusing, I thought it was monads who are Burrito. So is Biology made of monad ?
ebonnafoux
·hace 2 meses·discuss
Indeed, I check and the solution was already on stack overflow https://askubuntu.com/a/1483248
ebonnafoux
·hace 2 meses·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
·hace 3 meses·discuss
Oh OK, that is something I learn today.
ebonnafoux
·hace 3 meses·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
·hace 3 meses·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
·hace 4 meses·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
·hace 4 meses·discuss
The question is can you be trained? Beside the obvious case, some IA generated photo could not be distinged from real one.
ebonnafoux
·hace 5 meses·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
·hace 5 meses·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
·hace 5 meses·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
·hace 5 meses·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
·hace 6 meses·discuss
https://ebonnafoux.bearblog.dev/ Started two weeks ago, but my resolution is to publish at least once a month
ebonnafoux
·hace 6 meses·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
·hace 7 meses·discuss
Now divide "coal consumption", "executions" and " CO2 emission" by capita, it is also interesting.
ebonnafoux
·hace 7 meses·discuss
I have seen some codebase doubling the number of LoC after "refactoring" made by humans, so I would say no.
ebonnafoux
·hace 8 meses·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
·hace 8 meses·discuss
Python can be somehow consider OOP since evrything inside it are Object, even function and module.
ebonnafoux
·hace 8 meses·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
·hace 8 meses·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