mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 17:05:32 -04:00
pass mdx images through next/image for full optimization benefits
This commit is contained in:
@@ -11,13 +11,14 @@ tags:
|
||||
image: "/static/images/notes/dropping-dropbox/email.png"
|
||||
---
|
||||
|
||||
import Image from "./components/embeds/Image";
|
||||
import Tweet from "./components/embeds/Tweet";
|
||||
import Video from "./components/embeds/Video";
|
||||
|
||||
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>
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/dropping-dropbox/email.png"
|
||||
width="504"
|
||||
height="223"
|
||||
@@ -61,7 +62,7 @@ Decisions made by the top folks at Dropbox gave me an increasingly sour taste in
|
||||
|
||||
The infamous [Apple Ecosystem™](https://medium.com/swlh/the-irresistible-lure-of-the-apple-ecosystem-81bf8d66294a) has held me firmly in its grasp for over a decade now, and the main requirement of a replacement cloud storage service for me was smooth interoperability between my MacBook, iPhone, and iPad.
|
||||
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/dropping-dropbox/icloud-storage.png"
|
||||
width="865"
|
||||
height="137"
|
||||
@@ -70,7 +71,7 @@ The infamous [Apple Ecosystem™](https://medium.com/swlh/the-irresistible-lure-
|
||||
|
||||
I've never been a proponent of leaving all your eggs in one basket. But it's hard to ignore the convenience of Apple's streamlined (and [finally](https://www.imore.com/developers-encounter-major-icloud-issues-ios-13-beta) reliable) [**iCloud Drive**](https://www.apple.com/icloud/), which is already installed on all of my devices (and actually cheaper than Dropbox gigabyte-for-gigabyte, at \$9.99/month for 2 TB). In fact, it's nearly invisible on macOS: I can simply save files in my Documents or Desktop folders as I always have and they're uploaded in the background. Git repositories now sync just fine and my files reappeared without a hitch after I recently formatted my Mac.
|
||||
|
||||
<img
|
||||
<Image
|
||||
className="center"
|
||||
src="/static/images/notes/dropping-dropbox/icloud-drive.png"
|
||||
width="680"
|
||||
|
Reference in New Issue
Block a user