@VazeKshitij The current situation in my college, mass hiring MNC with half baked interviews, selecting students who are really good at coding, that they don't even know how to use a REST API.
Most of the students are just relaxing right now, what should I say !! 🤧
@SwaDotDev On our campus, for a campus drive, explicitly mentioned that, it's only for female students 🫠, and that is an MNC which provides offers to many people, should I call it diversity hiring or is it beyond worse !?
@_devJNS I recently switched to fedora from windows, it makes my dev experience easy and understand things better (by interacting with system files, meddling with them)
@sihare_nikhil I saw your post on LinkedIn, applied seven times for Microsoft even with referrals, still rejections .. why diversity hiring is increasing 🥲 (at some point, skills should matter nah)
Completed my first freelance project - building the digital presence + admin panel for a local cycle store! 🥳🚴
Here’s what I built, what I learned, and the result
A year ago, I never imagined I’d be doing dev work and already delivering my first client project. Really proud of this milestone.
Live site: https://t.co/rHNkQ2D0RC
Would love feedback from the community 🙌
And if you’re looking for freelance work in web dev, my DMs are open!
While building, I learned a ton:
SEO best practices
Redis caching for speed
AWS deployment with secure permissions
Cloudflare + Analytics setup
(Result): The store now has a fast, secure, and scalable website.
🚨 Breaking News : A tiny AI with 1,000 training examples just beat OpenAI and Claude on reasoning.
It’s not from a tech giant. It’s from a lab run by Tsinghua grads in Singapore.
No pretraining. No chain of thought. No massive compute.
It mimics how your brain works and slow planning on top, fast reactions below.
This might be the first real step toward AGI. More details below.
i was trying to reverse engineer cursor and one thing that constantly amazed me was their blazingly fast-indexing-pipeline.
every keystroke you do creates a state deviation for cursor's on-server index. natively just reindexing the entire codebase is slow and expensive.
this is how cursor is doing it: 🧵