So they're moving to a new "community based", "light governance" model. [1] There are plenty of problems with BDFL-style projects, but I think there are a lot of advantages too. Redis is unique in my experience in that it works the way you'd expect - it doesn't cause outages, it is fast, and it has a vanishingly small number of gotchas. The feature set is well curated and for the most part fits together cohesively. T…
It's an interesting proposition. Whether it's Python, Redis, Laravel or Linux itself, a lot of software projects have been driven primarily by singular people and their decisions which shape the project over a period of time. One example that was mentioned in this thread was the whole "master" thing going on. Is Torvalds really going to get involved in that? Most likely no, and that's a decision he's free to make. I…
The End of the Redis Adventure
61–70 of 308 posts
Re: The End of the Redis Adventure
#62I would rather be remembered as a bad artist than a good programmer Takes a rare person to say this, made me smile :)
But don't worry Antirez, Redis is far from a bad work of art, quite the contrary.
Re: The End of the Redis Adventure
#63@antirez - Thank you for Redis! It's been a joy to use across so many projects. > However I never wanted to be a software maintainer. And nothing say that you have to be. There's this perverted view that anytime someone creates a popular FOSS project, they need to dedicate every waking minute to maintaining it. That's neither economically feasible nor psychologically reasonable. > Redis was the most stressful thing I…
I was also intrigued by that sentence. I expect it means (open source) programming that happens outside of of big corps. But I'm unsure.
Re: The End of the Redis Adventure
#64@antirez - Thank you for Redis! It's been a joy to use across so many projects. > However I never wanted to be a software maintainer. And nothing say that you have to be. There's this perverted view that anytime someone creates a popular FOSS project, they need to dedicate every waking minute to maintaining it. That's neither economically feasible nor psychologically reasonable. > Redis was the most stressful thing I…
The programming world that nobody else sees.
Everybody uses shiny FOSS tools, and some even make big $ using them, but nobody wonders where they come from and how much pain went into building them.
Re: The End of the Redis Adventure
#65HN hugged to death. Here's the snapshot on archive: https://web.archive.org/web/20200630130517/http://antirez.co...
I actually wonder how many request/s one gets from being on the top of HN.
a previous post of mine got 500 points and stay #1 for a few hours.
https://news.ycombinator.com/item?id=22410448
traffic from it looks like this
https://tuananh.net/2020/03/02/traffic-from-top-post-on-hack...
Re: The End of the Redis Adventure
#66Of course an Italian programmer would say this.
Re: The End of the Redis Adventure
#67Earlier quoted context omitted.
I read it twice trying to figure out why you were invoking @dang. In any case, I've had the same experience with only two programs - CouchDB and Redis.
Dang is a word here, not a handle: https://www.urbandictionary.com/define.php?term=Dang
Re: The End of the Redis Adventure
#68HN hugged to death. Here's the snapshot on archive: https://web.archive.org/web/20200630130517/http://antirez.co...
Re: The End of the Redis Adventure
#69So they're moving to a new "community based", "light governance" model. [1] There are plenty of problems with BDFL-style projects, but I think there are a lot of advantages too. Redis is unique in my experience in that it works the way you'd expect - it doesn't cause outages, it is fast, and it has a vanishingly small number of gotchas. The feature set is well curated and for the most part fits together cohesively. T…
BDFL governance is extremely underrated in the opensource world. People attribute the success of the Linux kernel to its open contribution style, but I will argue that Linux is successful because there's a dictator at the top that enforces a direction, a long term goal, and most importantly, says NO.
Community based governance is a direct cause of that jwz's Cascade of Attention-Deficit problem one can find all over the open source world, especially Linux desktop related.
Re: The End of the Redis Adventure
#70The fact that one person can (mostly on their own) create a tool as widely-used and respected as Redis is very inspirational to me. Good luck for the future!
Design by committee and all that.