Viewing profile — pgilad
pgilad
HN member- Joined
- Fri, Nov 07, 2014, 7:39 PM UTC
- HN karma
- 53
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About pgilad
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
-
comment
Comment #46218429
What real-world problems can be solved at companies with LLMs and how to approach non-trivial tasks
- story
- story
- story
- story
- story
-
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 …
- story
- story
- story
- story
- story
- story
- story
- story
-
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
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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 …
-
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…
-
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…
- story