Add Puter project and optimize portfolio media
This commit is contained in:
+45
-26
@@ -462,6 +462,25 @@ export const relevantCoursework = [
|
||||
];
|
||||
|
||||
export const projects: Project[] = [
|
||||
{
|
||||
title: "Puter",
|
||||
description:
|
||||
"A native macOS system monitor inspired by Windows 11 Task Manager, with live process controls and detailed performance diagnostics.",
|
||||
longDescription:
|
||||
"Built in SwiftUI, Puter combines process management with live CPU, memory, disk, network, GPU, battery, thermal, and fan telemetry. It includes sortable and resizable process tables, application grouping, startup and service management, per-app history, dependency inspection, diagnostic sampling, and native JSON exports—all in a macOS interface with persistent preferences, light and dark modes, and accessibility support.",
|
||||
tags: [
|
||||
"Swift",
|
||||
"SwiftUI",
|
||||
"macOS",
|
||||
"Systems Programming",
|
||||
"Hardware Telemetry",
|
||||
],
|
||||
gitLink: "https://git.soconnor.dev/soconnor/Puter",
|
||||
image: "/images/puter.jpg",
|
||||
imageAlt:
|
||||
"Puter's macOS performance dashboard showing CPU, memory, and disk utilization",
|
||||
featured: true,
|
||||
},
|
||||
{
|
||||
title: "LLM Fine-tuning & On-Device Inference Pipeline",
|
||||
description:
|
||||
@@ -479,7 +498,7 @@ export const projects: Project[] = [
|
||||
"The Halo is a mandatory titanium arch on all F1 cars. It saves lives but cuts through the most interesting part of onboard footage. This project removes it cleanly from visor-cam video using two stages. Stage one: classical CV mask detection — Sobel-Y gradient detection for the arch edge, a robust probe-and-fit keel detector with outlier rejection and temporal jump guards, and explicit geometry construction to avoid over-masking. Stage two: two inpainting methods compared side by side — LaMa (Fast Fourier Convolution network, per-frame spatial inpainting) and RAFT optical flow with backward warp and distance-transform blending for temporal coherence across 300 frames at 60fps.",
|
||||
tags: ["Python", "OpenCV", "Computer Vision", "LaMa", "RAFT", "Jupyter", "Inpainting"],
|
||||
gitLink: "https://github.com/soconnor0919/f1-halo-removal",
|
||||
image: "/images/f1-halo-removal.png",
|
||||
image: "/images/f1-halo-removal.webp",
|
||||
imageAlt: "Side-by-side comparison of original F1 footage, LaMa spatial inpainting, and RAFT temporal inpainting across three frames",
|
||||
slidesUrl: "/publications/f1-halo-removal.pdf",
|
||||
featured: true,
|
||||
@@ -493,7 +512,7 @@ export const projects: Project[] = [
|
||||
tags: ["Simulation", "Compilers", "Python", "Assembly", "VM", "OS"],
|
||||
link: "/blog/eceg431",
|
||||
gitLink: "https://github.com/soconnor0919/eceg431",
|
||||
image: "/images/nand2tetris.png",
|
||||
image: "/images/nand2tetris.webp",
|
||||
imageAlt: "Diagram of the Hack Computer architecture",
|
||||
featured: true,
|
||||
},
|
||||
@@ -506,7 +525,7 @@ export const projects: Project[] = [
|
||||
tags: ["Coffee", "Lewisburg, PA", "Bucknell"],
|
||||
websiteLink: "https://lewisburgcoffee.soconnor.dev",
|
||||
gitLink: "https://github.com/soconnor0919/lewisburg-coffee",
|
||||
image: "/images/lewisburg-coffee.png",
|
||||
image: "/images/lewisburg-coffee.webp",
|
||||
imageAlt: "Screenshot of the Lewisburg, PA Coffee Map website",
|
||||
featured: true,
|
||||
},
|
||||
@@ -518,7 +537,7 @@ export const projects: Project[] = [
|
||||
tags: ["PDF", "Markdown", "OCR"],
|
||||
websiteLink: "https://pdf2md.coolify.soconnor.dev",
|
||||
gitLink: "https://github.com/soconnor0919/pdf2md",
|
||||
image: "/images/pdf2md.png",
|
||||
image: "/images/pdf2md.webp",
|
||||
imageAlt: "Screenshot of the PDF2MD website",
|
||||
featured: true,
|
||||
},
|
||||
@@ -540,7 +559,7 @@ export const projects: Project[] = [
|
||||
"Docker",
|
||||
],
|
||||
gitLink: "https://github.com/soconnor0919/hristudio",
|
||||
image: "/hristudio_laptop.png",
|
||||
image: "/hristudio_laptop.webp",
|
||||
imageAlt:
|
||||
"Screenshot of HRIStudio application showing the robot control dashboard on a laptop",
|
||||
featured: true,
|
||||
@@ -560,7 +579,7 @@ export const projects: Project[] = [
|
||||
"I2C/SPI",
|
||||
],
|
||||
gitLink: "https://github.com/soconnor0919/national_fa24",
|
||||
image: "/car.png",
|
||||
image: "/car.webp",
|
||||
imageAlt:
|
||||
"Photo of the Chem-E-Car with custom control system hardware visible, showing the microcontroller and sensor connections",
|
||||
featured: true,
|
||||
@@ -601,7 +620,7 @@ export const projects: Project[] = [
|
||||
"Docker",
|
||||
],
|
||||
websiteLink: "https://riverheadraceway.com",
|
||||
image: "/images/racehub.png",
|
||||
image: "/images/racehub.webp",
|
||||
imageAlt: "Screenshot of the RaceHub Next platform",
|
||||
featured: true,
|
||||
},
|
||||
@@ -623,7 +642,7 @@ export const projects: Project[] = [
|
||||
],
|
||||
gitLink: "https://github.com/soconnor0919/beenvoice",
|
||||
websiteLink: "https://beenvoice.soconnor.dev",
|
||||
image: "/images/beenvoice.png",
|
||||
image: "/images/beenvoice.webp",
|
||||
imageAlt: "Screenshot of BeenVoice",
|
||||
featured: true,
|
||||
},
|
||||
@@ -636,7 +655,7 @@ export const projects: Project[] = [
|
||||
tags: ["Next.js", "TypeScript", "TailwindCSS", "React"],
|
||||
gitLink: "https://github.com/soconnor0919/personal-website",
|
||||
websiteLink: "https://soconnor.dev",
|
||||
image: "/images/personal-website.png",
|
||||
image: "/images/personal-website.webp",
|
||||
imageAlt: "Screenshot of Personal Website",
|
||||
featured: true,
|
||||
},
|
||||
@@ -671,9 +690,9 @@ export const travel = [
|
||||
description:
|
||||
"With the funding of Bucknell's chemical engineering department, and an amazing team, I was able to attend the 2024 AIChE Annual Student Conference and compete in the national Chem-E-Car competition.",
|
||||
images: [
|
||||
"/trips/asc2024/IMG_2641.png",
|
||||
"/trips/asc2024/IMG_2631.png",
|
||||
"/trips/asc2024/IMG_7987.png",
|
||||
"/trips/asc2024/IMG_2641.webp",
|
||||
"/trips/asc2024/IMG_2631.webp",
|
||||
"/trips/asc2024/IMG_7987.webp",
|
||||
],
|
||||
alts: [
|
||||
"A photo of the Chem-E-Car team holding their trophies, dressed in their lab coats.",
|
||||
@@ -687,9 +706,9 @@ export const travel = [
|
||||
description:
|
||||
"I got to attend the IEEE RO-MAN 2024 conference in Pasadena, California. It was a great opportunity to present my work on my project HRIStudio, and to network with other researchers and industry professionals.",
|
||||
images: [
|
||||
"/trips/roman2024/IMG_3951.png",
|
||||
"/trips/roman2024/IMG_3978.png",
|
||||
"/trips/roman2024/IMG_3946.png",
|
||||
"/trips/roman2024/IMG_3951.webp",
|
||||
"/trips/roman2024/IMG_3978.webp",
|
||||
"/trips/roman2024/IMG_3946.webp",
|
||||
],
|
||||
alts: [
|
||||
"A photo of Sean presenting his poster at RO-MAN 2024.",
|
||||
@@ -704,8 +723,8 @@ export const travel = [
|
||||
"During the summer of 2024, I went on a study abroad program with about thirty of my peers. We explored Italy and France, following the footsteps of Leonardo da Vinci- evaluating the world through his lenses.",
|
||||
images: [
|
||||
"/trips/engr290/insta290.jpg",
|
||||
"/trips/engr290/P1013747.png",
|
||||
"/trips/engr290/_1024461.png",
|
||||
"/trips/engr290/P1013747.webp",
|
||||
"/trips/engr290/_1024461.webp",
|
||||
],
|
||||
alts: [
|
||||
"A photo of the group taken during the final dinner of the trip.",
|
||||
@@ -719,9 +738,9 @@ export const travel = [
|
||||
description:
|
||||
"As a member of the executive board of the Bucknell Coffee Society, I was able to attend the Specialty Coffee Association's Specialty Coffee Expo in early 2024, traveling to Chicago, IL.",
|
||||
images: [
|
||||
"/trips/sca2024/group.jpeg",
|
||||
"/trips/sca2024/bean.png",
|
||||
"/trips/sca2024/plane.png",
|
||||
"/trips/sca2024/group.webp",
|
||||
"/trips/sca2024/bean.webp",
|
||||
"/trips/sca2024/plane.webp",
|
||||
],
|
||||
alts: [
|
||||
"A photo of the group at the SCA Specialty Coffee Expo in Chicago.",
|
||||
@@ -735,9 +754,9 @@ export const travel = [
|
||||
description:
|
||||
"While studying abroad with Bucknell Engineering, we were lucky enough to be within a few hours of the Imola Grand Prix! A group of students went to see the race, and it was an amazing experience.",
|
||||
images: [
|
||||
"/trips/imola2024/IMG_2093.png",
|
||||
"/trips/imola2024/IMG_2050.png",
|
||||
"/trips/imola2024/IMG_2066.png",
|
||||
"/trips/imola2024/IMG_2093.webp",
|
||||
"/trips/imola2024/IMG_2050.webp",
|
||||
"/trips/imola2024/IMG_2066.webp",
|
||||
],
|
||||
alts: [
|
||||
"A photo of the group at the Imola Circuit.",
|
||||
@@ -751,9 +770,9 @@ export const travel = [
|
||||
description:
|
||||
"As a semi-recent Formula One fan, I was very excited to have the opportunity to attend the British Grand Prix weekend in 2024. I was able to see every event- marking one of my favorite weekends, probably ever.",
|
||||
images: [
|
||||
"/trips/silverstone/_1035852.png",
|
||||
"/trips/silverstone/P1025274.png",
|
||||
"/trips/silverstone/_1035764.png",
|
||||
"/trips/silverstone/_1035852.webp",
|
||||
"/trips/silverstone/P1025274.webp",
|
||||
"/trips/silverstone/_1035764.webp",
|
||||
],
|
||||
alts: [
|
||||
"Sean and his professor sitting on a sign with the text #BritishGP.",
|
||||
|
||||
Reference in New Issue
Block a user