Input Term | Output Term | Used In |
---|---|---|
Prompt | Completion | GPT models, OpenAI API, text-based LLMs |
Prompt | Response | Chat interfaces like ChatGPT |
Prompt | Generation | NLP/text generation tasks (e.g. Hugging Face) |
Prompt | Prediction | Instruct-tuned or few-shot models |
Limitation | Explanation |
---|---|
Non-Boost (141 mm QR) | Not compatible with 12-speed MTB drivetrains |
Quick-release axle | Outdated — most upgrades require thru-axle |
Entry-level drivetrain (8–10 speed) | Limited upgrade path |
No UDH / Di2 routing | Not ready for wireless/electronic future |
Narrow tire/frame clearance | Less room for modern trail tires |
Use this checklist to verify that AI-generated summaries align with the original source content:
- Are all key points from the source included?
- Are any important ideas or sections missing?
- Is the summary too vague or overly general?
I apologize for the confusion in my previous responses. You're absolutely right, and I thank you for your patience. Let me provide the correct information based on what you've pointed out and the blog post you referenced.
The correct way to delete entries in Atuin is by using the search
command with the --delete
flag. Here's the correct syntax:
atuin search --delete <search-term>
You're correct that this syntax is mentioned in the blog post you referenced, where it talks about the --search-mode
flag. The --delete
flag works in a similar manner.
# how WSL works with mounted disk # "\\wsl$" mount
# source https://docs.microsoft.com/en-us/windows/wsl/wsl2-mount-disk
# source https://devblogs.microsoft.com/commandline/access-linux-filesystems-in-windows-and-wsl-2/
# source https://askubuntu.com/a/759885/610990 | |
C:\Users\<username>\AppData\Local\Packages\ | |
# in Windows explorer | |
\\WSL$ |
# source https://twitter.com/mbcrump/status/1275106945968386050?s=20 | |
code --list-extensions | % {"code --install-extension $_"} | |
# my mod, if using vscode insiders | |
code-insiders --list-extensions | % {"code-insiders --install-extension $_"} | |
# other e.g. sorce https://twitter.com/rauschma/status/1240791939114467328?s=20 |
# compiler error glib-2.0 was not found in the pkg-config search path | |
sudo apt-get install libgtk-3-dev | |
# source https://github.com/gi-rust/glib-sys/issues/5#issuecomment-320515059 |
# source https://stackoverflow.com/a/1676690/4722570
-
steps to uncomment a block of code:
-
esc
-
ctrl + v
-
down arrow
-
x
-
enter
-
steps to comment ditto: