Email or username:

Password:

Forgot your password?
44 posts total
muesli

You can now use readme-scribe, a GitHub Action I just published, to automatically update a repository's markdown files (like its README), using markscribe and its powerful template engine.

You don't even need to install or host anything!

github.com/muesli/readme-scrib

muesli

Want to generate your own GitHub profile README like this one?

Check out markscribe, your personal markdown scribe with template-engine and Git(Hub) & RSS powers 💪

github.com/muesli/markscribe

muesli

The Alternative Big O notation:

O(1) = O(yeah)
O(log n) = O(nice)
O(n) = O(k)
O(n²) = O(my)
O(2ⁿ) = O(no)
O(n!) = O(mg!)

muesli

When I'm refactoring some really old code:

Go Up