“No man survives when freedom fails, the best men rot in filthy jails, And those who cry ‘appease, appease’ Are hanged by those they tried to please.”
- Hiram Mann
I've had a lot of whisky (or whiskey depending where you are) from all around the world and I can't say I've ever seen a person reach for Canadian whisky over any other category of whisky. There is a reason there is a ton of bourbon left on that shelf.
@ProfessorF It’s not the default because it’s bad security practice to bind an application to all network interfaces which is what 0.0.0.0 is. You should always bind an application to a specific interface.
Lots of noise about `CVE-2024-21626 runc container escape`. As long as you have SELinux enabled, the container processes are blocked from reading sensitive data and writing all data. Podman enables SELinux by default and defaults to rootless mode.
Regex Vis: An interface/UI that allow you to visualize your regular expression (regexp) in order to understand it and improve/edit it ❤️
https://t.co/FEqBdbeyw5
The reason is because you are requesting that someone pull your changes from your copy of the repository to theirs. It stems from git being a decentralized version control system where each repo is just as authoritative as the original.
@jameszimmermann Which one do you like more? I’ve never been a professional musician but when I did play musicals and in a college symphony I found them both very enjoyable but in different ways.
I’m sure this person is a trained professional but just like I tell my daughter that wants to be a Vet these are animals. You can take the Murder Kitty out of the murder but you can’t rage the murder out of the murder kitty .
All PM templates from my Google Drive are now free for everyone 🎁
The extended edition:
PPTX: https://t.co/ubOF8H9Ame
XLXS: https://t.co/X2Ll4D20KG
DOCX: https://t.co/NTcwVhRnAK
PDF: https://t.co/EJeNhDgZP1
-
And here you can find:
27 free FigJam PM templates by Maryna Kucherova:
https://t.co/u5eLA2pWcq
A massive collection of free PM templates by Matt Mochary:
https://t.co/ZXAj0pUcvl
Other free PM templates (primarily Miro):
https://t.co/Plfq8SoBij
-
Liked this? Bookmark the link visible under my profile: @PawelHuryn. Free resources are always available in the top menu of that page.
Hope that helps.
What should I add to that list?
“You are great at execution, the team loves you, but you need to be more strategic”
Hearing this feedback from your direct manager or your skip manager can be very confusing.
And for highly capable product people who consistently get things done, this theme of “you need to be more strategic” is extremely common. It is perhaps the most common feedback given to otherwise-competent PMs at some point in their career.
--
It starts showing up after you’ve rapidly ascended your company’s career ladder up to Sr. PM or Group PM. And once it starts showing up, it just will not go away. That is, until you fix it.
--
But here’s the trouble: it is incredibly confusing to know how to act on this feedback. As a further complication, while many managers / skip levels are happy to deliver this feedback, most of them either do not have the expertise or the time to create more clarity on how the employee should act on this feedback.
--
So let’s solve that.
First, if you receive the “you need to be more strategic” feedback, it doesn’t automatically mean that you should be looking to take a product strategy course or read a product strategy book.
Product strategy and being strategic are not always the same thing.
In practice, not all “you need to be more strategic” feedback is the same.
--
There are 3 distinct categories of this feedback:
1) More Product Thinking: You need to do more Product Thinking and less Project Thinking (see the image below if you’re curious about the differences between Product Thinking and Project Thinking)
2) New Opportunity Creation: You need to spend more time on creating new opportunities and the next big new business for your org & company (instead of being mainly focused on executing on and optimizing the current cash cow)
3) Actual Product Strategy: You need to clarify the vision and product strategy for your product (and make sure that the right people at the right levels in the right functions understand this vision & strategy, and are aligned to execute on it across the company)
--
#1 is usually the case for Sr. PMs / GPMs when they want to get to Director level.
#2 is usually the case for Director level folks who need to demonstrate impact above and beyond what would organically happen anyway.
#3 is usually the case for GPM / Director / VP level folks who are very good Operators, but haven’t yet found the time or built the skills to clarify a real product vision and strategy and get the broader org aligned towards it.
--
So if in the next perf review season you get the “you need to be more strategic” feedback, I suggest you use this framework to get more clarity from your manager on what you actually need to do to respond to their feedback.
1/ 🔐 Q1: What is SELinux, and how does it enhance Linux security?
A1: SELinux is a Mandatory Access Control system for Linux. It enforces fine-grained access policies.
Example: Preventing a web server from writing to sensitive files.