tapan_pandita
|
5 years ago
|
on: Ask HN: What's the worst piece of software you use everyday?
The AWS management console (Not the AWS services themselves which are great). Just navigating the console and getting things done is a major source of frustration.
tapan_pandita
|
6 years ago
|
on: India Bans Public Protests to Quell Rising Anger Against Citizenship Law
This is just bullshit. The opposition hasn't been able to mobilise a single popular protest against the government in the last 5 years, how could they do this now? These are spontaneous protests organised by ordinary people across the whole country. Open your eyes and stop spreading government propaganda.
tapan_pandita
|
7 years ago
|
on: YouTube top earners: A seven-year-old making $22M
Ok, but how much does the Bro Sweet website make?
tapan_pandita
|
9 years ago
|
on: Using Open Street Maps and Kalman Filters to Clean Up GPS Data
It's just plain old postgres
tapan_pandita
|
9 years ago
|
on: Using Open Street Maps and Kalman Filters to Clean Up GPS Data
That's ok. As you can see, we are sticklers for accuracy too.
tapan_pandita
|
9 years ago
|
on: Using Open Street Maps and Kalman Filters to Clean Up GPS Data
The Google Maps APIs are point in time. Using OSM and Kalman filters, we can continuously snap points to the road in realtime. Plus it's a lot faster doing it on our own database than calling external APIs.
tapan_pandita
|
9 years ago
|
on: Using Open Street Maps and Kalman Filters to Clean Up GPS Data
Thanks for sharing this! Looks super useful.
tapan_pandita
|
13 years ago
|
on: DuckDuckGo either sells or partners with Yahoo?
tapan_pandita
|
13 years ago
|
on: SendGrid has terminated the employment of Adria Richards?
Yeah! I am a million miles away from all this and yet feel ashamed in some way :(
tapan_pandita
|
13 years ago
|
on: SendGrid has terminated the employment of Adria Richards?
Trying to be as sensitive about this, but hard to believe this is all over a dongle! I think it's because anonymous got involved
http://pastebin.com/ubmznGhn
tapan_pandita
|
13 years ago
|
on: The PyCon Incident
It was completely in her right to turn around and tell the guys to shut up or bring it to the attention of the organisers. However, I don't think that was her intention at all. Her intention was to gain more mileage out of this. She took an issue about a couple of guys being immature and made it a sexism issue.
Based on her previous tweets (the now famous penis joke that she made, a picture playing cards against humanity), I find it difficult to believe she was offended by a dongle joke. I think she saw an opportunity to use this to further her online cred and that's what she did. Her blog post is the less about the incident (and indeed less about tackling sexism) and more about herself (i find the part about the girl in the picture particularly PR-ish). It was a typical PR move that got blown out of proportion.
This in no way justifies what followed on twitter, which was definitely sexist and misogynistic and very unfortunate. IMO this has pretty much pushed back much of the progress made on tackling the real sexism issues in our industry. Seeing a fellow developer get fired over something so benign (at least for most men, it would seem benign) leads to mistrust and political correctness in dealing with women in the workplace (which sucks!).
tapan_pandita
|
13 years ago
|
on: Playhaven developer fired for sexual jokes
Language!
tapan_pandita
|
13 years ago
|
on: Ask HN: Questions to ask when hiring a windows developer?
Hi, thanks for your suggestions! I'll look at some of these things myself like you said. Maybe a generic discussion on programming would help in judging the candidate as well. I'll keep your points in mind. Thank you.
tapan_pandita
|
13 years ago
|
on: Ask HN: Questions to ask when hiring a windows developer?
Hey, we will be starting the interview rounds soon and I don't know if I'll be able to get someone on such short notice. Though I'll try my best! Thank you for your suggestions.
tapan_pandita
|
13 years ago
|
on: Ask HN: Best micro computer a la raspberry pi?
As a file server, also to stream videos/music off of it. Mostly to experiment.
tapan_pandita
|
13 years ago
|
on: Carmen Ortiz: A Case Of Prosecutorial Diligence Or Legal Overreach?
The Carmen Ortiz interview begins at around 20 mins in. Nothing much to hear though, she refuses to talk about anything of importance other than claiming "mental illness" in the Aaron Swartz case.
tapan_pandita
|
13 years ago
|
on: Language War - Scala versus Python
Python has real good, battle tested and actively developed libraries for math, scientific computing and analytics. Most of these are written in C and hence give great performance in addition to the flexibility of python. Some great ones are: Numpy/Scipy, LAPACK, Pandas (lots more for machine learning as well). Also, I think the REPL is no match for IPython :). For your specific domain (math and analytics) python could be a great fit. Of course the lack of type systems and no compile step can be scary, but for a startup, which needs to move fast, python gives you the power of quick iteration. Just to round this off, from the zen of python:
"practicality beats purity."
tapan_pandita
|
13 years ago
|
on: Hello, PushBullet - push anything to your Android phone from your browser
OMG, yes! I was wondering why it wasn't easier to do any of this! Downloading now.
tapan_pandita
|
13 years ago
|
on: Ask HN: Django/Python vs Grails/Groovy?
I agree with you about community vs single company. We live in a world of a shared knowledge base and a good community will beat out a company. However, I am more interested in getting objective points. For example:
1. Impact on development time?
2. Ease of deployment and scaling?
3. Support from cloud providers like heroku, amazon, etc.?
4. Does integrating java in grails slow the development time?
5. If you have to "break" out of the framework to do something different, is it more difficult to do it in grails or django?
tapan_pandita
|
13 years ago
|
on: Ask HN: Best developer laptop under $1700?
Does ubuntu/xubuntu work well on a macbook? Any problems? Can you dual boot with OS X? Do you need to like go into conf files to make it work well or is it just an install and everything works?