Been trying out grok-code-fast-1 and I’m really surprised what a good model it is - not just coding wise but in general…
Feed
This is a collection of my latest thoughts and updates.
#202508281232 Copy Link #202507261455 Copy LinkJust deployed my GitHub Actions based pipeline. Every feed entry now has an issue as it’s source of truth. Take a look at #5 to see it in action.
#202507261310 Copy LinkUsing
git pull --rebasecan help maintain a cleaner git history by applying your local changes on top of the latest remote changeset. Withgit config --global pull.rebase trueone can enforce this as the default behavior globally.