---
date: "2024-09-02T09:52:11.000Z"
title: "2024-09-02"
tags: ["cogno","snapcart"]
draft: false
---

import { Tweet } from 'astro-embed';

<Tweet
  theme="dark"
  id="https://twitter.com/zimmskal/status/1830564004592316745"
/>

Great to see more concrete results published on how different models are "the best" at writing different programming languages.

---

Iterating on [Cogno](/projects/cogno), improving the "remaining guesses" and sharing functionality.

---

Shipped a very-beta version of a recipe ingredient extraction app, which can then generate a grocery list from many recipes.
Calling it snapcart.

---

Having used [`fasthtml`](https://fastht.ml/) and sqlite of a couple projects now, I was interested in trying to run an app as a Cloudflare Worker to make use of D1, which is a serverless, sqlite compatible database.
It looks like the library needs to be added to the worker runtime first, according to [this issue](https://github.com/cloudflare/workerd/discussions/2488).