Post Au1ap28jqLHRcI0mm0 by [email protected] | |
More posts by [email protected] | |
Post #Au165YpoxH1P4XZ1yy by [email protected] | |
0 likes, 1 repeats | |
My command line data analysis tool is at a point where I'm ready to share i… | |
Post #Au165YyKRdpLUvXpFA by [email protected] | |
0 likes, 1 repeats | |
This thing is awesome for ad-hoc log file analysis. | |
Post #Au17BWshEPCshlJpVw by [email protected] | |
0 likes, 1 repeats | |
@ryanc Fancy! | |
Post #Au1aR4wflGGfMpwgIS by [email protected] | |
0 likes, 0 repeats | |
@ryanc hot damn, I wrote an incredibly shitty tool for similar purposes in pyth… | |
Post #Au1aUrsYHfbY06pD04 by [email protected] | |
0 likes, 0 repeats | |
@ryanc I have neither knowledge nor need for freq, per se, just looking at the … | |
Post #Au1aUs0LofqKOITR9k by [email protected] | |
0 likes, 0 repeats | |
@gemlog nushell looks cool! | |
Post #Au1aZaOuh6zZF2DAyu by [email protected] | |
0 likes, 0 repeats | |
@dakkar oh, what am I using that requires that? | |
Post #Au1aaVM2wRZDseJBvU by [email protected] | |
0 likes, 0 repeats | |
@dakkar Ah. I'm fairly indifferent about fixing that. | |
Post #Au1aaVSQYifgCRIHs8 by [email protected] | |
0 likes, 0 repeats | |
@dakkar it works if you change it to 2021 | |
Post #Au1ac1FvooWr6uAdRg by [email protected] | |
0 likes, 0 repeats | |
Oh, and it can operate on compressed logs if you enable the feature flag(s) for… | |
Post #Au1ac1NNN8U3Tzea36 by [email protected] | |
0 likes, 0 repeats | |
@ryanc are there other sample queries for inspiration? | |
Post #Au1ac1VsrVHzuNdNJI by [email protected] | |
0 likes, 0 repeats | |
@risottobias I can add a few more examples, yeah | |
Post #Au1ahQ0xC8bDLSju6q by [email protected] | |
0 likes, 0 repeats | |
@http_error_418 This is my third iteration, lol. First Python, then C++, now Ru… | |
Post #Au1ahQ6ypjQ5e9YiVE by [email protected] | |
0 likes, 0 repeats | |
@ryanc Which one is better, faster, easier to maintain? | |
Post #Au1ahQDMS0WXxwXoRs by [email protected] | |
0 likes, 0 repeats | |
@fenixmaster The Python version was pretty slow, and I probably wouldn't ha… | |
Post #Au1ahQKo0KTkL21l3I by [email protected] | |
0 likes, 0 repeats | |
@ryanc Thanks for this info, are C++ and Rust about the same speed? | |
Post #Au1ap28jqLHRcI0mm0 by [email protected] | |
0 likes, 0 repeats | |
@ryanc very nice! I have been using `sort | uniq -c | sort -rn` since @peterhon… | |
Post #Au1awBjEaihFNlUgfA by [email protected] | |
0 likes, 0 repeats | |
@ryanc I am disappointed that there’s not an `—out` parameter to specify an… | |
Post #Au1b5SgytFY6bHrVTs by [email protected] | |
0 likes, 0 repeats | |
I feel like the biggest gain here is that doing frequency analysis with sort/un… | |
Post #Au1cTHaZvJ4Z4In1k0 by [email protected] | |
0 likes, 0 repeats | |
@binford2k Good idea, that should be pretty straightforward to add. | |
Post #Au1g9JHyIEk0MionaK by [email protected] | |
0 likes, 0 repeats | |
@ryanc looks great! I have a similar tool (awk → sort → awk). I recommend a… | |
Post #Au1pqsqcrQgagmscDo by [email protected] | |
0 likes, 0 repeats | |
@ryanc Maybe relevant for large datasets (as a feature flag)https://www.quantam… | |
Post #Au1pvDadgSjWB6T99M by [email protected] | |
0 likes, 0 repeats | |
@ryanc Looks amazing btw. Will try it tomorrow Thanks! | |
Post #AuG8WfSDZCwWhRyZjU by [email protected] | |
0 likes, 1 repeats | |
@ryanc As a heavy user of exactly that Unix utility toolchain, I am intrigued! |