Another day, another secret leaking out of terraform. https://github.com/hashicorp/terraform-plugin-sdk/issues/201
it's another effort post: what are the diff algorithms in git, why are they different
https://cohost.org/tef/post/933990-what-s-the-diff-eren
or the current status of the nerd snipe/tarpit i'm in
"The US Federal Communications Commission has threatened to disconnect Twilio from the US telecommunications network (in two weeks from January 24!) if the company does not take proactive steps to block robocalls originating from its systems." https://www.fcc.gov/document/fcc-issues-robocall-cease-and-desist-letter-twilio If you're using Twilio, do you have a backup plan?
If you're emailing a speaker about the content of their talk, cool! Stick to the content. Professional talks are not part of someone's dating profile, so flirty flattery is almost certainly unwelcome. Please, I implore you, leave it out! It's not harmless. It's disconcerting to receive regardless of one's relationship status, and disrespectful.
This video is really good. A professional composer takes a beginner's piece and explores what can be developed in it. You might not be a classical musician, but you can still learn a lot from this: https://www.youtube.com/watch?v=OQ57dB3-VOI
My wife decided to learn #Python and, with absolute deadpan seriousness, refers to curly brackets exclusively as "squirrelly brackets".
Not only do I not correct her, I have now adopted this term as canonical.
It is sort of sad and scammy that the ACM charges to get access to this article when their publication, SIGMOD Record, offers it open access.
"Concurrency Control for Database Theorists" https://sigmodrecord.org/publications/sigmodRecord/2212/pdfs/03_Principles_Ketsman.pdf (12 page PDF) "The aim of this paper is to serve as a lightweight introduction to concurrency control for database theorists through a uniform presentation of the work on robustness against Multiversion Read Committed and Snapshot Isolation."
libgit2 fails to verify SSH keys by default (GHSA-8643-3wh5-rmjq)
This is the actual root cause of the recent vulnerability in Cargo
https://github.com/libgit2/libgit2/security/advisories/GHSA-8643-3wh5-rmjq
Don't write C code. Also, upgrade git: https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/
"Pet Fish Reveals Credit Card Details During Pokémon Violet Livestream" <- Weird, but this headline is literally true? https://www.nintendolife.com/news/2023/01/random-pet-fish-reveals-credit-card-details-during-pokemon-violet-livestream
Since I just saw yet another developer use '1.2.3.4' in an example configuration, a reminder that you MUST NOT use publicly routable addresses that you do not control in your code.
Instead, use one of the available 'TEST-NET' IPv4 or IPv6 ranges documented in RFC 6890, such as;
192.0.2.0/24
198.51.100.0/24
203.0.113.0/24
❌ 1.2.3.4
✅ 192.0.2.4
Pass it on to all of your fellow developers, documentation writers, and so forth.
Full RFC is here;
If you're thinking of setting up a Mastodon instance, read this first: https://hazelweakly.me/blog/scaling-mastodon/
Things that are painful (which this is) should also be funny (which this is).
I can write an incorrect program which is faster than your incorrect program