Live data from Hacker News

Viewing profile — lafrenierejm

lafrenierejm

HN member
Joined
Thu, Dec 08, 2016, 11:10 PM UTC
HN karma
10
Public activity
9 items

About lafrenierejm

[ my public key: https://keybase.io/lafrenierejm; my proof: https://keybase.io/lafrenierejm/sigs/Ehdq-a7GberlZkx_XvmNZVIybgG3LVgTurbLhGCBnrg ]

Recent public activity

  1. comment
    Comment #46492923

    > I probably would never trust a public commit history as some kind of source of truth What _would_ you trust as a source of truth for source code if not a public commit log? I agr…

  2. comment
    Comment #41576309

    > What dependencies does it install For all of the built-in adapters to work, you'll need ffmpeg, pandoc, and poppler-utils. See the Scoop package [1] for a specific example of thi…

  3. comment
    Comment #41576220

    I have an open PR [1] that's relevant. The proposed changes would allow users to process XLS and XLSX files like any other Zip archive. [1]: https://github.com/phiresky/ripgrep-all…

  4. comment
    Comment #41576208

    See https://github.com/phiresky/ripgrep-all/issues/221 for an example of doing this via a custom adapter and `exiftool`.

  5. comment
    Comment #41576197

    You are correct that rga doesn't ship with an Excel adapter out of the box. I have an open PR [1] to allow users to process XLS and XLSX files like any other Zip archive. [1]: http…

  6. comment
    Comment #39805068

    As a counterpoint, consider Emacs's rx ( https://www.gnu.org/software/emacs/manual/html_node/elisp/Rx... ) as a direct alternative to writing regular expressions.

  7. story
  8. comment
    Comment #26910051

    You're probably thinking of https://github.com/tomnomnom/gron .

  9. comment
    Comment #25285431

    If anyone is interested gron [0], I have an open PR [1] to add it as an adapter to ripgrep-all. The patch was based on the most recent release, since master is currently not functi…