rishi

rishi

0-day streak
Yesterday, I ran my very first IRL hack night at our house in SF! We had a couple dozen people drop by throughout the evening and make everything from ai research to a perfect word generator w/ gpt-3 (and people were coming until about 2 in the morning! new first for me in hackathon organizing) We started off at the house, then went over to Noisebridge (a ridiculously cool anarchist hackerspace about 2 blocks away from us) and made some music and synth visualizers :) all of us ended up coding until the wee hours in the morning, and we had some pretty sweet people show up—Jacky, Pranav, Ben and the cofounders of DeepAI! still trying to get over my sleep deprivation but I couldn't be happier with how it turned out <3
https://cloud-8n1nxfumb-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-oxkt874ev-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-nzkp84li8-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-bd9y1dknd-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-mq1lujclp-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-qulo2vlyj-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-r4iu4124q-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-6bu1ww6mv-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-9dm4m8uvy-hack-club-bot.vercel.app/0image_from_ios.jpg
🎉 club ship club ship club ship :turner: last friday, @heyrajan and i hosted the first hack club meeting at turner fenton for this year! after months of weird bureaucratic idiocy, we got clearance to use the largest makerspace at school—and we filled it up right to the brim! after a couple days of stickering, we got hundreds of signups and invited everyone to lunch inside the robotics room, where we played a ton of glass animals w/ projectm visualizers on the walls and introduced everyone to the world of hacking ✨ we also got a fair bit of people onto the slack (where we’ll be doing most of our club stuffs); check out #turner and @turner-hackers! club season hasn’t officially started at our school yet, so i was pretty stunned to see the turnout we got—i’m so so so hyped for the next lil bit :parrot_love: you can find a compilation of photos & moments on twitter :)) ❤️ happy hacking, homies~
https://cloud-gd8a9cnk7-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-epbnpf96s-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-9u5ccxirp-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-peu04gp0j-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-4p2xye53v-hack-club-bot.vercel.app/0image_from_ios.jpg
poetry
https://cloud-iqw53yjjp-hack-club-bot.vercel.app/0screen_shot_2021-09-28_at_2.38.22_pm.png
terrible photos at night x the weeknd = vibes
https://cloud-lilhbprqz-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-jvrwrg5h4-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-nfp91qe6k-hack-club-bot.vercel.app/0image_from_ios.jpg
aom-21 emoji
Rajan bonk
https://cloud-pqcsbsy4i-hack-club-bot.vercel.app/0image_from_ios.jpg
bonk emoji
aom-21 emoji
:thinkception:
https://cloud-g10rwj7o9-hack-club-bot.vercel.app/0image_from_ios.jpg
aom-21 emoji
https://cloud-l6ue5e1vg-hack-club-bot.vercel.app/0image_from_ios.jpg
aom-21 emoji
https://cloud-4odqjpl8j-hack-club-bot.vercel.app/0image_from_ios.jpg
Spent the past few days in the blue mountains!
https://cloud-88e54rasn-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-kzxpwwxx1-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-5wmsfizkz-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-85xe50f59-hack-club-bot.vercel.app/0image_from_ios.jpg
🔉 🔊 📣 Time to round off the trifecta with my lil project built on @caleb’s API: hear the Slack! Built on top of NextJS, Howler, Geist and a custom sound selection, I made a generative music website that responds to the interactions from channels that @JoeBunyan’s in! Here’s the basic algorithm: there’s a sound selection of 32 pads, synths, strings, vocal chops and a bunch of other goodies (randomly selected at build time & pretuned to one key) that get distributed into a sort of virtual grid. Every time a message comes through the WS stream, it gets hashcoded and split up into a coordinate system, which is then distributed across the grid to make a half-decent sounding live performance! It looks super cool when paired up with @matthewgleich’s amazing Raspi creation, and you can check it out at hear.hackclub.dev; source is up at github.com/hackclub/joebunyan/tree/main/sounds! demo: hackclub.slack.com/files/UHFEGV147/F02AJT2QMDZ/image_from_ios.mov
https://cloud-lyqt8xc2h-hack-club-bot.vercel.app/0image.png
aaa emoji
aaazoom emoji
spring-of-making emoji
👀
https://cloud-o5jcya82l-hack-club-bot.vercel.app/0image.png
https://cloud-gw85tobrs-hack-club-bot.vercel.app/0image.png
wom emoji
something beautiful is happening right now
https://cloud-jzadmgj3z-hack-club-bot.vercel.app/0screen_shot_2021-02-21_at_1.39.46_pm.png
yay emoji
wom emoji
Clubhouse convos with very cool people 😎
https://cloud-hc2qmkt8p.vercel.app/0image_from_ios.png
upvote emoji
wom emoji
✨ Yellow hello hack club! I’m *VERY* excited to be shipping what is almost certainly my biggest project to date (also the fastest implemented: I wrote pretty much the whole thing throughout the day yesterday): Idyllic, the fastest way to build REST APIs! :githubparrot: Github (⭐ s always appreciated) z.rishi.cx/g/idyllic & z.rishi.cx/g/idyllic-todo (for an example of what a real-world API might look like) 🚀 At its core, Idyllic is a programming language that allows you to define how data flows through a given API & its routes:
define middleware { test, logger } from "./api"
define guards { authed } from "./api"
define handlers { getAllTodos, postTodos } from "./api"

global
  | middleware logger

fragment getTodosFragment(level)
  | guard authed(level)
  | middleware test

route "/todos" {
  | middleware test

  get {
     | expand getTodosFragment("user")
     getAll
  }
  
  post {
     | expand getTodosFragment("admin")
     postTodos
  }
}
🛠️ The Idyllic language reverses the conventional paradigm that surrounds Node REST APIs: usually, you have to write your functions _for a framework_. With Idyllic, you can assemble your API completely independently of your functions themselves—now, an API is simply a wrapper over regular old Typescript functions! The language itself comes with a pretty big suite of features (you can read more about them at the Github page):
• Static typing with Typescript & definition types
• Parameterized, first-class macro support with Fragments
• Data pipelines with Sequences
• First-class support for Middleware and Guards
• Query parameter capturing
• Request type definitions
🕸️ The repository also comes with a minimal HTTP server that takes in a compiled Idyll and starts up a fully-functioning API from it:
import { IdyllicCompiler } from "@idyllic/compiler";
import { IdyllicServer } from "@idyllic/server";

(async () => {
    
    // The fromFile static method reads the file into a string for us
    const compiler = await IdyllicCompiler.fromFile("ast.idl")

    // The compile method executes all 5 stages of compilation automatically.
    const compiled = await compiler.compile()
    
    // The server constructor takes in a compiled Idyllic object.
    const server = new IdyllicServer(compiled)
    
    // The start function takes in a port number (defaults to 3000) and a function to be executed on start.
    server.start(3000, () => {
        console.log("Idyllic server has started!")
    })

})()
💨 This server implementation’s pretty fast, too: in most cases, it comes close to (and in some cases, beats) Express! It’s derived directly from node’s built-in http module. Idyllic’s been a project that I’ve dreamt of making for quite a while now, and I’m super happy with how it turned out! I’ve included a little walkthrough of an Idyllic project down below :) I can’t wait to see what you’ll build with it! Special thanks to @JackyZhao @matthewgleich @safin.singh for being awesome along the way ✨
something’s a-brewin’ in the maker shed
https://cloud-eblcaadba.vercel.app/0screen_shot_2021-01-14_at_12.27.52_pm.png
wom emoji
it me
https://cloud-kcz1n1v1b.vercel.app/0ricey_dino.png
wom emoji
Helloooo Hack Clubbers! It’s ya boi rice back at it again with another HN ship :hn: :parrot:! Before I lay out the new changes, I just wanted to thank the wonderful @caleb for testing out the bot authentication system yesterday (the UNO bot looks great), and @khushraj.rathod for volunteering to build out the exchange system—forex is coming to Hack Club, everyone :parrot_love:! Anyways, let’s get back to day 4 of my personal lil shipathon: changes to @undefined and the HN API! The Teller now has one awesome new command for validating payments (/pay was there before, but I’ve added some new messages and interactivity with it), and a super great new dashboard—feel free to head over to Home on @undefined’s profile page to take a look. The HN GraphQL API now supports advanced pagination and sorting! You can now query for as many transactions as you want, iterate through them, skip through tests, and even order by different fields! For instance, to grab the 5 people with the most HN and two of their largest payments, you can do something like:
query Users {
  users(options:{
    sort:{
      field:"balance",
      order:"DESC"
    },
    take:5
  }) {
    id
    balance
  	outgoingTransactions(options:{
      sort:{
        order:"DESC",
        field:"balance"
      },
      take:2
    }) {
      id
      balance
      from {
        id
      }
      to {
        id
      }
    }
  }
}
I’m soooooo excited for what all of yall are going to be doing with this—as always, if you’re interested in making a bot, feel free to DM me with the bot’s username to get your very own token! You can find the source for HN over at: :githubparrot: 🌟 z.rishi.cx/g/hn, and the Teller over at z.rishi.cx/g/teller :D P.S. The next ship will be V1 of HN—the production-ready, stable version of the API with documentation!
https://cloud-5lhnlltcl.vercel.app/0screen_shot_2020-12-25_at_3.14.50_pm.png
Yellow hellow everyone! It’s the first day of winter break, and now that all my school stuff’s finished (having handed in what might, in hindsight, have been one of the worst essays of my life), I’ve found myself quite pretty bored! I’m going to be challenging myself to build one cool thing every day (and maybe ship it either here or in #rishi if it’s smaller), so here’s the first one! I’ve found myself working with asynchronous hooks in React a lot; whether that be to fetch data or just do timed stuff client-side, the normal integrations just don’t really cut it for me. That’s why I built my own library for those kinds of hooks! @rishiosaur/async is built in Typescript, and has some awesome documentation as a result (Typedoc really comin thru), and has two hooks that I use a lot in my daily React life: usePromiseEffect and useAsyncEffect, both of which are modelled to look like idiomatic React (I’ve attached an example of their usage down below). :githubparrot: You can find the Github repo over at z.rishi.cx/g/async (feel free to star!), :npm: The NPM package over at www.npmjs.com/package/@rishiosaur/async, 🏗️ And the documentation over at async.rishi.cx!
https://cloud-6m79kebkk.vercel.app/0screen_shot_2020-12-22_at_10.27.16_am.png
i booted up minecraft for the first time since I was 8! chillin with some turtles now :)
https://cloud-7zqyq3bnl.vercel.app/0screen_shot_2020-12-21_at_6.28.02_pm.png
finished my htn workshop rough draft!
https://cloud-p4qmg4rjs.vercel.app/0screen_shot_2020-12-19_at_1.48.47_pm.png
wom emoji
got a couple of really big milestones coming up: i just crossed 100 stars, and i’m so close to 2k non-atomic, public commits and 150 PRs :)))))
https://cloud-h8iy5yqts.vercel.app/0screen_shot_2020-11-02_at_4.28.50_pm.png
Finally put stickers on! :hackclub:
https://cloud-q85hnz3x0.vercel.app/0image_from_ios.jpg
finally got me wabsoot running!
https://cloud-eowo69xf8.vercel.app/0screen_shot_2020-10-13_at_2.04.03_pm.png
yay emoji
vercel emoji
a mood coming from the gc
https://cloud-909xoys2f.vercel.app/0image.png
i love my friends
https://cloud-mcgj89p0g.vercel.app/image.png
One of the makers of Geist-UI starred Banur’s geist-flutter package!!!!~!
https://cloud-dlwhjcxob.vercel.app/0image.png
i am really happy w my deca exam scores lol
https://cloud-gt801xq62.vercel.app/0screen_shot_2020-09-28_at_10.01.28_pm.png
summer-of-making emoji
👋 Helloooo everyone! Ricey here back at it again with another shippy ship for @paevik! Back during the dinosaur era (i.e. last week) in the mvp, there was just the bare minimum: you could only create entries and post them to #journal. Now, @paevik is a fully-fledged app for journalling! V1 includes super cool things like searching by ID and Date, custom files (encoded in blocks bc Slack is stupid), a timeline view in the homepage, and some username trickery! Everything in the backend’s been refactored too—an API is in the works, and everything is super secure too! Some really awesome things are in the pipeline for the next version (I’ve decided to hold off on implementing anonymous journal entries for now), like: • Journal entries from #scrapbook entries • Notifications & custom feeds (you’ll be able to subscribe to other users’ public entries) • An API + website for exploring For now, you can get started by running /entry , or going over to #journal to see what everyone’s doing! :parrot_love: 📝 📚 It’s been a lot of fun building Paevik, and I can’t wait to see what y’all will write about! A really special thank you to everyone that helped me test this monstrous creation—it really helped a lot :) As always, you can find the source over at github.com/rishiosaur/paevik :D
Holy crap my favourite actor just followed me wtf?????????????
https://cloud-34rkuafxj.vercel.app/0image_from_ios.jpg
summer-of-making emoji
Found my endgame rice y’all
https://cloud-6ya0u525t.vercel.app/0screen_shot_2020-09-17_at_7.08.42_pm.png
first win in a long time :)
https://cloud-cfuebjmce.vercel.app/0screen_shot_2020-09-11_at_6.21.15_pm.png
summer-of-making emoji
ricey3 emoji
yay emoji
redis is my new favourite thing
https://cloud-e7ecnlpm8.vercel.app/0screen_shot_2020-09-09_at_7.11.26_pm.png
summer-of-making emoji
this has got to be one of the best days of my life
https://cloud-hb41p63si.vercel.app/0screen_shot_2020-09-02_at_8.36.30_pm.png
summer-of-making emoji
at long last, i finally submitted it!
https://cloud-311zebp74.vercel.app/0screen_shot_2020-08-31_at_11.23.13_pm.png
summer-of-making emoji
today was a good day for #rapid. I finally managed to get all the realtime connections sorted out (now I just need to implement!), Eleeza made an absolutely beautiful work of art for me, and i’m finally happy thanks to @ktm!
https://cloud-30h533sdh.vercel.app/0image_from_ios__2_.png
this is why i fell in love w hack club
https://cloud-q2scty3dx.vercel.app/0screen_shot_2020-08-25_at_3.59.31_pm.png
Writing up a sweet new lesson for Exercism’s markathon!
https://cloud-kehnir09d.vercel.app/0screen_shot_2020-08-22_at_2.57.18_pm.png
Haven’t been on here for too long. I’m back, hack club!
https://cloud-c5jrziu87.vercel.app/0image_from_ios.jpg
don’t be stupid. #motivation #entrepreneurship #grind #100daysofcode
https://cloud-530rdd6d0.vercel.app/0image.png
NEW PICREW ALERT ⚠️ @ktm made this amazing frog for me :)
https://cloud-iyqsl7e3s.vercel.app/0image__9_.png
https://cloud-mkwtiwijq.vercel.app/0screen_shot_2020-08-16_at_1.41.36_pm.png
summer-of-making emoji
I went biking today at a new trail: Mono Cliffs! It was super nice; there were loads of flat plains punctuated by the occasional lake or stream. I’d rate it 10.5/10
https://cloud-an8f9vqfe.vercel.app/0image_from_ios.png https://cloud-an8f9vqfe.vercel.app/1image_from_ios.jpg https://cloud-an8f9vqfe.vercel.app/2image_from_ios.jpg https://cloud-an8f9vqfe.vercel.app/3image_from_ios.jpg https://cloud-an8f9vqfe.vercel.app/4image_from_ios.jpg https://cloud-an8f9vqfe.vercel.app/5image_from_ios.jpg
👀 beta camp really do be 🔥
https://cloud-kgli64it6.vercel.app/0screen_shot_2020-08-13_at_1.09.43_pm.png
summer-of-making emoji
Rappy rappy rapido
https://cloud-nzv2d0ec0.vercel.app/0image_from_ios.jpg
summer-of-making emoji
1700 contributions! My goal is 2k by the end of summer :D
https://cloud-76zhojfvv.vercel.app/0screen_shot_2020-08-11_at_4.13.06_pm.png
here we go!
https://cloud-hxbv29rca.vercel.app/0screen_shot_2020-08-11_at_10.05.20_am.png
summer-of-making emoji
Today was an overly trashy day. @malte cheered me up quite a bit though!
https://cloud-6cjg0th64.vercel.app/0image_from_ios.jpg
25 members in #rapid already wooo
https://cloud-dn02i788r.vercel.app/0image_from_ios.png
summer-of-making emoji
Rapid explore page 🔥
https://cloud-evrzdxwh0.vercel.app/0image_from_ios.jpg
I just had one of the most interesting conversations in my life w/ jamie wong of figma!!
https://cloud-9pd5opsi8.vercel.app/0screen_shot_2020-08-08_at_2.04.38_pm.png
summer-of-making emoji
figma emoji
HELL YESSSS
https://cloud-2dnp4ifoy.vercel.app/0image_from_ios.png
summer-of-making emoji
It’s been a while since I listened to jazz. I love it!
https://cloud-89th9hc2a.vercel.app/0image_from_ios.png
summer-of-making emoji
https://cloud-bak9qhz6e.vercel.app/0screen_shot_2020-08-05_at_1.38.11_pm.png
summer-of-making emoji
tadow
https://cloud-cebi9mj7m.vercel.app/0image_from_ios.jpg
summer-of-making emoji
Making some more pages for Rapid with the amazing @safin.singh!
https://cloud-bl3pb03sc.vercel.app/0image_from_ios.jpg
summer-of-making emoji
Current vibe: inverted socks, sneakers and sunshine 🌞
https://cloud-3i8qy3uhy.vercel.app/0image_from_ios.jpg
summer-of-making emoji
Another day, another concept exercise :)
https://cloud-lin206pow.vercel.app/0screen_shot_2020-08-04_at_12.27.13_pm.png
summer-of-making emoji
I love this!!!
https://cloud-qhdvvmxqc.vercel.app/0image_from_ios.png
summer-of-making emoji
on a slack call with some super awesome people for beta camp!
https://cloud-eyec7lj76.vercel.app/0screen_shot_2020-08-02_at_7.52.17_pm.png
slack emoji
summer-of-making emoji
Went mountain biking with my friends again! My bike chain broke, but it I’m working on it :)
https://cloud-qcrvqvu4a.vercel.app/0image_from_ios.jpg https://cloud-qcrvqvu4a.vercel.app/1image_from_ios.jpg
HOLY CRAP YESSSSSSSSSSS THIS IS SUCH A GOOD DAY
https://cloud-act5vtbrb.vercel.app/0screen_shot_2020-08-01_at_7.27.39_pm.png
summer-of-making emoji
hug emoji
Today, I’m starting to volunteer for Exercism full-time :) super pumped for the next few months!!
https://cloud-6rsa8b7qx.vercel.app/0image_from_ios.jpg
summer-of-making emoji
Two things: 1. An enormous ship is coming in ~a month (w/ a bunch of other hack clubbers) 2. I finally think my garden is ready to be shipped! Sneak peek:
https://cloud-8qvia51fx.vercel.app/0image_from_ios.jpg
squirrel emoji
summer-of-making emoji
https://cloud-85lp96ysu.vercel.app/0image_from_ios.png
@caleb, you must carry the torch forward.
https://cloud-avakfowe2.vercel.app/0image_from_ios.png
salute emoji
summer-of-making emoji
Made hot chocolate from scratch for the first time!
https://cloud-pmqbeqaar.vercel.app/0image_from_ios.jpg
Had a super cool webinar with the head of x.company today!
https://cloud-dvebqf2bi.vercel.app/0image_from_ios.png
summer-of-making emoji
Graphql queries are like trees, so here are some to calm you downs
https://cloud-ibefma9hf.vercel.app/0image_from_ios.jpg
GraphQL is so freaking cool
https://cloud-jqzuow51h.vercel.app/0image_from_ios.jpg
summer-of-making emoji
Aesthetic plants
https://cloud-fc84rd8jv.vercel.app/0image_from_ios.jpg
beachball emoji
ricey2 emoji
summer-of-making emoji
https://cloud-28rik2chd.vercel.app/0screen_shot_2020-07-24_at_1.01.54_pm.png
summer-of-making emoji
Have I made it?
https://cloud-od37k8yk7.vercel.app/0image_from_ios.jpg
summer-of-making emoji
Hacka hacka hack jack
https://cloud-pks4hifhs.vercel.app/0image_from_ios.png
summer-of-making emoji
one day this rivalry will end. today is not that day.
https://cloud-d4ylk8ulp.vercel.app/0screen_shot_2020-07-22_at_8.21.27_pm.png
ok this is a scrapbook-worthy moment. i somehow managed to get the Matthew Gleich onto the Rapid team!!!!!!!!
https://cloud-9ylku9r1u.vercel.app/0screen_shot_2020-07-22_at_7.52.21_pm.png
🍜
https://cloud-eyjqwxd0g.vercel.app/0image_from_ios.jpg
Messing around on the piano, found a familiar melody :)
Kombucha, summer, sunset.
This is genuinely such an amazing event. @amogh, great job hosting. I’m having a blast!
https://cloud-is8tezjj0.vercel.app/0image_from_ios.jpg
my startup is FINALLY incorporated!!! :ultrafastparrot:
https://cloud-r6q5fy3pj.vercel.app/0screen_shot_2020-07-20_at_7.58.00_pm.png
dammit, he’s doing it again
https://cloud-i19mkzz55.vercel.app/0screen_shot_2020-07-19_at_11.39.48_am.png
summer-of-making emoji
cubimal_chick emoji
https://cloud-7ppddn2o4.vercel.app/0screen_shot_2020-07-19_at_11.38.59_am.png
40km mountain bike trip done. Topics discussed with myself: the nature of learning, effective modelling, and why school isn’t worth it.
https://cloud-jf6cb1eqc.vercel.app/0image_from_ios.jpg
I found raspberry bushes!
summer-of-making emoji
clapping emoji
MTNS
https://cloud-er5bwvixf.vercel.app/0image_from_ios.jpg
Today was a good day. I had a solid few hours of productivity, finished off a chapter in my textbook, and had a few sync meetings. After this coworking call, I went on another walk. Topics discussed with myself: hidden competition, how we can be ‘colourful’ people, and what the colour maroon means.
https://cloud-95321v9sl.vercel.app/0image_from_ios.png
summer-of-making emoji
Morning walk. Topics discussed with myself: the nature of competition, why universities are fundamentally corrupt, and the ethics of hacking.
https://cloud-9o7qze022.vercel.app/0image_from_ios.jpg https://cloud-9o7qze022.vercel.app/1image_from_ios.jpg
Garden!
Mornin walk a few hours ago
https://cloud-nf02fl1bd.vercel.app/0image_from_ios.jpg
summer-of-making emoji
Got a sweet new lamp
https://cloud-o0b7869md.vercel.app/0image_from_ios.jpg
summer-of-making emoji
i have a golden number of contributions in the last year
https://cloud-4vtm85bcu.vercel.app/0screen_shot_2020-07-16_at_12.49.21_pm.png
ricey2 emoji
ricey emoji
summer-of-making emoji
Max Stoiber call!
https://cloud-29y89fpdz.vercel.app/0image_from_ios.jpg
summer-of-making emoji
verified_twitter emoji
Scrambled eggs!
https://cloud-27gjqbaye.vercel.app/0image_from_ios.jpg
this is never going to end, is it
https://cloud-6x9ygwvuu.vercel.app/0screen_shot_2020-07-14_at_4.33.57_pm.png
just merged a monster PR
https://cloud-mh0l9hut6.vercel.app/0screen_shot_2020-07-14_at_4.30.45_pm.png
summer-of-making emoji
githubparrot emoji
SO FRICKIN LOUD
summer-of-making emoji
I found a seagull that knows how to vibe
https://cloud-k46hvabhx.vercel.app/0image_from_ios.jpg
Time for the morning walk!
https://cloud-evvm1shjj.vercel.app/0image_from_ios.jpg
summer-of-making emoji
beachball emoji
resurrected this old playlist from the ancient archives
https://cloud-iitmsr056.vercel.app/0screen_shot_2020-07-13_at_10.04.29_am.png
Early morning walks are the best
https://cloud-g0rcpz5wq.vercel.app/0image_from_ios.jpg
First cucumber from the garden!
https://cloud-pt02nphgy.vercel.app/0image_from_ios.jpg
Exercism Markathon went super well :)
https://cloud-9logkwz8g.vercel.app/0image_from_ios.jpg
summer-of-making emoji
https://cloud-aheb7qhsh.vercel.app/0image_from_ios.jpg
These messages make me so frickin happy 😊 <3
https://cloud-lk1fllzdn.vercel.app/0image_from_ios.jpg
Working on Exercism!
https://cloud-1phknwijd.vercel.app/0screen_shot_2020-07-10_at_6.20.49_pm.png
Cherry Browns actually sound nice :)
TIL that when you delete a message, it just turns into a special type of Slackbot message
https://cloud-4eudq3ax2.vercel.app/0screen_shot_2020-07-09_at_9.14.35_pm.png
that’s a lot of reactions for a ship post
https://cloud-peodm0rwx.vercel.app/0screen_shot_2020-07-09_at_6.55.55_pm.png
yay emoji
summer-of-making emoji
Ladies, gentlemen, everyone in between and not, I present to you the reason I love this community:
https://cloud-my9vgjgjj.vercel.app/0image_from_ios.jpg
annotated design system I worked on a couple weeks ago
https://cloud-mqqmrp717.vercel.app/0screen_shot_2020-07-09_at_3.09.32_pm.png
summer-of-making emoji
figma emoji
parrot emoji
throwback to the time that I made an encrypted bday card for @msw
https://cloud-7vd54aiax.vercel.app/0screen_shot_2020-07-09_at_1.12.52_pm.png
Made some hot chocolate. Taking a break was a really, really good idea.
https://cloud-q7tdu4flm.vercel.app/0image_from_ios.jpg
whaaaaaaaaaaaaaaaa…? my tweet about mobx got liked by the creator of mobx?!
https://cloud-p0jysjavg.vercel.app/0screen_shot_2020-07-09_at_11.09.50_am.png
Battling imposter syndrome, taking a break. Professional development is hard.
https://cloud-arz29i9i1.vercel.app/0image_from_ios.jpg
Zach liked my tweet!
https://cloud-y698vc8fd.vercel.app/0image_from_ios.jpg
1400+ commits!
https://cloud-nygdnobzx.vercel.app/0screen_shot_2020-07-08_at_2.33.35_pm.png
Haven’t played this in a long time
https://cloud-lsdem3dpt.vercel.app/0image_from_ios.jpg
animation for my personal website! :yay:
sam has an unfair advantage
https://cloud-fguiq8o6c.vercel.app/0screen_shot_2020-07-07_at_10.37.31_am.png
v3 of my personal website!
https://cloud-naktw3hra.vercel.app/0screen_shot_2020-07-07_at_10.36.29_am.png
caleb has just committed an act of war. we will not forget this action. 👀 👁️👁️
https://cloud-mek9qront.vercel.app/0screen_shot_2020-07-06_at_4.12.32_pm.png
yay emoji
summer-of-making emoji
sam isn’t letting up and it is not funny. i need to beat him
https://cloud-dve1o85nq.vercel.app/0screen_shot_2020-07-06_at_4.06.03_pm.png
parrot emoji
summer-of-making emoji
ultrafastparrot emoji
promo materials for next year’s club!
https://cloud-p93z21ckl.vercel.app/0screen_shot_2020-07-06_at_3.01.40_pm.png
summer-of-making emoji
holy crap
https://cloud-r90u28gur.vercel.app/0screen_shot_2020-07-05_at_12.20.47_pm.png
summer-of-making emoji
Dragon claw!
https://cloud-odjipvkyw.vercel.app/0image_from_ios.jpg
workin on some OSS stuff :)
https://cloud-430wd7bms.vercel.app/0screen_shot_2020-07-04_at_10.58.49_pm.png
summer-of-making emoji
yay emoji
FORMULA ONE IS BACK! 🏎️ 💨
https://cloud-ddah93rvl.vercel.app/0screen_shot_2020-07-03_at_7.37.25_pm.png
Went mountain biking with some of my human friends, and ended up making friends with a caterpillar!
https://cloud-mf6whkst7.vercel.app/0image_from_ios.jpg https://cloud-mf6whkst7.vercel.app/1image_from_ios.jpg https://cloud-mf6whkst7.vercel.app/2image_from_ios.jpg https://cloud-mf6whkst7.vercel.app/3image_from_ios.jpg
Woohoo!
https://cloud-5tnxy0yhh.vercel.app/0image_from_ios.png
Time to finally get started on this :p
https://cloud-9e5dcb3y4.vercel.app/0image_from_ios.jpg
Foam for VSCode > Notion
https://cloud-dv1reeo0z.vercel.app/0screen_shot_2020-07-02_at_2.01.08_pm.png
Indie, summer nights, and chilling with @c a r o t. What more could someone want?
https://cloud-keso5ejsb.vercel.app/0image_from_ios.jpg
Mountain biking, gardening, vanilla chai, oh my!
https://cloud-44jqtld9x.vercel.app/0image_from_ios.jpg
Oh Canada! Merry Canada Day, everyone! :ultrafastparrot: :canadaparrot:
https://cloud-7lp9yzar6.vercel.app/0image_from_ios.jpg
parrot emoji
summer-of-making emoji
hawt damn
https://cloud-b0a7rgczz.vercel.app/0screen_shot_2020-06-30_at_6.57.40_pm.png
i remember this feeling so well
https://cloud-4x1aeu7pn.vercel.app/0screen_shot_2020-06-30_at_4.12.35_pm.png
here we go!
https://cloud-qzgcmbyqz.vercel.app/0screen_shot_2020-06-30_at_11.12.19_am.png
https://cloud-868oos7vt.vercel.app/0screen_shot_2020-06-29_at_5.52.04_pm.png
Here we go!
https://cloud-pc8xlcip4.vercel.app/0screen_shot_2020-06-28_at_8.11.26_pm.png
summer-of-making emoji
yay emoji
something’s in the making 🤫
https://cloud-j4xnho1xo.vercel.app/0screen_shot_2020-06-28_at_10.52.48_am.png
party-dinosaur emoji
summer-of-making emoji
some more c++ practice
https://cloud-5oqc427pc.vercel.app/0screen_shot_2020-06-27_at_10.30.09_am.png
summer-of-making emoji
Finally started my UI Design course!
https://cloud-boajzzi4x.vercel.app/0screen_shot_2020-06-26_at_11.17.39_am.png
party-dinosaur emoji
summer-of-making emoji
finally got all the boilerplate code set up for my startup dev team!@
https://cloud-ndg5dqwk8.vercel.app/0screen_shot_2020-06-25_at_1.59.25_pm.png
summer-of-making emoji
it's that time of year again! Time for a site redesign :)
https://cloud-5p1ai89ge.vercel.app/0screen_shot_2020-06-24_at_4.22.38_pm.png
final edits for the programming contest!!!
https://cloud-b98xutldg.vercel.app/0screen_shot_2020-06-24_at_1.31.16_pm.png
Just switched over to ripcord! I don't think I can ever go back.
https://cloud-c8ibyw734.vercel.app/0screen_shot_2020-06-23_at_2.44.56_pm.png
parrot emoji
summer-of-making emoji
Finding songs for “View”
https://cloud-jul90jb1t.vercel.app/0image_from_ios.png
Circuit diagramming
https://cloud-fons3svfm.vercel.app/0image_from_ios.jpg https://cloud-fons3svfm.vercel.app/1image_from_ios.jpg https://cloud-fons3svfm.vercel.app/2image_from_ios.jpg https://cloud-fons3svfm.vercel.app/3image_from_ios.jpg
le homework
https://cloud-ca0dfvxqb.vercel.app/0screen_shot_2020-06-22_at_3.13.12_pm.png
the first solved problem on codeforces!
https://cloud-4yl3tucnl.vercel.app/0screen_shot_2020-06-21_at_1.48.10_pm.png
finally signed up for codeforces. Hopefully this is the start of something new!
https://cloud-20kvpg7q9.vercel.app/0screen_shot_2020-06-21_at_1.45.27_pm.png
summer-of-making emoji
Building a terrible soldering station :p
https://cloud-9tpjxsz7g.vercel.app/0image_from_ios.jpg
Dad really liked the brunch
https://cloud-radvv0ql8.vercel.app/0image_from_ios.jpg https://cloud-radvv0ql8.vercel.app/1image_from_ios.jpg https://cloud-radvv0ql8.vercel.app/2image_from_ios.jpg https://cloud-radvv0ql8.vercel.app/3image_from_ios.jpg
Bunch of stuff for Father’s Day!
https://cloud-4roh1xgow.vercel.app/0image_from_ios.jpg https://cloud-4roh1xgow.vercel.app/1image_from_ios.jpg https://cloud-4roh1xgow.vercel.app/2image_from_ios.jpg https://cloud-4roh1xgow.vercel.app/3image_from_ios.jpg
Bike trip from a long time ago!
https://cloud-ggh4br7l5.vercel.app/0image_from_ios.jpg https://cloud-ggh4br7l5.vercel.app/1image_from_ios.jpg https://cloud-ggh4br7l5.vercel.app/2image_from_ios.jpg https://cloud-ggh4br7l5.vercel.app/3image_from_ios.jpg https://cloud-ggh4br7l5.vercel.app/4image_from_ios.jpg
Throwback to last weeks bike trip
https://cloud-gzm2sltau.vercel.app/0image_from_ios.jpg https://cloud-gzm2sltau.vercel.app/1image_from_ios.jpg https://cloud-gzm2sltau.vercel.app/2image_from_ios.jpg https://cloud-gzm2sltau.vercel.app/3image_from_ios.jpg https://cloud-gzm2sltau.vercel.app/4image_from_ios.jpg https://cloud-gzm2sltau.vercel.app/5image_from_ios.jpg
Woot! First programming contest!
https://cloud-hapiis7zt.vercel.app/0screen_shot_2020-06-20_at_11.29.14_am.png
summer-of-making emoji
started the next unit in my c++ course!
https://cloud-bl25h9er7.vercel.app/0screen_shot_2020-06-20_at_8.07.58_am.png
summer-of-making emoji
Nearly done the summer promotions rubric!
https://cloud-lpfy5zy8u.vercel.app/0screen_shot_2020-06-19_at_10.30.01_pm.png
summer-of-making emoji
won a science kahoot by a fair margin :)
https://cloud-kx34w3ctv.vercel.app/0screen_shot_2020-06-19_at_8.52.54_pm.png
We made cookies! 🍪
https://cloud-k92ap8lbo.vercel.app/0image_from_ios.jpg
I’ve finally taken the first steps in studying competitive programming—learning c++!
https://cloud-hwepoxk1f.vercel.app/0screen_shot_2020-06-19_at_7.38.42_am.png
summer-of-making emoji
Photo shoot featuring Daft Punk, custom themes, background from designcode, and my iPhone!
https://cloud-73o00nrzz.vercel.app/0image_from_ios.jpg https://cloud-73o00nrzz.vercel.app/1image_from_ios.jpg https://cloud-73o00nrzz.vercel.app/2image_from_ios.jpg https://cloud-73o00nrzz.vercel.app/3image_from_ios.jpg
Finally got a nice spicetify theme set up!!!
https://cloud-f65jcvbct.vercel.app/0screen_shot_2020-06-18_at_8.56.49_pm.png
summer-of-making emoji
finally got PlatformIO set up with VS Code for my Mega!
https://cloud-ldycnu37d.vercel.app/0screen_shot_2020-06-18_at_12.26.41_pm.png
First part of my first hardware project is done: a customizable LCD combo lock!
https://cloud-27wyjnltz.vercel.app/0image_from_ios.jpg https://cloud-27wyjnltz.vercel.app/1image_from_ios.jpg https://cloud-27wyjnltz.vercel.app/2image_from_ios.jpg
summer-of-making emoji