Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 1.98 KB

post-ideas.md

File metadata and controls

59 lines (48 loc) · 1.98 KB

Post ideas

  • Exact behaviours of GitHub action triggers; are they AND or OR?
  • Git mailmap post
  • Write about experience in Stack Overflow user research for Collectives
  • Summary of "Designing Data-Intensive Applications" (requires Pages feature)
  • Review of "Where Wizards Stay Up Late"
  • Review of "The Idea Factory"
  • Review of "No Rules Rules"
  • Review of "Designing Data-Intensive Applications"
  • Book reading plans for 2023

Up next

Fleshed out

The origins of IMDb

Resources:

Just topics

  • From for loop with cat/grep to just grep, and on to

    printf | xargs grep
    find | xargs
    find -exec
    find -exec {}
    find | xargs -P
    parallel

    and -print0 versions, too

  • Why story points shouldn't take into account experience of the person working: it normalizes by team capacity

  • That beautiful Git alias to delete stale local branches

  • Dotfiles setup

  • Passive aggressive Slack message about specific incident, compare to fly open and say "hey everybody, check your flies" (Radical Candor)

  • Solarizing everything

  • An annotated CLI reading list

  • Underdocumented Bash features

  • A Git aware prompt

  • Watching all of Star Trek (in production order)

  • Bash loadable builtins

  • What's new in Bash 5.1