Classwork 8
Databases - Social Media Analytics
Discussion
Welcome to our Classwork 8 Discussion Board! ๐
This space is designed for you to engage with your classmates about the material covered in Classwork 8.
Whether you are looking to delve deeper into the content, share insights, or have questions about the content, this is the perfect place for you.
If you have any specific questions for Byeong-Hak (@bcdanl) or peer classmate (@GitHub-Username) regarding the Classwork 8 materials or need clarification on any points, donโt hesitate to ask here.
Letโs collaborate and learn from each other!
Social Media Survey
๐ฏ Purpose of this Activity
Extract data from you (students)
By submitting the survey, you generate raw rows in a database table โ just like how platforms quietly log every interaction you make.
Social Media Analytics
ETL Workflow
Your role: You submit the survey โ that generates raw data rows, just like a platform logging user behavior.
My role: I act as the data system. As we walk through the results, Iโll point out where I use
filter()
,select()
, andleft_join()
to Transform your responses and Load a clean analysis table we can analyze.Big idea: Your responses become a relational dataset, and then we join in algorithm rules โ the same way TikTok, Instagram, or Reddit enrich user logs before ranking your feed.
Feed Algorithm
minutes, posting activity, device type, and interaction style.
๐ง Feed Algorithm Interpretation Using Card Mechanics
To illustrate how platforms differ in engagement efficiency, we treat each minute of screen time like drawing a card:
Youโll see that not all platforms reward the same behavior equally โ some love viral spikes, some love steady engagement.
๐ญ Platform Algorithm Personalities โ Rank Bias Model
Each platform doesnโt just apply a fixed multiplier โ it biases specific rank categories (Face, Ace, Mid, etc.).
This models how TikTok boosts viral spikes, Reddit rewards slower thread engagement, and YouTube locks users into deep watch sessions.
๐ฎ Rank Interpretation (Base Weights Before Platform Influence)
In other words:
A 20-minute session on Instagram Reels (โฆ Ace) scores high adjusted attention.
A 40-minute YouTube autoplay binge (โ Joker) has high raw minutes but almost no algorithm-weighted value.
Two users can spend the same time, but their card draws (attention efficiency) differ by platform.
โ Key Takeaway
Questions
If platforms score and rank your behavior in secret, should users be allowed to know their score โ or is it okay for the system to stay hidden?
If a platform is designed to keep you scrolling even when the content is low-value, is it ethical to design for addiction instead of meaningful use?