HN user

metasyn

64 karma

https://metasyn.pw

This is an OpenPGP proof that connects my OpenPGP key to this Hackernews account. For details check out https://docs.keyoxide.org/advanced/openpgp-proofs/

[Verifying my OpenPGP key: openpgp4fpr:7da9e9a072c26132aa390c493320a1a6d033a8cb]

Posts1
Comments27
View on HN

Granted I don't work at Splunk anymore, but did recently. They were definitely working hard on migrating everything to python3, and if I remember, they had a planned roll out where python2/python3 would co-exist.

However, if you've been using the python SDK for Splunk - its been supporting python3 for a few years already (https://github.com/splunk/splunk-sdk-python/commit/4503db961...)

See this blog post: https://www.splunk.com/blog/2019/07/01/admins-and-developers...

And this helpful doc: https://docs.splunk.com/Documentation/Splunk/7.3.1/Python3Mi...

We recently switched to using poetry over pip and virtual envs. All the additional tooling poetry provides is amazing - actual dependency resolution, script entry point, building, version bumping, publishing. The author is awesome too. Also making python3 tooling possible on python 2/3 packages. I'd highly recommend trying it out.

Pipenv on the other hand was not only slower, but _failed_ to actually resolve our dependencies correctly. Additionally, it was slower. And looking up the issues, I can echo that the development team seems a bit defensive and dismissive.

Eh, I bought one of these on sale during the last big sale and was sorely disappointed. It was barely usable despite my network streaming video fine. Your mileage may vary of course, but this review is a little, ahem, exaggerated.

Regex 101 10 years ago

I often teach people how to use regex w/in the context of my job and find this tool invaluable because it allows for PCRE in addition to the more common JS regex flavour.