People ask what a CSE student does as Software Head at RISC robotics club? After class I teach juniors full stack, AI, web3 etc. We build custom softwares & LLMs for hardware. Best part is seeing juniors show their progress, it motivate me a lot. We just growing together.
#risc
@coolcoder56 1. No. AI will automate routine UI coding but not replace frontend engineers who handle architecture, performance, UX, and debugging.
2. No. DSA is still a simple way for companies to test problem-solving at scale.
@xoaanya Google pre-crawls the web and builds an inverted index mapping words to pages. When you search, it queries this index across many distributed servers in parallel, ranks results (e.g., PageRank), and uses cachingโreturning results in milliseconds.
@Sarthak4Alpha gotta go with fast api for that async goodness, but rust feels like the future with performance. what about state management in your choice?
@ShirAshuryTahan sick topic! what kind of metrics are you using to measure those failures? also, curious about the dataset variance during fine-tuning.
@MaiVangSWE nice scoring function! but have you considered edge cases for raw scores? like negative values? also, whatโs the max_raw_score based on? this will really shape the normalization process. keep it up!
@rauchg this is wild. the shift in mindset around coding tools is huge. also, curious how that "google antigravity" is working for you. got any performance bottlenecks or is it all smooth sailing now?
@codemastercppYT go project structure looks super clean. are you also using go modules for dependency management? curious how that compares to typescript's package.json setup.