Redis array: short story of a long development process
1–10 of 118 posts
Re: Redis array: short story of a long development process
#2Re: Redis array: short story of a long development process
#3Very cool anyway! Can I expect a youtube video about this soon?
Re: Redis array: short story of a long development process
#4Closely matches my own experiences with current SOTA AI. Extremely useful collaborator, far from being a replacement for human intelligence and creativity.
Re: Redis array: short story of a long development process
#5Is it possible to see the specification file you created and used for AI assisted development? Very cool anyway! Can I expect a youtube video about this soon?
Re: Redis array: short story of a long development process
#6Closely matches my own experiences with current SOTA AI. Extremely useful collaborator, far from being a replacement for human intelligence and creativity.
Re: Redis array: short story of a long development process
#7Closely matches my own experiences with current SOTA AI. Extremely useful collaborator, far from being a replacement for human intelligence and creativity.
I like to say, AI is the duck programming duck I always wanted
Now I just need a way to protect my chats from any potential discovery, and business’ll be easy.
Re: Redis array: short story of a long development process
#8Re: Redis array: short story of a long development process
#9Re: Redis array: short story of a long development process
#10It feels like Redis is becoming a small database, which seems to make it more convenient to use. Could you add more examples that clarify where the boundary should be?
wc -l t_array.c sparsearray.c
2012 t_array.c
2063 sparsearray.c
4075 total (including comments)
Sure there are also the AOF / RDB glues, the tests, the vendored TRE library for ARGREP. But all in all it's self contained complexity with little interactions with the rest of the server.A quick note: if we focus only on that part of the implementation, skipping tests and persistence code which is not huge, 4075 lines in 4 months are an average of 33 lines per day, which is quite low.