Viewing profile — josu
josu
HN member- Joined
- Tue, Nov 05, 2013, 12:13 PM UTC
- HN karma
- 3,265
- Public activity
- 1,049 items
- HN profile
- View on Hacker News ↗
About josu
Recent public activity
-
comment
Comment #49179383
Thanks for responding.
-
comment
Comment #49165716
I don't understand, if they are only using a subset of the tokens then it's a sparse model. What do you mean by dense?
-
comment
Comment #49062690
I was responding to this "merely produces syntactically likely combinations of the training data".
-
comment
Comment #49056367
Yes, like the Jacobian counterexample.
-
comment
Comment #49055361
The combination of the most probable tokens doesn't necessarily have to be in the training set, thus creating something completely novel.
-
comment
Comment #48843803
It's a spectrum. I don't think that they will be able to sell t-shirts using a drawing you've uploaded. But it will probably allow them to defend themselves a bit better if they ge…
-
comment
Comment #48808219
The console one seems the only relevant one. I'm a casual gamer, but the joycon running out of battery doesn't feel that annoying to me. That 16% has a much smaller impact on the J…
-
comment
Comment #48806448
Is it? >Battery capacity: 5172mAh, approximately 1% smaller than current version (5220mAh)
-
comment
Comment #48766849
>Spain is not Somalia, why not let Indra do it? The data may be safer with the CCP, at least they won't lose it.
-
comment
Comment #48649265
[dead]
- story
-
comment
Comment #48078656
So CPanel's security is just as bad as their UI, who would have thought?
-
comment
Comment #48075708
LLMs can also be really good in fields where you are not an expert. You just need to be very aware of your limitations, and start parallel conversation so one agent fact checks the…
-
comment
Comment #48003323
[dead]
-
comment
Comment #47781975
Done! The whole planet is now veggies.
-
comment
Comment #47770621
>enact similarly stupid laws. No new law was enacted. The ISPs are enforcing a court order.
-
comment
Comment #47534691
[dead]
-
comment
Comment #46858100
>I wonder what will happen to the drivers if a large representation of the 1 million+ daily trips are displaced by automation? If it happens gradually enough, they will just find o…
-
comment
Comment #46796185
> invested in (...) anything else practical. I don't understand how this is the top comment. LLMs have unlocked a lot of value for me personally, and arguably for the society as a …
-
comment
Comment #46672458
How is it cheating? Do you also need to independently discover Bloom filters to be able to use them?
- story
-
comment
Comment #46609027
I think you misunderstood, it's not about solving the problem, is about finding the most efficient solution. Give it a shot, and see if you can get to the top 10 on any task.
-
comment
Comment #46554211
Thank you. Yeah, I'm doing all those things, which do get you close to the top. The rest of things I'm doing are mostly micro-optimizations such as finding a way to avoid AVX→SSE t…
-
comment
Comment #46531096
> The above is a software engineering problem. Reimplementing a JSON parser using Opus is not fun nor useful, so that should not be used as a metric. I've also built a bitorrent im…
-
comment
Comment #46530965
You are looking at this wrong. Creating a json parser is trivial. The thing is that my one-shot attempt was 10x slower than my final solution. Creating a parser for this challenge …