Urgent.News

What's breaking now, across thousands of outlets.

Tech

How I Got 40,000 Facebook Followers in Just Two Months

Two months ago, my Facebook page had a small, quiet following. Today, more than 40,000 people follow it. I did not expect this to happen so fast, and I do not believe there is a secret trick behind it. But I do understand why it happened, and I want to explain it honestly, because the reason is actually more useful than a trick would be. What I Actually Post My page is called PlotLab. I use it to…

Two months ago, a modest Facebook page called PlotLab had a small group of followers. Today, it boasts over 40,000 followers. I did not foresee such rapid growth and do not think there's any secret to it. What matters is my approach to content creation. PlotLab transforms mathematics into engaging animations using a Python library called Manim, similar to the animations in other posts I write.

This method helps students visualize abstract concepts, turning a dry definition into an engaging visual experience. Unlike popular channels like 3Blue1Brown, PlotLab focuses on specific topics that students commonly struggle with, based on my classroom experience. This content creation process is not just about posting on social media; it begins with teaching in a real classroom, identifying recurring confusion, and then crafting animations to address those specific issues.

The result is content that already solves a real problem for real students before it reaches a broader audience. The feedback has been overwhelmingly positive, with users sharing how these animations finally made sense to them, transforming their understanding of previously challenging concepts. To cater to the growing demand, PlotLab has expanded with additional resources.

A guide called the Manim CE Beginner's Handbook teaches how to build animations like mine, and a comprehensive set of notes covering IGCSE, O-Level, and GCSE exam syllabi, each paired with a Manim animation for visual learning, is available on Gumroad. Additionally, PlotLab now offers custom Manim animations for research talks, conference presentations, or coursework, providing a fast turnaround and a visually engaging explanation of complex concepts.

This approach has led to researchers and educators reaching out for custom animations, opening up new opportunities for visual communication in research and education. My key takeaway is that building an audience starts by solving real problems for real people first. Once you address a genuine need, the audience tends to follow.

For those interested in PlotLab's work, you can find more on Facebook (with over 40,000 followers) or Instagram (15,000+ followers). If you're a researcher, teacher, or student needing visual explanations, you can reach out via the Work With Me page.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

LEGO Star Wars: The Mandalorian Review

LEGO Star Wars: The Mandalorian is a goofy and fun tribute to the live-action series, but it’s hard not to wish that this animated special told a completely original story. Read our full review.

Using an Array Index as a React key Can Leak Form State Between Completely Different Items

This is one of those React gotchas that's been written about for years and still shows up constantly in real code, specifically because it looks completely correct and works fine in the exact scenario…

  • Using array index as React key can leak form state between different items
  • Issue arises when row is removed or list reorders after user edits
  • Fix is to use stable, unique item ID as key instead of index

You Will Relearn Your Job Every Few Years, and That Is the Job

When I started in this field, I quietly believed there would come a point where I had learned enough. I would master the stack, accumulate enough hard-won knowledge, and then coast on that expertise…

  • Constant change in technology requires relearning every few years
  • Deep judgment of systems remains valuable across generations
  • Beginner's mindset enables quick adaptation to unfamiliar systems

How We Learned to Harden Jenkins Agents: 3 Mistakes That Cost Us

Originally published on kuryzhev.cloud Context: agents are the attack surface, not the controller We had to harden Jenkins agents after a routine security review turned into something less routine.

  • Jenkins agents treated as trusted extensions, leading to compromised pull requests
  • Agents connected over standard JNLP/Remoting, allowing reach to controller-side objects
  • Switched to ephemeral agents and pod-per-build model for improved security

More from Wednesday 2 September →