Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
siboehm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
siboehm
3y ago
You can achieve close to the same thing using uBlock element zapper, without installing extra plugins. I use the same trick for SO ('Hot Network Questions' darkpattern) and other sites.
2.
▲
by
siboehm
3y ago
Ha, you're right. I should've used 30,000,000. The answer it gave regarding how to do "ties to even" was still correct though: "Evenness" is decided by the least significant bit of the mantissa, not be the &quo
3.
▲
by
siboehm
3y ago
Nice, that's simple enough! You may want to try talking to it via the API, last time I checked the web UI doesn't accept prompts >4K tokens while GPT-4 via the API has a 8K Token limit. And then there's the 32K version...
4.
▲
by
siboehm
3y ago
Reading your blogpost it wasn't clear to me how you ran your code through GPT-4. Which prompts did you use?
5.
▲
by
siboehm
3y ago
1. It can do some reformatting tasks faster than I can do them by hand. Example: Inline FuncA into FuncB <paste code for both functions>. 2. For more complicated tasks it requires good prompting. Example: Tell me three ways to fix thi
6.
▲
by
siboehm
4y ago
Author here: Seems like a good trick! Though won't this affect shared memory alignment and make me loose those LDS.128 instructions? Or do these not require alignment? There's so little good docs on SASS. In general I'm still
7.
▲
Data-parallel distributed training of deep learning models
(siboehm.com)
1 points
by
siboehm
4y ago
|
0 comments
8.
▲
by
siboehm
4y ago
I had a brief look at your package, and my impression was that it's only changing model training. If this is correct then the format of the model.txt (calling `lgbm.save(model, "model.txt")`) is the same as regular lightgbm.
9.
▲
by
siboehm
4y ago
I built this decision tree (LightGBM) compiler last summer: https://github.com/siboehm/lleaves It get's you ~10x speedups for batch predictions, more if your model is big. It's not complicated, it ended up be
10.
▲
by
siboehm
4y ago
You can be very worried about the medium-term dangers of AGI even if you believed (which I don't) that consciousness could never arise in a computer system. I think it can be a useful metaphor to compare AGI to nuclear weapons. Current
11.
▲
by
siboehm
5y ago
This has always confused me as well. What would be the reason why some adversary would choose to craft an adversarial example and deploy it in the real world versus the much easier solution to just remove / obscure the sign?
12.
▲
by
siboehm
5y ago
Here's a good review of the research around this problem: https://nintil.com/bloom-sigma/ The author concludes (IMO, but you should read it yourself) that while tutoring does have positive effects, the 2 Sigma eff
13.
▲
by
siboehm
5y ago
I've been running a setup with Recoll and https://github.com/ArchiveBox/ArchiveBox for a few months now [1]. Each morning archivebox scrapes all new links that I've put into my (text-based) notes and saves th
14.
▲
by
siboehm
6y ago
In stories like this it's important to consider that returns on R&D for these large pharma companies have recently been getting quite low, 1.8% in 2019 according to [0]. [0] https://www.reuters.com/article/us-p
15.
▲
by
siboehm
6y ago
What helped me the most with sticking to SR and Anki over 6 months now was the tip by Michael Nielsen [0] to not use any plugins and to not personalize anything: > I know many people who try Anki out, and then go down a rabbit hole learn
16.
▲
Fast inverse square root and the constant 0x5f3759df (2012)
(h14s.p5r.org)
1 points
by
siboehm
9y ago
|
0 comments
17.
▲
by
siboehm
9y ago
Emoji might actually be usefull for quick oversight, but how can you include a reference to an issue for every commit? What if you are just adding more tests?