Live data from Hacker News

Viewing profile — purrpit

purrpit

HN member
Joined
Thu, Jun 28, 2018, 4:04 PM UTC
HN karma
31
Public activity
16 items

About purrpit

No profile information was provided.

Recent public activity

  1. 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 …

  2. 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…

  3. 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 …

  4. 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…

  5. 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 …

  6. 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…

  7. comment
    Comment #19957548

    Read OP's comment.

  8. 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…

  9. 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…

  10. 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…

  11. comment
    Comment #18820172

    Except not all of JavaScript is a valid CoffeeScript.

  12. 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,…

  13. 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,…

  14. 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 …

  15. 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…

  16. 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…