grep "n8n.15garlen.org" /var/log/traefik/access.log | tail -1 | jq .
Must add "-cloud" suffix to model name to indicate to run in the cloud.
ollama run qwen3-coder:480b-cloud
Limited list of models: - qwen3-coder:480b-cloud - gpt-oss:120b-cloud
date +%s
whois hak5.org | grep -i "Creation Date" Creation Date: 2005-07-21T19:10:40Z
whois hak5.org | grep -i "Creation Date" | awk '{print $3}' 2005-07-21T19:10:40Z
whois hak5.org | grep -i "Creation Date" | awk '{print $3}' | cut -d'T' -f1
uv init chuk-llm-demo uv venv .env\Scripts\activate uv add chuk-llm
import asyncio
from chuk_llm import ask_ollama_granite, stream_ollama_graniteGet-ChildItem -Path "C:\Users\jonathan.cohen\AppData\Local\Programs" -Name -ErrorAction SilentlyContinue | Where-Object { $_ -like "*ollama*" }
Things AI can do well - Reason - Problem solve - NLP - Create stuff from influences - Art - Music - Literature - Robots
TELOS File Template: [https://github.com/danielmiessler/Telos]
- Things that you see wrong with the world that you want to actively solve
- Things that frustrate you
- Does this affect anyone else?
| forwardStr = input('Enter a string: ') | |
| backwardStr = '' | |
| i = 0 | |
| while i < len(forwardStr): | |
| backwardStr = forwardStr[i] + backwardStr | |
| i += 1 | |
| if forwardStr == backwardStr: | |
| print(f'{forwardStr} is a Palindrome Word') |
nano filename Open file for editing in Nano Arrow keys Move cursor up, down, left and right Ctrl+A, Ctrl+E Move cursor to start and end of the line Ctrl+Y/Ctrl+V Move page up and down Ctrl+_ Move cursor to a certain location Alt+A and then use arrow key Set a marker and select text Alt+6 Copy the selected text