@amazonIN@AmazonHelp Got redirected 4 times and still couldn't get a single person who could provide concrete resolution for my problem. Contacted Amazon through call around 3-4 times, raised 1 odd ticket, pickup got cancelled 4 times due to item being above 10k value. So where is the transperancy?
@amazonIN@AmazonHelp URGENT: Ordered a βΉ10k Sennheiser Mic, got waterproof gumtape instead! Pickup cancelled 4 TIMES as delivery guys refuse high-value returns. Chat support traps me in a "reschedule" loop to avoid an advance refund. Fix this immediately!
Been playing with cutting edge OCR at my work. The best open source OCR I've used is Chandra OCR by @datalabto , parses tables and complex page structures really well. Deepseek OCR didn't perform that well, even though the underlying tech seemed cool.
I swear, at this point I should be charging OpenAI per token considering how much of their buggy code I end up debugging
@OpenAI any job offers for me? ;)
@_Shreya_Trivedi Building a Hyper Personalized Nudge Engine with GenAI integration (image, vid, text) for app notifications of a stock broking app. Basically notifications of Swiggy App on steroids.
Why's there no comprehensive port of Pandas for golang? (I know go-dataframe and Gota exist but the syntax is not that beginner friendly for a python user. Also, they don't support db to dataframe).
Follow up question - will you use it if I port pandas to go?
#golang#python
@amaan8429 But realistically, porting packages from one language to another is a good place to start as you master the language. Port a package like tensorflow in javascript or build an interpreter for a compiled language while maintaining the state of variables. The sky is the limit.
@BHolmesDev Use ORM to abstract db complexity.
Get frustrated with multiple joins for querying normalised TPC ORM.
Understand abstraction is futile.
Rawdawg some SQL.