Bad Ruby: Hash Value Omission
Ruby 3.1 was recently released and it features one major syntax addition - you can now omit values in hash literals and keyword arguments in certain cases.1 ...
Ruby 3.1 was recently released and it features one major syntax addition - you can now omit values in hash literals and keyword arguments in certain cases.1 ...
I was surprised to learn that Windows has added support for Unix sockets (AF_UNIX) a few years ago (in 2017). From the announcement article:
While working on my year in review article for 2021 I once again realized that my writing process is very similar to my programming process.1 Simply put - it...
Celebrate endings – for they precede new beginnings. – Jonathan Lockwood Huie
Today I came across this great summary of the concept of interactive programming: