Explore >> Select a destination


You are here

blog.val.town
| | www.jennapederson.com
13.8 parsecs away

Travel
| | In this video, I show you how to build a python app to chat with your architecture diagrams, using the Amazon Bedrock Converse API.
| | ezyang.github.io
13.1 parsecs away

Travel
| | 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.
| | blog.jak-linux.org
11.9 parsecs away

Travel
| | In the past weeks, I was looking at several build systems. As it turned out, there is not a single sane generic build system out there. Autotools: Autotools are ugly, slow, and require an immense amount of code copies in the source tree. WAF: WAF is not as ugly as autools and it's faster and does not generate Makefiles or stuff like this. But it has serious issues: It requires one to copy it to the source tarball, has no stable API, and requires Python for building. Furthermore, support for unit testing is broken: It runs the unit tests, but does not abort the build process if the tests fail and does not display why the tests fail.
| | miparnisariblog.wordpress.com
46.7 parsecs away

Travel
| A boomerang employee is someone who leaves a company and later returns to it. Most of the time it's made to get a bump in salary without having to go through a promotion process. I worked for Amazon as a software engineer for four years. I left in 2021. Last week I got an email...