It would fly at least once if thrown.
moth main, no llms, all human
- 0 Posts
- 3 Comments
Joined 10 months ago
Cake day: February 26th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
I imagine a better variation of this meme where every next panel zooms in on the edge of a diagram, questioning, if there’s a 0.00001% of cops who aren’t bastards?, going to some subatomic level to conclude there aren’t, these two diagrams line up perfectly not to create such niche.


Linux lets\makes you interact with a terminal (and just OS tinkering) more, so you become a bit more comfortable with writing simple commands and then code.
One of the things for basic Python and default libs is sorting your Downloads folder into a more logical filestructure that doesn’t need reshuffling and searching for long. Move pictures into Pictures and sort them accordingly to the year\month you saved them for example. Make the script run once a week. Make it write a log file as it runs.
I did this one for the sake of it, but then I needed a piece of code to bruteforce the PDF file password protection, so I used a lib to access and resave this file without a password. On every attempt to open it, it inserted another password from either freely availiable databases of simple passes or well-known leaks (rockyou). It worked nice for PDFs I needed to crack to, actually, just print on paper, but also worked when I tested it with combinations of random words and symbols I came up with. I needed a lib to open a pdf, a list of passwords to try (althought, a bit pre-formatted), and a couple of victims to test on.