RANDOM POSTs
-
Human World Population Through Time
Read more: Human World Population Through Time200,000 years to reach 1 billion.
200 years to reach 7 billions.
The global population has nearly tripled since 1950, from 2.6 billion people to 7.6 billion.https://edition.cnn.com/2018/11/08/health/global-burden-disease-fertility-study/index.html?no-st=1542440193
-
The Front Fell Off!
Read more: The Front Fell Off!John Clarke and Bryan Dawe debate the merits of ship design and the concepts of maritime law in this Monty-Python-esque comedy sketch.
-
Sample an image and output the information into text through After Effects
Read more: Sample an image and output the information into text through After Effectsblogs.adobe.com/creativecloud/color-sampler-using-sampleimag/?segment=dva
“Get a readout of color values for one or more points that would update as you tweaked color correction settings.
This through an expression using the sampleImage method.
The idea is simple: Have a text layer with its Source Text property tied to the output from sampleImage, with the input to sampleImage being a point control that you can drag someplace and then just leave it while you fiddle with your colors.
On the layer that you want to measure, add a Point Control effect (one of the Expression Control effects). You can place the Point Control effect’s crosshair (effect control point) wherever you want.
Create a new text layer above the layer that you want to measure, and add this expression to the Source Text property:
targetLayer = thisComp.layer(thisLayer.index+1);
samplePoint = targetLayer.effect(“Point Control”)(“Point”);
sampleRadius = [1,1];
sampledColor_8bpc = 255 * targetLayer.sampleImage(samplePoint, sampleRadius);
R = Math.round(sampledColor_8bpc[0]);
G = Math.round(sampledColor_8bpc[1]);
B = Math.round(sampledColor_8bpc[2]);
A = Math.round(sampledColor_8bpc[3]);
outputString = ” R: ” +R+ “r G: ” +G+ “r B: ” +B+ “r A: ” +AThis will create a text layer that reports 8-bpc RGBA values for the point under the crosshair for the Point Control effect.
If you’re using an adjustment layer for your color correction, the adjustment layer is the layer that you’ll want to measure.
You can obviously get a lot fancier with this, but this should be enough to get you started.”
-
Quiet Quitting at work – Causes and remedies
Read more: Quiet Quitting at work – Causes and remediesQuiet quitting isn’t about leaving a job.
It’s when people stay but mentally check out. They do the bare minimum. No excitement. No extra effort.It’s a silent alarm. Your team may be losing interest right under your nose.
And it’s a big deal. Why?
- Because it affects:
- Your team’s morale
- Your team’s productivity
- Your company’s profitability
- And everyone’s overall success
- Resources are already stretched thin.
- You need to get the best from your team.
What can employers do? Many of the causes are within your control:
➡️ Listen Well
Talk to your team often.
Listen to what they say. Then take action.➡️ Recognize Efforts
Public recognition can boost morale.
A simple “thank you” goes a long way.➡️ Promote Balance
Allow time for life outside work.
Overworked employees burn out.➡️ Give Chances to Grow
Invest in them. Provide training.
Show them a career path.➡️ Build a Positive Culture
Ensure everyone feels valued and respected.➡️ Set Clear Goals
Clearly define roles. Tell them what you expect.➡️ Lead by Example
Show excitement. Work hard.
Be the way you want them to be.Quiet quitting isn’t just an employee issue. It’s a leadership opportunity. It’s a chance to re-engage, re-inspire, and revitalize your workplace.
Resources
https://www.cbsnews.com/news/workers-disengaged-quiet-quitting-their-jobs-gallup/
https://www.gallup.com/workplace/349484/state-of-the-global-workplace.aspx
COLLECTIONS
| Featured AI
| Design And Composition
| Explore posts
POPULAR SEARCHES
unreal | pipeline | virtual production | free | learn | photoshop | 360 | macro | google | nvidia | resolution | open source | hdri | real-time | photography basics | nuke
FEATURED POSTS
Social Links
DISCLAIMER – Links and images on this website may be protected by the respective owners’ copyright. All data submitted by users through this site shall be treated as freely available to share.
