Skip to content

Latest 🗞️

Friday, April 17

YouTube

Tuesday, April 14

Git Commits

bsky-random commits 2 ohnsh/bsky-random
  • 10:45 pm — John Sherrell <dev@ohn.sh>

    Using huggingface inference client with llama-3.3 system prompt to fetch three astronomy- or shih tzu-related facts. I guess that'll be the bot's personality for now. Work is needed to reduce repitition. (Likely by keeping a list of N previous responses and inserting them into conversation history.)

  • 5:11 pm — John Sherrell <dev@ohn.sh>

    Switched bluesky profile/feed retrieval to page component instead of route handler. New Profile and Post components that just render the profile handle and post text so far.

Monday, April 13

Git Commits

bsky-random commits 3 ohnsh/bsky-random
  • 11:40 pm — John Sherrell <dev@ohn.sh>

    Added OpenNext cloudflare adapter; deploying to workers. The page route shows a list of popular feed generators on BlueSky. And there are a couple of "bot" route handlers; /bot returns profile information for @bleepbloop.ohn.sh while /bot/ai runs a moderation model via HuggingFace to classify the given query text. Using Cloudflare KV binding to persist Bluesky/AT bot session across requests.

  • 2:58 pm — John Sherrell <dev@ohn.sh>

    Clean up markdown files left by create-next-app.

  • 2:56 pm — John Sherrell <dev@ohn.sh>

    Initial commit from Create Next App

days commits 1 ohnsh/days
  • 2:24 pm — John Sherrell <dev@ohn.sh>

    Bump dependencies.