Live data from Hacker News

Viewing profile — josu

josu

HN member
Joined
Tue, Nov 05, 2013, 12:13 PM UTC
HN karma
3,265
Public activity
1,049 items

About josu

@josusanmartin

Recent public activity

  1. comment
    Comment #49179383

    Thanks for responding.

  2. 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?

  3. comment
    Comment #49062690

    I was responding to this "merely produces syntactically likely combinations of the training data".

  4. comment
    Comment #49056367

    Yes, like the Jacobian counterexample.

  5. 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.

  6. 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…

  7. 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…

  8. comment
    Comment #48806448

    Is it? >Battery capacity: 5172mAh, approximately 1% smaller than current version (5220mAh)

  9. 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.

  10. comment
  11. story
  12. comment
    Comment #48078656

    So CPanel's security is just as bad as their UI, who would have thought?

  13. 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…

  14. comment
  15. comment
    Comment #47781975

    Done! The whole planet is now veggies.

  16. comment
    Comment #47770621

    >enact similarly stupid laws. No new law was enacted. The ISPs are enforcing a court order.

  17. comment
  18. 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…

  19. 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 …

  20. comment
    Comment #46672458

    How is it cheating? Do you also need to independently discover Bloom filters to be able to use them?

  21. story
  22. 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.

  23. 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…

  24. 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…

  25. 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 …