Readit News logoReadit News
henry_flower commented on Ask HN: How do you use local LLMs?    · Posted by u/Haeuserschlucht
henry_flower · 6 months ago
not exactly daily, but I use llama3.2-vision (via ollama) to generate a .txt file alongside every photo I take, containing a description of the photo. then I can just grep for, say, "selfie":

    $ alias omglol='find -name \*txt | xargs -n50 grep -li'
    $ omglol selfie
    ./10/IMG_20241019_204444.txt
    ./09/IMG_20240930_082108.txt
    ./09/IMG_20240930_082118.txt
    ./07/IMG_20240712_154559.txt
    ./07/IMG_20240712_154554.txt
or to do a slide show:

    $ omglol selfie | sed s/txt/jpg/ | xargs feh

henry_flower commented on Russian death camp: Three stories of Ukrainian prisoners   texty.org.ua/articles/112... · Posted by u/dralley
jacques-noris · a year ago
Is this a serious source?
henry_flower · a year ago
it is
henry_flower commented on The History of CP/M (1980)   retrotechnology.com/dri/C... · Posted by u/susam
henry_flower · a year ago
His autobiography in the epub format: https://gitlab.com/sigwait/computer_connections

u/henry_flower

KarmaCake day941April 3, 2009View Original