Viewing profile — olq_plo
olq_plo
HN member- Joined
- Sun, Apr 14, 2019, 9:27 AM UTC
- HN karma
- 11
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About olq_plo
No profile information was provided.
Recent public activity
-
comment
Comment #48830559
Dunno why people still write about Kokoro, there are better alternatives. Pocket TTS has more natural intonation and voice cloning. Supertonic 3 is another great model in the same …
-
comment
Comment #48744384
Dumb. This is what modules are for. Also, the stdlib is extremely well designed. It considers edge cases most people never think about. Source: I am a Boost Developer.
-
comment
Comment #47813132
That blog post is full of AI slop. Repeats the same argument a gazillion times. It's not X, it's Y. Awful to read.
-
comment
Comment #47315200
Great, thanks for making me Google what CRM means in this context. Neither your post nor your website explains the acronym.
-
comment
Comment #46671355
And now you can do this with polars in parallel on all your cores and the GPU, using almost the same syntax as in pyspark.
-
comment
Comment #45943567
Corollary: Doing the thing and not talking about it in a hammer tweet is also 'not doing the thing'.
-
comment
Comment #45702516
I wrote my first post about parsing webpages to structured data with a LLM in January, using local models. Now its October and I did it again with current models and libraries. Boy…
- story
-
comment
Comment #45596745
The post is so painfully obviously AI written, it hurts my eyes. The Setup The Scoop The Conclusion I hate AI slop.
-
comment
Comment #45135614
Yes, bad article to omit that. It is such a cool fun fact. Gauss was unreal.
-
comment
Comment #45128028
Since you seem to know your stuff, why do LLMs need so much data anyway? Humans don't. Why can't we make models aware of their own uncertainty, e.g. feeding the variance of the nex…
-
comment
Comment #44222832
IANAL, but it means the commit itself is public domain. When integrated into a code base with a more restrictive license, you can still use that isolated snippet in whatever way yo…
-
comment
Comment #43969937
Very cool idea. Can't wait for converted models on HF.
-
comment
Comment #27094511
This is not everyone, but if you've been writing scientific papers with LaTeX, you may have come across this issue. You go to an online database (Inspire or ADS) to fetch some refe…
- story
-
comment
Comment #25343766
Apart from the visible changes to the user interface, I completely swapped out the foundation. iminuit consists - at its core - of Python bindings to the Minuit2 C++ library. We us…
-
comment
Comment #25343726
Hi, I present the v2.0 overhaul of iminuit, the Jupyter-friendly Python interface for CERN's Minuit2 C++ library. iminuit is a minimizer to find a minimum of a mathematical (Python…
- story
- story
-
comment
Comment #19658476
Thanks for the feedback, I am going to update the example in the readme. The point was that boost::histogram plays nicely with the C++ stdlib algorithms, but that seems to be distr…
-
comment
Comment #19658458
Some Boost libraries have little or no dependency on other libraries, e.g. boost::mp11. In the past, our libraries used to be very interdependent, but we recognize that this is an …
-
comment
Comment #19658438
Glad to hear it! What was the problem with Boost Variant exactly?
-
comment
Comment #19658432
Labels are metadata. You can attach arbitrary metadata to each axis or no metadata at all. The metadata is sometimes useful to keep track what each axis range was representing. For…