0 Followers
11 Following
6 Posts
Im a Brazilian iOS Developer who loves Cycling…

I've had the idea for a weird kind of Twitter client for years. With Mastodon being all open, I've decided to do the experiment:

What if your Timeline looked like iMessage. A normal timeline confuses me to no end because everything is out of context.

My experiment, Ebou, is a Mastodon client that looks like iMessage. Conversations are grouped by friends and sorted by recent postings.

It is super basic right now, but this already feels much more natural to me 😀

Sean Baxter not only wrote his own C++ compiler, but he authored this magnificent vision paper for the future of C++ that it moved me to reconsider my views on the safety of the language and its use future projects.

Seldom a man of my age and opinions can change his mind over something so fundamental.

Enjoy: https://github.com/seanbaxter/circle/blob/master/new-circle/README.md

circle/new-circle/README.md at master · seanbaxter/circle

The compiler is available for download. Get it! Contribute to seanbaxter/circle development by creating an account on GitHub.

GitHub

“How do I increase my team’s velocity?”
Write more tests.

“How do I find and fix more bugs?”
Write more tests.

“How can I gauge performance of our code?”
Write more tests.

“How can we better document what our code is supposed to d–“
I feel like you know the answer already.