opencode auth login
# Select "Kimi For Coding"
# Enter your API key (sk-kimi-...)Discover gists
Major 2025 Update: PostgreSQL now recommends identity columns over serial types. Drizzle has fully embraced this change.
import { pgTable, integer, text, timestamp, varchar } from 'drizzle-orm/pg-core';
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| #!/bin/bash | |
| # Install Openbox | |
| pacman -S openbox obconf nitrogen lxappearance --noconfirm | |
| # Install panel and dock, file manager, and terminal | |
| pacman -S tint2 plank pcmanfm xfce4-terminal gedit git --noconfirm | |
| # Install X SERVER | |
| pacman -S --needed xorg-server xorg-xinit --noconfirm |
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
| sudo rm -rf |
You want to use AI coding assistants to help write code, but:
- You don't want AI touching your local machine or production systems
- You need different AI providers for different tasks (fast inference vs high quality)
- You want AI to work in clean, reproducible environments
- Setting up AI tools manually is tedious and error-prone
proxmox-lxc-cifs-share.sh is an interactive helper that mounts a network CIFS/SMB share on a Proxmox VE node and bind-mounts it into one or more unprivileged LXC containers in one pass.
It automates:
- Creating a host-side mountpoint under
/mnt/lxc_shares/<folder>. - Writing a properly-tuned
/etc/fstabentry (systemd.automount,uid/gidmapping, etc.). - Mounting the share immediately.
- Injecting the bind-mount (
mpX:) into the live LXC configuration withpct set. - Stopping and restarting each container to apply the mount.
| 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.
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
| #.github/workflows/main.yml | |
| name: Windows - Ngrok | |
| on: workflow_dispatch | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| env: |
NewerOlder