Live data from Hacker News

Viewing profile — ritinkar

ritinkar

HN member
Joined
Mon, May 01, 2017, 1:57 PM UTC
HN karma
100
Public activity
21 items

About ritinkar

No profile information was provided.

Recent public activity

  1. comment
    Comment #33561555

    You only need a user account if you want to post a comment or vote on one. You can browse as guest. The comments are stored in metadocs servers.

  2. comment
    Comment #33526581

    There's a service worker in the background that does quite a bit of the heavy lifting. So, it can't be a pure JS script.

  3. comment
    Comment #33525985

    Thanks for the comment. It was quite insightful. I don't have any prior moderation experience, so I plan on taking up the task myself initially to get a good grasp of the challenge…

  4. comment
    Comment #33525957

    So this is not a problem I've solved yet. But I think the solution would involve a mix of community voting and good sorting algorithms. But I'll only know the correct solution once…

  5. comment
    Comment #33525936

    Yup, there most definitely will be. Hoping to do it within the next few months.

  6. comment
    Comment #33525925

    Yup. The code was written with portability in mind. As soon as I get time to test it on Firefox I'll do it.

  7. comment
    Comment #33525275

    I haven't thought about that direction yet, although I am aware of discourse and disqus. Metadocs is pretty young, so I'll think about it.

  8. comment
    Comment #33525199

    It's hard to articulate the problem like that. So I was going through a documentation of an ORM library for another project of mine, and it was kinda poorly written. And I didn't f…

  9. comment
    Comment #33525164

    Lots of problems to be solved yet. Moderating 10 comments / day is very different from moderating 10k/day which in turn is different from millions a day. I'll initially start by mo…

  10. comment
    Comment #33524286

    If you're asking how the "Highlights" feature works, its using something called text fragments. When the original text changes then the highlight is dead. Meaning you can still dis…

  11. comment
    Comment #33524254

    Yeah, cold start and moderation are two problems I need to solve. I'm focusing on documentation pages at first hoping to build a commpunity that is helpful. Like pointing out pitfa…

  12. comment
    Comment #33524203

    Yeah, I need better onboarding. Will fix.

  13. comment
    Comment #33518832

    And if you're looking for a quick walkthrough, it's at: https://www.youtube.com/watch?v=oln-KdIczOM

  14. story
    Show HN: Metadocs, kinda like Reddit, but built into every documentation

    Hi, I'm Ritinkar and I'm building metadocs, which is kind of like reddit built into every documentation ever. It's a chrome extension that allows discussion on any webpage to happe…

  15. comment
    Comment #18882001

    And many people saw this post but didn't upvote as they were just lurking.

  16. comment
    Comment #17652403

    mandatory for card transactions. Unless you were joking, in which case, whoosh me.

  17. comment
    Comment #17652321

    Recently I wanted to purchase something from prime now, I added the product and during checkout where I put in the OTP ( 2FA is mandatory in India ), I changed my mind about purcha…

  18. comment
    Comment #16728712

    Quis custodiet ipsos custodes?

  19. comment
    Comment #16446136

    In India, all SIM cards have to be linked to Aadhar card , which is a unique identifier of a person with biometrics attached

  20. comment
    Comment #15953731

    If BTC cracks 1 million won't that mean there's 2.1 trillion dollars worth of USD BTC in circulation in addition to all the other currencies?

  21. comment
    Comment #15170969

    Isn't 2^n an exponential algorithm. I thought NP algos are still n^k but non-deterministic.