Viewing profile — petdance
petdance
HN member- Joined
- Sun, Jul 20, 2008, 5:32 AM UTC
- HN karma
- 643
- Public activity
- 133 items
- HN profile
- View on Hacker News ↗
About petdance
Recent public activity
-
comment
Comment #44830798
No matter what you do, at least one person will be unhappy about it.
-
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."
-
comment
Comment #44664396
What does "dead" mean?
-
comment
Comment #44664393
I suggest that there are no meaningful conclusions to be gleaned from the TIOBE rankings.
-
comment
Comment #44663901
Can you dedicate employee time to help on the projects?
-
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.…
-
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 …
-
comment
Comment #31266856
> I use almost none of its more esoteric features Which features do you see as esoteric?
-
comment
Comment #30629942
What makes ugrep better for your use cases?
-
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 …
-
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…
-
comment
Comment #28981812
What do you love about ugrep?
-
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…
-
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…
-
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…
-
comment
Comment #28981659
If there are things you think are confusing or inaccurate, please do make GitHub issues for them. Thanks.
-
comment
Comment #28981654
Or maybe I just need to move it up in my priority stack.
-
comment
Comment #28981646
There are a ton of articles out there about it: https://duckduckgo.com/?q=ripgrep+%2B+fzf
-
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…
-
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…
-
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…
-
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 …
-
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/…
-
comment
Comment #18530447
exa looks pretty slick, except for having the keys required be on the two weakest fingers of my left hand. :-(
-
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/