Explore >> Select a destination


You are here

netopyr.com
| | michalzuber.wordpress.com
14.0 parsecs away

Travel
| | I wanted to backup content of a paid subscription on a WordPress site After some ChatGPT prompts and Googling I ended up with the following https://gist.github.com/mikaelz/8d1e05f346db115f7474f192e92fbbf5
| | mattmazur.com
24.1 parsecs away

Travel
| | One of the many new features announced at yesterday's OpenAI dev day is better support for generating valid JSON output. From the JSON mode docs: A common way to use Chat Completions is to instruct the model to always return JSON in some format that makes sense for your use case, by providing a system...
| | johnwickerson.wordpress.com
22.3 parsecs away

Travel
| | My friend and colleague George Constantinides wrote an interesting post on his blog recently where he formalises St Anselm's argument for the existence of God. Since I'm teaching a course on the Isabelle proof assistant this term, I thought I'd see if I could recreate that argument using Isabelle. Here goes... theory God imports Main...
| | killalldefects.com
34.7 parsecs away

Travel
| In this article I'll walk you through using the Compromise NLP JavaScript library to interpret player input in text-based adventure games. Interactive Fiction In text-based games, also known as Interactive Fiction or IF, the game describes a room to the player who then types in a command and the game ...