MTS-2 @Adobe | ॐ नमो भगवते वासुदेवाय

Ayodhya
Joined November 2019
Rishabh Dwivedi retweeted
📢 Episode 253 is out! 📢 In this episode, @blelbach and @code_report finish their chat with @SeanParent and chat about AI, @cursor_ai and experiences using AI assisted tools 🥳 adspthepodcast.com/2025/09/2…
5
14
0
I realised that if I have: Single argument Function Variable Function application in a language, that’s totally sufficient. We don’t need anything else even not bool or numbers in a language.
1
Rishabh Dwivedi retweeted
A great article on parallelizing non-associative scans that was inspired by @adspthepodcast episode 241! woti.substack.com/p/parallel…
2
8
1
44
Executing tasks on a thread pool with single thread is a good example of Parallelism.
1
3
Many thanks for all the contributors who have made this possible: @MaikelNadolski @LucT3o @RishabhRD_tweet Lee Howes
1
2
5
And also design by contract helps a lot while proving things.
2
And one more relief I got when I realised that Knuth used to prove his programs not test it. And he didn’t like mocking at all.
2
But realised that its not true. And there should be more unit tests for implementation detail for less changing parts rather than public API.
3
Today I faced combinatorial explosion while writing unit test case of a pure function. Due to some reason I was in BDD phase and was thinking I should only test public interface not implementation details.
2
I want to learn about unit testing in a disciplined way. @SeanParent would you suggest some must read classics for the same.
4
3
One underrated thing about writing haskell: I got to know about @BartoszMilewski
One underrated thing about writing haskell: I'm having fun
1
1
Finally was able to submit a RACKET solution on leetcode 😂. @teej_dv @ThePrimeagen
3
Rishabh Dwivedi retweeted
As I expected, imho rust’s only real advantage to C++ is being designed in 2010, not 1980. The tooling. All the fuss about the language I'm not so convinced. All that awesomeness about null not being in the lang and the borrow checker is tore down once you leave the...
When you know its time to quit.
Hi @SeanParent , in your talks you have been using relationship diagrams. Just wanted to know if there exists any specific book or something where I can learn more about them? Thanks
1
Rishabh Dwivedi retweeted
Oh cool. A rust library that does what I want. Wait, that's not a lot of code. Ahh it's a small wrapper around another library. Lets check that one out. Wait, that library is also a small wrapper around another library. Did we learn nothing from NodeJS?
Problem 2187 Leetcode C++20 solution. @code_report it may be a good example for any of your future awesome talks. An example to make people avoid writing binary search by hand and use STL. Tagging @algo_love_club bcz why not!
Formatting ranges pipeline looks so bad with .clang-format 😢. @ericniebler How you manage it?
2
3
I just finished the first chapter of Graph! LeetCode is offering a limited-time FREE offer for these great resources. The offer ends on Feb 14th. Join to start learning and LeetCoding with me! leetcode.com/explore/learn/c… #LeetCode #LearnwithLC
1