From fbf2959a6eb7620a0fb510e137f58dfb89d513ae Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 6 May 2025 00:31:35 -0400 Subject: Updated packages, PC specs, description; Added Q&A --- bun.lockb | Bin 320225 -> 341097 bytes package.json | 28 ++++++++++++++-------------- src/pages/contacts.astro | 2 +- src/pages/index.astro | 38 +++++++++++++++++++++++++------------- src/pages/privacy.md | 0 5 files changed, 40 insertions(+), 28 deletions(-) create mode 100644 src/pages/privacy.md diff --git a/bun.lockb b/bun.lockb index 89f6e4c..a2cfa36 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 7a7a13d..3965e45 100644 --- a/package.json +++ b/package.json @@ -10,20 +10,20 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "4.0.1", - "@astrojs/rss": "4.0.10", - "@astrojs/svelte": "7.0.2", - "@astrojs/vercel": "^8.0.1", - "@iconify-json/fa6-brands": "^1.1.19", - "@iconify-json/fa6-solid": "^1.1.21", - "astro": "5.1.1", - "astro-icon": "^1.1.0", - "dompurify": "^3.1.6", + "@astrojs/preact": "4.0.11", + "@astrojs/rss": "4.0.11", + "@astrojs/svelte": "7.0.13", + "@astrojs/vercel": "8.1.4", + "@iconify-json/fa6-brands": "^1.2.5", + "@iconify-json/fa6-solid": "^1.2.3", + "astro": "5.7.10", + "astro-icon": "^1.1.5", + "dompurify": "^3.2.5", "markdown-it": "^14.1.0", - "marked": "^13.0.2", - "preact": "^10.22.1", - "sanitize-html": "^2.13.0", - "svelte": "^5.8.1", - "typescript": "^5.5.3" + "marked": "^15.0.11", + "preact": "^10.26.5", + "sanitize-html": "^2.16.0", + "svelte": "^5.28.2", + "typescript": "^5.8.3" } } diff --git a/src/pages/contacts.astro b/src/pages/contacts.astro index c65c6f9..aef523d 100644 --- a/src/pages/contacts.astro +++ b/src/pages/contacts.astro @@ -3,7 +3,7 @@ import Page from '../layouts/Page.astro' import { Icon } from 'astro-icon/components'; import contacts from "../data/contacts.json"; --- - +
{contacts.map((contact)=> { let icon = "fa6-brands:" + contact.icon; diff --git a/src/pages/index.astro b/src/pages/index.astro index adcc5a3..115d1f1 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -37,7 +37,6 @@ const featuredProjects = projects.filter(project => project.featured);

20 Years Old

-

Living in Montreal, Quebec, Canada

@@ -50,22 +49,28 @@ const featuredProjects = projects.filter(project => project.featured);

About me

Hey, I am Andrew Lee, a person who has a passion with computers. - I am currently a student at a trade school to get my DEP for IT. + I currently have a vocational studies diploma in IT (Computing Support). For years, I have been into programming, tinkering with virtual machines, and messing with Linux.

-
-
-

Skills

-
    -
  • Linux
  • -
  • Graphic Design
  • -
  • Web Development
  • -
+

Questions

+

When did you get into computers?

+

I don't really remember much as I was really young at the time, but my dad was a programmer analyst, and I most likely wanted to follow his footsteps. + But maybe I thought computers looked cool because of TV shows and movies?

+

When did you get into programming?

+

Like before my dad was a programmer analyst, but it really began when I saw projects like ComputerCraft, ShiftOS or Histacom was when I wanted to build an operating system. + Yep, pretty ambitious at the time though I ended up being those kids who made a PowerPoint OS and a batch script that simulates DOS. But, I eventually wrote actual (but terrible) software.

Computer Specs

AleePC

    -
  • OS: Fedora
  • +
  • Model: Framework 13
  • +
  • CPU: AMD Ryzen 5 7640U
  • +
  • RAM: 16 GB DDR5
  • +
  • Storage: 1 TB NVME SSD
  • +
+

AleeWorkstation

+
    +
  • OS: Arch Linux (KDE)
  • CPU: AMD Ryzen 3 2200G
  • RAM: 16 GB DDR4
  • Storage: 2 TB NVME SSD, 4 TB HDD, 2 TB HDD
  • @@ -78,9 +83,16 @@ const featuredProjects = projects.filter(project => project.featured);
  • RAM: 8 GB
  • Storage: 15 TB (3x6TB, 1x4TB)
+

ServaRica (Server)

+
    +
  • OS: Debian 12 Bookworm
  • +
  • CPU: AMD EPYC 7302
  • +
  • RAM: 4 GB
  • +
  • Storage: 206 GB
  • +

Vultr (Web Server)

    -
  • OS: Ubuntu Server 22.04 LTS
  • +
  • OS: Ubuntu Server 24.04 LTS
  • CPU: Intel Xeon Processor (Skylake, IBRS)
  • RAM: 1 GB
  • Storage: 25 GB (and 100 GB for Block Storage)
  • @@ -89,7 +101,7 @@ const featuredProjects = projects.filter(project => project.featured);
    • Model: Lenovo ThinkCentre M800
    • CPU: Intel Core i5 6500
    • -
    • RAM: 16 GB RAM
    • +
    • RAM: 64 GB RAM
    • Storage: 500 GB SSD, 2 TB SSD
diff --git a/src/pages/privacy.md b/src/pages/privacy.md new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3