Live data from Hacker News

Viewing profile — rom1504

rom1504

HN member
Joined
Sat, May 30, 2015, 12:03 AM UTC
HN karma
68
Public activity
24 items

About rom1504

[ my public key: https://keybase.io/rom1504; my proof: https://keybase.io/rom1504/sigs/C3OLSKGL50IJtOmw2w7TmG8p3GPTI61C44e2qX8KwWk ]

Recent public activity

  1. comment
    Comment #49029000

    Why is a very good question indeed! My guess is we have not figured out how to include long term enough tasks into the RL training. As to whether they can today, it's pretty easy t…

  2. comment
    Comment #49028371

    I think the simple answer is LLM cannot do long term planning. Maintainability means thinking what will happen to this code in the next year and possibly hundreds of changes and ba…

  3. story
  4. comment
    Comment #36579514

    yeah it's sad

  5. comment
    Comment #34633750

    Hehe, well you know, PR welcome, the front end is 500 lines https://github.com/rom1504/clip-retrieval/blob/main/front/sr... Other people have done a few alternate front ends alread…

  6. comment
    Comment #33959212

    yes indeed. Video is the clear next step.

  7. comment
    Comment #33959136

    Looks like you missed the whole point of this dataset. The idea that we proved is you can get a dataset with decent caption and images (that do match yes, you can see for yourself …

  8. comment
    Comment #32660997

    Done https://github.com/rom1504/clip-retrieval/commit/53e3383f58b... Using clip for searching is better than direct text indexing for a variety of reasons but here for example beca…

  9. comment
    Comment #32660960

    This is due to the aesthetic scoring in the UI. Simply disable it if you want precise results rather than aesthetic ones. It works for your example I guess I'll disable it by defau…

  10. comment
    Comment #32659518

    Hi, laion5b author here, Nice tool! You can also explore the dataset there https://rom1504.github.io/clip-retrieval/ Thanks to approximate knn, it's possible to query and explore t…

  11. comment
    Comment #31156052

    Yeah we have regular contact with many EAI members. EleutherAI is pretty great at open research.

  12. comment
    Comment #31156005

    Let me start by saying that laion is a non profit, open to anyone that want to contribute. Agreed about the website css. Do you want to contribute? What's the problem with the data…

  13. comment
    Comment #28543718

    a safe mode is now in place

  14. comment
    Comment #28521766

    That's interesting indeed! Note that the description search as well as the image search are both using a knn index on embeddings and not exact search. That helps for finding semant…

  15. story
  16. story
  17. story
  18. story
  19. story
  20. story
  21. comment
    Comment #18526751

    I wrote an overview of what methods and softwares are available for computer vision. Computer vision is really powerful these days !

  22. story
  23. comment
    Comment #10932408

    For example the chakra engine has a better coverage of es6 than v8. see edge score there https://kangax.github.io/compat-table/es6/

  24. comment
    Comment #10932150

    So I tried it and it's 72135 bytes using tar czf (created by `fs.writeFileSync('/tmp/file',new Buffer(74207281).fill("1"),'utf8')`) Not that it's the most efficient representation …