Live data from Hacker News

Viewing profile — rahulskn86

rahulskn86

HN member
Joined
Sun, Mar 18, 2018, 11:42 PM UTC
HN karma
243
Public activity
39 items

About rahulskn86

No profile information was provided.

Recent public activity

  1. story
  2. story
    How to capture everyone's inputs in a software design doc?

    Hello everyone, Software design is usually the first step in software development process. My team writes the design in a google doc and people put feedback comments on it. Offline…

  3. comment
    Comment #32743436

    The author builds complexity of the databases step by step. Each step has detailed explanations, code, benchmarks and tradeoff decisions that are being talked through. Some of the …

  4. story
  5. story
    Ask HN: Career counseling for Biotech in Bay Area?

    My spouse moved to USA recently. I am exploring ideas for a career restart in Biotech. She completed her masters in Biotech from India. It was a general Masters program. The two pr…

  6. story
    Ask HN: Why do payment processors charge a percent fee on transactions?

    Why don't we have fixed fees per transaction? Do payment processors have to do more stuff to complete a high value transaction vs a low value one? In my opinion, the thing that dri…

  7. story
    Ask HN: Has anyone read Mint.com privacy related T&C?

    This integration service seems good to me. Wondering if it is doing any inappropriate actions that I need to be aware of?

  8. story
    Ask HN: How are multi-year projects managed at your company?

    Perhaps mostly applicable for infrastructure projects in large organizations.

  9. story
    Ask HN: How can I create an animated model of code?

    A lot of the diagrams we used to draw in person, can't be easily drawn anymore. Its really hard to convey the mental model of the code and bring everyone on the same page. Slides a…

  10. story
  11. story
    Ask HN: How to experience 'flow' state as a manager?

    As an engineer, I would dive into a technical problem deep concentration and would complete it off. How would it work with managers?

  12. story
    Ask HN: How much downtime would you ride through before switching jobs?

    The software engineering job is not always exciting, since an average engineer will be spending lot of effort in non-technical challenges. These challenges are usually important to…

  13. story
    Ask HN: How to think of big ideas for your software architecture?

    As a leader, if you are asked to develop 2-5 year plan for the software, how would you go about it. I feel like my imagination has become quite bounded lately, dealing with day to …

  14. story
    Ask HN: When someone makes bad remarks on your project, how do you go about it?

    Should you be defensive for your current project? Accepting seems like correct thing to do, since there are always things to improve in code base or the original design assumptions…

  15. story
    Ask HN: Questions with 1-1 with skip manager or above?

    For a junior engineer, what type of things can be discussed in a 1-1 session with someone in upper middle management? Most of the things I want, I discuss it with my manager and ar…

  16. story
    Ask HN: What metrics do you use to track success of infrastructure software?

    Large scale distributed system infrastructure software mainly. For example, Google's internal DB's like F-1, distributed lock manager like chubby, GFS or say S3. How do you justify…

  17. story
    Ask HN: What do you think of generic payment mechanism across paywalls?

    I like to read articles, especially ones that top the HN list. However, many of them are behind paywall. I can pay for 1-2, but don't want to pay for all. Is there any app/market f…

  18. story
    Ask HN: How to get myself into startup thinking mode?

    After spending a couple of years working in big tech, I have developed a habit of thinking it through. Hence, I think about software dev as just 20-30 percent of the solution, whil…

  19. story
    Ask HN: If the QA tools didn't find any bugs, is the tool bad or the code good?

    What is a good success criteria for a QA team/tool in such a case? Can simple criteria's like number of bugs lead us to a wrong path?

  20. story
    Ask HN: Does anyone else press keys in wrong order for certain words everytime?

    For me, whenever I need to type `length`, I would always type `lenght` first and then correct it. Is there a way to get rid of this annoying habit?

  21. comment
    Comment #21915449

    Looks like the perfect app needed, although its a bit pricey. Any alternatives?

  22. comment
    Comment #21904633

    Your care providers might change, the doctors you visit will change over time and the problems you face will change too. Need to keep track of all these moving parts.

  23. story
    Ask HN: How do you manage your personal health history?

    I am looking for ways to properly manage list of tests I have done, test results, suggested actions, actions taken etc. The simplest way is to do with cloud docs and drive. Any rec…

  24. story
    Ask HN: What tech choices make Salesforce Lightning so unbearably slow?

    Inspired by "Ask HN: What tech choices make “new” Reddit so unbearably slow?"

  25. story
    Ask HN: Can someone share a tutorial on intermediate and advanced caches?

    Apart from the traditionally known ones such as LRU, LFU and a few others, complex systems such as databases have more sophisticated ways of doing things.