Sunday, May 31, 2020
Good primer for DevSecOps threat modeling
Arbitrary dates destroy software and service value
Thursday, May 28, 2020
Monday, May 25, 2020
Tinkerers by David Brinn
Sunday, May 24, 2020
Automatically delete your stale feature flags
Learn Linux
A new volume of ThoughtWorks' "Tech Radar" series
Windows Package Manager -- Linux assimilation continues
NoOps, DevSecOps, Cloud Functions, Serverless
Hatching the Phoenix by Frederik Pohl (1999)
continuous integration build times
Saturday, May 23, 2020
Positive Results: Time to Sell Gilead (GIL) stock?
Friday, May 22, 2020
Foundations of Behavioral Economics' Cognitive Bias confirmed
All of our computer hardware is riddled with exploits
Monday, May 18, 2020
even more good news about our genocidal war against SARS-CoV-2
Sunday, May 17, 2020
Compliance as Code in Terraform: behavior driven development (BDD)
Helm 3: simplifying secrets
DevSecOp: Information Security concepts
https://posts.specterops.io/detection-spectrum-198a0bfb9302
https://posts.specterops.io/detection-in-depth-a2392b3a7e94
Observability (again)
Why Your Private Cloud is a Terrible Idea
Saturday, May 16, 2020
Dial Out -- Zoom Features you should be using (1 of 10)
TL;DR
On Windows type Alt-I ; on Mac type Command-I
Type invitee-name <tab> invitee-phone-number
Click "Call" button
Background
At my company we have standardized on the Zoom video conferencing software, replacing a handful of other expensive, bad, frustrating systems in our conference rooms, computers, and desktops. Zoom has very many interesting features to explore that are not immediately obvious. This article is part of a series I am writing to walk you through some of the most useful features. (Screenshots in these articles are from a Mac. The Windows and Mobile Zoom programs are almost identical.)
Dial out to a mobile phone
It is not hard to imagine you are in a Zoom meeting with a large number of people but someone with important information for a decision or action is not present. No problem: add that person to your Zoom meeting by dial-out:
At the top of your Zoom application is a menu header called "Meeting:"
You can select the "Invite" option from the menu or use the keyboard shortcut (on a Mac the shortcut to add a participant to your meeting is command-I; on Windows it is Alt-I).
A dialog appears. Fill in both the name and phone number. Click the "Call" button.
Thursday, May 14, 2020
Istio services mesh resource list
Deserted Island DevOps
Tekton Toolkit
Wednesday, May 13, 2020
Absolute Beginner's Guide to git actions from pull requests (GitOps)
internal "platform" products
Monday, May 11, 2020
5 terrible AWS services you should avoid -- for now
Lots of good news!
Researchers have identified an antibody that blocks both SARS-CoV-1 and -2 from infecting cells in culture and have already obtained the DNA that encodes this specific antibody and have made a human version of it. As the authors note, we already know that therapies and vaccines based on this approach are effective.
Tuesday, May 5, 2020
security anti-patterns in your dev-ops design
Monday, May 4, 2020
Reminder about Testing Accuracy in a population
0.99 * 0.01 / (P(Test|Covid)*P(Covid) + P(Test|~Covid)*P(~Covid)) =
0.99 * 0.01 / (0.99*0.01 + 0.01*0.99) = 0.5
continuous delivery oppa gitops style!
- Store all Kubernetes resource configuration in Git
- Use only pull requests to modify resources on that Git repo
- Once Git is modified, apply changes to the cluster immediately and fully automated
- If the actual state drifts from the desired state, either correct it or alert operators about it