HackerTrans
TopNewTrendsCommentsPastAskShowJobs

msmolkin

no profile record

Submissions

Show HN: SnapAPI – Screenshot, metadata extraction, and PDF generation API

snap.michaelcli.com
1 points·by msmolkin·2 mesi fa·0 comments

Building a Pastebin, Hardening Two Services – While Working

smolkin.org
1 points·by msmolkin·5 mesi fa·0 comments

comments

msmolkin
·2 mesi fa·discuss
[flagged]
msmolkin
·2 anni fa·discuss
Wow, thanks so much for the encouragement and advice, dang! I'm honored to receive a personal response from you and so soon after posting. I really appreciate the suggestion to post this as a Show HN. If I end up doing it, I'll definitely wait a bit–thanks for that suggestion, as I would have thought to do the opposite otherwise. Nice of you to offer to put it in the second-chance pool as well.
msmolkin
·2 anni fa·discuss
Hey, I just created a new tool called Super Grep that does exactly what you described.

I implemented a format-agnostic search that can match patterns across various naming conventions like camelCase, snake_case, PascalCase, kebab-case. If needed, I'll integrate in space-separated words.

I've just published the tool to PyPI, so you can easily install it using pip (`pip install super-grep`), and then you just run it from the command line with `super-grep`. You can let me know if you think there's a smarter name for it.

Source: https://www.github.com/msmolkin/super-grep