Explore >> Select a destination


You are here

blog.passwordless.id
| | brockallen.com
4.9 parsecs away

Travel
| | A quick note about Web API 2 security running in OWIN and a ASP.NET project (which you will see with the new templates in Visual Studio 2013). By default, Web API code running in a host will inherit the host's authentication model. This means if the web application uses cookie authentication or windows authentication for...
| | minhajuddin.com
5.1 parsecs away

Travel
| | I have been toying around with React to refresh my frontend skills (The last time I used full stack seriously was with backbone.js ??). While building this app, I wanted to use cookies to store a JWT
| | blog.val.town
6.3 parsecs away

Travel
| | Increasing the security of Val Town by isolating domains.
| | isthisit.nz
56.1 parsecs away

Travel
| August 2024 Update: Now a solved problem. Use Structured Outputs. Large language models (LLMs) return unstructured output. When we prompt them they respond with one large string. This is fine for applications such as ChatGPT, but in others where we want the LLM to return structured data such as lists or key value pairs, a parseable response is needed. In Building A ChatGPT-enhanced Python REPL I used a technique to prompt the LLM to return output in a text format I could parse.