Viewing profile — kernelsanderz
kernelsanderz
HN member- Joined
- Mon, Aug 08, 2016, 11:41 AM UTC
- HN karma
- 226
- Public activity
- 79 items
- HN profile
- View on Hacker News ↗
About kernelsanderz
No profile information was provided.
Recent public activity
-
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 …
-
comment
Comment #44739325
https://archive.is/vXfbb
-
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…
-
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…
-
comment
Comment #44207331
I’ll read this tomorrow
-
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,…
-
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.
-
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.
-
comment
Comment #41496436
https://archive.is/S7UEJ
-
comment
Comment #41383846
https://archive.is/do6tG
-
comment
Comment #41334364
Some heroes don’t wear capes. They wield scripts, API calls, and a bit of luck.
-
comment
Comment #40942245
The actual podcast and interview is here https://youtu.be/dzQlRt3y5mU?si=qfS0DlPVcjBn-0zd
-
comment
Comment #40901527
I use jupyterlab via an SSH tunnel
-
comment
Comment #40746416
Is anyone else not seeing this in their console. I still only see the old sonnet.
-
comment
Comment #40670591
Non paywall link https://archive.is/lCdK3
-
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 …
-
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
-
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 …
-
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 …
-
comment
Comment #40451165
down for me. doesn't get search results
- comment
- story
-
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…
-
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/
-
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