diff --git a/summary/sessions/259/content.adoc b/summary/sessions/259/content.adoc index a7353bea..811f9eef 100644 --- a/summary/sessions/259/content.adoc +++ b/summary/sessions/259/content.adoc @@ -1,4 +1,4 @@ -Date: 25-10-25 +Date: 25-10-2025 Duration: 2 hrs 17 mins diff --git a/summary/sessions/260/attendees.adoc b/summary/sessions/260/attendees.adoc new file mode 100644 index 00000000..519340ac --- /dev/null +++ b/summary/sessions/260/attendees.adoc @@ -0,0 +1,17 @@ +==== Attendees + +. link:https://twitter.com/bhavesh878789[Bhavesh Kukreja^] +. link:https://www.linkedin.com/in/chetandoesdev[CHETAN JANGIR^] +. link:https://twitter.com/SirusTweets[Darshan Rander^] +. link:https://twitter.com/DhiruCodes[Dheeraj Lalwani^] +. link:https://twitter.com/harshgkapadia[Harsh Kapadia^] +. link:https://twitter.com/rishit\_dagli[Rishit Dagli^] +. Soham +. Mohammad Kaif +. NVP +. Pranav Prasanna +. Ram Naik +. Siddharth Kaduskar +. Vaishakh +. nirmal +. shiv diff --git a/summary/sessions/260/content.adoc b/summary/sessions/260/content.adoc new file mode 100644 index 00000000..f8eac111 --- /dev/null +++ b/summary/sessions/260/content.adoc @@ -0,0 +1,21 @@ +Date: 01-11-2025 + +Duration: 2 hrs 35 mins + +==== Topics Discussed + +* Soham talked about Gentoo and why he is using it. + ** His primary reason was link:https://wiki.gentoo.org/wiki/Portage[Portage (Gentoo's Package Manager)^] with a stable Linux environment and a smaller system size. + ** He also showcased Portage's main feature that you can pick and choose what you need to install from flags which are defined mostly by the Portage community. +* Soham taked about SDL vs OpenGL vs Vulkan as he as was learning about 3D rendering. +* Nirmal asked why Rust hasn't taken over the world and why not all the critical software is written in Rust. + ** Darshan and Soham explained that while Rust has it's merits over C/C++ but migrating any codebase is not an easy feat to acheive. +* Soham talked about link:https://www.yoctoproject.org[Yocto Project^] which helps developers create custom Linux-based systems regardless of the hardware architecture. +* Nirmal asked how to make servers faster, which led us down the rabbit hole where we discussed about Application layer optimizations and Hardware layer optimizations. + ** Choosing right stack can significantly boost you application. + ** Soham talked about link:https://www.baeldung.com/cs/flynns-taxonomy-architecture-categories[Flynn’s Taxonomy^]. +* Darshan talked about link:https://www.swift.org/blog/nightly-swift-sdk-for-android[Swift on Android^] + ** Swift SDK for Android works by leveraging Swift's Java interop which is possible because both languages exposes their C ABIs +* Darshan talked about link:https://openbao.org[OpenBao^] a secrets manager. + ** Secret stores are used to store secrets like passwords, token, etc with multiple layers of encryptions and also provides ways to authenticate to DBs and establish SSH connections without users needing to manage multiple keys. +* Darshan showcased his link:darshanrander.com[portfolio^] site and how he is generating resume using YAML files. \ No newline at end of file diff --git a/summary/sessions/261/attendees.adoc b/summary/sessions/261/attendees.adoc new file mode 100644 index 00000000..c1ea3619 --- /dev/null +++ b/summary/sessions/261/attendees.adoc @@ -0,0 +1,10 @@ +==== Attendees + +. link:https://twitter.com/bhavesh878789[Bhavesh Kukreja^] +. link:https://twitter.com/SirusTweets[Darshan Rander^] +. link:https://twitter.com/harshgkapadia[Harsh Kapadia^] +. link:https://twitter.com/rishit\_dagli[Rishit Dagli^] +. Soham +. Mohammad Kaif +. Pranav Prasanna +. Jaanvi diff --git a/summary/sessions/261/content.adoc b/summary/sessions/261/content.adoc new file mode 100644 index 00000000..a88bcff9 --- /dev/null +++ b/summary/sessions/261/content.adoc @@ -0,0 +1,15 @@ +Date: 08-11-2025 + +Duration: 1 hrs 21 mins + +==== Topics Discussed + +* Soham asked if it's possible to create a C++ app for Android without JNI. + ** Darshan explained it's not possible as you would require a thin layer of Java/Kotlin code to glue up everything. +* Hritik shared an incident about leaking API keys +* Pranav talked about Android XR and how it felt when he tried, which sparked a discussion on how does it looks in social environment. + ** Pranav also mentioned that it was pretty comfortable in his 1-2hrs of trial. + ** Darshan said it will take time to get social acceptance. +* We talked about how Apple's OS has the same base layer and has skin on for all the devices. +* Hritik and Darshan talked about how they are using GitHub Copilot. + ** They both prefer to use it as an assistant to help them with completions and not using it to make full features. \ No newline at end of file diff --git a/summary/static/img/260.jpeg b/summary/static/img/260.jpeg new file mode 100644 index 00000000..926cce0a Binary files /dev/null and b/summary/static/img/260.jpeg differ diff --git a/summary/static/img/261.jpeg b/summary/static/img/261.jpeg new file mode 100644 index 00000000..bd643d54 Binary files /dev/null and b/summary/static/img/261.jpeg differ