The End of the Redis Adventure
111–120 of 308 posts
Re: The End of the Redis Adventure
#112Re: The End of the Redis Adventure
#113Re: The End of the Redis Adventure
#114Earlier quoted context omitted.
>> "old white guy in charge of Linux" Erhmmm, why does his age or colour matter in this context? Debate can happen about people and their leadership style, (I'm not a fan of Torvalds) but when the first criteria someone sees for criticizing another person is their age, colour, or race, that seems a bit shallow and biased.
I agree. Isn't this overt racism, sexism, ageism, etc? > Racism: prejudice, discrimination, or antagonism directed against a person or people on the basis of their membership of a particular racial or ethnic group
Re: The End of the Redis Adventure
#115I would love a story on "I don’t like much what the underground programming world became in recent years" What could he mean? What underground programming world is he talking about?
Probably the roving mobs on Twitter who occasionally brigade project issue trackers and mailing lists. Check out the master/slave post he wrote a while back. Or just the toxic nature of some open source communities, especially on Reddīt for whatever reason.
>Yep it's the open source, and in general the "spontaneous" development world, that happens without big money, just for hacking. This "place" once was kinda free and not observed much. Now you can't say anything, if you don't respect a good practice (LOL) people yell at you on Twitter. Even saying that commenting is a good idea is a problem. Not cool.
So yeah, pretty much twitter.
Re: The End of the Redis Adventure
#116Earlier quoted context omitted.
> The most important thing Antirez did, in my opinion, was to say "No" to things. No to new features that didn't make sense. Redis has had tremendous mission creep over the years. It started of course mostly as a volatile cache but I've now seen it also used as a message bus (in three different ways: BLPOP, PUB/SUB and Streams), for service discovery and as a general purpose database - something that Redis Labs (in m…
Memcache is what saying no to changing the use-case looks like. Redis is what saying no to changing the architecture in order to implement features looks like. Redis has stayed the same, architecturally , from the beginning: it’s a keyspace where the values are arbitrary in-memory objects owned by their keys, and where commands resolve to synchronous function-calls against the objects (or ref-cells) at those keys. An…
Re: The End of the Redis Adventure
#117Re: The End of the Redis Adventure
#118Earlier quoted context omitted.
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.
Yep it's the open source, and in general the "spontaneous" development world, that happens without big money, just for hacking. This "place" once was kinda free and not observed much. Now you can't say anything, if you don't respect a good practice (LOL) people yell at you on Twitter. Even saying that commenting is a good idea is a problem. Not cool.
Thanks for mentioning the T- website specifically, it takes a lot of courage to call it out directly these days, because all it takes is one of them with a lot of followers and then you get swamped with hate. It's fucking unreal man.
There's a ton of us down here programming and having fun, free of politics and bullshit. Look forward to seeing you (again).
Re: The End of the Redis Adventure
#119Ok, so many thank you here, thanks! It's very nice to read the comments here. But I hope to interact more on HN, since basically the idea is to write more blog posts, write more OSS software too. Just totally random :D I'll just do whatever every morning I want to do for a long time. Then maybe I'll find a new long term interest.
I did have a post that basically said "I relate," but it wasn't popular (I guess it came across as self-promoting. My apologies).
In any case, I can relate, and completely support you in your future endeavors. I am not a redis user, but I have seen nothing but good said about it.
Re: The End of the Redis Adventure
#120https://www.smashingmagazine.com/2010/05/why-a-tale-of-a-pos...
https://kev.town/2013/04/30/why-did-why-the-lucky-stiff-quit...