Live data from Hacker News

Viewing profile — marceloabsousa

marceloabsousa

HN member
Joined
Mon, Aug 05, 2019, 6:43 PM UTC
HN karma
295
Public activity
124 items

About marceloabsousa

CEO & Co-Founder https://reviewpad.com

I am working on Reviewpad, a code review product that helps developers easily understand and review code written by others.

Recent public activity

  1. comment
    Comment #37393434

    Hey HN, Reviewpad co-founder here. Happy to answer any questions about this launch - excited to hear your feedback about it!

  2. story
  3. story
  4. comment
    Comment #36332165

    I find this clearly bogus.

  5. story
  6. comment
    Comment #35062540

    I wouldn't discard the capabilities of the LLM. I've been using it to do relational reasoning of Java comparators and it is surprisingly accurate. https://twitter.com/marceloabsous…

  7. comment
    Comment #35062522

    This is harder than it seems. The way we are doing with Robin (Reviewpad's AI Reviewer) is by feeding it context about the PR and results from our static analysers and allowing the…

  8. comment
    Comment #35062433

    At Reviewpad we're also working on a similar product. Just yesterday, I've tweeted about it: https://twitter.com/marceloabsousa/status/163289383288582963... . Some pull request exa…

  9. comment
    Comment #33919681

    It all depends on what you mean by generate fully functional code. In my experience, it is able to generate code snippets that are useful but very rarely can be simply copy & paste…

  10. comment
    Comment #33873487

    Maybe I’m missing something but isn’t the whole point to actually release api.py? Everything else seems trivial.

  11. comment
    Comment #33708424

    I have started my startup at 30 when I was engaged (now married). Every path is different but I think there are a couple of guidelines that I recommend: - Talk with your partner an…

  12. comment
    Comment #33497251

    I think that there's been a lot of research about this. I can recommend the book "Change: How to Make Big Things Happen" by Damon Centola. Ironically, it goes into detail on how Tw…

  13. comment
    Comment #33491431

    Thank you for this post. It’s nice to see that it wasn’t buried. From the times of IRC, I do miss the feelings of the early times of the internet. I’ve the privilege to invest a lo…

  14. comment
    Comment #33479120

    I find mastodon a bit hard to navigate between the servers and how to engage in a particular server.

  15. comment
    Comment #33262647

    Second this. After working fully remote for 2+ years and now back to the office, for me it's really great to have an office.

  16. comment
    Comment #33248411

    One of the languages I've designed is called SLANG ( https://github.com/sonarsource/slang ) when I was working at Sonar. The ideia is to have a common IR representation from multip…

  17. story
    Ask HN: Which open source projects do you contribute to?

    There are many OS projects that I would like to contribute but feel the onboarding curve is very high. Curious about other people experience regarding the OS projects they are cont…

  18. comment
    Comment #33246396

    Author of the post here! Happy to answer any questions. TLDR: Not all pull requests are the same! We are working on a way to specify and automate PR workflows so that you can separ…

  19. story
  20. story
  21. comment
    Comment #33183402

    Thanks! Feel free to join our discord at https://reviewpad.com/discord to give us some feedback!

  22. story
  23. comment
    Comment #32867674

    This is a classic case of being overwhelmed by complexity, when in truth complexity is an advantage. SaaS services tend to be your biggest friend on the first month of usage, and t…

  24. comment
    Comment #30857682

    This article more about parsing at scale than static analysis at scale.

  25. comment
    Comment #30670184

    If you don't want just a tree but also a semantic diff that tells you what types and methods where actually changed check out Reviewpad ( http://reviewpad.com ).