ksolanki | 13 years ago | on: Show HN: Hide Secret Messages In Facebook Photos With My Chrome Extension
ksolanki's comments
ksolanki | 13 years ago | on: How Apple and Amazon Security Flaws Led to My Epic Hacking
ksolanki | 13 years ago | on: When Bad Theories Happen to Good Scientists
ksolanki | 13 years ago | on: The real reason we’re upset about Sparrow’s acquisition
So let me say this again. The App store, with its $1-5 apps, is a good thing for the developers as well as the users.
ksolanki | 13 years ago | on: Advice for Marissa Mayer from an ex-Yahoo
However I do not know if there is a easy way (a "litmus paper") that could say she is 5x better. In all seriousness, I'd like to ask how to make such a determination. I think this advise looks good on paper, but really really hard to implement.
ksolanki | 13 years ago | on: Face.com API shutting down
The labelme dataset: http://labelme.csail.mit.edu/instructions.html This is close to what you were thinking (and I liked) -- having annotation done by public.
A list: http://www.computervisiononline.com/datasets
PASCAL VOC: http://pascallin.ecs.soton.ac.uk/challenges/VOC/voc2011/
CALTECH 256, and several others. Many papers presented in CVPR 2012 (http://www.cvpr2012.org/) were indeed on very large datasets.
Do note that some of these datasets are fairly large (may or may not be as broad though).
The algorithms you use will depend on the complexity you can handle. OpenCV, IPP, and CCV (which was on hacker news few days back) could provide good options for algorithms with a training dataset you choose/create.
ksolanki | 13 years ago | on: Face.com API shutting down
Often the secret sauce is not the algorithms themselves, but the availability of (massive/broad) training data.
ksolanki | 13 years ago | on: Face.com API shutting down
ksolanki | 13 years ago | on: Steve Jobs on Average vs Best Software Developers
ksolanki | 14 years ago | on: Recently Open-Sourced Django Apps from Eldarion
Should we create new apps that subclass parts that we want to extend?
ksolanki | 14 years ago | on: This photograph is free
Why won't the "well-known media organization" pay what the photo is worth? Almost by definition they can afford to. If they still negotiate in this manner, that is an insult. No?
ksolanki | 14 years ago | on: Show HN: InaPic: Yet Another Photo App that Isn't So. Smart Photo Albums.
ksolanki | 14 years ago | on: Ask HN: Startup promised me a job, then backed out after the internship
1) You CAN come on tourist visa and try to look for a job -- it will give you about 90 days with a max of 180 days at a stretch. Super strictly speaking, tourists are not supposed to look for jobs, but I know people who have done this.
2) H1B visa allows premium processing so you can get it approved in 14 days, if you or your future employer can pay $1225 premium processing fees. You can get more information from uscis.gov -> forms -> premium processing. Let me say this again: H1B process does not have to take several months.
As others have mentioned before, I would suggest you to contact companies that offered you jobs but you declined.
ksolanki | 14 years ago | on: Racism in Tech
Then, of course, there are those who go out and take risk to do extraordinary things, like starting companies. There is no dearth of famous companies founded by Indians, is there?
ksolanki | 14 years ago | on: Steve's Google Platform rant
1) There IS no perfect product for everyone.
2) Making something a platform has some chance of addressing the above.
Me trying to make sense of it, but meanwhile let me say it aloud again. There IS no perfect product for everyone. Thanks, Stevey.
ksolanki | 14 years ago | on: Hiding your data in plain sight: USB hardware hiding
[1] http://scholar.google.com/scholar?hl=en&q=secure+stegano...
ksolanki | 14 years ago | on: Hiding your data in plain sight: USB hardware hiding
ksolanki | 14 years ago | on: Bushido (YC S11): An App Store For The Web That Can Kickstart Your Side Projects
I can take Jason Kincaid's word for it and sign up, or Bushido can actually tell me something, anything, about what it is.
Jason's article does indicate they could be on to something interesting, though.
ksolanki | 14 years ago | on: Google paper comparing performance of C++, Java, Scala, and Go [PDF]
I am a fan of C++, so I liked the first part (that C++ wins, which is not really surprising). However it was not clear if the sophistication they talk about is regarding the Google's internal data-structures or the list of optimizations listed in Section VI-D? Many of these optimizations are not big surprises to a C++ programmer (where possible use hash_map, vector instead of list, initialize data structure outside of loop and try to reuse, and so on).
Overall, I do greatly appreciate the effort and their sharing the results.
ksolanki | 14 years ago | on: We need an AirBNB for Mentorship--not $35k a year wasted on college
Edit: Found the linked paper. Thanks!