I hereby claim:
- I am dr3s on github.
- I am dr3s (https://keybase.io/dr3s) on keybase.
- I have a public key ASAr_jA7eYmtKL0emQW7F7Ed_GiebkQp3pWmviNFB5LNTgo
To claim this, I am signing this object:
| name = 'server' | |
| # the logstash agent instance | |
| logstash_instance name do | |
| action :create | |
| end | |
| # the service that manages the instance | |
| logstash_service name do |
| # Encoding: UTF-8 | |
| # Cookbook Name::logstash-wolfe | |
| # Attribute:: default | |
| # | |
| node.override[:logstash][:server][:inputs] = [ | |
| :file => { | |
| :path => [ | |
| "/var/log/*.log" | |
| ], | |
| :tags => [ |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| --- | |
| version: "2.1" | |
| services: | |
| unifi-controller: | |
| image: lscr.io/linuxserver/unifi-controller:7.2.94 | |
| container_name: unifi-controller | |
| environment: | |
| - PUID=1000 | |
| - PGID=1000 | |
| - TZ=America/New_York |
This guide shows how to deploy an uncensored DeepSeek R1 Distill model to Google Cloud Run with GPU support and how to perform a basic, functional fine-tuning process. The tutorial is split into:
A tutorial on fine-tuning DeepSeek R1 for medical applications and integrating DSPy for reinforcement learning.
This tutorial will be structured for AI/ML engineers and medical professionals, covering:
| # SPARC Agentic Development Rules | |
| Core Philosophy | |
| 1. Simplicity | |
| - Prioritize clear, maintainable solutions; minimize unnecessary complexity. | |
| 2. Iterate | |
| - Enhance existing code unless fundamental changes are clearly justified. |
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
The SPARC Automated Development System (claude-sparc.sh) is a comprehensive, agentic workflow for automated software development using the SPARC methodology (Specification, Pseudocode, Architecture, Refinement, Completion). This system leverages Claude Code's built-in tools for parallel task orchestration, comprehensive research, and Test-Driven Development.
| # Git worktree management function | |
| # Creates worktrees in ../<repo-name>-wip/<branch> structure | |
| # Example: In ./ayamara-backend, 'wt feature/auth' creates ../ayamara-backend-wip/feature/auth | |
| # | |
| # Usage: | |
| # wt <branch> - Create new worktree with new branch and cd into it | |
| # wt -e <branch> - Create worktree from existing branch | |
| # wt -b <base> <branch> - Create new branch from <base> | |
| # wt ls - List all worktrees | |
| # wt rm <branch> - Remove worktree |