This is beautiful music. Beautiful!

| Website | https://pawelgrzybek.com |
This is beautiful music. Beautiful!

RE: https://mas.to/@frontenddogma/116469754706356751
Thanks a ton for sharing !
✨ New post
“Vim tip: substitute pattern delimiter doesn't need to be a slash”
https://pawelgrzybek.com/vim-tip-substitute-pattern-delimiter-doesnt-need-to-be-a-slash/
🔥 Vim tip
Do you know the :s (substitute) command? Of course you do!
:s/old/new
But did you know that any single-byte character works as a pattern delimiter? This is so useful when you replace paths that contain the `/` character. No more escapes!
Example:
:s,some/path,another/one
Docs:
:h pattern-delimiter
Good to see that @matthiasott Own Your Web newsletter is back.
https://newsletter.ownyourweb.site/archive/own-your-web-issue-18-curators/
Beautifully written by @rachelandrew
"The importance of people who care"
https://rachelandrew.co.uk/archives/2026/04/21/the-importance-of-people-who-care/
Ok, now you all Cursor users go and have fun on Twitter (X.com, whateva), and I and a bunch of other Vim cavemen are going to have fun here on Mastodon.
Ps. Fuck Elmo!

SpaceXAI and @cursor_ai are now working closely together to create the world’s best coding and knowledge work AI. The combination of Cursor’s leading product and distribution to expert software engineers with SpaceX’s million H100 equivalent Colossus training supercomputer will
RE: https://mastodon.social/@nn1dev/116442528303607341
Super freakin' cool!
A new Git version just dropped and it comes with a new experimental `history` command!
`reword` can be used to change commit messages and `split` can untangle a single commit into multiple ones.
No more interactive rebase. 🎉
https://github.blog/open-source/git/highlights-from-git-2-54/