Live data from Hacker News

Viewing profile — petdance

petdance

HN member
Joined
Sun, Jul 20, 2008, 5:32 AM UTC
HN karma
643
Public activity
133 items

About petdance

Programmer, author.

Recent public activity

  1. comment
    Comment #44830798

    No matter what you do, at least one person will be unhappy about it.

  2. comment
    Comment #44664407

    > I have tried to use budget surplus to reward open source projects we use. "We've never heard of that happening, so no."

  3. comment
    Comment #44664396

    What does "dead" mean?

  4. comment
    Comment #44664393

    I suggest that there are no meaningful conclusions to be gleaned from the TIOBE rankings.

  5. comment
    Comment #44663901

    Can you dedicate employee time to help on the projects?

  6. comment
    Comment #44662293

    > It's too bad Raku didn't have a different name from the start. We thought that it would take a year or two, not decades. Also, the intent was to have a Perl 5 compatibility mode.…

  7. comment
    Comment #33624031

    The reference to "Programming Perl" was no doubt helped along by Perl developer Jesse Sheidlower who worked at the OED in the early 2000s. From his Wikipedia page: "Although not a …

  8. comment
    Comment #31266856

    > I use almost none of its more esoteric features Which features do you see as esoteric?

  9. comment
    Comment #30629942

    What makes ugrep better for your use cases?

  10. comment
    Comment #28983615

    That still might run afoul of locked down networks like I've seen at banks. Users couldn't install any binaries at all, but with something like ack it's just cut & paste some text …

  11. comment
    Comment #28981832

    Here's another site of mine y'all may be interested in: https://altbox.dev/ It's a collection of improved shell tools, organized by the tool they supplement. As with this feature c…

  12. comment
    Comment #28981812

    What do you love about ugrep?

  13. comment
    Comment #28981798

    "grep | head" doesn't limit the length of output lines, but "grep | cut" would. However, ack and ripgrep's default unpiped output is grouped by file, and if you pipe the output, it…

  14. comment
    Comment #28981763

    The "print lines by number" was there because earlier versions of ack had a `--line=N` feature, where you could say "ack --line=15-18" and print those four lines. I dropped it beca…

  15. comment
    Comment #28981743

    That's how I had it at first. I originally had it as a "phrasebook" of how to do the same thing in the different tools, but it was really ugly and took up a lot of horizontal space…

  16. comment
    Comment #28981659

    If there are things you think are confusing or inaccurate, please do make GitHub issues for them. Thanks.

  17. comment
    Comment #28981654

    Or maybe I just need to move it up in my priority stack.

  18. comment
    Comment #28981646

    There are a ton of articles out there about it: https://duckduckgo.com/?q=ripgrep+%2B+fzf

  19. comment
    Comment #28981635

    I'm glad you appreciate that you can install ack anywhere. It's exactly for that use case that I have kept ack able to be a single text file download. Also, it only requires Perl 5…

  20. comment
    Comment #28787742

    Please note that the chart is a bit out of date. ripgrep has some features that aren't shown on the chart yet. Patches welcome if anyone wants to help. https://github.com/beyondgre…

  21. comment
    Comment #26466521

    > I do not know of a competitor who has put the care into such a tool to even try to measure, though. As an aside, I'm the author of ack, and I would ask that folks not use the wor…

  22. comment
    Comment #24900641

    It's one of a number of greplike tools out there. Here's a comparison chart: https://beyondgrep.com/feature-comparison/ If you're looking for other alternative shell tools, take a …

  23. comment
    Comment #18530451

    Please let me know what's new so that I can update the chart. Dumping into an issue will do, and then I can worry about getting it into chart format. https://github.com/beyondgrep/…

  24. comment
    Comment #18530447

    exa looks pretty slick, except for having the keys required be on the two weakest fingers of my left hand. :-(

  25. comment
    Comment #18494335

    Note that rg and ag don't have the same feature sets. Here's a handy chart that shows the differences. https://beyondgrep.com/feature-comparison/