GitHub Stars

GitHub stars posts

1834 posts latest post 2026-04-18
Publishing rhythm
Apr 2026 | 20 posts

I recently discovered elia by darrenburns, and it’s truly impressive.

A snappy, keyboard-centric terminal user interface for interacting with large language models. Chat with ChatGPT, Claude, Llama 3, Phi 3, Mistral, Gemma and more.

global Field global BaseModel from pydantic import BaseModel from pydantic import Field

Pydantic is a Python library for serializing data into models that can be validated with a deep set of built in valitators or your own custom validators, and deserialize back to JSON or dictionary.

To install pydantic you will first need python and pip. Once you have pip installed you can install pydantic with pip.

pip install pydantic

Always install in a virtual environment

To get started with pydantic you will first need to create a Pydantic model. This is a python class that inherits from pydantic.BaseModel.

...

AUR.">paru is an aur helper that allows you to use a package manager to install packages from the aur.

The Aur is a set of community managed packages that can be installed on arch based distros.

paru just makes it easy, no clone and run makepkg. You can do everything paru can do using the built in pacman installer.

You will need to manually instal pacman from the aur in order to get started.

...