this post was submitted on 05 Jun 2025
957 points (98.8% liked)
Not The Onion
16575 readers
931 users here now
Welcome
We're not The Onion! Not affiliated with them in any way! Not operated by them in any way! All the news here is real!
The Rules
Posts must be:
- Links to news stories from...
- ...credible sources, with...
- ...their original headlines, that...
- ...would make people who see the headline think, “That has got to be a story from The Onion, America’s Finest News Source.”
Please also avoid duplicates.
Comments and post content must abide by the server rules for Lemmy.world and generally abstain from trollish, bigoted, or otherwise disruptive behavior that makes this community less fun for everyone.
And that’s basically it!
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ask it to give you and shell.nix and a bash script to use jQuery to stitch 30,000 jsons together and de-dupe them, drop it all into a sqlite db.
30 seconds, paste and run.
Give it the full script of an app you wrote where you're having a rejex problem and it's particularly nasty regex.
No thought, boom done. It'll even tell you what you did wrong so you won't make the mistake next time.
I've been doing coding and scripting for 25 years. If you know what you want it to do and you know what it should look like when it's done, there's a tremendous amount of advantage there.
Add a function to this flask application to use fuzzywuzzy to delete a name out of the text file, ad a confirmation step. It's the crap that I only need to do once every two or three years, Right have to go and look up all of the documentation. And you know what, if something and it doesn't work and it doesn't know exactly how to fix it I'm more than capable of debugging what it just did because for the most part it documents pretty well and it uses best practices most of the time. It also helps to know where it's weak and things to not ask it to do.
I'm happy it helps you and the things you do.