17:34:59 Hi everyone, I've posted my first ccs. Please leave comments and suggestions or up/downvote. Thanks! 17:35:08 <0​xfffc:matrix.org> https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/429 17:46:09 0xFFFC pretty cool, post in community/space as well. 18:37:59 check DM 22:20:14 I want to get into the monero codebase and learn a new language. I know almost everything is c++, I was always scared of cpp and never touched it for that reason. Where would you suggest I start? (Got experience in other langs like go, python, c#, java) 22:21:25 Before even looking at codebase get the basics ig. Anyone knows where to get good resources for that? (Ik I can just watch yt but as many of you are so experienced and talented mb u have suggested you wish you had at the beginning) 22:21:41 *suggestions 22:21:48 Before even looking at codebase get the basics ig. Anyone knows where to get good resources for that? (Ik I can just watch yt but as many of you are so experienced and talented mb u have suggestions you wish you had at the beginning) 22:33:09 Ukoehb once upon a time posted some good resources iirc 22:38:48 I used learncpp.com 22:39:51 That only gets you started, then lots of time in cppreference 22:40:58 If you ignore the heavy template stuff, C++ isn't very far from java really. Easily close enough to read at least.