A Jekyll-powered blog hosted on GitHub Pages.
See it live on: https://chrisrng.github.io/context-window-blog
- https://addyosmani.com/blog/21-lessons/
- https://abseil.io/fast/hints.html
- https://thinkingmachines.ai/blog/defeating-nondeterminism-in-llm-inference/
- https://ludwigabap.com/posts/on-becoming-competitive-when-joining-a-new-company/
- https://www.seangoedecke.com/taking-a-position/
- https://leaddev.com/leadership/managing-complex-organizational-change
- https://blog.thepete.net/blog/2019/12/09/delivering-on-an-architecture-strategy/
- Moving from Senior to Staff/Principal Engineeer in the IC track
To run this site locally:
- Install Ruby and Bundler
- Install dependencies:
bundle install
- Run the Jekyll server:
bundle exec jekyll serve - Visit
http://localhost:4000in your browser
This site is configured to work with GitHub Pages. To enable it:
- Go to your repository settings
- Navigate to "Pages" in the sidebar
- Under "Source", select the branch you want to deploy (usually
main) - Click "Save"
Your site will be published at https://<username>.github.io/<repository-name>/
Create a new file in the _posts directory with the format:
YYYY-MM-DD-title-of-post.md
Include front matter at the top:
---
layout: post
title: "Your Post Title"
date: YYYY-MM-DD HH:MM:SS -0000
categories: category1 category2
---This work is licensed under a Creative Commons Attribution 4.0 International License.