Danel installs Homebox on his home network.
Daniel installs it on an Ubuntu VM at 10.0.0.1.
Daniel later realises that his home network config is dumb! He moves the gateway to 10.0.0.1.
You can enable RTSP in TP Link Tapo in the documented way (advanced -> cam account -> etc)
If you try to integrate the RTSP streams with platforms like Home Assistant, Frigate, etc. as generic cameras, you may have noticed that the RTSP is extremely unreliable
Model Name | Purpose / Specialization | Notes |
---|---|---|
qwen/qwen3-235b-a22b-2507 |
Base frontier model | 235B parameters (22B active via MoE), July 2025 build. General reasoning + generation. |
qwen/qwen3-coder |
Coding-optimized | Trained/fine-tuned for code tasks (multi-language programming support). |
qwen/qwen3-coder:free |
Coding (free tier) | Same as above, but with usage caps / lower priority queueing. |
qwen/qwen3-235b-a22b-thinking-2507 |
Long-form / reasoning mode | “Thinking” variant optimized for chain-of-thought style reasoning. |
qwen/qwen3-235b-a22b-2507 (Instruct tuning) |
Instructio |
#!/usr/bin/env python3 | |
""" | |
Script to download YOLOX ONNX models from GitHub releases. | |
Downloads all models listed in the Frigate YOLO reference documentation. | |
""" | |
import os | |
import sys | |
import requests | |
from pathlib import Path |
Home Assistant Template Syntax for Entity States
The current temperature is {{ states('sensor.jerusalem_yshrl_usalem_temperature') }} °C
The current temperature is {{ states('sensor.jerusalem_yshrl_usalem_temperature') | float | round(1) }} °C
The current state of the kitchen light is {{ states('light.kitchen') }}
name,full_name,description,language,topics,created_at,updated_at,pushed_at,size,stargazers_count,watchers_count,forks_count,open_issues_count,default_branch,html_url,clone_url,homepage,archived,disabled,fork,license | |
Apps-Index,danielrosehill/Apps-Index,Indexing repo for apps created,,,2025-08-10T12:00:02Z,2025-08-10T12:00:14Z,2025-08-10T12:00:11Z,0,0,0,0,0,main,https://github.com/danielrosehill/Apps-Index,https://github.com/danielrosehill/Apps-Index.git,,False,False,False, | |
Home-Assistant-Index,danielrosehill/Home-Assistant-Index,Indexing repo for HA projects,,,2025-08-10T11:59:46Z,2025-08-10T11:59:53Z,2025-08-10T11:59:50Z,0,0,0,0,0,main,https://github.com/danielrosehill/Home-Assistant-Index,https://github.com/danielrosehill/Home-Assistant-Index.git,,False,False,False, | |
Homebox-Projects-Index,danielrosehill/Homebox-Projects-Index,,,,2025-08-10T11:59:31Z,2025-08-10T11:59:38Z,2025-08-10T11:59:35Z,0,0,0,0,0,main,https://github.com/danielrosehill/Homebox-Projects-Index,https://github.com/danielrosehill/Homebox-Proj |
To map the vocabulary:
An "item" is a "note". A "collection" is also called a collection in the UI.
It's the top level organisation entity within a workspace.
Depending on your environment and how you organise permissions, you may have just one workspace with multiple collections or multiple of both.
This is how to use the Nuclino API at the time of writing to create new notes programmatically in the right places.