kacperlukawski

↗ HN profile [ 70.3 ms ] full profile
Karma
0
Created
()
Submissions
1,379,931,047
  1. I read "The Frontend Treadmill" (https://polotek.net/posts/the-frontend-treadmill/) and it makes me think a lot. I used to be a backend developer, and most of my experience is there. For frontend, last time I used…

  2. Qdrant 1.2 Release (qdrant.tech)
  3. Confess your coding sins: what's the most cringe-worthy code you've ever left in a codebase?

  4. Since managing the Large Language Models in production might be challenging, we've made a short demo to present how to use Cohere co.embed API and Qdrant Cloud to create a semantic QA system. This is based on bi-encoder…

  5. During my studies, I was surprised that even a variable swap might be optimized to work in place by using XOR. Since then, I got surprised at least a few times more. For example when I was working a lot with SQL and…