1 points, 0 comments on Hacker News
Source: [Hacker News](https://github.com/TomTomsen765/flashcat)
1 points, 1 comments on Hacker News
2 points, 0 comments on Hacker News
2 points, 0 comments on Hacker News
Iβm a senior ML/Dev with top accounts on freelance platforms. I cannot land a gig because automated platforms have flooded clientsβ attention, despite being able to for years. Clients complain as well that they cannot find a workforce because of the AI slop shield.
Today's blog is mostly about the common ways cache misses have happened in our system, and how we resolved them. Cache misses β and the system crashes they cause β are something you will face very often when you implement caching in a system. Until you face them, there's no way to know how the ...
Almost every pgvector tutorial starts the same way. Take some text, run it through an embedding model, store the resulting vector, and search it with natural language. That is a real and useful pattern, and it is also why most engineers walk away thinking pgvector is a tool for one job: semanti...