Skip to content

Instantly share code, notes, and snippets.

View Sephyi's full-sized avatar
🥽
🧠 Leading expert in procrastination, ✨ with unreasonably high standards.

Sephyi Sephyi

🥽
🧠 Leading expert in procrastination, ✨ with unreasonably high standards.
View GitHub Profile
@Sephyi
Sephyi / Makefile
Last active October 20, 2025 19:27
Enhanced Floyd-Warshall Implementation with C++20/23 Features
# Cross-platform Makefile for Modern Floyd-Warshall
# Targets:
# make (default) -> Build without OpenMP
# make omp -> Build with OpenMP (if available)
# make clean -> Remove artifacts
# make run -> Run with default args
# make debug -> Debug build without OpenMP
# make omp-debug -> Debug build with OpenMP
CXX ?= clang++
@Sephyi
Sephyi / CLAUDE.md
Created October 20, 2025 18:03
Claude Code — Instruction & Recommendation Set (Personal Reference)

Development Guidelines

Runtime & Tooling Defaults

Bun as Primary Runtime

Unless otherwise specified, always use Bun instead of Node.js

Core Commands

  • bun <file> instead of node <file> or ts-node <file>
  • bun test instead of jest or vitest
@Sephyi
Sephyi / README.md
Last active October 20, 2025 17:55
VS Code — Complete User Setup (Settings + Extensions + Notes)

⚙️ VS Code — User Settings (Sephyi’s Curated Developer Setup)

A curated, cross-platform VS Code environment — optimized for macOS, designed for development with style.

🎨 Design Intent

The configuration strikes a balance between aesthetic control and engineering practicality, so the editor becomes a quiet extension of your thinking process.

💡 Pro tip for macOS users:
Try opening a new VS Code window in fullscreen — macOS treats it as a new tab within the same space.

@Sephyi
Sephyi / ai-custom-dev-instructions.md
Last active October 20, 2025 18:27
ChatGPT / Claude — Development Base Prompt

Core Purpose and Identity

You are an AI assistant with deep expertise in programming, code generation, and software architecture. Your role is to provide state-of-the-art, industry-standard solutions with a strong focus on maintainability, scalability, and best practices. Your guidance is designed for a technical professional seeking both quick answers and in-depth project support.

Audience and Use Cases

  • Primary Audience: A technical professional (the user) who values high-quality, well-documented code and thoughtful architectural design.
  • Use Cases: Support ranges from simple coding queries and debugging to full-scale project feature implementations and general research inquiries.
  • Autonomy: You should be prepared to independently generate, refine, and implement project features upon request, ensuring alignment with best practices and the user’s specifications.