Open in app

Sign in

Write

Sign in

Miche Wong
Miche Wong

70 Followers

Home

About

Mar 21

I made a few graphics on how zero knowledge credential verification works

The information on the left was adapted from this video:

1 min read

I made a few graphics on how zero knowledge credential verification works
I made a few graphics on how zero knowledge credential verification works

1 min read


Mar 12

What I learned about hosting my first Queer Art Faire with over 200+ attendees, 40 vendors ❤

Written on Sunday, March 12, 2023. The first Queer Art Faire: Saturday March 11, 2023.

5 min read

What I learned about hosting my first Queer Art Faire with over 200+ attendees, 40 vendors ❤
What I learned about hosting my first Queer Art Faire with over 200+ attendees, 40 vendors ❤

5 min read


Feb 28

Musings of a 24 year old startup founder — week of 2/28

Secrets passed between two people is ok. If there are more, and funds for paying for Vercel, you can share secrets via ```vercel dev```. Building is the best part of starting a startup. Fundraising sucks, but it will come. The right investors will come at the right time. I…

Founder

2 min read

Musings of a 24 year old startup founder — week of 2/28
Musings of a 24 year old startup founder — week of 2/28
Founder

2 min read


Feb 15

The most up to date way to do redirects in Next.js (2/15/2023)

Hi everyone! I wanted to drop this here to make sure anyone who is making redirects in Next.js have this information really easily. Check it out. In your next.config.js file: /** * @type {import('next').NextConfig} */ const nextConfig = { async redirects() { return [ { source: '/', destination: '/index.html', permanent: true, }, ] }, } module.exports = nextConfig

Engineering

1 min read

Engineering

1 min read


Feb 14

Why we’re bullish on the re-decentralization of identity on the Internet

TLDR: Platforms that want to best serve the needs of users will have to enable users to flexibly control their online identities. The social media giants of today grew through network effects of real names being the identifier users use online. …

4 min read

4 min read


Feb 14

Zero Knowledge KYC — Verifying Age and Email Ownership with Zero Knowledge Proofs

There are two common things you might want to verify of a user on an online platform: that they are the owner of an email address, and that they are above an age of 18. — However, sharing your data with centralized platforms leaves your personal information subject to data breaches, where unauthorized parties can have access to your identity. Zero Knowledge proofs and modern KYC platforms provide a solution.

3 min read

3 min read


Feb 2

What is the difference between zkSNARKs and zkSTARKS?

I decided to dive deeper into zero knowledge proofs to stumble upon any new things I learn. This is not intended to be a 0–1 guide- that will come next, this is just for my own learnings, and maybe yours. Here are the notes: From https://ethereum.org/en/zero-knowledge-proofs/#:~:text=The%20zero%2Dknowledge%20protocol%20uses,information%20used%20in%20creating%20it. zkSNARKS Zero-knowledge: A verifier…

2 min read

What is the difference between zkSNARKs and zkSTARKS?
What is the difference between zkSNARKs and zkSTARKS?

2 min read


Jan 18

How to get an EIP accepted in the Ethereum community (as seen in the docs)

I recently was interested in creating my own proposal, and in the middle of it, I decided that it would be interesting to document my notes on the process of how the Ethereum community currently operates to think about how it can be more inclusive and efficient. To start, below…

Ethereum

4 min read

How to get an EIP accepted in the Ethereum community
How to get an EIP accepted in the Ethereum community
Ethereum

4 min read


Dec 30, 2022

Quest Product Release Process

Taken notes from: Quest Product Release Process Goals is to get the product out the door. How do we do this while getting everyone involved and making sure people dont feel sad that their feature didn’t get built this time? Process: Every two weeks, or week, we have a…

Product Release

2 min read

Our Product Release Process
Our Product Release Process
Product Release

2 min read


Dec 22, 2022

How to call the OpenAI API with Next.js Frontend (DO NOT do it on the frontend!)

Server-side code (backend stuff!) for calling the OpenAI API. I learned the hard way that this shit can’t be called in the frontend. Annoying. But here’s an example: openai-quickstart-node/index.js at master · openai/openai-quickstart-node You can't perform that action at this time. You signed in with another tab or window. You signed out in another tab or…github.com Thank you Ember for pointing me to this! I spent ages trying to figure out why the API key would fuck up…

Typescript

1 min read

Typescript

1 min read

Miche Wong

Miche Wong

70 Followers

building the future of the internet

Following
  • Women Who Code

    Women Who Code

  • Tracy Chou

    Tracy Chou

  • Jake Daghe

    Jake Daghe

  • Ev Williams

    Ev Williams

  • Lillian Cartwright

    Lillian Cartwright

See all (99)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams