/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

yoursite.com
| | jaykmody.com
0.1 parsecs away

Travel
| | Implementing a GPT model from scratch in NumPy.
| | blog.briankitano.com
5.8 parsecs away

Travel
| | Llama from scratch I want to provide some tips from my experience implementing a paper. I'm going to cover my tips so far from implementing a dramatically sc...
| | explainextended.com
2.6 parsecs away

Travel
| | A complete GPT2 implementation as a single SQL query in PostgreSQL.
| | vxlabs.com
17.4 parsecs away

Travel
| In this post I show how you can setup a Kubernetes pod for reproducible development purposes on a single-node Kubernetes cluster using Rancher Desktop on Linux or Docker Desktop for Windows. What are devcontainers? At my quasi-hypothetical workplace, we are fans of Visual Studio Code's development containers idea, or devcontainers for short. In short, you add a specially crafted devcontainer.json file (and some docker yamls) to your repo, and the next time a new dev opens the project, they will be prompt...