-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚚 update: Add 182nd CatchUp summary (#219)
- Loading branch information
1 parent
64aa0fd
commit 3641076
Showing
3 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
==== Attendees | ||
|
||
. link:https://twitter.com/bhavesh878789[Bhavesh Kukreja^] | ||
. link:https://twitter.com/SirusTweets[Darshan Rander^] | ||
. link:https://twitter.com/DSdatsme[Darshit Suratwala^] | ||
. link:https://twitter.com/DhiruCodes[Dheeraj Lalwani^] | ||
. link:https://twitter.com/harshgkapadia[Harsh Kapadia^] | ||
. link:https://twitter.com/furtado_jaden[Jaden Furtado^] | ||
. link:https://www.linkedin.com/in/kaustubhkhavnekar[Kaustubh Khavnekar^] | ||
. link:https://linkedin.com/in/krishna-gadia[Krishna Gadia^] | ||
. link:https://twitter.com/NinadNaik07[Ninad Naik^] | ||
. link:https://twitter.com/t3_pat[Pratik Thakare^] | ||
. link:https://twitter.com/SaifSaifee_dev[Saifuddin Saifee^] | ||
. link:https://twitter.com/skxrxn[Sreekaran Srinath^] | ||
. link:https://twitter.com/swpnlbrkr[Swapnil Borkar^] | ||
. Adithyan | ||
. Anil Harwani | ||
. Huzefa Dohadwala | ||
. Ishaan Parsone | ||
. Krishana Dave | ||
. Nishant Goel | ||
. Rahul Gandla | ||
. Rithvik Rajesh | ||
. Karthik Nair | ||
. Tarun Chettiar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
Date: 04-05-2024 | ||
|
||
Duration: 3 hrs 18 mins | ||
|
||
==== Topics Discussed | ||
|
||
* link:https://twitter.com/swpnlbrkr[Swapnil Borkar^] and link:https://linkedin.com/in/krishna-gadia[Krishna Gadia^] talked about link:https://www.linkedin.com/feed/update/urn:li:activity:7188074109145104384?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7188074109145104384%2C7188086981136961536%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287188086981136961536%2Curn%3Ali%3Aactivity%3A7188074109145104384%29[Why B2B brand building, marketing and sales is different from B2C^]. | ||
* link:https://twitter.com/harshgkapadia[Harsh Kapadia^] shared | ||
** link:https://cpu.land[Putting the "You" in CPU^] | ||
** link:https://www.youtube.com/watch?v=BVNx3wtJ9vs[CPU Pipeline^] | ||
** link:https://www.youtube.com/watch?v=nczJ58WvtYo[How Branch Prediction Works in CPUs^] | ||
** link:https://newsletter.oberai.dev/p/meetups-are-not-for-education[Meetups Are NOT For Education!^] | ||
** A Tweet on link:https://twitter.com/matthen2/status/1642236406465454082[how one can figure out if a maze is solvable by ganging it from its corners^]. | ||
* link:https://twitter.com/DSdatsme[Darshit Suratwala^] shared link:https://medium.com/@maciej.pocwierz/how-an-empty-s3-bucket-can-make-your-aws-bill-explode-934a383cb8b1[How an empty S3 bucket can make your AWS bill explode^]. | ||
* link:https://twitter.com/furtado_jaden[Jaden Furtado^] shared his excellent link:https://www.youtube.com/watch?v=Iq5_YN-QwP8[Nullcon Berlin 2024: Hacking Trains^] talk. | ||
* Apple's restrictions on external in-app purchase links. | ||
** link:https://developer.apple.com/support/storekit-external-entitlement-us[Distributing apps in the U.S. that provide an external purchase link^] | ||
** Related | ||
*** link:https://www.youtube.com/watch?v=wbQwD3QS19I[Apple drops ban hammer on Epic Games over mean tweet^] | ||
*** link:https://www.youtube.com/watch?v=gVzHNGyA_a4[The shocking result of Epic Games vs Google^] | ||
* link:https://twitter.com/harshgkapadia[Harsh Kapadia^] talked about how he was surprised to learn that link:https://www.man7.org/linux/man-pages/man1/touch.1.html[the `touch` command in Linux^] was actually meant to change the timestamp of a file rather than to create a file. | ||
** link:https://phoenixnap.com/kb/how-to-create-a-file-in-linux[How to Create a File in Linux^] | ||
* link:https://twitter.com/harshgkapadia[Harsh Kapadia^] talked about Make. | ||
** link:https://github.com/HarshKapadia2/parse-elf/blob/main/Makefile[A simple Makefile that Harsh wrote^] | ||
** link:https://dev.harshkapadia.me/resources#build-systems[Resources to learn Make^] | ||
** link:https://earthly.dev/blog/cmake-vs-make-diff[CMake vs. Make: What's the Difference?^] | ||
* We talked about link:https://en.wikipedia.org/wiki/Language_Server_Protocol[what Language Server Protocols (LSPs) are and the functionality that they provide.^] | ||
** link:https://twitter.com/harshgkapadia[Harsh Kapadia^] shared his YouCompleteMe Vim plugin configuration where he integrated a Bash LSP. | ||
*** link:https://github.com/HarshKapadia2/dotfiles/commit/58e3c1e42667d9390cb9559e2ddc8edbdd2788e3[Commit #1^] and link:https://github.com/HarshKapadia2/dotfiles/commit/749069b1df9e439131dc64e51588f88c8888ca26[Commit #2^] | ||
*** link:https://github.com/ycm-core/lsp-examples[Use any language server with YouCompleteMe.^] | ||
** Formatting vs Linting vs Intellisense | ||
*** link:https://nono.ma/linter-vs-formatter[What's the difference between code linters and formatters?^] | ||
*** link:https://www.reddit.com/r/learnprogramming/comments/cfx04x/is_intellisense_a_linter_whats_the_difference[Is intellisense a linter? What's the difference?^] | ||
* AI dump with link:https://twitter.com/skxrxn[Sreekaran Srinath^]'s father, link:https://twitter.com/DSdatsme[Darshit Suratwala^], link:https://twitter.com/SaifSaifee_dev[Saifuddin Saifee^], link:https://twitter.com/harshgkapadia[Harsh Kapadia^] and more. | ||
** link:https://www.perplexity.ai[Perplexity^] | ||
** link:https://unstructured.io[Unstructured^] | ||
** link:https://docs.llamaindex.ai/en/stable/module_guides/loading/connector/llama_parse[LlamaParse by LlamaIndex^] | ||
** link:https://www.anthropic.com[Anthropic^] | ||
** link:https://codeium.com[Codeium^] | ||
** link:https://docs.crewai.com/core-concepts/Agents/#what-is-an-agent[What is an Agent?^] | ||
** link:https://tavily.com[Tavily AI^] | ||
** link:https://github.com/stanfordnlp/dspy[DSPy^] | ||
** We talked about how the internet is going to be flooded with no-value generic high-level blogs generated by LLMs to boost page rankings. | ||
** AI hype | ||
*** link:https://www.youtube.com/watch?v=8TtkkgdAh6o[Intel Vision 2024 Keynote: But it's all AI^] | ||
*** link:https://www.youtube.com/watch?v=S_RorY_FRvo[GitHub Copilot just got promoted to Captain^] | ||
**** link:https://twitter.com/ljharb/status/1786471472267149781[Companies pivoting to being predominantly AI-focused might regret it.^] | ||
**** link:https://www.linkedin.com/posts/paulburne_a-tech-company-adding-ai-to-its-product-ugcPost-7192129548233101312-i4_h[A perfect depiction of the AI marketing hype^] | ||
|
||
==== Projects Showcased | ||
|
||
* link:https://twitter.com/SirusTweets[Darshan Rander^] gave us updates on his app link:https://heartry.darshanrander.com/install[Heartry^], which is an app for Writers that can also be used as a note-taker. | ||
** Darshan told us how he enabled backups to Google Drive so that he doesn't have to handle user's data and have to work with privacy issues. | ||
** He than showed us his Google Play Console dashboard to show us what metrics developers can check. | ||
** He also told us about link:https://www.xda-developers.com/google-play-store-crowdsource-data-app-install-optimization[Google Play's app delivery and installation time reduction optimizations^]. | ||
* link:https://twitter.com/DSdatsme[Darshit Suratwala^] told us about link:https://langtrace.ai[Langtrace^], an open-source observability tool that collects and analyzes traces and metrics to help one improve one's LLM apps, that he is helping build at work. | ||
* link:https://twitter.com/SaifSaifee_dev[Saifuddin Saifee^] showed us link:https://www.linkedin.com/posts/pratik-bhagat07_won-the-mumbai-hacks-hackathon-students-activity-7071128843356356608-CE1q[his project that won Mumbai Hacks 2024^]! It was a React.js based web app integrated with various LLMs, to complete various tasks like blog generation, quiz generation and more. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.