Skip to content

Instantly share code, notes, and snippets.

@SqrtRyan
Created April 9, 2026 10:17
Show Gist options
  • Select an option

  • Save SqrtRyan/2ace8375da3ce38f4e610055460bc2a1 to your computer and use it in GitHub Desktop.

Select an option

Save SqrtRyan/2ace8375da3ce38f4e610055460bc2a1 to your computer and use it in GitHub Desktop.
tic()
while True:
if toc()>30*60:
break
elif any(get_gpu_utilization()):
tic()
sleep(1)
ntfy_send('idling')
print('shutdown')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment