Skip to content

Instantly share code, notes, and snippets.

@giacope
giacope / CLAUDE.md
Created April 14, 2026 02:15
Claude Code agent config for a Rails + Inertia.js + React app: hooks, rules, agents, skills, and commands

CLAUDE.md

Setup

mise install   # Install Ruby + Node versions from mise.toml
bin/setup      # Bundler, pnpm install, js:routes, db:prepare, clear tmp

Running

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PlexIQ Β· Codebase Analysis</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.5/d3.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Manrope:wght@300;400;600;700&display=swap');
@jeje-andal
jeje-andal / DEV_QA_Rekap Kehadiran_26 Feb 2026 - 25 Mar 2026_DETAIL.md
Created April 14, 2026 02:15
DEV/QA Team Attendance Report - 26 Feb to 25 Mar 2026 (Daily Detail)

πŸ“… REKAP HARIAN DETAIL

πŸ“† Kamis, 2026-02-26


πŸ“Š REKAP KEHADIRAN TIM ENGINEERING

πŸ“… Hari: Kamis, 26 February 2026

@jeje-andal
jeje-andal / DEV_QA_Rekap Kehadiran_26 Feb 2026 - 25 Mar 2026_RINGKASAN.md
Created April 14, 2026 02:15
DEV/QA Team Attendance Report - 26 Feb to 25 Mar 2026 (Summary)

πŸ“ˆ REKAP KEHADIRAN LENGKAP

πŸ“… Periode: 2026-02-26 hingga 2026-03-25

πŸ“Š Total Hari: 19 hari


πŸ“Š RINGKASAN BULANAN

@smolsalvatormundi
smolsalvatormundi / perplexity-vs-searchgpt-vs-claude-feature-map.md
Created April 14, 2026 02:14
Comparative Feature Map: Perplexity AI vs OpenAI SearchGPT vs Claude 3.5 Sonnet

Feature Map: Perplexity AI vs OpenAI SearchGPT vs Claude 3.5 Sonnet

Overview

Dimension Perplexity AI OpenAI SearchGPT Claude 3.5 Sonnet
Status Live, public Live, public API only, not search product
Data Freshness Real-time web indexing Real-time browsing Training cutoff + web browsing
Citations Inline, numbered, clickable Inline with source links Limited/none
Free Access Yes (limited) Yes (with account) API only (paid)
@giacope
giacope / postgresql-rls-rails.md
Created April 14, 2026 02:13
PostgreSQL Row Level Security (RLS) in Rails β€” a complete production-tested guide for multi-tenant apps

PostgreSQL Row Level Security (RLS) in Rails

A production-tested guide to implementing PostgreSQL RLS in a multi-tenant Rails application. Extracted from a real SaaS codebase serving thousands of workspaces.

Data is isolated at two levels:

  • Organization (billing, memberships, API keys)
  • Workspace (all operational data β€” posts, comments, files, etc.)

Adapt these to your tenancy model. Single-tenant apps can drop the organization layer entirely and use just tenant_id.

@KEINOS
KEINOS / git-sparse
Created April 14, 2026 02:13
Git sub-command to copy a single directory to a local path.
#!/usr/bin/env bash
set -euo pipefail
# -----------------------------------------------------------------------------
# git-sparse
# -----------------------------------------------------------------------------
#
# Copy a single directory from a GitHub repository to a local path, without
# cloning the entire repository.
#
[
{
"animeEng": "Spectral Force Chronicle Divergence",
"animeRomaji": "Spectral Force Chronicle Divergence",
"songName": "Suki dake o Tsutaetakute",
"artist": "Yuuki Kitamura",
"type": "Ending 1",
"correctCount": 6,
"startTime": 23,
"songDuration": 203.536645,
@brunopk
brunopk / proxmox_0.md
Last active April 14, 2026 02:15
Proxmox

Proxmox

@ekaone
ekaone / index.html
Created April 14, 2026 02:11
comparison just-bash vs @ekaone/vellum
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>just-bash vs @ekaone/vellum</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400&family=DM+Serif+Display:ital@0;1&display=swap');
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }