Being an AI evolutionist rather than revolutionist, I have refrained myself from posting too much about AI - a lot of people are doing so by the way, I very much doubt you’re missing my opinion. But, I recently got back from Pycon Italy and I realized one
Or: the perils of blindly using AI to save some money. IMPORTANT NOTE: while I'm pointing out some specific companies in this post, it's not meant to discredit them; instead, I hope to trigger a bit of reflection on how AI should (and should not) be
There's this post by Ahrefs , a SEO company from Singapore, which is getting quite a lot of shares recently. While nobody ever said that the cloud was cheap, it's a terrible comparison. Basically, the article enumerates what they have bought (a number of Dell servers + network
Why you should care about ransomware attacks even for irrelevant internet-connected systems, and how to use duplicity with AWS S3 to create ransomware-resistant backups.
I think the behaviour of many people towards log4j developers and towards the project is simply ridiculous. I understand the memes; it's the internet, after all. But I can read posts and tweets by many IT professionals - developers, managers, security engineers - that treat the log4j project
Today I'll discuss about an interesting concept: consistent hashing. It's a widely employed technique to properly perform sharding in distributed storage systems. I'm not aiming at a rigorous explanation (please don't use the raw snippets I provide in production code!), but I
I don't have strong opinions on Facebook - I'm not even a user anymore - but I think that the "like/dislike" mania is going a bit too far. I've read yesterday that an engineer was fired from Facebook for having a
How badly I wanted something like that? The problem: Python for scripting Beside programming and data science, I find Python to be a very useful glue language; I think it's great for shell replacement when bash/zsh scripts get too complex, but there's one caveat: as
This story has been boiling in my head since long; today I chose to (finally) publish it. Long story short: in order to use a certain application, I should not need to understand how to use the language or its packaging ecosystem. Delivery and distribution is a relevant part of
As some of my followers already know, I'm enrolled in the great Master's program at Georgia Tech , the OMSCS . As a part of my studies, I'm doing some research to investigate the expectations gap between the higher education and the industry sectors; why does
Every day now and then, I get an scp command wrong. Scp is designed after commands like rcp and works totally fine for local-to-local file copy. While this can (or could) be useful in some contexts, It's not what I like to do these days; very often, if
UPDATE: this article was written at a time when remote work wasn't so widespread. After having worked remotely myself, I don't think that the office is so critical anymore, even though I believe it's still useful to have a nice office somewhere where you
Every time I'm doing some data crunching on the command line, I find myself juggling between sed, awk, sort, uniq, etc . While I like the UNIX way of having one tool doing one thing well, I sometimes find it slightly boring to put all the tools together, sometimes