pimpl's comments

pimpl | 1 month ago | on: GitHub is down again

What are good alternatives to GitHub for private repos + actions? I'm considering moving my company off of it because of reliablity issues.

pimpl | 2 years ago | on: GNU Parallel, where have you been all my life?

Having a layer of parallelisation on top of good old sequential code seems like a very neat idea. It resolves headaches of learning how to run code in parallel in languages that aren’t necessarily my primary language (e.g. short, one-off scripts). Thanks for sharing!!

pimpl | 2 years ago | on: The underground world of credit card network exploitation

No worries at all! I agree that there's probably lots of people blindly copying and running code from LLMs without any reflection. Just like it often happened with StackOverflow snippets before ChatGPT (to the point it became a meme). I'm definitely not one of them.

pimpl | 2 years ago | on: The underground world of credit card network exploitation

Author here. My intention was to show that you can use it to help you get going quickly for a very practical, one-off, and self-contained use cases. As I mentioned in other comments already, I did not trust it blindly and did not share any sensitive data with it. Definitely not an ad!

pimpl | 2 years ago | on: The underground world of credit card network exploitation

100% agreed, this is how I always treat it and working on the problem from the article was not an exception from this rule. I share minimum input, and never trust the output blindly.

It gets 50-60% of work done, and a really good basis for me to work on it. Especially when working with one-off, end-to-end relatively short scripts.

pimpl | 2 years ago | on: The underground world of credit card network exploitation

Article author here. I carefully reviewed and tested the ChatGPT scripts before executing them. It helped me save a lot of time manually writing these scripts!

I wouldn't say I lack technical expertise in this area, I'm just trying to use my time as efficiently as possible.

page 1