Programming, Day 7

Looked up tmux today. Need to spend time on it in the future.

June 9, 2018 · Mario Jason Braganza

Programming, Day 6

Worked on getting conda environments working

June 8, 2018 · Mario Jason Braganza

Programming, Day 5

Spent two hours, trying to change the position of my tags and get navigation working. No dice. I’m starting to have fun though. Enjoying the process rather than looking at programming as drudgery. It’s still a slog that makes no sense, but I’m getting comfortable with it.

June 7, 2018 · Mario Jason Braganza

Programming, Day 4

Researching how to modify Lanyon, the theme that runs this blog. Also while I switched to PT Serif completetely, I think I like the Source Sans Pro & PT Serif combo on the newly refreshed Seth Godin blog.

June 6, 2018 · Mario Jason Braganza

Programming, Day 3, Setting up VS Code to launch from the Command Line in OS X

Problem: I wanted to launch Microsoft’s Visual Studio Code from the command line at will. What I did: Launch VS Code Hit cmd-shift-p (⌘-⇧-P) Begin to type Shell … and choose and execute “Shell Command: Install ‘code’ command in PATH” Launch Terminal and check to see if VS Code launches by typing the code command. Edit the .bash_profile file in the home folder and change the $EDITOR variable like so … # Setting Visual Studio Code as $EDITOR export VISUAL=code export EDITOR="$VISUAL" ...

June 5, 2018 · Mario Jason Braganza

Programming, Day 2

Worked a little bit more on the blog yesterday. Nothing worked out though Maybe if this post, publishes, atleast one tiny bit might

June 5, 2018 · Mario Jason Braganza