Skip to content

Instantly share code, notes, and snippets.

View DannyMac180's full-sized avatar

Dan Mac DannyMac180

View GitHub Profile
FROM ubuntu:24.04
ENV LANG="C.UTF-8"
ENV HOME=/root
### BASE ###
RUN apt-get update \
&& apt-get upgrade -y \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \

Codex

Delegate tasks to a software engineering agent in the cloud.

Codex is a cloud-based software engineering agent. Use it to fix bugs, review code, do refactors, and fix pieces of code in response to user feedback. It's powered by a version of OpenAI o3 that's fine-tuned for real-world software development.

Overview

The Anatomy of an Amp Workflow

<style> .workflow{ display:flex; flex-direction:column; gap:2rem; font-family:system-ui,-apple-system,sans-serif; }
# The Anatomy of an Amp Workflow
<style>
.workflow{
display:flex;
flex-direction:column;
gap:2rem;
font-family:system-ui,-apple-system,sans-serif;
}

AGENT.md - Development Guide

Commands

  • Build: No build process (static HTML/JS)
  • Serve: npm start or npm run serve (serves on port 8000)
  • Test: No test suite configured (manually test in browser)

Architecture & Structure

  • Primary project: Personal Knowledge base of Dan McAteer's notes
  • Knowledge base: Obsidian workspace with extensive notes and project documentation

Agent Research Plan - Academic Paper Analysis for General AI Audience

Overview

Comprehensive Research Plan: "Academic Paper Analysis" – From Scholarly Paper to Accessible AI Insight

Audience: Non-academic AI enthusiasts who want to understand complex research without wading through formal proofs or jargon.

Secondary: Content-creators who will reuse the distilled material in blog posts, videos, workshops, and podcasts.

Guiding Principles