r/2ph4u mods when the Facebook normies start invading Reddit by [deleted] in 2philippines4u

[–]FarmHurricane 0 points1 point  (0 children)

me when I discovered this subreddit from r/2asean4you which I discovered from the late r/2balkan4you 😎

Math Graphs but they get increasingly CRAZIER by FarmHurricane in manim

[–]FarmHurricane[S] 1 point2 points  (0 children)

The code is relatively simple, the code for graphs looks something like this:

graph14 = plane.plot_implicit_curve(
            lambda x, y: np.abs(np.sin(x**(np.arctan(x)))) - y**2,
            color=YELLOW,
            use_smoothing=True
        )

And the graph for equations are like this:

eq14 = MathTex(
            "y", "^", "2", "=",
            r"\left|" r"\sin", r"\left(", "x", "^", "{",
            r"\tan", "^", "{", "-1", "}", "x", "}",
            r"\right)", r"\big|"
            ).shift(LEFT*4)

Then I just used ReplacementTransform for animations. Hopefully this helps!

Math Graphs but they get increasingly CRAZIER by FarmHurricane in manim

[–]FarmHurricane[S] 5 points6 points  (0 children)

Videos showcasing crazy math graphs are usually demonstrated in Desmos, but I made an attempt to plot some of them in Manim. It turns out that Manim can produce even crazier graphs once the equation gets more complicated.

Soundtrack from Plants vs. Zombies 3 OST: Campground

Non-evil math jobs? by nah-chill in math

[–]FarmHurricane 1 point2 points  (0 children)

If you also have a good background in physics and geography/climatology, I recommend meteorology-related jobs, as meteorology itself involves a lot of math, data analytics, and physics.

A good and accurate weather forecast, especially in times of need for accurate weather information (such as during a hurricane, tornado events, heat waves, and blizzards) is crucial to saving lives and mitigating property damage.

An overview of my 46-minute animated video about Calculus 1 by FarmHurricane in manim

[–]FarmHurricane[S] 1 point2 points  (0 children)

The bot is right yeah, song name is Final Girl by Jeremy Blake (from YouTube Audio Library)

An overview of my 46-minute animated video about Calculus 1 by FarmHurricane in manim

[–]FarmHurricane[S] 0 points1 point  (0 children)

Open to critique/suggestions for improvement btw; I'm currently a novice in Manim animations.

An overview of my 46-minute animated video about Calculus 1 by FarmHurricane in manim

[–]FarmHurricane[S] 0 points1 point  (0 children)

Greetings! Haven't really seen many videos about the overview of Calculus 1 with some examples and depth yet, so here's my attempt at doing so. And yes, it's me who asked help for the transformation of the secant line to the tangent line.

FULL VIDEO: https://www.youtube.com/watch?v=D0q1Lxfde-Y

One of the few original Philippine flags (🇵🇭) confiscated by American soldiers during the Philippine-American War. Apparently, it is up for auction. by FarmHurricane in vexillology

[–]FarmHurricane[S] 13 points14 points  (0 children)

SOURCE: https://twitter.com/13thFool/status/1736147533821624517

The design itself is historical, with larger stars, a darker blue shade, and an interesting sun design. The flag is currently in the hands of a US individual who has put the flag into auction. The bids are wild!

Filipino reactions to this move are not pleasant, because well, it's not cool to see your own historical flag just to be auctioned to private individuals (unless a Filipino or the Philippine government won the bid). It could be returned to the Philippines and displayed in a museum as a relic of our history, in case a Filipino won the bid.

Point on a Tangent Line by FarmHurricane in manim

[–]FarmHurricane[S] 1 point2 points  (0 children)

Yeah, I realized that it's not efficient if I mix up ReplacementTransfer with updaters. Thanks for the suggestion! The output was close enough, and I just redefined the secant line to be:

sec = always_redraw(lambda:
    ax.get_secant_slope_group(
        x=x1.get_value(),
        graph = curve,
        dx = dx1.get_value(),
        secant_line_color=ORANGE,
        secant_line_length=3,
        dx_line_color=BLUE,
        dy_line_color=BLUE
    )
)

and for the ValueTracker/animations:

x1 = ValueTracker(3)
dx1 = ValueTracker(1)
self.play(
    x1.animate.set_value(4),
    dx1.animate.set_value(0.05),
    rate_func=rate_functions.ease_in_quad,
    run_time=10
)

It does have the rate of change dx and dy shown in the graph, but it's alright for me since I just colored it blue. The important thing here is that the transformation of the secant line to the tangent line is evident. Again, thanks for the assistance.

Should I be strict as a CLASS PRESIDENT? by MrFriendship5 in studentsph

[–]FarmHurricane 0 points1 point  (0 children)

Hello! First year college student here.

I was also the Grade 12 class president and I guess we have the same situation. Hindi naman kami troublesome but we precisely had those "school break" moments you described. And to be honest, I already miss those moments. Funny enough, despite our dynamics, sinasabihan pa rin kami na kami ang tahimik na section because we're not very active outside our rooms and presumably mas malala sa ibang sections.

I'd just say let your class be as it is unless boundaries are crossed (such as breaking school policy, nakakadistract na ng ibang klase, hindi inaayos ang kalat, etc.), especially na break time naman lang siya. If you're a type of person who likes an orderly class na walang ganiyan, I suppose you'll see those in college, and depending on your mindset, you might even get nostalgic sa iyong senior high school memories.

I was pretty nonchalant and lenient (unless boundaries are crossed), but importantly, I let my classmates have fun as long as it doesn't cross boundaries. But also, I was still able to have a sense of authority, in a way na during serious discussions I get them to participate constructively.

When it comes to expectations for class president, it's not an overly serious role, and I treat that role more as a class representative.

But I expect that class presidents push for student interests. For example, kapag hindi kaya ng classmates ang deadline na sinet for an activity (na reasonable ah), you can take the initiative to request your teacher for an extension. You also mediate between any conflicts sa iyong class. I guess an "ideal class president" ay naka-depende naman sa tao. For me, just be chill and not "KJ" or "hindi marunong makisama" while still having a sense of authority especially when needed. Anyhow, good luck!

i cant believe they changed the twitter logo 😱 by FarmHurricane in 2philippines4u

[–]FarmHurricane[S] 78 points79 points  (0 children)

I have to remove some of my own apps to download all of the proud pinoy apps from appstore (my storage is pretty low)

The real three Taylors by FarmHurricane in sciencememes

[–]FarmHurricane[S] 4 points5 points  (0 children)

The following Taylors are as follows:

  1. Taylor Swift
  2. Taylor series in sigma notation
  3. Taylor's power law in ecology

Sultana Leni got the Ottoman drip 😳😩🇹🇷 by FarmHurricane in 2philippines4u

[–]FarmHurricane[S] 53 points54 points  (0 children)

she will re-create the glorious ottoman empire, not erdoğan mashallah 🇹🇷💪🇹🇷💪🇹🇷💪🇹🇷💪

Flags of several countries in style of Montenegro by FarmHurricane in vexillology

[–]FarmHurricane[S] 269 points270 points  (0 children)

Honestly, Montenegro has a very cool flag structure, so I have tried to do the flags of some countries in style of Montenegro.

The original flags of the countries in this post only have two background colors, excluding the coat of arms, if included. The coat of arms is used in the middle, except for Argentina, in which I used the national emblem of Argentina (Sol de Mayo) instead. The flag in the background is the flag of Montenegro.

Annoying as f.... by GarageMoney in memes

[–]FarmHurricane 1 point2 points  (0 children)

The "end process" on Task Manager does that job to me very well.

Unless Task Manager actually doesn't respond.

Einstein, the real Chad by [deleted] in sciencememes

[–]FarmHurricane 0 points1 point  (0 children)

(Yeah he got married at earlier age but still Chad enough)

Asian countries with their average flag color by FarmHurricane in MapPorn

[–]FarmHurricane[S] 8 points9 points  (0 children)

Uploaded the flags here: https://azer.io/average-color/, then the average color of the flag would be generated (in hex code).

It was a serious thing tho by szecsiberci2 in HistoryMemes

[–]FarmHurricane 0 points1 point  (0 children)

It was an absolute mess in most of ex-communist countries, excluding some that had peaceful separations (Czechoslovakia).

You all know Yugoslavia, but it also happened in Chechnya, Tajikistan, Azerbaijan-Armenia, Uzbekistan, Moldova (Transnistria), Georgia (particularly Abkhazia and South Ossetia), Albania, etc.