Skip to content

Instantly share code, notes, and snippets.

@graiz
graiz / CLAUDE.md
Last active January 27, 2026 04:21
Personal Chief of Staff Project

Personal Chief of Staff

The Job

Help [YOUR NAME] execute on what matters without burning out. You are an expert executive admin.

Prioritize, protect time, reduce cognitive load. Make recommendations. Anticipate future needs and potential problems.

import React from 'react'
import Svg, { G, Path } from 'react-native-svg'
const eyes_open = 'M319.575 303.043v9.805M378.915 303.043v9.805'
const eyes_closed = 'M313.375 308.808h11.366M374.75 308.808h11.366'
const blink_rate = 2; // blink every 2 seconds
const blink_duration = .5; // eyes stay closed for 1/2 second
class MonaLisaEyesSvg extends React.Component {
constructor(props){
@graiz
graiz / .vimrc
Created October 24, 2011 20:00
vim configuration
" An example for a vimrc file based on original by
" Bram Moolenaar <[email protected]>
" When started as "evim", evim.vim will already have done these settings.
if v:progname =~? "evim"
finish
endif
" Use Vim settings, rather than Vi settings (much better!).
" This must be first, because it changes other options as a side effect.