-
Notifications
You must be signed in to change notification settings - Fork 17
Docs: added summary 286: added config #340
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
db80a40
Docs: added summary 286: added config
Alpastx 9618013
Update summary/sessions/286/content.adoc
Alpastx 043cb17
Update summary/sessions/286/content.adoc
Alpastx a38b61b
Update summary/sessions/286/content.adoc
Alpastx d2fb647
Update summary/sessions/286/content.adoc
Alpastx 778d7e7
Update summary/sessions/286/content.adoc
Alpastx 73bd910
Update summary/sessions/286/content.adoc
Alpastx a76b719
Update summary/sessions/286/content.adoc
Alpastx cdbaf9f
Update summary/sessions/286/content.adoc
Alpastx b974168
Update summary/sessions/286/content.adoc
Alpastx 945b063
Update summary/sessions/286/content.adoc
Alpastx a01ff16
Update summary/sessions/286/content.adoc
Alpastx e0e440d
Update summary/sessions/286/content.adoc
Alpastx 303a7b9
Update summary/sessions/286/content.adoc
Alpastx 2efc0d9
Update summary/sessions/286/content.adoc
Alpastx 06cccf3
Docs: added summary 286: added config final
Alpastx 99c3407
Update summary/sessions/286/content.adoc
ankushhKapoor e3b8f0a
Update summary/sessions/286/content.adoc
ankushhKapoor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,12 @@ | ||
| ==== Attendees | ||
|
|
||
| . link:https://x.com/Alpastx[Alpesh Bhagwatkar^] | ||
| . link:https://twitter.com/bhavesh878789[Bhavesh Kukreja^] | ||
| . link:https://twitter.com/DhiruCodes[Dheeraj Lalwani (Dhiru)^] | ||
| . link:https://twitter.com/harshgkapadia[Harsh Kapadia^] | ||
| . link:https://www.linkedin.com/in/kaustubhkhavnekar[Kaustubh Khavnekar^] | ||
| . Bhushan Agrawal | ||
| . GAMILTRON | ||
| . Rudraksh Mehta | ||
| . Shivang Chheda | ||
| . Yogesh Singh |
This file contains hidden or 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,42 @@ | ||
| Date: 02-05-2026 | ||
|
|
||
| Duration: 2 hr 15 mins | ||
|
|
||
| ==== Topics Discussed | ||
|
|
||
| * The session started with a talk on emergency phone alerts in the US, how simultaneous broadcasts feel in offices, what typical messages contain (vehicle or clothing cues, names, last-seen hints), and anecdotal views on how quickly children are found. | ||
| ** Alpesh Bhagwatkar recalled reading rough recovery-rate figures in roughly the 50–60% range, without claiming rigorous statistics. Later in chat Kaustubh shared an Ontario Police–quoted report suggesting very high safe-recovery rates after Amber-style alerts—still jurisdiction-specific and not directly comparable to informal anecdotes. | ||
| * Harsh Kapadia and Alpesh briefly discussed shell prompt customization (`PS1` / “prompt statement”): showing Git branch metadata versus history / exit-status placeholders such as `!` and `?`, which Alpesh said he had not dug into despite seeing them daily. | ||
|
Alpastx marked this conversation as resolved.
Outdated
|
||
| **Shivang Chheda clarified in chat that in one common convention `+n` counts staged files, `!n` modified-but-unstaged files, and `?n` untracked files—and that “PS” here means the shell prompt, not PowerShell. | ||
|
Alpastx marked this conversation as resolved.
Outdated
|
||
| ** Bhavesh Kukreja pointed at link:https://github.com/HarshKapadia2/dotfiles/tree/main/customize-ps1[Harsh’s `customize-ps1` notes^] for reference. | ||
| * Alpesh showcased internal tooling at Cyber Unbound (cyber-security-focused recruitment), built after earlier resistance to automation inside the agency. | ||
| * Alpesh’s second demo was a static typing-practice site in the Monkeytype mould but seeded with offensive-security commands and one-line explanations | ||
|
Alpastx marked this conversation as resolved.
Outdated
|
||
| * GAMILTRON asked for hackathon-laptop advice on a roughly ₹20–30k budget saved from pocket money, primarily general web/systems development rather than heavy local AI. | ||
| ** Suggestions spanned stretching toward a used Apple silicon MacBook if finances allow, buying vetted refurbished business-class Windows machines, verifying CPU generation (Windows 11 eligibility versus Linux-first setups), favouring SSDs over HDDs and planning at least ~500 GB for tooling footprints like `node_modules`, and understanding RAM/core trade-offs versus his powerful gift-built desktop (RTX 4070 class, ample RAM) that cannot travel. | ||
| ** Harsh cautioned against exposing a home PC over the internet for remote hackathon use—carrier-grade NAT (CGNAT) realities in India, tunneling products popular in self-hosted circles, and his own past US experience with dynamic DNS, SSH exposure, and frequent ISP-blocked intrusion attempts even with mitigations—while acknowledging theoretical workarounds Shivang Chheda raised. | ||
|
Alpastx marked this conversation as resolved.
Outdated
|
||
| ** The group disagreed politely on whether selling the desktop to fund one strong portable machine made sense versus keeping both tiers of hardware. | ||
|
|
||
| ==== Additional resources | ||
|
|
||
| * link:https://missing.csail.mit.edu[MIT Missing Semester (OTC chat)^] | ||
|
Alpastx marked this conversation as resolved.
Outdated
|
||
| * link:https://www.ctvnews.ca/toronto/article/ontario-police-say-more-than-90-of-amber-alerts-lead-to-safe-recovery-of-children/[Ontario Police on Amber Alert outcomes (CTV News) — Kaustubh^] | ||
|
Alpastx marked this conversation as resolved.
Outdated
|
||
| * link:https://github.com/HarshKapadia2/dotfiles/tree/main/customize-ps1[Harsh Kapadia — customize `PS1` (dotfiles)^] | ||
|
Alpastx marked this conversation as resolved.
Outdated
|
||
| * link:https://tornews.com/privacy/security/what-is-google-dorking/[What is Google dorking? (Tor News)^] | ||
|
Alpastx marked this conversation as resolved.
Outdated
|
||
| * link:https://www.hackthebox.com[Hack The Box^] | ||
| * link:https://news.ycombinator.com/item?id=47788857[Hacker News — IPv8 draft thread — GAMILTRON / Bhavesh^] | ||
|
Alpastx marked this conversation as resolved.
Outdated
|
||
| * link:https://www.datacamp.com/blog/faiss-facebook-ai-similarity-search[Datacamp — Faiss overview — Rudraksh^] | ||
|
Alpastx marked this conversation as resolved.
Outdated
|
||
| * link:https://arxiv.org/abs/2512.24601[arXiv:2512.24601^] | ||
|
Alpastx marked this conversation as resolved.
Outdated
|
||
| * link:https://www.linkedin.com/feed/update/urn:li:activity:7456373930421870592/[Bhavesh — LinkedIn project update (AutoTriage)^] | ||
|
Alpastx marked this conversation as resolved.
Outdated
|
||
| * link:https://medium.com/@amritsinghbist/understanding-langchain-what-it-is-why-its-needed-and-how-to-use-it-c482f56fa1b5[Understanding LangChain (Medium)^] | ||
| * link:https://github.com/BhaveshKukreja29/AutoTriage/blob/main/code/router.py#L30[AutoTriage `router.py` (regex excerpt)^] | ||
| * link:https://github.com/BhaveshKukreja29/AutoTriage/blob/main/code/router.py#L58[AutoTriage `router.py` (prompt routing)^] | ||
|
Alpastx marked this conversation as resolved.
Outdated
|
||
| * link:https://datatracker.ietf.org/doc/draft-meow-mrrp[IETF Datatracker — draft-meow-mrrp^] | ||
| * link:https://www.rfc-editor.org/rfc/rfc2549[RFC 2549^] | ||
| * link:https://www.reenigne.org/blog/8086-microcode-disassembled/[8086 microcode disassembled (Reenigne)^] | ||
| * link:https://news.ycombinator.com/item?id=46735133[Hacker News — 8086 microcode post^] | ||
| * link:https://www.righto.com/2013/01/inside-alu-of-8085-microprocessor.html[Inside the ALU of the 8085 (Righto)^] | ||
| * link:https://www.cse.iitd.ac.in/~ssen/journals/jacm.pdf[Cache-friendly algorithms — JACM paper (IIT Delhi mirror)^] | ||
| * link:https://gist.github.com/HarshKapadia2/53667760d966cb81a6c1df44f9553c9e[Harsh Kapadia — gist^] | ||
| * link:https://meetup.ourtech.community/5[Caught Up With OTC — Meet #5^] | ||
| * link:https://www.youtube.com/@OnurMutluLectures[Onur Mutlu — lectures^] | ||
| * link:https://www.read.ai/pp[Read.ai privacy policy — meeting bot notice^] | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.