My free book "Rust Projects – Write a Redis Clone" is out
11–20 of 41 posts
Re: My free book "Rust Projects – Write a Redis Clone" is out
#12Re: My free book "Rust Projects – Write a Redis Clone" is out
#13[flagged]
Re: My free book "Rust Projects – Write a Redis Clone" is out
#14Haven't read the book. I feel like this is effectively "Rust: The Hard Parts" as a topic. Mostly in that from my admittedly limited understanding of rust, lifetimes and shared memory, Redis in rust semantics is almost an anti pattern. I intend to look into this book as I find the topic interesting. But do feel that it's tackling some of the more cumbersome areas of rust. I'm also curious if there will be an effort to…
I think redis design is probably easy becasue it's single threaded. So probably not But wasn't the use you described the whole point of rust getting alot of investment from Mozilla in the first place. The browser had all those problems you describe and they thought the language makes it easier
In safe Rust understanding why all this works isn't your problem, it just does. Hardcore implementation work (say, you're making a new kind of mutual exclusion primitive) will need unsafe and also rely on proper understanding of how to (and whether to) enable use of your type this way.
Re: My free book "Rust Projects – Write a Redis Clone" is out
#15Earlier quoted context omitted.
Hi! The book is actually free, you can set the price to zero. Anyway, whatever way you choose, you get access to all future versions. Thanks!
That's not what I meant; Leanpub shows us that the actual book is INCOMPLETE, it's only 40% ready, not 40% discount LOL! :D
Re: My free book "Rust Projects – Write a Redis Clone" is out
#16This reminds me of Tim McNamara's course Implement RougeDB, a Redis clone from outer space ( https://learning.accelerant.dev/view/courses/implement-rouge... ). I paid somewhere around $100 for this course (through some coupon code, I remember the original prices was $200-ish). It was supposed to be completed by Aug 2023, yet almost one year and a half later, it's still incomplete. I almost gave up at this point.
Re: My free book "Rust Projects – Write a Redis Clone" is out
#17This reminds me of Tim McNamara's course Implement RougeDB, a Redis clone from outer space ( https://learning.accelerant.dev/view/courses/implement-rouge... ). I paid somewhere around $100 for this course (through some coupon code, I remember the original prices was $200-ish). It was supposed to be completed by Aug 2023, yet almost one year and a half later, it's still incomplete. I almost gave up at this point.
Have you reached out to Tim? I know him and I believe he wouldn't do that intentionally. Maybe he is busy with something else or just lost track of the schedule.
Of course he's been busy. Everyone is busy. But charging $200 (or $100 with coupon) for a course which is delayed for more than 1.5 years and still has no sign of completion is another story.
Re: My free book "Rust Projects – Write a Redis Clone" is out
#18This reminds me of Tim McNamara's course Implement RougeDB, a Redis clone from outer space ( https://learning.accelerant.dev/view/courses/implement-rouge... ). I paid somewhere around $100 for this course (through some coupon code, I remember the original prices was $200-ish). It was supposed to be completed by Aug 2023, yet almost one year and a half later, it's still incomplete. I almost gave up at this point.
Have you reached out to Tim? I know him and I believe he wouldn't do that intentionally. Maybe he is busy with something else or just lost track of the schedule.