Skip to content

Instantly share code, notes, and snippets.

View pedes's full-sized avatar
:octocat:
I may be slow to respond.

Andres Cespedes Morales pedes

:octocat:
I may be slow to respond.
View GitHub Profile
<apex:page standardController="Course__c" lightningStylesheets="false">
<br/>
<b>Hello {!$User.FirstName}</b>
<br/>
<apex:tabPanel >
<apex:tab label="Details">
<apex:detail relatedList="false"/>
</apex:tab>
<apex:tab label="Related Lists">
<apex:relatedList list="Course_Deliveries__r"/>
@pedes
pedes / normcore-llm.md
Created August 21, 2024 20:38 — 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

@pedes
pedes / normcore-llm.md
Created August 21, 2024 20:38 — 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

@pedes
pedes / AI-Index.html
Created March 30, 2025 16:30
Sample Index page for an AI LLM chat
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About This AI Model</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
:root {
--primary: #6c5ce7;
# This is a basic workflow to help you get started with Actions
name: CICD-Mule-CH2.0
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
<profile>
<id>generate-sbom</id>
<build>
<plugins>
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.6.2</version>
<executions>
<execution>