Explore >> Select a destination


You are here

endormi.io
| | dailytechvideo.com
2.9 parsecs away

Travel
| | Thanks for coming to visit Daily Tech Video! I'm afraid that my other duties have made it impossible for me to keep doing DTV. This site will remain, but it won't be updated in the near future. If you're a developer who wants a weekly dose of news, information, and tips, then subscribe to my ... Continue reading Daily Tech Video: Status update ?
| | www.brandonpugh.com
3.1 parsecs away

Travel
| | Thought I would try to make it a thing where I post about a particular tool I'm using that makes life easier for me as a developer. GhostDoc is a cool little Visual Studio plugin that makes commenting your methods and properties much easier. With a keyboard shortcut or right clicking on a method name, GhostDoc will automatically generate xml documentation comments by intelligently looking at the method name and parameters:
| | blog.martinig.ch
2.4 parsecs away

Travel
| | Informations and opinions about software architecture, developers on call, holacracy, Scrum, continuous testing, product management, saying thank you, tech leadership, customer journey maps, code reviews, code sharing, good bugs, android testing and open source project management.
| | blog.chand1012.dev
43.4 parsecs away

Travel
| Its no secret that I think Llama 2 and its derivatives are the future of AI and ML. Rather than getting bigger and smarter, I think GPT-4 is enough for 99.5% of applications, AI should instead strive to get smaller, cheaper, and faster. If you want to run Llama 2 via llama.cpp, you can check out my guide on how to do that. However, the problem with llama.cpp is that to get it working you have to have all the dependencies, either download a binary or clone and build the repo, make sure your drivers are working, and then you can finally run it.