Live data from Hacker News

Viewing profile — lalitmaganti

lalitmaganti

HN member
Joined
Mon, Feb 01, 2021, 11:31 PM UTC
HN karma
539
Public activity
88 items

About lalitmaganti

Senior Staff Software Engineer at Google working on Perfetto (docs.perfetto.dev). Passionate about open source, performance, and the intersection of the two. Writing about all of these at lalitm.com.

Recent public activity

  1. story
  2. comment
    Comment #49158299

    > So I don't think advanced AI that can help debug and maintain software will stay out of the reach of most people for very long. But then what stops the upstream tools from doing …

  3. comment
    Comment #49158172

    As a maintainer of a devtool which has strived to make itself easily forkable and modifiable, I can see the allure of this line of thinking but I think it's sadly too idealistic. E…

  4. story
  5. story
  6. comment
    Comment #49082650

    Have to plug the original Swiss Table talk by Matt Kulukundis: https://youtu.be/ncHmEUmJZf4?si=YRl2pDvdGZgd2ROq Excellent talk which explains the concepts really clearly and concis…

  7. comment
    Comment #48979654

    I agree with the actual principle I think this article is trying to put across (don't give up on technical quality too early by dismissing it as "perfection") but I strongly disagr…

  8. story
  9. story
  10. story
  11. comment
    Comment #48181467

    I do want to clarify my point of view since there does seem to be some interpretation which I didn't entirely anticipate (wholly my mistake): 1. I'm not claiming that every interac…

  12. story
  13. story
  14. story
  15. comment
    Comment #47966135

    I also wrote recently [1] about Exponential Search [2] which is another algorithm if you need to repeatedly binary search in an array where the elements you're searching are themse…

  16. comment
    Comment #47659378

    > How many of 500 tests were actually reviewed/tested and found good? Essentially ~all of the tests were found to be useful but in a more "smoke test" capacity i.e. they provided g…

  17. comment
    Comment #47659127

    > It's a huge mistake to start building with Claude without mapping out a project in detail first, by hand. I agree with you in theory but in my opinion, it doesn't work so well wh…

  18. comment
    Comment #47658931

    > With so much waste and not a single example of the "brilliant at giving you the right answer to a specific technical question" In my opinion, "giving me a better understanding fo…

  19. comment
    Comment #47658884

    > https://sqlitebrowser.org/ sqlitebrowser.org is cool but it's not the sort of developer tools I'm talking about. As I clarify in the side notes, I'm looking for a formatter, lint…

  20. comment
    Comment #47655798

    When I refer to "extracting sources from the SQLite codebase" a big part of that was indeed referring to compiling Lemon and executing it against a custom implementation of parse.y…

  21. comment
    Comment #47655762

    I'm very well aware of parse.y, if you look into the syntaqlite code, you'd find it's a critical part of how the whole "source extraction" mentioned in the article works [1] To be …

  22. story
  23. story
  24. story
  25. story