Remembrance is the final project of Dev Bootcamp Chicago students Simon Gondeck, Francisco Scala, Jeremy Wong and Jonathan Young. It is a web application that enables one to create a memorial for a loved one who has passed on. You can invite friends and family to come together here and share memories, whether they be stories or pictures.
Hi! This is week 2 of my harrowing escape to bootcamp at Dev Bootcamp (DBC). It’s around this time where my cohort and I are finding our standing after mock assessments. The hardest part is to really catch up to the material because so much is thrown at you everyday. However, that’s also a blessing in disguise because this is training my brain for more difficult challenges ahead. Because of the enormity of work over the past two weeks, I’ll cut it short here. Hope everyone’s had a happy fourth of July.
After a tiring day, I can find humor with that man giving a hand to the bird while Cinnamon Toast Crunch sprinkles from above
This week completes my first week at Dev Bootcamp. It’s been a whirlwind of emotions, from the very beginning on Monday morning to my very frustrated work solo yesterday. Here are some takeaways that I had.
Pair programming is a lot better in person than remotely
When you’re frustrated with what you’re doing while your pair gets it, you have yourself a teacher
Vice versa also works because you become the teacher when you get it and your pair doesn’t
Remember to pseudocode: too much effort was wasted not planning how the code will look like because you can waste time with an approach in your head that actually won’t work
The energy at the place is just exhilarating. Literally, I think I’ve hugged more people in this past week than in any other time frame of my life. At the end of the engineering empathy sessions and sharing what’s going on in your life in a comfort circle has brought me to confront my emotions.
That frustration will pass, even though that inner voice mother fucker can’t shut up when you’re in it
The science behind cramming takes a look at how memory works. I’ve talked long and hard about this topic before, but I never really made this explanation easy. I still will probably fail, but not as hard, as explaining how we learn.
Memory
You can break down the process of sensory input and memory in this linear fashion: sensory input -> sensory memory -> short-term memory -> long-term memory. The image below describes in verbs what’s going on. The last box, retrieval, talks about how we bring back up a memory.
With encoding, we’re looking at the things that we’ve decided to turn into a memory. This has a high importance because this will determine if we retain information or not. If we don’t encode it correctly, we will screw our efforts in learning something. This encoding method is constrained by working memory, which is 7 +/- 2 chunks. This means in our attention span, we’re only going to be juggling only this many chunks at a time. We can think of our attention span as RAM. Chunks here does not mean 7 characters and can take many forms that we can manipulate. For example, one chunk can be a phone number, it can be a word or a phrase, it can be a pneumonic.
With working memory as our constraint, we consider this a drawback from learning faster. This means we’re not going to process more information without properly going through the rest of the memory process beforehand. However, methodology is important here about how to space each session of this working memory. For example, each chunk of information can be mixed and combined with each other using association and serial position effects. Association with existing knowledge in your long term memory could save you time in remembering something, which is important when learning concepts and ideas, especially something that begins abstract. For example, remembering someone’s name is difficult because you haven’t placed it further that your sensory memory. A name is difficult to recall after the first meeting because it’s an abstract construct in our mind. If you try to associate it with another friend who has the same name, it will be easier since that name is already encoded in your mind. You don’t have to necessarily associate it with another person either; it can be an inanimate object or a koan. Serial position effects will allow you to group things in the order you received the information. For example, you’ll have a better time remember the items of a list in the first and last positions than the middle. If the list items are closely related to each other in the beginning and the end, you’ll have an easier time associating these words and merging chunks together. There’s other effects you can try to pull with lists as well, like the Von Restorff Effect in which you place a unique signifier in the middle of the list, like a curse word or something that doesn’t sound right.
There’s a time constraint with encoding, which is about a minute, before you forget this information. That’s why proper spacing in terms of attention span and new information is critical. The best methods out there for this is the Anki method, which uses this data of how often we’ll forget something and make you recall it afterwards. This is best for things you can put on flash cards because you can recall them anytime after using a timer. Many applications are built around this method. My personal favorite is Memrise on Android that really helps with language learning vocabulary. Other ways of approaching the time constraint is utilizing breaks, which is why coding marathons are not as effective as someone taking breaks in between coding sessions because of fatigue and attention span. What really utilizes this well is the Pomodoro Technique, which introduces breaks in your sessions of work properly.
Not everything is a flash card though. Sometimes the abstract needs remembering, and flip side answers in flash cards just won’t do. This is when you take different approaches, like R-mode first followed by a switch to L-mode activity. I mention R-mode here, but this does not mean right brain. If you split the brain in two different processes, there’s L-mode and R-mode and has been given other names by other scientists in different fields. For example, Daniel Kahneman thinks these as system 1 and system 2. I won’t go in heavy discussion about this because there’s a letter I wrote over a year ago explaining this in full detail. Now that we have that down, this activity that you do pairing each process with an activity is important. One activity is something I’m currently doing with you, which is recalling all of this information and trying to teach it to you. Other ways include doing the operations if your learning something that involves motor skills (e.g. just climbing before you get climbing lessons from an instructor), using metaphors to describe what you learned (really neat way of pairing two things that don’t seem to mesh well, pair programming, and a general exposure to a foreign language spoken to you in a dark room (see Lozanov Seance).
The conditions in which we learn is also critical. Your well-being can influence the efficiency on how you learn. This is heavily tied with the amount of rest you receive each night (duration and the number of REM cycles are really important here) and physical and emotional fatigue.
Then we arrive at storage. Our brain is not an efficient storage system, so we’ll issue lags in memory for certain things we think are easy to recall, like birthdates, names, that title of the song you heard earlier. Your R-mode side of your brain will run this tasks with your unconscious riffling through each thing until it finds what it’s looking for. This is the effect experienced when your in the shower and you finally figured out the name of that song you heard.
One way memory athletes have approached this issue is by the Method of Loci, also known as memory palaces. This is where you take a familiar room or space in your mind and fill it with things to remember by using unique signifying objects. This technique is really powerful and can help you remember a deck of cards (which is correlated with counting cards in a casino) and in general skill acquisition operations. You have to go back a step and re-encode your memories, but having this visual memory palace could remain as one chunk and you’ll be able to recall things a lot easier in a class (using the programming analogy here).
Lastly is retrieval. I’ve talked extensively about skill acquisition, heuristics, and snap judgments before. As aforementioned, there are two ways of approaching retrieval, which is the slow process and fast process. The fast process are heuristics, or snap judgments. The slow process takes longer and you start to stretch your mind looking for more credible answers. Fast processes are stimulated by the external inputs, which can lead to some nasty outcomes (Read: Blink by Malcolm Gladwell). What’s important here is that if you slow down that reactive side of thinking, you’ll be able to think more clearly about certain decision points in the learning curve a lot better. And yes, go back to the letter about learning curves if you want to hear me talk more about that as well.
So to the question at the beginning, how much can you cram in one day? This depends on your method of cramming. For myself, I’m working on taking breaks and using other methods to properly encode it in my brain.
From studying philosophy last year, I thought this may actually be important, since it helps create a foundation of who I am and what I do. I previously thought that philosophy majors were different, and belonged to the Starbucks barista clan who may eventually become academics, or something. I couldn’t imagine there would be some practical work in this field; I thought philosophers historically would stand around in a long robe pondering questions. This image, for example, doesn’t help me visualize what they do besides loft around and think.
The School of Athens by Raphael
The School of Athens by Raphael, Courtesy of Wikicomons
This is “The School of Athens” fresco somewhere in Rome (or Vatican City). If you look at the center two people, you already know who they are. On the left is Plato, and the right is Aristotle. Because they just look like street bums having a discussion in their robes, I just assume they’re “philosophizing.” This doesn’t paint a good picture of what philosophy is to me.
It wasn’t until I started to look into this BBC series by Alain de Botton called “Philosophy: A Guide to Happiness.” If you want to check it out, the whole series is on youtube, and this link will direct you to episode one. I thought of this as philosophy that’s practical because we can relate these concepts back in our lives and realize it’s all just a game of self-help over the last two millennium. Well, that’s an over-simplification, as well as my explanation of why I’m so interested in philosophy, but these simpler wordage will have to suffice.
Now you must be wondering why I took an interest in this after I took a philosophy class at Cal Poly. Well, that’s because the teacher was dry and I thought Socrates was crazy after reading the Republic (oh come on, philosopher kings?). As well as you know, I dove deep in this realm for two weeks and came to a much better understanding of myself. After finishing this BBC series, as well as doing a “Great Courses” course on the history of philosophy, I figured I’d take the best parts of what I’ve learned and integrate it into my own philosophy I can follow. It’s scattered, like when Conner (Chad) came up with his own religion during our Freshman year.
I’ll keep it short: The way I want to answer my own question is by asking myself “How do I want to live?” or “What is required for me to have a good life? I abide my my own rules, which is just stolen or “well-adapted” from our great thinkers. I value in my own personal philosophy the following things: critical thought, kindness and care to others, respect, finding meaningful purpose in what I do, as well as what I say, keeping myself balanced, and to expand my knowledge. These elements should allow me to answer some of those prickly problems addressed by many philosophers: knowledge, conduct and governance. In the end, it’s about what is a good life, and many philosophers had so many ways of answering this. And I think from what I said before, and to continue doing those things in the future, I have, and will continue to have, a good life.
Every so often, I read too many books in a short amount of time. I thought it would be beneficial for folks to hear me out and see what they think of the books I’ve read.
The Cuckoo’s Calling, by Robert Galbraith
This is the latest novel by J.K. Rowling under the pseudonym Robert Galbraith. This is a fiction crime novel set in modern day London following private detective Comoran Strike. The novel is about the murder of a young, rich model who dies in the middle of a winter night. At first, the press went head over heels that it was a suicide, but the private detective is brought to the case when the brother of the murder victim wants it re-investigated because he thinks it is a murder. This is supposed to be the first book in a series, and unlike Rowling’s Harry Potter series, is a lot more adult. There’s crime, violence, sex, and a whole lot more cussing than you’ll hear from one of the students at Hogwarts. There’s also themes of how the rich operate and enjoy their lives, and Rowling really shows how they are disgusting in their own right. Worth an airplane read, though it’s nothing groundbreaking. The book kept me in my seat, making me think who the killer was.
The Willpower Instinct by Kelly McGonigal
This is my self-help book of the quarter. It’s about how our willpower works and it’s a practical guide in changing habits and really utilizing willpower without being drained. It’s highly interesting and brings on a ten-week plan. It’s been used by the book’s author, Kelly McGonigal, and the class she teaches undergrads and others at Stanford. I’m going to review it later and see if I can actually change one of my habits through this program. I’ve tried some of her suggestions before, but now I know more of the science behind it. If you want a primer to this, I recommend her talk @Google.
Foodist: Using Real Food and Real Science to Lose Weight Without Dieting by Darya Pino Rose
I don’t need to diet. But I do enjoy reading about a good, healthy living style. Some deviations from other diet books is that this book doesn’t actually talk about which diet to take. Instead, it uses science to back itself up that we should all have a good food foundation because diets tend to be shortcoming success, but relapse rates are quite high. Instead, this book raves about eating healthy from the beginning of your food adventure through more vegetables and try to gain the habit of cooking for yourself or making better food choices. You’ve probably seen me reading this book before, but now I’ve actually finished the darn thing. I didn’t learn too much except the author calls this new diet, which isn’t a diet, healthstyle. I think I like this neologism.
Kitchen Confidential by Anthony Bourdain
If you enjoy eating at restaurants, don’t read this book before you eat at one. It may make you feel bad. But this book is really important to my understanding of the fame around Anthony Bourdain, particularly why he’s so goddamn famous. The Food Network loved this book so much, they gave Bourdain his own show called “No Reservations” where he went around the word to eat at various locations. The reason he’s so famous now is that he gets the lifestyle everyone wants; he gets paid to eat and critique. Here’s the thing though, this book is before that era and describes his upbringing, his hardships in the restaurant gig, and he’s eventual success in that domain. It describes someone in their craft and love for their job and how they grow into that role, which was not innate but from shear brute force over years of being on the line. There’s another book I highly recommend called “Life, on the Line” by Grant Achatz who describes his time being a line cook as well. There’s this common thread where you work your ass off being in the position that you get to as head chef, and it’s horrifically difficult. But I want to adopt this drive and try and figure out how that can apply to my life. If it wasn’t for this period in my life, I probably wouldn’t be as fascinated at this. But I love someone who has their craft down and can still learn something, as when Bourdain describes his first time eating in Tokyo by the end of this book. A film I highly recommend about food craft is “Jiro Dream of Sushi.”
The Wonderful Wizard of Oz by L. Frank Baum
I’m surprised this book is over 100 years old. I’ll be honest. I had no reason to read this children’s novel except that Audible has it for quite a cheap, low price. And it was narrated by Anne Hathaway, actress of “The Princess Diaries,” “The Devil Wears Prada,” and “Brokeback Mountain.” It’s interesting to notice the little differences from the film, even though I don’t think I ever saw the film all the way to the end. Also, I don’t think I actually read the book before, but know the story pretty much by heart. It’s still a delightful read and it’s incredibly short, but long for a child. This actually brings up whether I should actually read Wicked about the Wicked witch of the west that is killed pretty early in this book. This also may be the first mention of munchkins. I may read “The Hobbit” next because Audible has daily deals. Or else I’ll just finished the fucking bible first. When I do finish the bible, I’ll definitely give you the low down and we can snap at all of those fundamentalists.
I’m finally on a new platform and have full control of my content on
Squarespace. Shortly, I’m going to register a new domain for this website and
have this be my new home. Those who have migrated from my Tumblr need not worry
because I will still update that with photos and random short-form items that I
see not fit for this blog. The reason for the switch is that I want to be able
to express thoughts, show weird experiments I’m doing, and keep a journal-like
blog where I can add pictures, links, videos with ease and not worry that I can
only add one of those per post via Tumblr. Also, I’m not concise enough to be
tweeting every post either. And I’ve tried Wordpress before and ran a
semi-popular podcasting reviewing website in the past, and though I did like
their system, I feel Squarespace is more robust and can actually do a lot more.
In the coming weeks, look out for updates. I’m going to start tweeting more
about this too to promote my website and my work. I’m also taking up photography
again to really showcase myself. So comment and tell me if I leave out anything,
like a “like” button on Facebook (which I’m not adding yet, but not completely
morally against), or a “pin it” button.
I leave you this quote on the shape of things to come.
“They may not remember what you said, but they’ll certainly remember how you made them feel.”
It’s a fine time to be young. Often we tell ourselves that the youth are wasting
their time doing nothing of use like playing video games or lounging around
watching Netflix. But that’s simply not the truth. The youth community is
thriving. They grow out of the product of their role models, adults. And when
you ask some parents what kind of cool things their children are doing, the best
answers come out when children find their own hobbies. What I have here are
strategies to help ease the youth into doing their own thing. It’s more of a
template of what you could do rather than what you should do. It’s a choose-
your-own adventure type advice that goes anywhere your interests lie.
I’m starting to ready Clay Shirky’s book, “Cognitive Surplus,” which delves into
how it’s not technology we should blame for our social problems, but rather how
we interact with and use the technology. During prohibition, it wasn’t the
alcohol that was the big issue, but rather our interaction with it. We, as
adults, take on the lazy youth issue as a problem with technology, such as the
Internet and television, that their mere presence is bad. But, from what we
have gathered before, that isn’t true at all.
And kids have it awesome these days. I wanted to pursue more things as an
adolescence. I self-taught myself a few things, but I lacked some guidance on
how to really go about learning something new. It would have helped to have an
adult talk to me about how they learned to do something, or at least how they
attempted to do something. Growing up, my dad knew all these things about home
and car repair, and I wanted to take that knowledge from him without asking how
to do any of those things. Of course, I did sit around and watch him at work,
but it wasn’t the same without his input. And as a result, I never knew why you
use certain joints for wood, what the carburetor does, and how to drive stick
(though in truth, my dad doesn’t want to be anywhere near a manual shift car
because he loves automatics, so there is no point in asking him).
My sister, reaching the peak of her teenage years asked me to share some of my
knowledge of how to go about doing things. I wrote a lengthy essay-formed
response to her explaining how I would go about doing projects. The point of
projects is you have to enjoy it and you don’t care where it leads. If those
requirements aren’t met, it probably wasn’t worth doing the project in the first
place. This idea of projects isn’t new to me, and it’s familiar with those who
have read Cal Newport’s book, “How To Be A High School Superstar.”
Here’s an excerpt of what I sent my sister.
Apprenticeships used to be the way of learning the essential skills of how to
be a master at any field. You’d be passed down to a mentor who can show you
these skills, for example blacksmithing, and how the art and craft of creating
a tool involves precision and hand-eye coordination. There’s the foundation
steps to creating any tool that is taught by these mentors before one
understands how any tool can be manufactured.
How does it apply to you? Well, first off, it’s the foundation steps in learning
anything. You start to realize your potential in learning a topic of your
choice, and if you fall out of interest with it, it doesn’t mean the end all be
all because hundreds if not thousands have also been though the struggle where
only a few make it. When searching to acquire skills to make you more
presentable for college recruiters, you must understand how hard it is to grasp
something as hard as whatever you want to attain. Also, college is a way to
further pursuits you have rather than to blindly follow what other are doing
because it’s the ‘hot’ thing to do. Really focus on what you like and know
there’s an uphill battle wherever that takes you.”
The email was directed towards her struggles to stand out from the crowd.
There’s an issue with getting into college as a teenager today, but that’s a
completely different topic that I may dwell on in the future.
Thanks for reading my rant. If you have any counter arguments, or any supportive
evidence, please comment below.