Viewing profile — ritinkar
ritinkar
HN member- Joined
- Mon, May 01, 2017, 1:57 PM UTC
- HN karma
- 100
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About ritinkar
No profile information was provided.
Recent public activity
-
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.
-
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.
-
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…
-
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…
-
comment
Comment #33525936
Yup, there most definitely will be. Hoping to do it within the next few months.
-
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.
-
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.
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #33524203
Yeah, I need better onboarding. Will fix.
-
comment
Comment #33518832
And if you're looking for a quick walkthrough, it's at: https://www.youtube.com/watch?v=oln-KdIczOM
-
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…
-
comment
Comment #18882001
And many people saw this post but didn't upvote as they were just lurking.
-
comment
Comment #17652403
mandatory for card transactions. Unless you were joking, in which case, whoosh me.
-
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…
-
comment
Comment #16728712
Quis custodiet ipsos custodes?
-
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
-
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?
-
comment
Comment #15170969
Isn't 2^n an exponential algorithm. I thought NP algos are still n^k but non-deterministic.