This message, related to the development of the theme, only displays on the localhost homepage to notify you of any important theme changes.


Version 2.0.0 - July 20, 2020

Below are the following changes that could be breaking changes for your site. For more details on any change, please refer to PR #154.

The major breaking change is:

  1. Users that have front matter that utilize images (backwards compatibility for featured and associated parameters still remains) will need to adjust from [images]="SRC" to the new format.
[[images]]
    src = "" // Link to image
    alt = "" // Alt text for image
    stretch = // Optional: See screenshots for referenced values and outcomes

If you utilize any of the following, there might be a breaking:

  1. User custom templates may require adjustment.
  2. User custom i18n languages, or custom templates referencing i18n translations may require adjustment.
  3. User custom template for comments will require adjustment if it uses the theme’s CSS and/or JS.
  4. User custom CSS may need to adjust due to a variety of class name changes and specificity changes.

While I realize this is inconvenient, I hope that it is worth it to you in the long run. Thanks for using the theme, and feel free to submit issues as needed.

Photo of me, Sarah Hamid, looking much professional

Sarah Hamid

My Unsolicited Words,
Thoughts, and Ideas

Making it to the Top 4% of a Kaggle leaderboard and why I shouldn't be there

If there is only one thing I learned by doing this, is that I really don't know very much. Now that I've gotten that off my chest, here are the methods, mistakes, and lessons I learned while attempting my first ML models in R.

Sarah Hamid

39-Minute Read

Making it to the Top 4% of a Kaggle leaderboard and why I shouldn't be there
Kaggle Titanic Competition using CART and CIT models

TLDR; I wanted to apply my beginner R skills to a complex problem, and chose machine learning because why not. I managed to do well, but my lack of knowledge blinded me to the fact that I was kinda cheating, as I relied heavily on trial and error to rise the ranks. Despite this, I learned a lot about classification models and random forests, wrote more complex R code that the beginner stuff I had done so far, and enjoyed messing around and reflecting on the experience. All in all, it’s still a…

Why I said goodbye to WordPress for custom-designed blogs

A brief rationale for ditching my WordPress-powered site and creating a new one using the R package blogdown and hugo.

Sarah Hamid

13-Minute Read

Why I said goodbye to WordPress for custom-designed blogs
Man throwing away WordPress logo

I’m not gonna lie, building a website, especially on a foreign framework, is time-consuming. Even the smallest of bugs can take hours to localize to a specific line of code or setting. Like most people who aren’t developers, I started with the best-known free option for building blog sites: WordPress. But the more I learned more about SEO and UX, the more agonizing WordPress was to work with. After a lot of hassle, I eventually trashed my old site and created this hugo-powered one.

Creating an interactive map in R for noobs like me

How I created a dynamic world map of the countries I lived in, visited, and traveled through using the R packages ggplot2 and ggirafe.

Sarah Hamid

6-Minute Read

Creating an interactive map in R for noobs like me
Interactive map using ggplot2 and ggirafe in R

I traveled a fair bit over the years, and have always been curious about just how much of the world I managed to cover. Well, what better way to illustrate my travels than to create an interactive map visualization in R.

Recent Posts

Categories

About

This is the little corner of the web that’s mine. One where I don’t need a style guide or stakeholder approval to hit publish.