Viewing profile — marceloabsousa
marceloabsousa
HN member- Joined
- Mon, Aug 05, 2019, 6:43 PM UTC
- HN karma
- 295
- Public activity
- 124 items
- HN profile
- View on Hacker News ↗
About marceloabsousa
I am working on Reviewpad, a code review product that helps developers easily understand and review code written by others.
Recent public activity
-
comment
Comment #37393434
Hey HN, Reviewpad co-founder here. Happy to answer any questions about this launch - excited to hear your feedback about it!
- story
- story
-
comment
Comment #36332165
I find this clearly bogus.
- story
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #33873487
Maybe I’m missing something but isn’t the whole point to actually release api.py? Everything else seems trivial.
-
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…
-
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…
-
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…
-
comment
Comment #33479120
I find mastodon a bit hard to navigate between the servers and how to engage in a particular server.
-
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.
-
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…
-
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…
-
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…
- story
- story
-
comment
Comment #33183402
Thanks! Feel free to join our discord at https://reviewpad.com/discord to give us some feedback!
- story
-
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…
-
comment
Comment #30857682
This article more about parsing at scale than static analysis at scale.
-
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 ).