Email or username:

Password:

Forgot your password?
49 posts total
muesli

No I wonder... did someone hack this? Did he resign? What happened?

muesli

šŸŽ‰ Owncast 0.0.3 is out! šŸŽ‰

This is pretty amazing! An open-source video streaming service that comes with batteries included: live chat, adaptive bitrate streaming, an admin interface.

Think of it as a self-hosted Twitch alternative!

Website: owncast.online/

Sources: github.com/owncast/owncast

Check out the demo instance: watch.owncast.online/

muesli

If you're still undecided which console to go with this generation, people have figured out that they can float ping-pong balls on the Series X vent... so I think we have a clear winner.

muesli

šŸ“£ k-means v0.2.0

A k-means clustering algorithm implementation written in #golang

github.com/muesli/kmeans

muesli

I was pretty fed up with the behavior of 'df', so I wrote my own diskfree tool.

It's called 'duf', it's written in #golang, and you can get it here: github.com/muesli/duf

On ArchLinux, you can simply install 'duf' from the AUR.

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