- Instalar Python
- Verificar instalación de Python
python3 --version(Para MacOs y Linux)python --version(Para Windows)
Discover gists
| # ============================================ | |
| # Ghostty Terminal - Complete Configuration | |
| # ============================================ | |
| # File: ~/.config/ghostty/config | |
| # Reload: Cmd+Shift+, (macOS) | |
| # View options: ghostty +show-config --default --docs | |
| # --- Typography --- | |
| font-family = JetBrainsMonoNerdFont | |
| font-size = 14 |
tl;dr: Wayland is not "the future", it is merely an incompatible alternative to the established standard with a different set of priorities and goals.
Wayland breaks everything! It is binary incompatible, provides no clear transition path with 1:1 replacements for everything in X11, and is even philosophically incompatible with X11. Hence, if you are interested in existing applications to "just work" without the need for adjustments, then you may be better off avoiding Wayland.
Wayland solves no issues I have but breaks almost everything I need. Even the most basic, most simple things (like xkill) - in this case with no obvious replacement. And usually it stays broken, because the Wayland folks mostly seem to care about Automotive, Gnome, maybe KDE - and alienating e
| """ | |
| The most atomic way to train and run inference for a GPT in pure, dependency-free Python. | |
| This file is the complete algorithm. | |
| Everything else is just efficiency. | |
| @karpathy | |
| """ | |
| import os # os.path.exists | |
| import math # math.log, math.exp |
💰 Subtotal estimado: ~US$5.245 🧩 Arquitectura: Cluster IA 10Gbps fanless silencioso
Используйте только Stable-версии приложений!
Установите приложение для вашего устройства, импортируйте ключ (или отсканируйте QR-код) и включите подключение. Ключ или ссылку на подписку вы получаете от администратора — сами приложения лишь подключаются к серверу по этому ключу.
Для кого эта страница: шаги рассчитаны на человека без опыта настройки сетей. Непонятные слова по ходу текста поясняются.
| // 64-bit popcount helper | |
| uint CountBits(uint64_t x) | |
| { | |
| return countbits(uint(x)) + countbits(uint(x >> 32)); | |
| } | |
| class TreeNode64 | |
| { | |
| uint64_t childMask; // 64 bits: one bit per possible child (0-63) |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> | |
| <body></body> | |
| </html> |
Página em constante construção. Grande maioria dos sites aqui são brasileiros / em português do Brasil ou de Portugal. Os que são de outro lugar do mundo ou de outro idioma contém um símbolo do planeta 🌎. Nem todos os sites mostrados aqui são downloads e consumo legais de mídia, acesse por sua conta e risco e não julgue as pessoas por acessá-los - infelizmente nem todo mundo têm condições de gastar dinheiro com entretenimento.
Shift+Enter in Claude Code inserts a newline without submitting your prompt—essential for writing multi-line code or complex queries. However, getting this key combination to work reliably through a terminal stack involving iTerm2 and tmux requires configuration at multiple layers.
This guide explains both the fix and the reasoning behind it.
If you just want it working, here's what you need:
