diff --git a/public/timemachine/thumbnails/2023-07-21-thumb.png b/public/timemachine/thumbnails/2023-07-21-thumb.png new file mode 100644 index 0000000..81e4676 Binary files /dev/null and b/public/timemachine/thumbnails/2023-07-21-thumb.png differ diff --git a/src/website/time_machine.go b/src/website/time_machine.go index 7b6aa77..53f0721 100644 --- a/src/website/time_machine.go +++ b/src/website/time_machine.go @@ -209,6 +209,39 @@ type TimeMachineSubmissionDetail struct { // you do this. var tmSubmissions = []TimeMachineSubmission{ + { + Date: time.Date(2023, 7, 21, 0, 0, 0, 0, time.UTC), + Title: "2010 Lenovo Laptop - \"Leonard\"", + Url: "https://www.youtube.com/watch?v=poV9ixJ4KqE", + Thumbnail: TimeMachineThumbnail{ + Filepath: "timemachine/thumbnails/2023-07-21-thumb.png", + Width: 298, + Height: 166, + }, + Details: []TimeMachineSubmissionDetail{ + {"Device", "Lenovo G570"}, + {"Nickname", "Leonard"}, + {"Submitted by", `Ben Visness`}, + {"Release year", "2010"}, + {"Processor", "Intel Core i5-2450M @ 2.50GHz"}, + {"Memory", "4GB DDR3"}, + {"Storage", "HDD"}, + }, + Description: ` +

+ I have very fond memories of this computer. This was the computer I used for FIRST Robotics back in high school, and the computer we used to drive the robot at the world championships in 2013 and 2014. +

+

+ That doesn't mean it's fast, of course. You can see that it is very sluggish to do many normal tasks, like typing into a Word document. +

+

+ Still, exploring this computer brings back a lot of memories, and funny enough, allows me to show off a lot of different applications. I found old Blender models on here, an old platforming game in Unity that I barely remember, a video called "OBS Test.mp4" on the desktop, and even a definitely legal copy of Counter-Strike 1.6. +

+

+ Naturally, because it's running Windows 7, I was unable to shut it down without running Windows Update. I had to forcibly kill it. +

+ `, + }, { Date: time.Date(2023, 7, 19, 0, 0, 0, 0, time.UTC), Title: "2012 LG Flip Phone", @@ -216,7 +249,7 @@ var tmSubmissions = []TimeMachineSubmission{ Thumbnail: TimeMachineThumbnail{ Filepath: "timemachine/thumbnails/2023-07-19-thumb.png", Width: 225, - Height: 400, + Height: 398, }, Details: []TimeMachineSubmissionDetail{ {"Device", "LG-A133"}, @@ -305,7 +338,7 @@ var tmSubmissions = []TimeMachineSubmission{ }, Details: []TimeMachineSubmissionDetail{ {"Device", "iPod Touch 3rd gen, model MC008LL"}, - {"Submitted by", "Ben Visness"}, + {"Submitted by", `Ben Visness`}, {"Release year", "2009"}, {"Processor", "600MHz Samsung S5L8922, single-core"}, {"Memory", "256MB LPDDR2 @ 200 MHz"},