• Friday

    • Scary – an intentionally-malicious chrome extension to demonstrate risks: https://mattfrisbie.substack.com/p/spy-chrome-extension
    • Lots of private work.
    • Hedgineer: https://www.hedgineer.io/
      • Followed the twitter (https://twitter.com/hedgineering) and subscribed to yt (https://www.youtube.com/channel/UCbulCxi0-MPPw5mHLLlN0Pg). Already following IG. Joined the slack too.
      • All the clips are up: https://www.youtube.com/@hedgineer/videos. Longform full interview soon I think.
    • Followup note from yesterday – I can now (and did) remove the google account from my macbook. It was just adding gcontacts, but now that ContactsSync is keeping icloud/gcontacts in sync on my iphone, the macbook just shows icloud (which is everything).
      • Web icloud and macbook contacts only show 596, but iphone shows 856 (correct, matching gcontacts). Not sure why.
      • Nope – after removing, that delta did result in some missing contacts. Everything fine on phone and google, but icloud/macbook missing some. Added google account back to macbook to be sure.
    • Never really used git stash heavily (weird, I know, it’s a helpful convenience) but played around with it today.
      • push = running git stash with no arguments (similar to create, but not exactly)
      • pop = apply (but pop removes it from the stash list, apply keeps it there)