mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-02 16:14:03 -05:00
re-enable eslint-plugin-mdx with fix for OOM error
https://github.com/mdx-js/vscode-mdx#known-vscode-eslint-issues
This commit is contained in:
@@ -13,7 +13,7 @@ image: "/static/images/notes/dropping-dropbox/email.png"
|
||||
|
||||
I've been a loyal Dropbox user since its inception as a [Y Combinator startup](https://www.ycombinator.com/apply/dropbox/) ten years ago. Having a folder on all of my devices that instantly synchronized with each other was a game-changer for me, and I grew dependent on it more and more as they gave out free storage like candy — 48 GB for having a Samsung Chromebook, 1 GB for "Posting \<3 to Twitter," and so on — until I needed to upgrade to Dropbox Pro. But this month I canceled my Pro subscription after a few too many strikes.
|
||||
|
||||
<Figure src="/public/static/images/notes/dropping-dropbox/email.png" width="504" height="223" priority>
|
||||
<Figure src="/public/static/images/notes/dropping-dropbox/email.png" width="504" height="223" priority={true}>
|
||||
Deleting 401,907 files from Dropbox... 😬
|
||||
</Figure>
|
||||
|
||||
|
||||
@@ -12,7 +12,12 @@ tags:
|
||||
image: "/static/images/notes/how-to-backup-linux-server/apocalypse.png"
|
||||
---
|
||||
|
||||
<Figure src="/public/static/images/notes/how-to-backup-linux-server/apocalypse.png" width="865" height="303" priority>
|
||||
<Figure
|
||||
src="/public/static/images/notes/how-to-backup-linux-server/apocalypse.png"
|
||||
width="865"
|
||||
height="303"
|
||||
priority={true}
|
||||
>
|
||||
**The Cloud-pocalypse:** Coming soon(er than you think) to a server near you.
|
||||
</Figure>
|
||||
|
||||
|
||||
@@ -14,7 +14,13 @@ A few months ago, I stumbled upon [my first website ever](https://jakejarvis.git
|
||||
|
||||
Introducing the [**Y2K Sandbox**](/y2k/) — 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. 🤓
|
||||
|
||||
<Figure src="/public/static/images/notes/y2k-sandbox/screenshot.png" width="865" height="649" href="/y2k/" priority>
|
||||
<Figure
|
||||
src="/public/static/images/notes/y2k-sandbox/screenshot.png"
|
||||
width="865"
|
||||
height="649"
|
||||
href="/y2k/"
|
||||
priority={true}
|
||||
>
|
||||
[**Play in the Y2K Sandbox, at your own risk.**](/y2k/)
|
||||
</Figure>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user