mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 13:56:22 -04:00
update the Y2K post
This commit is contained in:
parent
dd10234542
commit
a428ec712b
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
@ -1,13 +1,15 @@
|
|||||||
---
|
---
|
||||||
title: "I Made A Thing, Powered by Windows Me™"
|
title: "I Made A Thing, Powered by Windows Me™"
|
||||||
date: 2020-06-06 10:05:23-0400
|
date: 2020-06-06 10:05:23-0400
|
||||||
description: "Introducing Y2K Land: fully featured, fully isolated, on-demand Windows Millennium Edition® virtual machines."
|
description: "Introducing the Y2K Sandbox: fully featured, fully isolated, on-demand Windows Millennium Edition® virtual machines."
|
||||||
tags:
|
tags:
|
||||||
- Projects
|
- Projects
|
||||||
- Nostalgia
|
- Nostalgia
|
||||||
- Windows
|
- Windows
|
||||||
- Virtual Machines
|
- Virtual Machines
|
||||||
image: "images/screenshot.png"
|
image: "images/screenshot.png"
|
||||||
|
aliases:
|
||||||
|
- /notes/y2k-land/
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -15,9 +17,9 @@ draft: false
|
|||||||
|
|
||||||
A few months ago, I stumbled upon [my first website ever](https://jakejarvis.github.io/my-first-website/) on an old floppy disk. Despite the instant cringing, I [uploaded it](https://github.com/jakejarvis/my-first-website) to GitHub, [collected other iterations](/previously/), and made an [#awesome-list](https://github.com/jakejarvis/awesome-first-code) of others who were brave and/or shameless enough to do the same. But why not take that ~~one~~ 1,000 steps further?
|
A few months ago, I stumbled upon [my first website ever](https://jakejarvis.github.io/my-first-website/) on an old floppy disk. Despite the instant cringing, I [uploaded it](https://github.com/jakejarvis/my-first-website) to GitHub, [collected other iterations](/previously/), and made an [#awesome-list](https://github.com/jakejarvis/awesome-first-code) of others who were brave and/or shameless enough to do the same. But why not take that ~~one~~ 1,000 steps further?
|
||||||
|
|
||||||
Introducing [**y2k.land**](https://y2k.land/) — with fully-featured, fully-isolated, on-demand [**Windows Millennium Edition®**](https://www.youtube.com/watch?v=CaNDeyYP98A) virtual machines, simply to experience my first website in its natural Internet Explorer 5 habitat. And maybe play some [3D Pinball: Space Cadet](https://en.wikipedia.org/wiki/Full_Tilt!_Pinball#3D_Pinball_for_Windows_%E2%80%93_Space_Cadet). Oh, and [Microsoft Bob](https://en.wikipedia.org/wiki/Microsoft_Bob) is there too if you want to say hello and catch up. 🤓
|
Introducing the [**Y2K Sandbox**](https://y2k.jarv.is/) — with fully-featured, fully-isolated, on-demand [**Windows Millennium Edition®**](https://www.youtube.com/watch?v=CaNDeyYP98A) virtual machines, simply to experience my first website in its natural Internet Explorer 5 habitat. And maybe play some [3D Pinball: Space Cadet](https://en.wikipedia.org/wiki/Full_Tilt!_Pinball#3D_Pinball_for_Windows_%E2%80%93_Space_Cadet). Oh, and [Microsoft Bob](https://en.wikipedia.org/wiki/Microsoft_Bob) is there too if you want to say hello and catch up. 🤓
|
||||||
|
|
||||||
{{< image src="images/screenshot.png" link="https://y2k.land/" >}}[**Enter Y2K Land, at your own risk.**](https://y2k.land/){{< /image >}}
|
{{< image src="images/screenshot.png" link="https://y2k.jarv.is/" >}}[**Play in the Y2K Sandbox, at your own risk.**](https://y2k.jarv.is/){{< /image >}}
|
||||||
|
|
||||||
The backend is powered by [**QEMU**](https://www.qemu.org/) (as a Pentium III emulator) inside isolated **Docker** containers, [**websocketd**](https://github.com/joewalnes/websocketd) (an **_awesome_** lightweight WebSockets server written in Go), [**Cloudflare Tunnels**](https://www.cloudflare.com/products/argo-tunnel/) (for some protection), and some [Ruby and shell scripts](https://github.com/jakejarvis/y2k/tree/master/backend). ~~I'll push the backend scripts up to GitHub once I have a chance to untangle the spaghetti code. 🍝~~
|
The backend is powered by [**QEMU**](https://www.qemu.org/) (as a Pentium III emulator) inside isolated **Docker** containers, [**websocketd**](https://github.com/joewalnes/websocketd) (an **_awesome_** lightweight WebSockets server written in Go), [**Cloudflare Tunnels**](https://www.cloudflare.com/products/argo-tunnel/) (for some protection), and some [Ruby and shell scripts](https://github.com/jakejarvis/y2k/tree/master/backend). ~~I'll push the backend scripts up to GitHub once I have a chance to untangle the spaghetti code. 🍝~~
|
||||||
|
|
@ -68,7 +68,7 @@ css: |
|
|||||||
|
|
||||||
<!-- markdownlint-disable MD033 -->
|
<!-- markdownlint-disable MD033 -->
|
||||||
|
|
||||||
**🚨 Trigger warning:** marquees, Comic Sans MS, popup windows, <code>color: <span class="limegreen">limegreen</span></code>... [Click for the **_FULL_** experience anyway.](https://y2k.land/)
|
**🚨 Trigger warning:** marquees, Comic Sans MS, popup windows, <code>color: <span class="limegreen">limegreen</span></code>... [Click for the **_FULL_** experience anyway.](https://y2k.jarv.is/)
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<iframe id="y2k" src="https://jakejarvis.github.io/my-first-website/" title="My Terrible, Horrible, No Good, Very Bad First Website"></iframe>
|
<iframe id="y2k" src="https://jakejarvis.github.io/my-first-website/" title="My Terrible, Horrible, No Good, Very Bad First Website"></iframe>
|
||||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Loading…
x
Reference in New Issue
Block a user