That analysing your feelings and thoughts (especially negative one) - have its’ own self worth - because, for example, you cannot be angry and analyse why at the same time. So irrespective of the outcome, you will be in a better state of mind.
An interesting idea in the “the upside of irrationality” book - that humans are very good in adapting to changes, but greatly underestimate their ability to adapt. For some reason this idea help me to deal with procrastination. It makes it’s easier to start something - because I tell myself - “You underestimate your ability to adapt - just start it - you will be fine” :)
If you want to change something, if you start to change that something, some changes will be bad. And then over time you will come with a better outcome, state.
Why? It can be useful to have a QR code for a URL, opportunities are endless. For example, you can print it on your business card, or use it for sharing information about a user group.
Generate QR code
brew install qrtool
qrtool encode "https://lysenko.dev" -t ansi-true-color # Generate QR code in terminalqrtool encode "https://lysenko.dev" > qr.png # Generate QR code in PNG format
URL can be scanned by any mobile device with a camera - and it will open the URL in a browser.
It’s really fascinating to read about BGP security and at the same time quite concerning that some Tier-1 ISP still doesn’t have proper BGP security in place.
When I read technical details of the post-mortem - I also found out about Monocle tool that allow to investigate BGP routing (issues): https://github.com/bgpkit/monocle Btw, Monocle is written in Rust :)
This story started when I wanted to apply external terraform module to multiple AWS accounts. Note: module, variable names and AWS account names are changed to protect innocents.
Well, I don’t expect it to be interesting for most of people.
But for people that are in charge of security reviews of company AWS accounts and review AWS Access Analyser - it makes life much simpler.
Basically it shows a way to mute repeated false postitives. For example when you use SSO all new SSO users will be shown in AWS Access Analyser - that probably not a good thing. Especially if you have a lot of those.
Then you can just go to Archive rules - and auto archive SSO users :)