Using ImageMagick to Add Watermark

When drafting my travel notes, I needs to modify lots of photos I took during the trip. Thus I started to dig again with ImageMagick . Lucky, I found this blog from Amy Tabb that achieves exactly what I am proposing to do. Here is a example code snippet of adding watermark to an image via imagemagick. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 # step 0 - get all available font list convert -list font > fonts....

December 18, 2022 · 2 min · 215 words · Eric

Resource Allocation Between Teams

Last week, I am been encountered into the problem of allocating resource between different teams. Here is a quick guideline: Understand implications between different teams, and priorities. Work with stakeholders, run through all the options with them, and see if people agree or not. Keep the decision transparent. Don’t be helpfully unhelpful. Always generously providing support will lead others blind on their actual problem. Reference Float: Resource Allocation: 6 Steps Every Project Manager Should Know

December 5, 2022 · 1 min · 75 words · Eric

Orangise Hackathon in Your Organisation

TL;DR Early preparation and repeat communications are the keystones for high team engagement. A 2-days Hackathon is a good balance between team engagement, project complexity and business outcome. Sponsorship from external vendor is not essential, but good to have. Clear schedule and timeline will help all participant around when to do what. A Hackathon theme is necessary to guide team participations, even just ‘Have Fun’ is a good one. Post Hackathon communication is as IMPORTANT as the Hackathon event itself, especially for these who didn’t participant this time....

December 2, 2022 · 7 min · 1440 words · Eric

dbt Fundamentals  [draft]

0 - General dbt Fundamentals dbt Developer Hub 1 - Who is an Analytics Engineer? Traditional Data Teams Data Engineers Data Engineers are in charge of building the infrastructure that data is hosted on, usually databases. DE also manage the ETL process to ensure data is where it needs to be, and in tables for Data Analysts to query. Skill set for Data Engineers include SQL, Python, java, other functional programming languages....

December 2, 2022 · 3 min · 488 words · Eric

General Social Rules

I read about some social rules on the internet, and thought this would be a good idea to collect some of these general ideas, and organise my thinkings in this area. According to Wikipedia , Social Rules, or Social Norms, are shared standards of acceptable behaviour by groups. Social norms can both be informal understanding that govern the behaviour of members of a society, as well as codified into rules and laws....

November 28, 2022 · 3 min · 605 words · Eric