In case you are interested in providing feedbacks about the next episodes, my current list of potential ideas is: 1. Code snippets: show small self contained functions from random places inside Redis. 2. Redis Sentinel: the first design, the immediate redesign of v2, and how it is internally implemented. 3. The use of goto in Redis. 4. Redis protocol parsing and zero-copying of objects. 5. The odd Redis persistence m…
Thanks for the videos, it's always a pleasure watching good engineers work. A lot to learn. As a side note, can you share your Terminal color scheme? It's really nice
Writing System Software [video]
41–50 of 73 posts
Re: Writing System Software [video]
#42In case you are interested in providing feedbacks about the next episodes, my current list of potential ideas is: 1. Code snippets: show small self contained functions from random places inside Redis. 2. Redis Sentinel: the first design, the immediate redesign of v2, and how it is internally implemented. 3. The use of goto in Redis. 4. Redis protocol parsing and zero-copying of objects. 5. The odd Redis persistence m…
How about writing a book with all these potential ideas and name it "The Design and Implementation of Redis in-memory Database"?
Re: Writing System Software [video]
#43I really feel bad about blatant self-promotion; especially in a thread like this about somebody else who is producing video content. However, I think some folks here may enjoy my work. I have a daily programming stream on Twitch: https://twitch.tv/nybblesio . I stream from 5am-10am MT Monday to Saturday. (I have to take at least one day off or my brain overheats.) I also archive all of my streams to my YouTube channe…
Re: Writing System Software [video]
#44Very good work. How about a video/blog where you can describe use-cases where redis has been creatively used to solve a tough problem. With some redis design patterns included?
Re: Writing System Software [video]
#45Nice work @antirez, you're an inspiration to the community!
Re: Writing System Software [video]
#46Having a hard time getting past the blatant use of vi instead of emacs... ;-)
Re: Writing System Software [video]
#47I really feel bad about blatant self-promotion; especially in a thread like this about somebody else who is producing video content. However, I think some folks here may enjoy my work. I have a daily programming stream on Twitch: https://twitch.tv/nybblesio . I stream from 5am-10am MT Monday to Saturday. (I have to take at least one day off or my brain overheats.) I also archive all of my streams to my YouTube channe…
(is this what it feels like to be old?)
Re: Writing System Software [video]
#48For people wondering if Antriez is following DHH's example, he is. He announced it in this tweet: https://twitter.com/antirez/status/966052769391153155 DHH wrote about his series in this blog post: https://m.signalvnoise.com/on-writing-software-well-aee37807... Link to his playlist: https://www.youtube.com/watch?v=H5i1gdwe1Ls&list=PL3m89j0mV0...
The correct playlist is now this: https://www.youtube.com/playlist?list=PL9wALaIpe0Py6E_oHCgTr...
Re: Writing System Software [video]
#49In case you are interested in providing feedbacks about the next episodes, my current list of potential ideas is: 1. Code snippets: show small self contained functions from random places inside Redis. 2. Redis Sentinel: the first design, the immediate redesign of v2, and how it is internally implemented. 3. The use of goto in Redis. 4. Redis protocol parsing and zero-copying of objects. 5. The odd Redis persistence m…
Only thing I have to suggest is changing your sound recording setup to reduce the echo. Interesting stuff, I haven't had to write C++ in a few years, it's nice to have a bit of a refresher.