Reddit Programming
210 subscribers
1.22K photos
124K links
I will send you newest post from subreddit /r/programming
Download Telegram
GitHub - xenitane/git-get: simple command line utility to fetch specific files from a git repo
https://www.reddit.com/r/programming/comments/1j0x87a/github_xenitanegitget_simple_command_line_utility/

<!-- SC_OFF -->We all sometimes just want to get just one or more directory/file from a git repo and the methods that can do that for are a bit wild in simple terms when we just want that thing done. And yes i am talking about git sparse-checkout. So i just made a simple bash script that gives you a simple to deal with interface over the sparse-checkout subcommand. Please do check it out and all feedback is appreciated. <!-- SC_ON --> submitted by /u/XEnItAnE_DSK_tPP (https://www.reddit.com/user/XEnItAnE_DSK_tPP)
[link] (https://github.com/xenitane/git-get) [comments] (https://www.reddit.com/r/programming/comments/1j0x87a/github_xenitanegitget_simple_command_line_utility/)
I Built An AI Vector Search Engine For Magic The Gathering
https://www.reddit.com/r/programming/comments/1j14icj/i_built_an_ai_vector_search_engine_for_magic_the/

<!-- SC_OFF -->I built this website to perform vector / semantic search queries over the MTG database. This allows semantic searching. Basically this means we search by the underlying meaning in your search, rather than just keywords. Backend API is Node & Express, the frontend is Nuxt, the vector database is Weaviate. The vectorizer is an OpenAI model. <!-- SC_ON --> submitted by /u/andrewrm98 (https://www.reddit.com/user/andrewrm98)
[link] (https://youtu.be/Q3MGRlrENlE) [comments] (https://www.reddit.com/r/programming/comments/1j14icj/i_built_an_ai_vector_search_engine_for_magic_the/)