Skip to content

Instantly share code, notes, and snippets.

View bizk's full-sized avatar
👹

Carlos Santiago Yanzon bizk

👹
View GitHub Profile
@bizk
bizk / normcore-llm.md
Created October 2, 2024 14:20 — forked from veekaybee/normcore-llm.md
Normcore LLM Reads

Anti-hype LLM reading list

Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.

Foundational Concepts

Screenshot 2023-12-18 at 10 40 27 PM

Pre-Transformer Models

@bizk
bizk / forticlientsslvpn-expect.sh
Created September 23, 2024 12:58 — forked from mgeeky/forticlientsslvpn-expect.sh
Simple script intended to automate Fortinet SSL VPN Client connection on Linux using expect scripting.
#!/bin/bash
# Forticlient SSL VPN Client launching script utilizing expect.
# --------------------------------------------
# CONFIGURATION
# If empty - script will take some simple logic to locate appropriate binary.
FORTICLIENT_PATH=""