Philipe Fatio · X (formerly Twitter)

Philipe Fatio

1,909

posts

user avatar

@fphilipe

Zurich, Switzerland

Joined June 2008

  • user avatar

  • user avatar

    Do you use Git aliases? Do you deal with repos that have differently named default branches? Then check out my latest blog post: Git aliases supporting main and master phili.pe/posts/git-alia…

  • user avatar

    New blog post: Grep one-liners as CI tasks – Leveraging grep’s exit status and output for simple code checks phili.pe/posts/using-gr…

  • user avatar

    What is this? A glitch or a key on my keyboard that I don't know? 😯

  • user avatar

    Looks like macOS Monterey broke awk. I can no longer strip a Unicode BOM. echo "\xef\xbb\xbf" | awk '{ sub(/^\xef\xbb\xbf/, ""); print }' | hexdump

Read the original on x.com ↗