Skip to content

Commit

Permalink
first actual blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrso committed Mar 17, 2024
1 parent 16889ca commit 0e56e94
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 22 deletions.
7 changes: 4 additions & 3 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<div class="text-container">

<h2>{{ page.title }}</h2>
<p>{{ page.last_modified_at | date: "%B %d, %Y" }}</p>
<p>{{ page.date | date_to_string }}</p>
<p>keywords: {{ page.keywords }}</p>
<p>back to <a href="/blog.html">blog</a></p>
<hr>
{{ content }}
<hr>
<br>
<p>back to <a href="/blog.html">blog</a></p>
<p><a href="#">top</a>; back to <a href="/blog.html">blog</a></p>
</div>
13 changes: 0 additions & 13 deletions _posts/2023-06-10-blog-launch.markdown

This file was deleted.

32 changes: 32 additions & 0 deletions _posts/2024-03-17-1ht.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
layout: post
title: "one hour thoughts"
keywords: burnout, stanford, berkeley, mindset
date: 2024-03-17 13:32:03 -0700
categories: jekyll update

---
A short and informal life update: I have made the executive decision to start a blog! I mainly want to run this as a combination of a research journal, readings, and thoughts as they come up. The past few months have really changed how I view the world and myself, and I want to capture the metamorphosis of my thoughts as they happen.
\
\
I've been intending to start writing for quite a while now. I actually attempted to kick one off earlier this academic year (which lasted for a total of 1 post). I think one large blocker, which I never overcame previously, was a pressure to put out "polished" content. My mindset this time is that I'm writing this for my own benefit; if others find it interesting, that's a bonus. I also think that another large blocker was a lack of time to focus on what I found important, and moreso trying to figure out what is actually important. Hopefully this time goes different.
\
\
I recently wrapped up the second quarter of my Master's program at Stanford, and I think that my time here thus far can be characterized by pretty serious burnout, and not adjusting well to the change in environment. I've often found myself comparing the opportunities I've received at Stanford and the hypothetical opportunities I would have received at Berkeley, mainly in terms of work; I havent found nearly as much fulfillment or interest in the research or courses that I've been doing here. It does feel at times that I feel that I'm starting from the bottom of the metaphorical ladder, which is all the more frustrating considering the progress I had made while an undergrad. More importantly, there were threads that needed to be wrapped up at Berkeley, which took much longer because of commitments that I had made at Stanford that didn't align well with what I wanted to do. I think this is the source of my burnout. I think about work in terms of "effort in, fulfillment out", and for the past few months, this ratio has been very low.
\
\
Of course, the comparison isn't 1:1; being a grad student is different from being an undergrad, and Berkeley and Palo Alto are very different cities. I think more importantly, I recognize and continually remind myself about how priveleged I am to have these opportunities. Rather than focusing on what I've lost, I've been making a conscious effort to focus on what I currently have ([literally me](https://www.reddit.com/r/OnePiece/comments/9czqm4/i_still_have_my_friends_colored_panel/)). I've made many amazing friends here, and I feel like my perspectives have shifted a lot thanks to connecting with a lot of new people here, and reconnecting with old friends. Being at Stanford has also necessarily meant being away from Berkeley; I generally subscribe to the notion of "places and spaces" ([here's a quick blog post I found](https://theculturalcourier.home.blog/2019/02/22/everyday-anthropology-space-vs-place/)), and I recognize that I associate Berkeley with a lot of my unhealthy work habits. Something that I'm very happy with over the past few months is that I've improved my work-life balance, exercise habits, and relationships with my Berkeley work and organizations. Maybe most importantly, taking a Master's program at Stanford has given me the flexibility and time to take a step back, think about what I want to do, and optimize for it. I was reading some applications I wrote to different organizations during my undergrad, and I had described my career goals as "working as a roboticist at a fast startup". Looking back, at Berkeley, I was caught up in the weeds and minutia of grinding out research, to the point where I lost sight of my career goals and was optimizing for something completely different; now, I have an incredible opportunity to do this at [1X](https://www.1x.tech/).
\
\
When thinking about choices and regret, the motto I keep is that "the correct choice was the one you made." As a lemma, I generally believe that the most effective and fulfilling way to work is to give one thing your 100% effort. For me, my burnout is characterized as mental friction -- the feeling that something needs to be done, but you don't have the physical, mental, or emotional capacity to do it well. In this case of the past few months, I think a lot of mental energy was split by juggling threads that needed to be wrapped up at Berkeley (check it out here: [ATM](https://xingyu-lin.github.io/atm/)) and started while here at Stanford. The past few weeks have served as a nice soft mental reset, and I feel like I've correctly re-centered my motivations and commitments. To tie back to my motto, I'm ultimately very happy that I came to Stanford; despite how I've felt over the past few months, I've always felt that coming here was a good choice. If anything, my small regret is that I wasn't fully present mentally to make the most of my time here. I certainly would have been a lot happier with my Berkeley goals if I had stayed at Berkeley, but I recognize that my goals, priorities, and mindset over the past few months have fundamentally changed. I'm very much looking forward to where I'm going to be in the next few months, and giving the next year my 100% effort.
\
\
Looking forward to seeing this bloom.

___

_on the idea stack:_ \
the relationship between time <> effort <> motivation; \
ichiro kishimi's [_the courage to be disliked_](https://www.goodreads.com/en/book/show/43306206); \
the interplay between robotics <> learning; \
kalman filtering.
9 changes: 4 additions & 5 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@
<div class="title-container">
<div class="text-container">
<h1>joso journal</h1>
<p>things I've made, thoughts I've thought</p>
<p>
<a href="/index.html">home</a>
</p>
</div>
<div class="title-image-container">
<img src="img/me.png" alt="me!">
</div>
</div>
<div class="text-container">
<p>A very informal collection of things I've made and thoughts I've thought:</p>
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
Expand All @@ -24,4 +21,6 @@ <h1>joso journal</h1>
</div>
<hr>
<br>
<p>last updated: {{ site.time | date_to_string }}</p>
<div class="section footer">
<p>last updated: {{ site.time | date_to_string }} | <a href="#">&#128640;</a></p>
</div>
12 changes: 11 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,17 @@ h3 {

p {
color: rgb(175, 175, 175);
margin: 0px 0 0px 0;
margin: 0px 0 2px 0;
}

hr {
border-color: rgb(125, 125, 125);
width: 100%;
margin: 20px 0 20px 0;
}

.light hr {
border-color: #ddd;
}

/* reduce the left margin of lists */
Expand Down
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ <h2>miscellaneous</h2>
you may find a preprint <a target="_blank" href="/media/pdf/built_to_last.pdf">here</a>.
</p>
<br>
<p>
I also keep a blog about my thoughts and experiences. You can find it <a target="_blank" href="/blog.html">here</a>.
</p>
<br>
<p>
I like to think about how to best teach, learn, and optimize for fulfillment. Shoot me an email or DM if you'd like to chat :&#41;
</p>
Expand Down

0 comments on commit 0e56e94

Please sign in to comment.