- mvc
- adr
- mvvm
- hybrid-container
- urn-router
- paradigmas
- orm
- ars
Discover gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # The Best Medium-Hard Data Analyst SQL Interview Questions | |
| By Zachary Thomas ([[email protected]](mailto:[email protected]), [Twitter](https://twitter.com/zach_i_thomas), [LinkedIn](https://www.linkedin.com/in/thomaszi/)) | |
| **Tip: **See the Table of Contents (document outline) by hovering over the vertical line on the right side of the page | |
| ## Background & Motivation | |
| > The first 70% of SQL is pretty straightforward but the remaining 30% can be pretty tricky. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| The most atomic way to train and inference a GPT in pure, dependency-free Python. | |
| This file is the complete algorithm. | |
| Everything else is just efficiency. | |
| @karpathy | |
| """ | |
| import os # os.path.exists | |
| import math # math.log, math.exp |
Here's a step-by-step plan to configure a Proxmox server on your home network with an LXC container running Visual Studio Code Server, leveraging your existing router's SSH pass-through and DynDNS:
Phase 1: Proxmox Installation and Initial Setup
-
Download Proxmox ISO:
- Go to the official Proxmox website (www.proxmox.com) and download the latest ISO image.
-
Prepare Bootable Media:
- Create a bootable USB drive or DVD using a tool like Rufus (Windows), Etcher (cross-platform), or the
ddcommand (Linux/macOS).
- Create a bootable USB drive or DVD using a tool like Rufus (Windows), Etcher (cross-platform), or the
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "code": "AAA", | |
| "lat": "-17.3595", | |
| "lon": "-145.494", | |
| "name": "Anaa Airport", | |
| "city": "Anaa", | |
| "state": "Tuamotu-Gambier", | |
| "country": "French Polynesia", |
| name | description |
|---|---|
orchestrating-swarms |
Master multi-agent orchestration using Claude Code's TeammateTool and Task system. Use when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building self-organizing task queues, or any task benefiting from divide-and-conquer patterns. |
Master multi-agent orchestration using Claude Code's TeammateTool and Task system.
NewerOlder