Published under Mango Changelog, Mar 31, 2025

Today I:

✅ Baked bread

✅ Booked our 7th trip to Hawai'i

❌ Kept procrastinating on my tax return

∞ CW&T

Published under Mango Changelog, Mar 25, 2025

CW&T started as a two-person design practice of Che-Wei Wang and Taylor Levy.

With backgrounds in Architecture, Film and Computer Science, the duo met at NYU ITP where they began their scale and medium agnostic approach to design.

Every single piece CW&T designed is so astonishing. I have an urge right now to to collect them all!

Published under Mango Changelog, Mar 25, 2025

Today I:

✅ Baked bread

✅ Booked summer camp in Taiwan

❌ Kept procrastinating on my tax return

∞ leaving Google for this

Published under Mango Paper, Mar 23, 2025

In Scott Yu-Jan's latest video:

... there are dream jobs and careers, and then there are these rare opportunities like this to do things that no longer feel like a job.

∞ When [Dr. Bryant Lin] Got Cancer, He Didn’t Quit. He Taught a Class About It

Published under Mango Paper, Mar 11, 2025

Kate Selig writes:

Dr. Bryant Lin, who teaches medicine at Stanford University, was given a terminal diagnosis. He wanted his students to understand the humanity at the core of medicine.

Changelog v2025.2

Published under Mango Changelog, Mar 1, 2025

Umbrella updates

  • 2025-02-01 Blog posts are now synced to my Bluesky account.
  • 2025-02-01 Mango Snippets is now a regular Node, and the snippets are just blog posts.

New nodes

New posts

Published under Mango Paper, Feb 18, 2025

Look, there is a crossroad ahead. And I'm equally excited and nervous about two of the three directions.

Published under Mango Paper, Feb 17, 2025

I had a dream a few days ago. I was trying to align a model, swimming in a sea of neurons and performing surgeries on them.

Then, I ran into a circuit of neurons. They spoke to me, "Turn around, are you sure we are neurons of the model?"

As I was turning around, I suddenly realized that my neurons and the model's neurons had become interconnected and indistinguishable.

How to Use SwiftFormat with SweetPad

Published under Mango Snippets, Feb 10, 2025

SweetPad is a VS Code extension for Swift/iOS development, with swift-format formatting built in. However, I prefer using SwiftFormat by Nick Lockwood for its comprehensive formatting options.

To use SwiftFormat with SweetPad, update the formatter path and remove the default --in-place argument in VS Code settings:

Sweetpad's formatter settings in VS Code

Here's my settings.json:

{
    "[swift]": {
        "editor.formatOnSave": true,
        "files.autoSaveWorkspaceFilesOnly": true,
        "editor.defaultFormatter": "sweetpad.sweetpad"
    },
    "sweetpad.format.args": [
        "${file}"
    ],
    "sweetpad.format.path": "swiftformat"
}

Published under Mango Paper, Feb 2, 2025

Now that titles on my website's posts are optional, and posts are synced to both Mastodon and Bluesky, I'll try to post everything to my website first.

Hello, universe 👋

Page 1 of 52 Next page »