Skip to content

Instantly share code, notes, and snippets.

View alejandro-ao's full-sized avatar
🤗

Alejandro AO alejandro-ao

🤗
View GitHub Profile
@alejandro-ao
alejandro-ao / serverless-tutorial.ipynb
Created July 29, 2026 10:19
Rank PDF pages visually with VultronRetriever on Vultr Serverless Inference (/rerank) — companion notebook
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@alejandro-ao
alejandro-ao / tutorial.ipynb
Created July 29, 2026 10:19
Visual document retrieval locally with VultronRetriever (Apple Silicon, plain Transformers) — companion notebook
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@alejandro-ao
alejandro-ao / hermes-vps-setup-skill.md
Created May 26, 2026 11:44
Hermes VPS Setup SKILL.md
name hermes-vps-setup
description Guide a user through setting up Hermes Agent on a freshly purchased VPS. Use this when a user says they bought a VPS and want to run Hermes continuously, set up Hermes Agent, configure a Telegram/Discord gateway, harden the VPS for agent hosting, create backups, or run Hermes as a persistent background service.

Hermes VPS Setup Skill

Use this skill to help a user go from a fresh VPS to a secure, working, continuously running Hermes Agent instance.

The user may be new to VPS administration. Explain each step simply and clearly before doing it. Do not assume they understand Linux, SSH, systemd, firewalling, API keys, or Git deploy keys.

@alejandro-ao
alejandro-ao / demo-landing-page.html
Last active February 5, 2026 16:47
simple landing page for frontend demos
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SkillSync - AI-Powered Team Collaboration</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- This landing page will be built during the video using the web-design-guidelines skill -->
# vectors
vector <- c(10,20,30, "hello")
# lists
list <- list(1, "hello", 0.5, list(1,2,3), c(2,3,4))
# data types
# logical
class(FALSE)
# numeric
@alejandro-ao
alejandro-ao / WP_Query_Args.php
Created July 13, 2022 13:31 — forked from fazlurr/WP_Query_Args.php
WP_Query arguments list
<?php
/**
* WordPress Query Comprehensive Reference
* Compiled by luetkemj - luetkemj.com
*
* CODEX: http://codex.wordpress.org/Class_Reference/WP_Query
* Source: http://core.trac.wordpress.org/browser/tags/3.3.1/wp-includes/query.php
*/
$args = array(