Skip to content

chore(summary): add summary-238 #278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Alpastx
Copy link
Contributor

@Alpastx Alpastx commented Jul 1, 2025

No description provided.

Copy link

netlify bot commented Jul 1, 2025

👷 Deploy request for otc-catchup pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 92a51c0

@HarshKapadia2 HarshKapadia2 mentioned this pull request Jul 1, 2025
Comment on lines +7 to +9
* Harsh discussed CPPCon talk by Matt Godbolt- The Bits between the Bits and What Every Programmer should know how CPUs work at GOTO con
** link:https://www.youtube.com/watch?v=dOfucXtyEsU[CppCon 2018: Matt Godbolt “The Bits Between the Bits: How We Get to main()”^]
** link:https://www.youtube.com/watch?v=-HNpim5x-IE[What Every Programmer Should Know about How CPUs Work • Matt Godbolt • GOTO 2024^]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Harsh discussed CPPCon talk by Matt Godbolt- The Bits between the Bits and What Every Programmer should know how CPUs work at GOTO con
** link:https://www.youtube.com/watch?v=dOfucXtyEsU[CppCon 2018: Matt Godbolt “The Bits Between the Bits: How We Get to main()”^]
** link:https://www.youtube.com/watch?v=-HNpim5x-IE[What Every Programmer Should Know about How CPUs Work • Matt Godbolt • GOTO 2024^]
* Harsh shared
** link:https://www.youtube.com/watch?v=-HNpim5x-IE[What Every Programmer Should Know about How CPUs Work^] (Matt Godbolt)
** link:https://www.youtube.com/watch?v=dOfucXtyEsU[CppCon 2018: Matt Godbolt “The Bits Between the Bits: How We Get to main()”^]

Comment on lines +10 to +11
* Kartik shared a playlist for DSA by Pavel Marvin and also mentioned that he is a redcoder in codeforces and his lectures are very indepth and builds intuition from basic
** link:https://youtube.com/playlist?list=PLrS21S1jm43igE57Ye_edwds_iL7ZOAG4&si=RfhvCM3usBVJjGO_[Algorithm & DS English Course^]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Kartik shared a playlist for DSA by Pavel Marvin and also mentioned that he is a redcoder in codeforces and his lectures are very indepth and builds intuition from basic
** link:https://youtube.com/playlist?list=PLrS21S1jm43igE57Ye_edwds_iL7ZOAG4&si=RfhvCM3usBVJjGO_[Algorithm & DS English Course^]
* Kartik shared a playlist for DSA by Pavel Marvin and also mentioned that he is a link:https://www.youtube.com/watch?v=y7169jEvb-Y[Red Coder on Codeforces^] (really good coder) and his lectures are very in-depth and builds intuition from the fundamentals
** link:https://youtube.com/playlist?list=PLrS21S1jm43igE57Ye_edwds_iL7ZOAG4&si=RfhvCM3usBVJjGO_[Algorithm & DS English Course^]

Comment on lines +19 to +20
** link:https://www.keepalived.org[Keep Alived^]
** link:https://github.com/acassen/keepalived[Keep Alived Github^]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
** link:https://www.keepalived.org[Keep Alived^]
** link:https://github.com/acassen/keepalived[Keep Alived Github^]
** link:https://www.keepalived.org[Keepalived^]
** link:https://github.com/acassen/keepalived[Keepalived Github^]

** link:https://developer.hashicorp.com/consul/docs/concept/consensus[Consensus^]
** link:https://en.wikipedia.org/wiki/Virtual_IP_address[VIP-Virtual IP Address^]
** link:https://infotracer.com/reverse-ip-lookup/virtual-ip-address[Reverse VIP Lookup^]
** link:https://blog.codingconfessions.com/p/seeing-the-matrix[Blog on Compilers^]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
** link:https://blog.codingconfessions.com/p/seeing-the-matrix[Blog on Compilers^]
** link:https://blog.codingconfessions.com/p/seeing-the-matrix[Understanding Computer Organization from First Principles^]

** link:https://hackathon.dev[AI Video call^]
* Harsh shared writing a compiler with LLVM
** link:https://www.youtube.com/watch?v=vrRXIQDCCEk[Writing a compiler with LLVM - Cailin Smith - NDC Oslo 2022^]
*Darshan and Harsh shared about Raft-consesnses algorithm while we were discussing about Fault Tolerance and how multiple servers agree on values and The concept of VIP and Paxos
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
*Darshan and Harsh shared about Raft-consesnses algorithm while we were discussing about Fault Tolerance and how multiple servers agree on values and The concept of VIP and Paxos
* Darshan and Harsh talked about Raft-consensus algorithm while we were discussing about fault tolerance, how multiple servers agree on values and the concepts of VIP addresses and Paxos.

Comment on lines +26 to +27
* Darshan mentioned Aurora db the selling point of aurora db is that if you write you can read simultaneously that ensures you will always get data as well as the concept of Ditributed databases.
** link:https://www.youtube.com/watch?v=DA5W8tO_7Nw[Arpit Bhayani Distributed db^]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Darshan mentioned Aurora db the selling point of aurora db is that if you write you can read simultaneously that ensures you will always get data as well as the concept of Ditributed databases.
** link:https://www.youtube.com/watch?v=DA5W8tO_7Nw[Arpit Bhayani Distributed db^]
* Darshan mentioned Amazon Aurora
** link:https://www.youtube.com/watch?v=DA5W8tO_7Nw[What the heck is Storage-Compute Separation? | Aurora Paper Deep Dive - Section 1^]

Comment on lines +29 to +45
* Shared Links
** link:https://www.youtube.com/watch?v=dOfucXtyEsU[CppCon 2018: Matt Godbolt “The Bits Between the Bits: How We Get to main()”^]
** link:https://www.youtube.com/watch?v=-HNpim5x-IE[What Every Programmer Should Know about How CPUs Work • Matt Godbolt • GOTO 2024^]
** link:https://youtube.com/playlist?list=PLrS21S1jm43igE57Ye_edwds_iL7ZOAG4&si=RfhvCM3usBVJjGO_[Algorithm & DS English Course^]
** link:https://microsoft.github.io/renderformer[Render Former^]
** link:https://hackathon.dev[AI Video call^]
** link:https://www.youtube.com/watch?v=vrRXIQDCCEk[Writing a compiler with LLVM - Cailin Smith - NDC Oslo 2022^]
** link:https://raft.github.io[The Raft Consensus Algorithm^]
** link:https://www.keepalived.org[Keep Alived^]
** link:https://github.com/acassen/keepalived[Keep Alived Github^]
** link:https://en.wikipedia.org/wiki/Paxos_(computer_science)[Paxos^]
** link:https://developer.hashicorp.com/consul/docs/concept/consensus[Consensus^]
** link:https://en.wikipedia.org/wiki/Virtual_IP_address[VIP-Virtual IP Address^]
** link:https://infotracer.com/reverse-ip-lookup/virtual-ip-address[Reverse VIP Lookup^]
** link:https://blog.codingconfessions.com/p/seeing-the-matrix[Blog on Compilers^]
** link:https://www.youtube.com/watch?v=DA5W8tO_7Nw[Arpit Bhayani Distributed db^]
** link:https://www.youtube.com/watch?v=EaWlpn24eAs[Amazon Aurora^]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most links already mentioned above.

Suggested change
* Shared Links
** link:https://www.youtube.com/watch?v=dOfucXtyEsU[CppCon 2018: Matt Godbolt “The Bits Between the Bits: How We Get to main()”^]
** link:https://www.youtube.com/watch?v=-HNpim5x-IE[What Every Programmer Should Know about How CPUs Work • Matt Godbolt • GOTO 2024^]
** link:https://youtube.com/playlist?list=PLrS21S1jm43igE57Ye_edwds_iL7ZOAG4&si=RfhvCM3usBVJjGO_[Algorithm & DS English Course^]
** link:https://microsoft.github.io/renderformer[Render Former^]
** link:https://hackathon.dev[AI Video call^]
** link:https://www.youtube.com/watch?v=vrRXIQDCCEk[Writing a compiler with LLVM - Cailin Smith - NDC Oslo 2022^]
** link:https://raft.github.io[The Raft Consensus Algorithm^]
** link:https://www.keepalived.org[Keep Alived^]
** link:https://github.com/acassen/keepalived[Keep Alived Github^]
** link:https://en.wikipedia.org/wiki/Paxos_(computer_science)[Paxos^]
** link:https://developer.hashicorp.com/consul/docs/concept/consensus[Consensus^]
** link:https://en.wikipedia.org/wiki/Virtual_IP_address[VIP-Virtual IP Address^]
** link:https://infotracer.com/reverse-ip-lookup/virtual-ip-address[Reverse VIP Lookup^]
** link:https://blog.codingconfessions.com/p/seeing-the-matrix[Blog on Compilers^]
** link:https://www.youtube.com/watch?v=DA5W8tO_7Nw[Arpit Bhayani Distributed db^]
** link:https://www.youtube.com/watch?v=EaWlpn24eAs[Amazon Aurora^]
* link:https://hackathon.dev[Realistic AI video call on the hackathon.dev website^]

Comment on lines 37 to 39
** link:https://www.zeuslearning.com/[Zeus Learning^]
** link:https://support.apple.com/en-in/111102[Apple Camera Support^]
** link:https://freedium.cfd/https://sfaldin.medium.com/what-woody-allens-showing-up-quote-really-means-ee743f0adbbb[Medium article^]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For this entire section (L37 to L43), can we please replace the link titles with the actual title of the article/blog/video? Thank you so much for these changes!

Cc: Hey @PranavDani, Alpesh has made changes. (Just FYI, so that you don't make changes again.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants