--- import Layout from '../layouts/Default.astro'; import { Icon } from 'astro-icon/components' import { Image } from 'astro:assets'; import { getCollection } from "astro:content"; import projects from "../data/projects.json"; import Profile from '../images/Alee.png'; import '../styles/index.css'; import '../styles/Page.css'; import "../styles/cards.css"; import { formatDate } from "../util"; const allBlogPosts = (await getCollection('blog')).sort((a, b) => b.data.pubDate.valueOf() - a.data.pubDate.valueOf()).slice(0, 10); const featuredProjects = projects.filter(project => project.featured); ---
Andrew Lee

Hey, I'm Andrew Lee!

21 Years Old

Living in Montreal, Quebec, Canada

About me

Hey, I am Andrew Lee, a person who has a passion with computers. 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.

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

  • 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
  • GPU: AMD Radeon RX 6600

Synology

  • Model: DS918+
  • CPU: Intel Celeron J3455
  • 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 24.04 LTS
  • CPU: Intel Xeon Processor (Skylake, IBRS)
  • RAM: 1 GB
  • Storage: 25 GB (and 100 GB for Block Storage)

Proxmox

  • Model: Lenovo ThinkCentre M800
  • CPU: Intel Core i5 6500
  • RAM: 64 GB RAM
  • Storage: 500 GB SSD, 2 TB SSD

Latest Posts

{allBlogPosts.map((post) => ( ))}