coding and memory
January 8, 2023 · 5 min

Coding and Memory

first period - pages 374 - 382. second - the three-page worksheet. third - two projects, one due next Friday. fourth - … I had so much confidence in my memory that I never wrote anything down; I could conjure all my assignments on cue. This was in high school. Once I entered college, I began tracking things more carefully. With some assignments and tests making up 20-30% of the entire grade, I couldn’t afford to make a silly mistake, especially with how much busier I became....

imposter syndrome
May 7, 2022 · 6 min

On Imposter Syndrome

When I first started recognizing imposter syndrome myself, I found a lot of “help” online with encouragements like: “Overcome it” – healthline “Combat it” – Ted-Ed For a while, I thought it made sense; just like any problem, it certainly felt like there was something to overcome. Yet, even after reading these articles and temporarily feeling lifted, the dreadful feelings still lingered. Since then, I’ve found what imposter syndrome really meant – and came to realize that our society unabashedly demonizes imposter syndrome....

cryptopunk
October 1, 2021 · 8 min

People Don't Understand NFTs

NFT != Digital Art. It’s true–you can create GIFS or a portrait of an alien worth $140 million, but that’s not the point. Currently, I’d argue most NFTs fall into two categories (I won’t go into details here but let’s be honest, it’s mostly true): A cash-grab sponsored by celebrities, 12 year olds, random people on Twitter, etc. Money laundering. Yet, it’s so. much. more. CryptoPunks Let’s start with CryptoPunks....

choice
August 5, 2021 · 5 min

The Power of Choice

I have an odd fantasy; what if I were locked in a room with nothing but books, a notebook, and pen for 2 weeks? Maybe a month…? Why would anyone put themselves through some voluntary solitary confinement? The reasoning is simple: I want to be stripped of all other choices but to read, learn, and analyze. Why? Because I find that I’m easily distracted when I read–even though reading has given me unbelievable returns on my investment....

brain
May 3, 2021 · 4 min

Experiments

What? I want to try two new things this month: Record how I’m utilizing my time (Attempt) to spend an hour each morning doing nothing. Why? For a couple weeks now, I’ve realized my mind’s been rather unfocused and scattered–likely due to my spending a large part of the day on and off social media. I’m hoping this will help me re-ground myself and help organize my “monkey-brain.” I’ve also been curious as to how I’m actually using my time, rather than how I perceive to be using it....

trading floor
January 29, 2021 · 7 min

Gamestop, Ethereum, and the Future

When my parents call me asking about X, I know we’ve reached the critical inflection point of a bubble. Yesterday, GameStop was exactly that. I’m not going to focus on the details of Short-Squeeze, Melvin Capital, and the history of reddit user DFV since a simple Google search can give you more information than what I can provide. Instead, I’ll be talking about my views on the ordeal and how our future markets could be re-shaped by the recent turn of events....

model elephant
December 11, 2020 · 5 min

Composition And Inheritance

It’s your first week of “real” computer science courses (none of the if statements or for loops). You walk into your class and on the board–your professor has written: Polymorphism. You take a seat close to the front and he begins– “Today, we’ll learn about one of the most fundamental principles of Object-Oriented-Programming; Polymorphism” A classic example follows: public interface Animal { String name() void speak() } public class Dog implements Animal { private String name; public Dog(final String name) { this....

open late
November 16, 2020 · 3 min

Pay Attention at 3 AM

About a year ago, I took a free MOOC course called “Learning How to Learn.” I’m not bad at learning–in fact, I’ve had a successful academic career; I double majored in Applied Mathematics and Computer Science and graduated top of my class with awards to show for it. I took this course because I had thought, perhaps, I wasn’t actually good at learning but rather good at “playing the game.” The game, mentioned in this essay by Paul Graham, is one where students try and guess potential exam questions for classes and study for them....

open late
November 13, 2020 · 6 min

What Ethereum Should Be

As of writing this post, Ethereum is trading at ~$450 USD. After soaring to $1000 back in 2018, it’s dropped as low as $83–and has now recently rallied a great amount. As news articles and a new wave of FOMO inevitably deludes the market, I thought it might be a good time to reflect and see what Ethereum might look like in an ideal world. _Note: I won’t be talking about POS/POW....