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.

5-Minute Read

1044 words

The title uses “building” instead of “writing” because some experiences take time to prepare. For example, taking a course takes at least half a year, and longer if there are prerequisites. Competing in a Kaggle machine learning competition can take three to six months, and it’s not always possible to achieve results that are good enough to put on your resume. Deliberately building your resume in advance will give you the best chance of getting interviews when…

3-Minute Read

485 words

The models nowadays are becoming larger, especially language models. Search engines need to provide real-time results, and models on mobile devices have limited memory and computational power, requiring model lightweighting. ONNX, developed by Microsoft, is a cross-platform machine learning framework that can convert models from various frameworks (such as PyTorch, TensorFlow, etc.) into the ONNX format and perform lightweighting. This article takes a PyTorch model as an example, using ONNX to…

4-Minute Read

697 words

I recently finished reading the Elon Musk biography written by Walter Isaacson. Each chapter is a short story that allows us to understand Musk’s personality and how he accomplished all of his achievements: the commercialization of electric vehicles, world-leading self-driving technology, reusable rockets, satellite communications, and more. These are daunting feats, yet he made them happen. Musk is not a perfect person, nor does he need to be. We can try to learn from his working methods…

4-Minute Read

716 words

Recently, FIRE (Financial Independence and Retire Early) has become quite popular. People probably don’t like going to work. The source of income for not working is the 4% Rule, but this is actually a simplified result with dnagers.

4-Minute Read

676 words

Many economic studies discuss the relationship between income and happiness. This is not a formal economics blog, so I will not introduce them. Therefore, the research part will not be too detailed or accurate. I mainly want to talk about my own thoughts. For details of the studies, please see my references.

8-Minute Read

1551 words

There seem to be many misunderstandings about Leetcode (or algorithm problems), such as the need to memorize all Leetcode problems before going for an interview, or that algorithm problems are intelligence tests (so problem-solving ability cannot be improved through practice). Many people criticize algorithm interviews as being disconnected from work, but we have no control over how each company interviews candidates, and discussing this has no help in passing the interview. Here I want to share…

Recent Posts

Categories

Tags