If you are a React Native, NativeScript, Flutter or Ionic developer maybe you don't want to install the entire Android Studio just to have your environment ready. If this is your case, this guide will help you to setup your minimal Android SDK environment in Windows.
Discover gists
Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.
- Follow standard conventions.
- Keep it simple stupid. Simpler is always better. Reduce complexity as much as possible.
- Boy scout rule. Leave the campground cleaner than you found it.
- Always find root cause. Always look for the root cause of a problem.
I do not condone piracy, if you find StartAllBack to be truly useful and have some money to spare, consider buying a license key: https://www.startisback.com/#buy-tab
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.
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.
| Keyboard Control | |
| LEFT and RIGHT | |
| Seek backward/forward 5 seconds. Shift+arrow does a 1 second exact seek (see --hr-seek). | |
| UP and DOWN | |
| Seek forward/backward 1 minute. Shift+arrow does a 5 second exact seek (see --hr-seek). | |
| Ctrl+LEFT and Ctrl+RIGHT | |
| Seek to the previous/next subtitle. Subject to some restrictions and might not always work; see sub-seek command. | |
| Ctrl+Shift+Left and Ctrl+Shift+Right | |
| Adjust subtitle delay so that the next or previous subtitle is displayed now. This is especially useful to sync subtitles to audio. | |
| [ and ] |
| [ | |
| { "province": "KPK", "city": "Abbottabad", "area": ["Abbottabad"] }, | |
| { "province": "KPK", "city": "Adezai", "area": ["Adezai"] }, | |
| { "province": "Punjab", "city": "Ahmedpur East", "area": ["Ahmedpur East"] }, | |
| { "province": "Sindh", "city": "Ali Bandar", "area": ["Ali Bandar"] }, | |
| { "province": "Punjab", "city": "Ali Pur", "area": ["Ali Pur"] }, | |
| { "province": "Balochistan", "city": "Amir Chah", "area": ["Amir Chah"] }, | |
| { "province": "Punjab", "city": "Arifwala", "area": ["Arifwala"] }, | |
| { "province": "Gilgit & Baltistan", "city": "Astor", "area": ["Astor"] }, | |
| { "province": "Punjab", "city": "Attock", "area": ["Attock"] }, |
| Как убрать окно «Too many apps» в CryEngine | |
| Суть проблемы | |
| При запуске второго окна игра видит мьютекс `CrytekApplication`, вызывает функцию показа окна `sub_140098170` и ждет, пока игрок нажмет «Да» (код `6` / `IDYES`). | |
| Наша задача — подменить эту функцию хуком, чтобы она всегда молча возвращала `6`. | |
| Как найти нужную функцию в IDA Pro |
| ╭─── Claude Code v2.1.12 ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ | |
| │ │ Tips for getting started │ | |
| │ Welcome back Jonny! │ Run /init to create a CLAUDE.md file with instructions for Claude │ | |
| │ │ │ | |
| │ │ ───────────────────────────────────────────────────────────────── │ | |
| │ ▐▛███▜▌ │ Recent activity |
