Live data from Hacker News

Viewing profile — kernelsanderz

kernelsanderz

HN member
Joined
Mon, Aug 08, 2016, 11:41 AM UTC
HN karma
226
Public activity
79 items

About kernelsanderz

No profile information was provided.

Recent public activity

  1. comment
    Comment #46998173

    Theo’s snitch bench is a good data driven benchmark on this type of behavior. But in fairness the models are prompted to be bold to take actions. And doesn’t necessarily represent …

  2. comment
    Comment #44739325

    https://archive.is/vXfbb

  3. comment
    Comment #44571196

    I’ve been excited about lancedb and its ability to support vector indexes and efficient row level lookups. I wonder if this approach would work for their design goals and still all…

  4. comment
    Comment #44333093

    Marimo is really special and solves most of the problems that you have with Jupyter. For those Marimo curious I strongly recommend checking out their YouTube channel. So much effor…

  5. comment
    Comment #44207331

    I’ll read this tomorrow

  6. comment
    Comment #43164469

    For another library that has great performance and features like full text indexing and the ability to version changes I’d recommend lancedb https://lancedb.github.io/lancedb/ Yes,…

  7. comment
    Comment #41898528

    Also worth checking out https://github.com/jasonwhite/rudolfs Been using it to store datasets via lfs. Written in rust and has been very reliable.

  8. comment
    Comment #41898504

    I’ve been using https://github.com/jasonwhite/rudolfs - which is written in rust. It’s high performance but doesn’t have all the features (auth) that you might need.

  9. comment
    Comment #41496436

    https://archive.is/S7UEJ

  10. comment
    Comment #41383846

    https://archive.is/do6tG

  11. comment
    Comment #41334364

    Some heroes don’t wear capes. They wield scripts, API calls, and a bit of luck.

  12. comment
    Comment #40942245

    The actual podcast and interview is here https://youtu.be/dzQlRt3y5mU?si=qfS0DlPVcjBn-0zd

  13. comment
    Comment #40901527

    I use jupyterlab via an SSH tunnel

  14. comment
    Comment #40746416

    Is anyone else not seeing this in their console. I still only see the old sonnet.

  15. comment
    Comment #40670591

    Non paywall link https://archive.is/lCdK3

  16. comment
    Comment #40669612

    No, there's a configurable system prompt which is: Return commands suitable for copy/pasting into \(shell) on \(uname). Do NOT include commentary NOR Markdown triple-backtick code …

  17. comment
    Comment #40669579

    For those who have the funds and means, you can support the maintainer through their donation page here: https://iterm2.com/donate.html

  18. comment
    Comment #40495505

    In practice, a combination of full text and vector databases often gives superior performance than just one of the types. It's called hybrid search. Here's an article that talks a …

  19. comment
    Comment #40495482

    Tantivy is also used in an interesting Vector Database product called LanceDb - https://lancedb.github.io/lancedb/fts/ to provide full text search capabilities. Last time I looked …

  20. comment
    Comment #40451165

    down for me. doesn't get search results

  21. comment
  22. story
  23. comment
    Comment #40316496

    What's really cool, is that this was built on Karpathy's llama2.c repo https://github.com/karpathy/llama2.c A great example of the unexpected things that happen when put great code…

  24. comment
    Comment #40051022

    I just noticed that tmux has some basic sixel support now - https://raw.githubusercontent.com/tmux/tmux/3.4/CHANGES discovered at https://www.arewesixelyet.com/

  25. comment
    Comment #39707955

    If people are interested in fast, scalable HNSW implementations which have solid rust bindings then I’d highly recommend checking out usearch https://github.com/unum-cloud/usearch