Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
olq_plo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
olq_plo
2mo ago
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 weight class, which is the only one that can autodetect lang
2.
▲
by
olq_plo
3mo ago
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.
3.
▲
by
olq_plo
5mo ago
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.
4.
▲
by
olq_plo
6mo ago
Great, thanks for making me Google what CRM means in this context. Neither your post nor your website explains the acronym.
5.
▲
by
olq_plo
8mo ago
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.
6.
▲
by
olq_plo
10mo ago
Corollary: Doing the thing and not talking about it in a hammer tweet is also 'not doing the thing'.
7.
▲
Parsing webpages with a LLM, revisited
(hdembinski.github.io)
2 points
by
olq_plo
11mo ago
|
1 comments
8.
▲
by
olq_plo
11mo ago
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, what a difference.
9.
▲
by
olq_plo
11mo ago
The post is so painfully obviously AI written, it hurts my eyes. The Setup The Scoop The Conclusion I hate AI slop.
10.
▲
by
olq_plo
1y ago
Yes, bad article to omit that. It is such a cool fun fact. Gauss was unreal.
11.
▲
by
olq_plo
1y ago
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 next token distribution back into the model, as a fou
12.
▲
by
olq_plo
1y ago
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 you want. More interesting question is whether one could remov
13.
▲
by
olq_plo
1y ago
Very cool idea. Can't wait for converted models on HF.
14.
▲
by
olq_plo
5y ago
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 references for your paper. Then you have to copy/paste
15.
▲
Autobib v0.4.0 released: auto-download missing entries to your BibTeX file
(github.com)
2 points
by
olq_plo
5y ago
|
1 comments
16.
▲
by
olq_plo
6y ago
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 used to generate those bindings with Cython, but Cython is ver
17.
▲
by
olq_plo
6y ago
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) function. It is used by people who fit complicated st
18.
▲
Show HN: Iminuit v2.0 Released
(iminuit.readthedocs.io)
3 points
by
olq_plo
6y ago
|
2 comments
19.
▲
Things I learned about C++ exceptions from Boost
(github.com)
4 points
by
olq_plo
6y ago
|
0 comments
20.
▲
by
olq_plo
7y ago
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 distracting.
21.
▲
by
olq_plo
7y ago
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 issue and nowadays try to decouple the libraries so that you
22.
▲
by
olq_plo
7y ago
Glad to hear it! What was the problem with Boost Variant exactly?
23.
▲
by
olq_plo
7y ago
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 example, if you load a serialized histogram into your progr