First time in my 21 years have i touched non veg food.....and all thanks to @dominos_india. Truly beautiful how ur customer service never called despite sending mail that they can't reach me. Thanks for the lovely 353 refund which I'll prolly never use. Will order for someone!
Fixed a long-standing ~0.5px subpixel bias in OpenCV’s CharucoDetector. Root cause was an unnecessary coordinate shift around cornerSubPix. Removed it, corrected tests across C++/Python/Java, and aligned results with legacy behavior.
Documenting my GSoC 2026 prep publicly: open-source wins, dead ends, and lessons that I'll learn from PRs. Posting updates as I learn to navigate big codebases and solve issues till i write a solid proposal. Check out 👇
https://t.co/lN0kG2jOOa
Trained ResNet-18 for multi-label classification on a 779-image dataset (10 classes, severe imbalance). Phase 1 hit 88.5% on labeled data. Phase 2 adds unlabeled images to training. Dataset + code dropping soon. Part of Hyperverge AI hiring challenge for Manipal Bangalore.
@thenayazubuko Totally agree! Usually I'd follow the same flow since I'm a designer and work in Photoshop a lot. It's just that Figma's new to me, so I need time to get adjusted. But I'm not backing down!! Gonna push through and get comfortable with it.
One thing i realised while building my portfolio..... I coded a landing page (still incomplete), but after looking at other portfolios and seeing how people plan them in Figma/Framer, I’m stopping dev for now. Gonna speedrun Figma, design the full site, then code it properly.
@_ayushw0rk_ Thanks brother...but I did plan out a few other things, but unless I design the screens first, I won't be able to make it how I envisioned.
@shabishetty07 Honestly These videos put GSoC on my radar and I get the basics, but yeah most of the 'advice' they give is surface-level BULLSHIT with ZERO real understanding of how it actually works
@shabishetty07 You're right...it's just that I'm overwhelmed and a bit embarrassed that my first ticket was a "won't fix". No negatives from the maintainers and I even followed the contribution guideline.
I'm not discouraged, rather I'm planning my next ticket as well as looking in other orgs
Looked into a Django + Oracle issue with Substr() and __startswith. Found a real backend divergence ('' == NULL on Oracle), wrote tests, proposed a fix — but it’s an unavoidable Oracle limitation, not a safe Django change.
Still a great learning experience.
#Django#OpenSource