Viewing profile — purrpit
purrpit
HN member- Joined
- Thu, Jun 28, 2018, 4:04 PM UTC
- HN karma
- 31
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About purrpit
No profile information was provided.
Recent public activity
-
comment
Comment #26503482
You guys are miles ahead, seriously. Glad to see a fellow Indian startup taking this route (I was surprised to see it licensed as MIT tbh) We are a successful Mumbai based startup …
-
comment
Comment #26112695
I got promoted to tech lead for writing good code and now I have subordinates who wrote shitty code which I have to review. So I don't get to write code myself. tl;dr: not my KRA a…
-
comment
Comment #23240913
It is shiny from outside but has many issues that are embarrassing and can only be discovered once you have used it. (I guess looking at the open list of issues will also give you …
-
comment
Comment #22275753
Short answer: Different databases. We have PII, analytics, catalog, transaction etc databases. We only let people clone non-sensitive databases. Others are cloned only at schema le…
-
comment
Comment #21367325
It happens anyway. Humans are more flexible and adjusting than software I guess. For example: where I am from, people use Hindi language to communicate but write Hindi using Latin …
-
comment
Comment #20329431
Location: Bangalore ( currently traveling to SEA for work ) Remote: Yes, preferred Willing to relocate: Yes Technologies: Been working in Django (Python) for last 5 years. Have pic…
-
comment
Comment #19957548
Read OP's comment.
-
comment
Comment #19567851
I believe I had interviewed once at careers360 a couple of years back, don't think it was mentioned to me then that you guys work majorly on Django otherwise I think I would have h…
-
comment
Comment #18900354
> I wrote the thing in django but it doesn't look like django is compatible with amp. This doesn't make sense at all. Even if I hadn't previously built a site on django before whic…
-
comment
Comment #18896878
You failed to notice that they committed less than a month ago to their master branch and approved several PRs. Their last dotX release was also 9 months after. You should also alw…
-
comment
Comment #18820172
Except not all of JavaScript is a valid CoffeeScript.
-
comment
Comment #18167764
Xiaomi Mi Laptop I switched from Macbook Pro 2013 to ~$1,000 Xiaomi Mi notebook pro (i7, 16GB, Dedicated GX card, better battery, HDMI port, 15inch, Mac like keyboard and touchpad,…
-
comment
Comment #17896384
It's worth switching from Mac to something else in 2018. 1. OSX is still fantastic, a sturdy UNIX like OS. So there will be some friction when you're moving away to an alternative,…
-
comment
Comment #17424071
If your company doesn't care about you then you shouldn't care much about company's policies that come in your way either I used to suffer from a similar situation. In GitHub, one …
-
comment
Comment #17418501
Maybe not just Newbies, but I often notice even seasoned Django developers cribbing about Django's Class Based Views (CBV). I don't really understand why to be honest. There are ma…
-
comment
Comment #17418198
>> POST to views loses POST data >The middlewares shouldn't be redirecting POSTs then! They could have returned a client error instead. It does raise RuntimeError during developmen…