You are here |
blog.hao.dev | ||
| | | |
robkohr.com
|
|
| | | | So, I am working on this forum software for neverall.com/f. I am working on making right now in solidjs because I feel that is a better platform for development.I have the server all setup in node.js. | |
| | | |
ezyang.github.io
|
|
| | | | When you're learning to use a new framework or library, simple uses of the software can be done just by copy pasting code from tutorials and tweaking them as necessary. But at some point, it's a good idea to just slog through reading the docs from top-to-bottom, to get a full understanding of what is and is not possible in the software. One of the big wins of AI coding is that LLMs know so many things from their pretraining. For extremely popular frameworks that occur prominently in the pretraining set, an LLM is likely to have memorized most aspects of how to use the framework. But for things that are not so common or beyond the knowledge cutoff, you will likely get a model that hallucinates things. Ideally, an agentic model would know to do a web search and find the docs it needs. However, Sonnet does not currently support web search, so you have to manually feed it documentation pages as needed. Fortunately, Cursor makes this very convenient: simply dropping a URL inside a chat message will include its contents for the LLM. | |
| | | |
futurecoder101.wordpress.com
|
|
| | | | There are different reasons and motivations that drew me to learn how to code and become a future software developer, the main ones are the opportunity to build and see something from scratch become important and useful to other people, and the sheer joy to find solutions to problems! If you're like me, someone searching... | |
| | | |
blog.codebar.io
|
|
| | codebar 08 Sep 2015 Bournemouth codebar codebar is a non-profit initiative that facilitates the growth of a diverse tech community. We run regular ... |