Garrett Passmore
Darkweb.Computer
Engineer / DevOps Student

friend@darkweb.computer:~$ cat projects.txt

Local LLM Setup with Ollama - Deepseek-r1:14b

Successfully implemented a local Large Language Model setup using Ollama with the Deepseek-r1:14b model. This project explores the practical aspects of running enterprise-grade AI locally, with a focus on security and performance.

Technical Implementation:

  • Framework: Ollama (Local LLM Runtime)
  • Model: Deepseek-r1:14b with 8-bit quantization
  • Interface: Command Line Interface
  • Hardware: NVIDIA GPU acceleration

Setup Experience:

  • Straightforward installation process on Linux
  • Simple model pulling and initialization
  • Excellent documentation for basic usage
  • Currently exploring REST API integration options

Performance Observations:

  • Fast response times on modern NVIDIA hardware
  • Efficient resource usage with quantization
  • Stable performance for extended sessions
  • Minimal setup requirements

Enterprise Benefits:

  • Complete data sovereignty and privacy control
  • No external API dependencies
  • Internal network traffic only
  • Scalable for team deployment
  • Cost-effective for high-volume usage

Initial experience shows promising potential for organizations looking to implement AI capabilities while maintaining data privacy and reducing external dependencies.

darkweb.computer - A CI/CD Pipeline Project

This website demonstrates a modern CI/CD pipeline using Azure Static Web Apps and GitHub Actions. The architecture and implementation details are as follows:

Technical Stack:

  • Frontend: Pure HTML5/CSS3/JavaScript
  • Version Control: Git/GitHub
  • CI/CD: GitHub Actions
  • Hosting: Azure Static Web Apps
  • SSL/TLS: Auto-provisioned certificates
  • CDN: Azure's global network

Implementation Details:

  • Static site with terminal-style interface
  • Custom SSH login simulation
  • Keyboard shortcut navigation (Ctrl+[A,B,P,C])
  • Responsive design for all devices
  • Zero-dependency architecture

Deployment Process:

  1. Code changes pushed to main branch
  2. GitHub Actions workflow triggered automatically
  3. Build process validates HTML/CSS/JS
  4. Azure Static Web Apps builds and deploys
  5. Global CDN updates within minutes
  6. SSL certificates auto-renewed

Security Features:

  • Automatic HTTPS enforcement
  • Modern TLS protocols
  • Built-in DDoS protection
  • Azure WAF integration
  • Automated security headers