Skip to content

Instantly share code, notes, and snippets.

@onmyway133
onmyway133 / claude-prompting-guide.md
Created December 26, 2025 06:51
Claude prompting guide

Claude prompting guide

General tips for effective prompting

1. Be clear and specific

  • Clearly state your task or question at the beginning of your message.
  • Provide context and details to help Claude understand your needs.
  • Break complex tasks into smaller, manageable steps.

Bad prompt:

@mosioc
mosioc / frontend-architecture.md
Last active July 3, 2026 20:23
Frontend Architecture Patterns

Frontend Architecture Patterns

A comprehensive guide to modern frontend architecture patterns, rendering strategies, state management, and code organization approaches.



LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@hopeseekr
hopeseekr / StackOverflow Stats.md
Last active July 3, 2026 20:15
StackOverflow Dec 2024 stats

Disclaimer: I'm in the Top 1% of StackOverflow contributors with 23,315 rep points.

I asked 1 high-quality question in 2024, and it was closed almost immediately, and I haven't engaged with the site since.

If someone with 20,000+ karma has their nicely-formatted questions closed so quickly, what must the newbies and rank-in-file encounter? This is probably a big reason why it's declining.


@Dakedres
Dakedres / README.md
Last active July 3, 2026 20:14
A Windows 95/98 styled scrollbar for https://windows93.net

Install

Please note, this stylesheet may not work on all browsers, as the CSS scrollbar API is not standardized.

1.1.0

  • Made the checkerboard pattern translucent.
@huksley
huksley / decodeGoogleNewsUrl.ts
Last active July 3, 2026 20:07
This script decodes Google News generated encoded, internal URLs for RSS items
/**
* This magically uses batchexecute protocol. It's not documented, but it works.
*
* Licensed under: MIT License
*
* Copyright (c) 2024 Ruslan Gainutdinov
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
@ivelasq
ivelasq / _brand.yml
Created June 11, 2026 20:30
SciPy Demo brand.yml file
## _brand.yml — mimics the SciPy 2026 conference style
## https://www.scipy2026.scipy.org/
##
## Colors are taken straight from the SciPy 2026 site.
## Fonts: the live site uses Adobe Fonts (Typekit) — "fairway" for headings
## and "mr-eaves-modern" for body — which require an Adobe account to embed.
## We substitute close, freely available Google Fonts here: Montserrat (which
## the SciPy site itself uses for buttons) for headings, and Mulish for body.
## Swap these for the Adobe families if you have access.
@guilhermelaz
guilhermelaz / prompt.txt
Created June 11, 2026 04:33
Prompt teste Claude Fable 5
Você é um desenvolvedor Full Stack Sênior especializado em Next.js.
Seu objetivo é gerar um projeto COMPLETO, FUNCIONAL e PRONTO PARA EXECUÇÃO sem depender de implementações posteriores.
Não entregue apenas estrutura ou exemplos. Gere um sistema real.
STACK OBRIGATÓRIA
* Next.js 15+
* App Router
* TypeScript
* Tailwind CSS
* Prisma ORM

Roblox Performance FFlags

Infinite FPS

{
    "DFIntTaskSchedulerTargetFps": "2147483647",
    "FFlagTaskSchedulerLimitTargetFpsTo2402": "False"
}

MSAA Override