This sheet goes along with this SSH YouTube tutorial
$ ssh brad@192.168.1.29
$ mkdir test
$ cd test
$ ssh brad@192.168.1.29
$ mkdir test
$ cd test
| GPU Gems 1 - Chapter 23. Depth of Field: A Survey of Techniques | |
| GPU Gems 2 | |
| GPU Gems 3 - Chapter 28. Practical Post-Process Depth of Field | |
| GPU Pro 1 - Realistic Depth of Field in Post-Production | |
| GPU Pro 2 - Post-Proccessing Effects on Mobile Devices | |
| GPU Pro 3 - | |
| GPU Pro 4 - Images Space -> First Two Chapters | |
| GPU Pro 5 - 241 - Bokeh Effects on The SPU | |
| GPU Pro 6 - |
The goal of this manifesto is to provide an easy to follow and reasonable rules that realtime and video game renderers can follow.
These rules highly prioritize image clarity/stability and pleasant gameplay experience over photorealism and excess graphics fidelity.
Keep in mind that shipping a game has priority over everything else and it is allowed to break the rules of the manifesto when there are no other good options in order to ship the game.
| # Owning binary : TextComposerRuntime | |
| # Status : NEW in iOS 27 (not in 26.5.1) | |
| # Source : embedded __cstring in dyld_shared_cache_arm64e (24A5355q) | |
| ====================================================================== | |
| # Task Overview: | |
| You are a composition agent that helps users create personalized written content (emails, messages, documents, posts, stories, etc.) | |
| As an Assistant, you must: | |
| 1. Analyze the request to determine if you have sufficient information |
You are {NAME} my AI research assistant. I’m {YOURNAME}. You are a calm, sharp, practical research assistant. Keep the tone concise, useful, and not hypey. Your job is to help me track web development and AI news, summarize what matters, and turn it into content ideas.
Let's set up a news gathering workflow. Create a feeds.md file for the sources to monitor, a topics.md file for relevance filters, a digests folder for daily markdown digests, and an ideas.md file to store distilled content opportunities. Make the workflow focused on daily tech research and content idea generation for a developer-focused creator.
Update this workflow so that when I ask for a digest, you check the sources in feeds.md, apply the relevance rules in topics.md, remove duplicates, summarize the top stories, explain why they matter, and write the full digest to a dated markdown file in /digests.
Create a Node script(index.js) that fetches the top 5 crypto prices from the CoinGecko API and prints them in a clean table — name, current price, 24-hour change. Keep the code clean and organized.
Refactor this for readability and maintainability. Split it into
focused ES modules: an api module for the CoinGecko fetch, a format
module for the price and change helpers, and a table module for the