Live data from Hacker News

Viewing profile — pgilad

pgilad

HN member
Joined
Fri, Nov 07, 2014, 7:39 PM UTC
HN karma
53
Public activity
32 items

About pgilad

Passionate about technology, leadership and development culture.

My blog: https://www.giladpeleg.com Open source projects: https://github.com/pgilad

[ my public key: https://keybase.io/pgilad; my proof: https://keybase.io/pgilad/sigs/A3PNEFA3I9pc3KHhQHEUnzrJ38wMeRx_kpwXIywC5vg ]

Recent public activity

  1. comment
    Comment #46218429

    What real-world problems can be solved at companies with LLMs and how to approach non-trivial tasks

  2. story
  3. story
  4. story
  5. story
  6. story
  7. comment
    Comment #19261752

    Thanks! I like your work on it. I have several ideas on how to generally improve the CSP development that I want to implement, and needed a good infrastructure for doing it: - CSP …

  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. comment
    Comment #9600413

    Probably never. False positives is just a nice catch-phrase ;) But I don't presume to know other people's naming patterns

  17. comment
    Comment #9600365

    Yep, truly avoiding false positives and capturing all todos you would need to really parse the source code (perhaps creating an AST or lexical parsing). Even if you build that tool…

  18. comment
    Comment #9600340

    Watson looks really nice... Could definitely learn from it. In github issues you mean exporting a TODO to a github issue? If so, I don't think that belongs in Leasot, but rather an…

  19. comment
    Comment #9600331

    ;) I'm in no way offended. I guess kazinator is spending his time much better than me. But anyway, if anyone is more comfortable using CLI (or any IDE that provides this) with grep…

  20. comment
    Comment #9600294

    This is a great solution. I would only use Leasot if you need to weed out some false positives (variable names, strings etc...) and perhaps want to output in a special format (JSON…

  21. comment
    Comment #9600275

    Well you can see my comment above, but overall ag|awk|pt will be much faster (but might be less accurate). Leasot tries to weed out some false positive (by creating better comment …

  22. comment
    Comment #9600232

    Leasot is written in Node.js. Regarding pretty output - that could definitely be argued, but Leasot also allows for different reporters, say you want the output in JSON/XML for an …

  23. comment
    Comment #9600174

    Thanks for the comments. Regarding simple `ag` or `grep` usages: Yeah, that will definitely be faster (as with git grep). The problem arises when you have false positives due to ei…

  24. comment
    Comment #9600134

    This could actually be implemented, but it was more work with the regex so I skipped it for now, seeing that most TODOs are at the beginning of the line. Also, you run into problem…

  25. story