Live data from Hacker News

Viewing profile — rcavezza

rcavezza

HN member
Joined
Sun, Feb 14, 2010, 4:55 AM UTC
HN karma
1,060
Public activity
430 items

About rcavezza

http://twitter.com/cavezza

http://ibuildmvps.com

Recent public activity

  1. story
    Show HN: Data structures as containers – sample chapter from my Big O book [pdf]

    I was a self taught software engineer that later went to grad school to get a masters in software engineering. What I learned along the way was that many of the intimidating subjec…

  2. comment
    Comment #42274875

    I would give Motion a try. I used them for their trial and really enjoyed it. I'm considering paying for the product now. It's at usemotion.com I'm sure it's flexible and if I put …

  3. comment
    Comment #40730588

    I think it usually comes down to Angular vs React for most legitimate decisions for longer term, maintained projects. I prefer Angular because all the major modules are built-in an…

  4. comment
    Comment #34549962

    Looks cool! I remember when I started easyunsubscriber.com. Unsubscribe.com was a competitor and later unroll.me also came around. Both eventually were acquired, I stopped running …

  5. comment
    Comment #28565902

    On the injury topic, I used to pull muscles all the time. I would probably pull a muscle every 3-4 months that would sideline me for a month or two. This seemed to stop when I star…

  6. comment
    Comment #28277861

    I'm very unfamiliar with this, but is there additional ongoing costs in terms of extra energy consumption? Do you know if this rig is changing your monthly energy costs?

  7. comment
    Comment #26243687

    I'm not sure I've ever seen a one sentence news story before.

  8. comment
    Comment #25793768

    They also have a "Bumble BFF" mode where you can try to make friends in a new city on the app.

  9. comment
    Comment #22286569

    It's fantastic. I loosely followed it for a few years to get better at interviewing (Note: For interviews, you generally need data structures and algorithms knowledge). Now I'm fol…

  10. comment
    Comment #21006510

    If you would take a bonus and make it part of my salary, I could deal with that. However, when there's a bonus that makes one company's offer $35K more lucrative than another, that…

  11. comment
    Comment #20979777

    In trying to frame this question, I would suggest having the end in mind. What do you want to be doing in 5 or 10 years? I don't know if you have an answer to that question, but yo…

  12. comment
    Comment #20943325

    The mom test a million times over! When people hear the name, they assume it's about usability (i.e. make something easy that your mom understands it), but it's not - its' the best…

  13. comment
    Comment #20942546

    I use other sites to curate content for me. Mostly HN and the people I follow on Twitter. I try to stay on a news diet.

  14. comment
    Comment #20941431

    A lot of people still communicate on messageboards - especially in specific niche communities. A fantasy football website I frequent has a messageboard and so does my favorite foot…

  15. comment
    Comment #20939938

    I love the advice and idea, but this reminded me of an excerpt from The Third Door by Alex Banayan. “Mr. Buffett, I’ve heard that one of your ways of focusing your energy is that y…

  16. comment
    Comment #20863063

    That's pretty cool! I'm also going through the graduate program. I'm two classes in and I'm taking two this semester. Any chance you'd want to grab coffee and talk about the progra…

  17. comment
    Comment #20862650

    I would start with these: https://thebestschools.org/rankings/best-online-bachelors-co... Scroll past the ads that mention the "schools" you mentioned, and take a look at the list …

  18. comment
    Comment #20853678

    We all feel this way from time to time. I’ve been writing software for ten years and I still feel like an imposter. I feel like someone will find out I don’t know what I’m doing an…

  19. comment
    Comment #20851990

    To piggyback on mooreds - you need a baseline to see what your target market uses (if you’re making the business decisions) An easy answer is to add Google Analytics to your site a…

  20. comment
    Comment #20851982

    There’s two ways to build faster: more people or cut scope. For startups with limited resources, cutting scope is usually the answer. When you say “extensive app”, that is a red fl…

  21. comment
    Comment #20123961

    Based on my experience, it's the most typically seen bottleneck. But bottlenecks change over time. You notice slowness somewhere in a website action and you dig into it. Sometimes,…

  22. comment
    Comment #19542574

    “Indeed, the ratio of time spent reading versus writing is well over 10 to 1. We are constantly reading old code as part of the effort to write new code. ...[Therefore,] making it …

  23. comment
    Comment #19462180

    In a CS program, you learn a lot about algorithmic efficiency and theory, but you don't learn a lot about software construction. Here's my list of must read software books related …

  24. comment
    Comment #19424730

    Refactoring by Martin Fowler is a great one https://www.amazon.com/Refactoring-Improving-Existing-Addiso... Design Patterns is also very well known https://www.amazon.com/Design-Pa…

  25. comment
    Comment #18746741

    Can you elaborate more on this? I've worked with very large codebases in React and Angular and have not seen this issue. I'm guessing it's either because all of my applications wer…