I completely agree. In fact, I believe URL design should be part of UX design, and although I've worked with 30+ UX designers, I've never once received guidance on URLs.
> Traditional LLMs output everything they think immediately, without stopping to consider the best possible answer. New techniques like scaffolding, on the other hand, function like a thoughtful agent who explores different possible solutions before deciding. This “thinking before speaking” approach provides over 10x performance on demanding tasks like code generation, fundamentally boosting the intelligence of AI models without additional training.
> Friend list now only returns friends who also use your app: The list of friends returned via the /me/friends endpoint is now limited to the list of friends that have authorized your app.
In Berlin we have a small startup based on this idea. You can subscribe to our newsletter and we send you the daily menu of the restaurants in your area every day. With forwarding this e-mail to your colleagues, all of you can select the favourites using the up-vote buttons in the email. You can track the votes on the website, but you will receive a summary about the results as well. Give a try if you in Berlin: https://www.halb1.de/
Great tool, perfectly fits to the node.js ecosystem, lightweight and fast.
However in case you use co-mocha[1] to test your generators, istanbul won't work properly, the generators in the reports are shown as uncovered. Therefore I made a mocha fork[2] and directly applied the changes from co-mocha to the source (instead of monkey patching); it solved the problem.