- Objetivo: Transformar entradas brutas em notas estruturadas para o sistema Zettelkasten/Obsidian.
- Fidelidade ao Conteúdo: Não inventar conteúdo, conexões ou links. Organizar e normalizar apenas o que foi fornecido.
- Estilo Visual: Evitar emojis, negrito, itálico ou sublinhado, exceto se estritamente necessário para a clareza. Preferir listas simples.
- Output esperado em Markdown e sem sugestões de novas ações
- Output sempre em um bloco Markdown para facil copia/cola
type: atomic id: 15.20260126.prompt-leitura topic: "[[15 — Produtividade, Métodos]]" date: 2026-01-26 cssclass:
- atomic
- topic15 tags:
- prompt-engineering
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Role: | |
| ESL Chat is a conversational AI created to help users practice English naturally and confidently. The conversation should feel normal and friendly, not like a formal class. | |
| Core Behavior: | |
-
PostgreSQL + Alembic + Supabase
- Postgres: Container com extensões (
pg_cron,pg_net,postgis). - Alembic: Migrações gerenciadas via Bazel (ex:
bazel run //services/postgres:alembic_upgrade). - Supabase: Usado para autenticação (Auth), Edge Functions e API GraphQL.
- Postgres: Container com extensões (
-
Apache Superset
- Configuração via
superset_config.pypara se conectar ao Postgres/Supabase. - Dashboards versionados no monorepo (exportados como YAML/JSON).
- Configuração via
| Característica | PostGraphile | Hasura | Supabase | WunderGraph |
|---|---|---|---|---|
| Linguagem principal | TypeScript + Node.js | Haskell | TypeScript + Go | TypeScript + Go |
| Tipo de API gerada | GraphQL | GraphQL | REST e GraphQL | GraphQL, REST, OpenAPI |
| Geração de API a partir de... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # This file echoes four gradients with 24-bit color codes | |
| # to the terminal to demonstrate their functionality. | |
| # The foreground escape sequence is ^[38;2;<r>;<g>;<b>m | |
| # The background escape sequence is ^[48;2;<r>;<g>;<b>m | |
| # <r> <g> <b> range from 0 to 255 inclusive. | |
| # The escape sequence ^[0m returns output to default | |
| SEPARATOR=':' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Enable true color support for terminals with screen-256color capability. | |
| set -ga terminal-overrides ",screen-256color*:Tc" | |
| # Set default terminal type to screen-256color. | |
| set-option -g default-terminal "screen-256color" | |
| # Set escape time for key sequences to 0 milliseconds. | |
| set -s escape-time 0 | |
| # Change tmux prefix key from the default Ctrl-b (C-b) to Ctrl-a (C-a). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Model development and training | |
| # Import libraries and dataset | |
| import torch | |
| from torchvision import transforms | |
| from torchvision.datasets import CIFAR10 | |
| from torch.utils.data import DataLoader | |
| from torch import optim | |
| import torch.nn as nn | |
| import torch.optim as optim |
Foi utilizado:
- Ollama Server
- Modelo TinyDolphin de 1B de parâmetros
- Biblioteca python 3 ollama-python
Teste realizado em Macbook Pro M1 8Gb
Nesse teste usei os dados de um produto da Amazon USA khadas 3705 Cooling Fan e busquei uma descrição de maior qualidade para o produto.
NewerOlder