Skip to content

Instantly share code, notes, and snippets.

View BrianVia's full-sized avatar

Brian Via BrianVia

View GitHub Profile
@BrianVia
BrianVia / tonal-movements.json
Created February 3, 2025 02:23
Tonal Movement Library
[
{
"id": "00000000-0000-0000-0000-000000000002",
"createdAt": "0001-01-01T00:00:00Z",
"updatedAt": "2022-12-15T22:17:08.172892Z",
"name": "Handle Move",
"shortName": "Handle Move",
"muscleGroups": [],
"inFreeLift": false,
"onMachine": true,
@BrianVia
BrianVia / hn-favorite-books
Created September 9, 2024 17:55
Hacker News Favorite Books
# Hacker News Favorite Books
## List of Books
List is sorted by title.
Sourced from this topic - [Show HN: I mapped HN's favorite books with GPT-4o](https://news.ycombinator.com/item?id=41473518).
I may receive a commission from purchases made via these URLs.
# Set the base image to Node 18
FROM node:18
# File Author / Maintainer
LABEL [email protected]"
# Update the repository sources list
RUN apt-get update && apt-get upgrade -y
# Install Chromium