From 2c9df81c9e3c13074c2a7f6d844163f592b1767c Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Mon, 18 May 2026 15:15:02 -0600 Subject: [PATCH] added github and gitea to projects, changed email and linkedin to links in contacts --- markdown/contact.md | 4 ++-- markdown/projects.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/markdown/contact.md b/markdown/contact.md index cda6a05..259f04e 100644 --- a/markdown/contact.md +++ b/markdown/contact.md @@ -4,7 +4,7 @@ 4150 W 111th CIR
Westminter, CO 80031
USA

Eric W Phillips

- eric@ewpt3ch.dev
linkedin.com/in/ewpt3ch/
3034351478 + eric@ewpt3ch.dev
linkedin.com/in/ewpt3ch
3034351478 @@ -12,7 +12,7 @@

Eric Phillips

4150 W 111th Circle, Westminster, CO 80031
- 303-435-1478 | eric@ewpt3ch.dev | linkedin.com/in/ewpt3ch/

+ 303-435-1478 | eric@ewpt3ch.dev | linkedin.com/in/ewpt3ch

diff --git a/markdown/projects.md b/markdown/projects.md index 3132118..8039e2b 100644 --- a/markdown/projects.md +++ b/markdown/projects.md @@ -1,6 +1,8 @@

Projects

+[https://github.com/ewpt3ch](https://github.com/ewpt3ch) | [https://gitea.ewpt3ch.dev/ewpt3ch](https://gitea.ewpt3ch.dev/ewpt3ch) + **pkgstash** - [https://github.com/ewpt3ch/pkgstash](https://github.com/ewpt3ch/pkgstash) To reduce duplication in update management for local Arch Linux systems I built a sparse caching server. It reduces external traffic in a local network that has multiple Arch Linux systems. By replicating the structure of a full mirror it provides a drop in replacement for any standard mirror. Clients use this server transparently by adding it to their mirror list. Configuration is done with TOML which mimics the syntax of pacman.conf. Singleflight is used for preventing duplicate cache downloads if multiple clients are updating at the same time.