

The OG Nazis were actually bozos too, they just had very good propaganda. So good that you’re still seeing the effects today.
The OG Nazis were actually bozos too, they just had very good propaganda. So good that you’re still seeing the effects today.
I’ve worked in bash. I’ve written tools in bash that ended up having a significant lifetime.
Personally, you lost me at
reading from the database
Database drivers exist for a reason. Shelling out to a database cli interface is full of potential pitfalls that don’t exist in any language with a programmatic interface to the database. Dealing with query parameterization in bash sounds un-fun and that’s table stakes, security-wise.
Same with making web API calls. Error handling in particular is going to require a lot of boilerplate code that you would get mostly for free in languages like Python or Ruby or Go, especially if there’s an existing library that wraps the API you want to use in native language constructs.
I worked with dedupe products at a previous job. Media files generally deduplicate poorly.
I haven’t read the article but I work with Bloom filters at work sometimes.
Bloom filters basically tell you “this thing might be present” or “this thing is definitely not present”.
If you’re looking for a piece of data in a set of large files, being able to say “this data is definitely not in this file” saves you a bunch of time because you can skip over the file instead of searching through the whole thing just to figure out what you’re looking for isn’t there.
deleted by creator
Most shells ignore setuid on scripts for security reasons.
Star Trek VI captured a very specific moment in time in the real world. It’s a direct allegory for the end of the cold war, with all the mistrust and hope that came along with that. People usually rank it below IV and II but there’s a big gap between the top 3 and the rest.