Navigating Self

My attempt to have a writing habit. Writing forces me to have clarity with how I'm living my life.

ComputersFinancesSystems and ProcessesThoughtsUncategorized

Blog

Unlimited

Merong yatang dalawang bagay na unlimited

  1. Gusto
  2. Excuses

Madami akong gusto pero konti lang ang gustong gusto ko, to the point na excuses are invalidated. 

I think excuses are necessarily unlimited too, to filter out what we want to what we really really want.

Para ang makakakuha lang yung mga taong gagawin lahat para makuha yung gusto nila.

Written in December 27, 2013

Take time to not lose time

I always say, ‘Look, I’d rather you take an extra minute or two and slow up service to get it right.’ Because the one minute behind you are now is going to become six minutes behind because we’re going to have to redo the plate. — For A More Ordered Life, Organize Like A Chef

One of the things that seems counterintuitive is not to rush things especially if you need to rush things.

Rushing leads to low-quality, compromised work that may take you more time in other, not-obvious ways.

Relaxed approach when coding

To conclude, programmers work at night because it doesn’t impose a time limit on when you have to stop working, which gives you a more relaxed approach, your brain doesn’t keep looking for distractions and a bright screen keeps you awake. — Maker’s Time

I code better when I’m relaxed. When there’s too much to think and worry about, I just can’t function properly. Most of my background processing are spent on worrying.

Note to self: have enough time to play around while coding. That way, you enjoy the actual work.

Wrong

I did not know how to do it right, so first I did it wrong.

One thing that prevents me from doing a lot of things is the fear of being wrong.

Much more worse than doing something wrong is not doing it at all.

Hindi obvious sa akin to dati: being wrong is a really good form of feedback.

Kasi it hurts. Ngayon I try to use that feeling as a cue na I need to change something.

Feedbacks are key things in getting better.

Don’t pressure yourself to do it “right” the first time. If you got it wrong, celebrate! Because now you’ve got something specific to improve on.

Overlooking

Mahalaga pala matuto mag overlook. Of flaws and superficialities, and of things that doesn’t really matter (right now or ever).

It frees the mind for more important things.

Learning to ask

One thing I learned from Julie is learning how to ask.

I usually over think when I’m about to ask for an extra ketchup or a raise. It doesn’t matter which. I just… over think.

I got from her that it’s just a freaking question and people can just say no if they don’t want to.

Don’t make it such a big deal.

Making it a big deal: This is another thing I need to address. Since I spend a lot of energy before asking, I get offended by those who say no to me. Rejection is something I dread hearing. This one of the reasons why I’m afraid to ask in the first place.

Rejection is fine, don’t make it such a big deal. You can just go ask somebody else. Life doesn’t end on rejection. If you can’t go straight ahead, go find a workaround.

If you don’t ask, you don’t get.

Create new Bitbucket repo on command line

My usual process when starting a new project in web development is to

  1. Create a new private repository at Bitbucket
  2. Add the remote url to my local repo
  3. Git push to remote

This involves a lot of context-switching by using a browser, remembering logins, clicking and copy-pasting stuff. It adds a lot of friction when starting a new project.

I decided to scratch my itch, make the process easier. I created a batch script that’s aliased to bitbucket command. It will ask my username, password, and a repo name. After that it creates it using Bitbucket REST APIs and adds the resulting repo to the remote of the current git repo.

It’s much simpler than it sounds haha. Here it is:

[gist id=6687a9676dedd47698a7]

Now I just need to type bitbucket and answer the prompt and the code will be ready to be pushed to it’s own repo. :)

Fresh Start

I just sorted out all my debt and budgeted my remaining money yesterday and it felt I’m in control of my life! Haha

There’s this fresh start feature on YNAB that will hide all your previous, probably unaccounted, transactions. It eliminates the burden of what-has-been.

The idea is: you only need to think on what you have now and what will be your future spendings. You just can’t change anything to what was spent, just let it go and clear your mind of it.

Maybe it’s the same with blogging. I have been wanting to write for a long time, I was just waiting for my excuses to dry up haha.

Let’s see where will this be heading.

Let this be my fresh start.

Designing a Resume

I got most of it wrong. Akala ko you just preset yourself, your skills, your education and that’s it. It’s up to the employer to figure out how they’ll use you.

Dalawa lang daw goal ng companies why they hire

  1. Increase revenue
  2. Reduce cost

Use that insight for every decision you do about your resume.

Pano mo made-demonstrate na you can increase revenue or reduce cost?

What do you bring to the table?

Make it easy for them to see what value can you deliver

Sell yourself kung baga

You don’t sell a product (yourself) by what it can do, you sell a product by what it can do to make your (company’s) life easier/better

2020 © Jerico Aragon